diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6839d3cb76..e2183badad 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,16 +9,18 @@ on: push: branches: - main - workflow_dispatch: + workflow_dispatch: inputs: provertype: - description: 'invoke real vs mock prover' + description: 'invoke real vs mock prover (with or without root)' required: true - default: 'mock_prover' + default: 'sub_mock_prover' type: choice options: - - real_prover - - mock_prover + - sub_real_prover + - sub_mock_prover + - root_mock_prover + - root_real_prover concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -36,12 +38,18 @@ jobs: - id: set-outputs name: Select instance and prover type run: | - if [ "${{ github.event.inputs.provertype }}" = "real_prover" ] || [ "${{ github.event_name }}" = "schedule" ]; then + if [ "${{ github.event.inputs.provertype }}" = "root_real_prover" ] || [ "${{ github.event_name }}" = "schedule" ]; then echo "instancetype=r6i.32xlarge" >> "$GITHUB_OUTPUT" - echo "provertype=real_prover" >> "$GITHUB_OUTPUT" - elif [ "${{ github.event.inputs.provertype }}" = "mock_prover" ] || [ -z ${{ github.event.inputs.provertype }} ]; then + echo "provertype=root_real_prover" >> "$GITHUB_OUTPUT" + elif [ "${{ github.event.inputs.provertype }}" = "root_mock_prover" ]; then + echo "instancetype=r6i.32xlarge" >> "$GITHUB_OUTPUT" + echo "provertype=root_mock_prover" >> "$GITHUB_OUTPUT" + elif [ "${{ github.event.inputs.provertype }}" = "sub_real_prover" ]; then + echo "instancetype=r6i.32xlarge" >> "$GITHUB_OUTPUT" + echo "provertype=sub_real_prover" >> "$GITHUB_OUTPUT" + elif [ "${{ github.event.inputs.provertype }}" = "sub_mock_prover" ] || [ -z ${{ github.event.inputs.provertype }} ]; then echo "instancetype=c5.9xlarge" >> "$GITHUB_OUTPUT" - echo "provertype=mock_prover" >> "$GITHUB_OUTPUT" + echo "provertype=sub_mock_prover" >> "$GITHUB_OUTPUT" else exit 1 fi @@ -73,7 +81,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Cargo cache - uses: actions/cache@v3 + uses: actions/cache@v3 with: path: | ~/.cargo/bin/ @@ -82,7 +90,7 @@ jobs: ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - # Run an initial build in a separate step to split the build time from execution time + # Run an initial build in a separate step to split the build time from execution time - name: Build bins run: cargo build --bin gen_blockchain_data - name: Build tests diff --git a/.github/workflows/test-features.yml b/.github/workflows/test-features.yml index eb43f61c97..c22f67eec3 100644 --- a/.github/workflows/test-features.yml +++ b/.github/workflows/test-features.yml @@ -35,8 +35,8 @@ jobs: - zkevm-circuits feature: - default - - test - test-circuits + - test-util - warn-unimplemented steps: - uses: actions/checkout@v2 diff --git a/Cargo.lock b/Cargo.lock index db059f3c9c..e50da9370a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,26 +3,39 @@ version = 3 [[package]] -name = "aes" -version = "0.7.5" +name = "Inflector" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" +checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" dependencies = [ - "cfg-if", - "cipher", - "cpufeatures", - "opaque-debug 0.3.0", + "lazy_static", + "regex", ] [[package]] -name = "ahash" -version = "0.7.6" +name = "addr2line" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" dependencies = [ - "getrandom", - "once_cell", - "version_check", + "gimli", +] + +[[package]] +name = "adler" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + +[[package]] +name = "aes" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" +dependencies = [ + "cfg-if", + "cipher", + "cpufeatures", ] [[package]] @@ -38,18 +51,24 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.20" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" +checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" dependencies = [ "memchr", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "anyhow" -version = "1.0.69" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "ark-std" @@ -70,15 +89,15 @@ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" [[package]] name = "arrayref" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "ascii-canvas" @@ -91,13 +110,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.64" +version = "0.1.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" +checksum = "79fa67157abdfd688a259b6648808757db9347af834624f27ec646da976aee5d" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] @@ -124,14 +143,14 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33" +checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89" dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] @@ -141,10 +160,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] -name = "base16ct" -version = "0.1.1" +name = "backtrace" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" +checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" +dependencies = [ + "addr2line", + "cc", + "cfg-if", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", +] [[package]] name = "base16ct" @@ -152,28 +180,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" -[[package]] -name = "base58" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" - -[[package]] -name = "base58check" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee2fe4c9a0c84515f136aaae2466744a721af6d63339c18689d9e995d74d99b" -dependencies = [ - "base58", - "sha2 0.8.2", -] - -[[package]] -name = "base64" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" - [[package]] name = "base64" version = "0.13.1" @@ -182,15 +188,15 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "base64ct" -version = "1.0.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bech32" @@ -228,6 +234,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" + [[package]] name = "bitvec" version = "0.17.4" @@ -250,24 +262,15 @@ dependencies = [ "wyz", ] -[[package]] -name = "blake2" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" -dependencies = [ - "digest 0.10.6", -] - [[package]] name = "blake2b_simd" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" +checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" dependencies = [ "arrayref", "arrayvec", - "constant_time_eq", + "constant_time_eq 0.2.6", ] [[package]] @@ -277,19 +280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" dependencies = [ "arrayref", - "byte-tools 0.2.0", -] - -[[package]] -name = "block-buffer" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" -dependencies = [ - "block-padding 0.1.5", - "byte-tools 0.3.1", - "byteorder", - "generic-array 0.12.4", + "byte-tools", ] [[package]] @@ -298,26 +289,17 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "block-padding 0.2.1", - "generic-array 0.14.6", + "block-padding", + "generic-array 0.14.7", ] [[package]] name = "block-buffer" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" -dependencies = [ - "generic-array 0.14.6", -] - -[[package]] -name = "block-padding" -version = "0.1.5" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "byte-tools 0.3.1", + "generic-array 0.14.7", ] [[package]] @@ -326,74 +308,20 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" -[[package]] -name = "borsh" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "822462c1e7b17b31961798a6874b36daea6818e99e0cb7d3b7b0fa3c477751c3" -dependencies = [ - "borsh-derive", - "hashbrown 0.13.2", -] - -[[package]] -name = "borsh-derive" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37626c9e941a687ee9abef6065b44c379478ae563b7483c613dd705ef1dff59e" -dependencies = [ - "borsh-derive-internal", - "borsh-schema-derive-internal", - "proc-macro-crate 0.1.5", - "proc-macro2", - "syn", -] - -[[package]] -name = "borsh-derive-internal" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61820b4c5693eafb998b1e67485423c923db4a75f72585c247bdee32bad81e7b" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "borsh-schema-derive-internal" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76cdbfa13def20d1f8af3ae7b3c6771f06352a74221d8851262ac384c122b8e" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "bs58" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" - -[[package]] -name = "bstr" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" dependencies = [ - "lazy_static", - "memchr", - "regex-automata", - "serde", + "sha2 0.9.9", ] [[package]] name = "bumpalo" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" +checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "bus-mapping" @@ -410,7 +338,6 @@ dependencies = [ "log", "mock", "pretty_assertions", - "rand", "revm-precompile", "serde", "serde_json", @@ -433,45 +360,71 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" [[package]] -name = "byte-tools" -version = "0.3.1" +name = "byteorder" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] -name = "bytecheck" -version = "0.6.9" +name = "bytes" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" dependencies = [ - "bytecheck_derive", - "ptr_meta", + "serde", ] [[package]] -name = "bytecheck_derive" -version = "0.6.9" +name = "bzip2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf" +checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" dependencies = [ - "proc-macro2", - "quote", - "syn", + "bzip2-sys", + "libc", ] [[package]] -name = "byteorder" -version = "1.4.3" +name = "bzip2-sys" +version = "0.1.11+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +dependencies = [ + "cc", + "libc", + "pkg-config", +] [[package]] -name = "bytes" -version = "1.4.0" +name = "camino" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo-platform" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo_metadata" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ + "camino", + "cargo-platform", + "semver", "serde", + "serde_json", + "thiserror", ] [[package]] @@ -479,6 +432,9 @@ name = "cc" version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +dependencies = [ + "jobserver", +] [[package]] name = "cfg-if" @@ -488,21 +444,22 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" dependencies = [ - "num-integer", + "android-tzdata", "num-traits", ] [[package]] name = "cipher" -version = "0.3.0" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "generic-array 0.14.6", + "crypto-common", + "inout", ] [[package]] @@ -527,15 +484,15 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.23" +version = "3.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" +checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" dependencies = [ "atty", - "bitflags", + "bitflags 1.3.2", "clap_derive", "clap_lex", - "indexmap", + "indexmap 1.9.3", "once_cell", "strsim", "termcolor", @@ -544,15 +501,15 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.18" +version = "3.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" +checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" dependencies = [ "heck", "proc-macro-error", "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] @@ -584,82 +541,81 @@ checksum = "2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] name = "coins-bip32" -version = "0.7.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634c509653de24b439672164bbf56f5f582a2ab0e313d3b0f6af0b7345cf2560" +checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f" dependencies = [ "bincode", "bs58", "coins-core", - "digest 0.10.6", + "digest 0.10.7", "getrandom", "hmac 0.12.1", - "k256 0.11.6", + "k256", "lazy_static", "serde", - "sha2 0.10.6", + "sha2 0.10.7", "thiserror", ] [[package]] name = "coins-bip39" -version = "0.7.0" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a11892bcac83b4c6e95ab84b5b06c76d9d70ad73548dd07418269c5c7977171" +checksum = "84f4d04ee18e58356accd644896aeb2094ddeafb6a713e056cef0c0a8e468c15" dependencies = [ "bitvec 0.17.4", "coins-bip32", "getrandom", - "hex", "hmac 0.12.1", - "pbkdf2 0.11.0", + "once_cell", + "pbkdf2 0.12.1", "rand", - "sha2 0.10.6", + "sha2 0.10.7", "thiserror", ] [[package]] name = "coins-core" -version = "0.7.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94090a6663f224feae66ab01e41a2555a8296ee07b5f20dab8888bdefc9f617" +checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f" dependencies = [ - "base58check", - "base64 0.12.3", + "base64 0.21.2", "bech32", - "blake2", - "digest 0.10.6", - "generic-array 0.14.6", + "bs58", + "digest 0.10.7", + "generic-array 0.14.7", "hex", "ripemd", "serde", "serde_derive", - "sha2 0.10.6", - "sha3 0.10.7", + "sha2 0.10.7", + "sha3 0.10.8", "thiserror", ] [[package]] name = "colored" -version = "2.0.0" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" +checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" dependencies = [ - "atty", + "is-terminal", "lazy_static", - "winapi", + "windows-sys", ] [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc" [[package]] name = "constant_time_eq" @@ -668,31 +624,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] -name = "convert_case" -version = "0.4.0" +name = "constant_time_eq" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" [[package]] name = "convert_case" -version = "0.5.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] name = "cpufeatures" -version = "0.2.5" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] +[[package]] +name = "crc32fast" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +dependencies = [ + "cfg-if", +] + [[package]] name = "crossbeam-channel" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if", "crossbeam-utils", @@ -700,9 +665,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" +checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" dependencies = [ "cfg-if", "crossbeam-epoch", @@ -711,9 +676,9 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.13" +version = "0.9.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" +checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" dependencies = [ "autocfg", "cfg-if", @@ -724,9 +689,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" +checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" dependencies = [ "cfg-if", ] @@ -739,23 +704,11 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" -dependencies = [ - "generic-array 0.14.6", - "rand_core", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-bigint" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" +checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "rand_core", "subtle", "zeroize", @@ -767,7 +720,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "typenum", ] @@ -777,19 +730,18 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "subtle", ] [[package]] name = "csv" -version = "1.1.6" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" +checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" dependencies = [ - "bstr", "csv-core", - "itoa 0.4.8", + "itoa", "ryu", "serde", ] @@ -810,14 +762,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote", - "syn", + "syn 1.0.109", ] [[package]] name = "ctr" -version = "0.8.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ "cipher", ] @@ -843,7 +795,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn", + "syn 1.0.109", ] [[package]] @@ -854,24 +806,20 @@ checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" dependencies = [ "darling_core", "quote", - "syn", + "syn 1.0.109", ] [[package]] -name = "der" -version = "0.6.1" +name = "data-encoding" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" -dependencies = [ - "const-oid", - "zeroize", -] +checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "der" -version = "0.7.5" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e58dffcdcc8ee7b22f0c1f71a69243d7c2d9ad87b5a14361f2424a1565c219" +checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" dependencies = [ "const-oid", "zeroize", @@ -883,11 +831,11 @@ version = "0.99.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" dependencies = [ - "convert_case 0.4.0", + "convert_case", "proc-macro2", "quote", "rustc_version", - "syn", + "syn 1.0.109", ] [[package]] @@ -905,31 +853,22 @@ dependencies = [ "generic-array 0.9.1", ] -[[package]] -name = "digest" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" -dependencies = [ - "generic-array 0.12.4", -] - [[package]] name = "digest" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] name = "digest" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ - "block-buffer 0.10.3", + "block-buffer 0.10.4", "const-oid", "crypto-common", "subtle", @@ -958,9 +897,9 @@ dependencies = [ [[package]] name = "dunce" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" +checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "ecc" @@ -990,27 +929,16 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.14.8" +version = "0.16.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" +checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428" dependencies = [ - "der 0.6.1", - "elliptic-curve 0.12.3", - "rfc6979 0.3.1", - "signature 1.6.4", -] - -[[package]] -name = "ecdsa" -version = "0.16.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd" -dependencies = [ - "der 0.7.5", - "digest 0.10.6", - "elliptic-curve 0.13.4", - "rfc6979 0.4.0", - "signature 2.1.0", + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "signature", + "spki", ] [[package]] @@ -1021,47 +949,28 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elliptic-curve" -version = "0.12.3" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" +checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" dependencies = [ - "base16ct 0.1.1", - "crypto-bigint 0.4.9", - "der 0.6.1", - "digest 0.10.6", - "ff 0.12.1", - "generic-array 0.14.6", - "group 0.12.1", + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff", + "generic-array 0.14.7", + "group", "pkcs8", "rand_core", - "sec1 0.3.0", - "subtle", - "zeroize", -] - -[[package]] -name = "elliptic-curve" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7" -dependencies = [ - "base16ct 0.2.0", - "crypto-bigint 0.5.1", - "digest 0.10.6", - "ff 0.13.0", - "generic-array 0.14.6", - "group 0.13.0", - "rand_core", - "sec1 0.7.1", + "sec1", "subtle", "zeroize", ] [[package]] name = "ena" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" +checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" dependencies = [ "log", ] @@ -1081,15 +990,33 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "enr" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf56acd72bb22d2824e66ae8e9e5ada4d0de17a69c7fd35569dde2ada8ec9116" +dependencies = [ + "base64 0.13.1", + "bytes", + "hex", + "k256", + "log", + "rand", + "rlp", + "serde", + "sha3 0.10.8", + "zeroize", +] + [[package]] name = "enumn" -version = "0.1.7" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1940ea32e14d489b401074558be4567f35ca9507c4628b4b3fd6fe6eb2ca7b88" +checksum = "c9838a970f5de399d3070ae1739e131986b2f5dcc223c7423ca0927e3a878522" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] @@ -1105,15 +1032,21 @@ dependencies = [ "termcolor", ] +[[package]] +name = "equivalent" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" + [[package]] name = "errno" -version = "0.2.8" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" dependencies = [ "errno-dragonfly", "libc", - "winapi", + "windows-sys", ] [[package]] @@ -1128,13 +1061,13 @@ dependencies = [ [[package]] name = "eth-keystore" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f65b750ac950f2f825b36d08bef4cda4112e19a7b1a68f6e2bb499413e12440" +checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" dependencies = [ "aes", "ctr", - "digest 0.10.6", + "digest 0.10.7", "hex", "hmac 0.12.1", "pbkdf2 0.11.0", @@ -1142,8 +1075,8 @@ dependencies = [ "scrypt", "serde", "serde_json", - "sha2 0.10.6", - "sha3 0.10.7", + "sha2 0.10.7", + "sha3 0.10.8", "thiserror", "uuid", ] @@ -1173,9 +1106,9 @@ dependencies = [ [[package]] name = "ethabi" -version = "17.2.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4966fba78396ff92db3b817ee71143eccd98acf0f876b8d600e585a670c5d1b" +checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" dependencies = [ "ethereum-types", "hex", @@ -1183,43 +1116,47 @@ dependencies = [ "regex", "serde", "serde_json", - "sha3 0.10.7", + "sha3 0.10.8", "thiserror", "uint", ] [[package]] name = "ethbloom" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef" +checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ "crunchy", - "fixed-hash 0.7.0", + "fixed-hash", + "impl-codec", "impl-rlp", "impl-serde", + "scale-info", "tiny-keccak", ] [[package]] name = "ethereum-types" -version = "0.13.1" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6" +checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ "ethbloom", - "fixed-hash 0.7.0", + "fixed-hash", + "impl-codec", "impl-rlp", "impl-serde", - "primitive-types 0.11.1", + "primitive-types", + "scale-info", "uint", ] [[package]] name = "ethers" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16142eeb3155cfa5aec6be3f828a28513a28bd995534f945fa70e7d608f16c10" +checksum = "2a58ce802c65cf3d0756dee5a61094a92cde53c1583b246e9ee5b37226c7fc15" dependencies = [ "ethers-addressbook", "ethers-contract", @@ -1233,9 +1170,9 @@ dependencies = [ [[package]] name = "ethers-addressbook" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23f8992ecf45ea9dd2983696aabc566c108723585f07f5dc8c9efb24e52d3db" +checksum = "7b856b7b8ff5c961093cb8efe151fbcce724b451941ce20781de11a531ccd578" dependencies = [ "ethers-core", "once_cell", @@ -1245,10 +1182,12 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0010fffc97c5abcf75a30fd75676b1ed917b2b82beb8270391333618e2847d" +checksum = "e066a0d9cfc70c454672bf16bb433b0243427420076dc5b2f49c448fb5a10628" dependencies = [ + "ethers-contract-abigen", + "ethers-contract-derive", "ethers-core", "ethers-providers", "futures-util", @@ -1260,31 +1199,71 @@ dependencies = [ "thiserror", ] +[[package]] +name = "ethers-contract-abigen" +version = "2.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c113e3e86b6bc16d98484b2c3bb2d01d6fed9f489fe2e592e5cc87c3024d616b" +dependencies = [ + "Inflector", + "dunce", + "ethers-core", + "ethers-etherscan", + "eyre", + "hex", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "reqwest", + "serde", + "serde_json", + "syn 2.0.23", + "toml 0.7.5", + "walkdir", +] + +[[package]] +name = "ethers-contract-derive" +version = "2.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3fb5adee25701c79ec58fcf2c63594cd8829bc9ad6037ff862d5a111101ed2" +dependencies = [ + "Inflector", + "ethers-contract-abigen", + "ethers-core", + "hex", + "proc-macro2", + "quote", + "serde_json", + "syn 2.0.23", +] + [[package]] name = "ethers-core" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ebdd63c828f58aa067f40f9adcbea5e114fb1f90144b3a1e2858e0c9b1ff4e8" +checksum = "6da5fa198af0d3be20c19192df2bd9590b92ce09a8421e793bec8851270f1b05" dependencies = [ "arrayvec", "bytes", + "cargo_metadata", "chrono", - "convert_case 0.5.0", - "elliptic-curve 0.12.3", + "elliptic-curve", "ethabi", - "fastrlp", - "generic-array 0.14.6", + "generic-array 0.14.7", "hex", - "k256 0.11.6", - "proc-macro2", + "k256", + "num_enum 0.6.1", + "once_cell", + "open-fastrlp", "rand", "rlp", - "rlp-derive", - "rust_decimal", "serde", "serde_json", "strum", - "syn", + "syn 2.0.23", + "tempfile", "thiserror", "tiny-keccak", "unicode-xid", @@ -1292,16 +1271,15 @@ dependencies = [ [[package]] name = "ethers-etherscan" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b279a3d00bd219caa2f9a34451b4accbfa9a1eaafc26dcda9d572591528435f0" +checksum = "84ebb401ba97c6f5af278c2c9936c4546cad75dec464b439ae6df249906f4caa" dependencies = [ "ethers-core", - "getrandom", + "ethers-solc", "reqwest", "semver", "serde", - "serde-aux", "serde_json", "thiserror", "tracing", @@ -1309,16 +1287,18 @@ dependencies = [ [[package]] name = "ethers-middleware" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1e7e8632d28175352b9454bbcb604643b6ca1de4d36dc99b3f86860d75c132b" +checksum = "740f4a773c19dd6d6a68c8c2e0996c096488d38997d524e21dc612c55da3bd24" dependencies = [ "async-trait", + "auto_impl", "ethers-contract", "ethers-core", "ethers-etherscan", "ethers-providers", "ethers-signers", + "futures-channel", "futures-locks", "futures-util", "instant", @@ -1334,24 +1314,25 @@ dependencies = [ [[package]] name = "ethers-providers" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e46482e4d1e79b20c338fd9db9e166184eb387f0a4e7c05c5b5c0aa2e8c8900c" +checksum = "56b498fd2a6c019d023e43e83488cd1fb0721f299055975aa6bac8dbf1e95f2c" dependencies = [ "async-trait", "auto_impl", - "base64 0.13.1", + "base64 0.21.2", + "bytes", + "enr", "ethers-core", "futures-channel", "futures-core", "futures-timer", "futures-util", - "getrandom", "hashers", "hex", "http", + "instant", "once_cell", - "parking_lot 0.11.2", "pin-project", "reqwest", "serde", @@ -1364,40 +1345,38 @@ dependencies = [ "url", "wasm-bindgen", "wasm-bindgen-futures", - "wasm-timer", "web-sys", "ws_stream_wasm", ] [[package]] name = "ethers-signers" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73a72ecad124e8ccd18d6a43624208cab0199e59621b1f0fa6b776b2e0529107" +checksum = "02c4b7e15f212fa7cc2e1251868320221d4ff77a3d48068e69f47ce1c491df2d" dependencies = [ "async-trait", "coins-bip32", "coins-bip39", - "elliptic-curve 0.12.3", + "elliptic-curve", "eth-keystore", "ethers-core", "hex", "rand", - "sha2 0.10.6", + "sha2 0.10.7", "thiserror", + "tracing", ] [[package]] name = "ethers-solc" -version = "0.17.0" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebe5db405d0e584aa8dae154ffebb90f2305cae588fd11d9f6b857ebe3a79294" +checksum = "a81c89f121595cf8959e746045bb8b25a6a38d72588561e1a3b7992fc213f674" dependencies = [ "cfg-if", - "colored", "dunce", "ethers-core", - "getrandom", "glob", "hex", "home", @@ -1411,11 +1390,13 @@ dependencies = [ "serde", "serde_json", "solang-parser", + "svm-rs", "thiserror", "tiny-keccak", "tokio", "tracing", "walkdir", + "yansi", ] [[package]] @@ -1429,44 +1410,22 @@ dependencies = [ ] [[package]] -name = "fake-simd" -version = "0.1.2" +name = "eyre" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" - -[[package]] -name = "fastrlp" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089263294bb1c38ac73649a6ad563dd9a5142c8dc0482be15b8b9acb22a1611e" +checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" dependencies = [ - "arrayvec", - "auto_impl", - "bytes", - "ethereum-types", - "fastrlp-derive", -] - -[[package]] -name = "fastrlp-derive" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0f9d074ab623d1b388c12544bfeed759c7df36dc5c300cda053df9ba1232075" -dependencies = [ - "bytes", - "proc-macro2", - "quote", - "syn", + "indenter", + "once_cell", ] [[package]] -name = "ff" -version = "0.12.1" +name = "fastrand" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ - "rand_core", - "subtle", + "instant", ] [[package]] @@ -1480,18 +1439,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "fixed-hash" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" -dependencies = [ - "byteorder", - "rand", - "rustc-hex", - "static_assertions", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -1510,6 +1457,16 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "flate2" +version = "1.0.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + [[package]] name = "fnv" version = "1.0.7" @@ -1518,13 +1475,23 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" dependencies = [ "percent-encoding", ] +[[package]] +name = "fs2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "funty" version = "2.0.0" @@ -1533,9 +1500,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" +checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" dependencies = [ "futures-channel", "futures-core", @@ -1548,9 +1515,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" +checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" dependencies = [ "futures-core", "futures-sink", @@ -1558,15 +1525,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "futures-executor" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" +checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" dependencies = [ "futures-core", "futures-task", @@ -1575,9 +1542,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" +checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" [[package]] name = "futures-locks" @@ -1587,43 +1554,46 @@ checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" dependencies = [ "futures-channel", "futures-task", - "tokio", ] [[package]] name = "futures-macro" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" +checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "futures-sink" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" +checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" [[package]] name = "futures-task" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" [[package]] name = "futures-timer" version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" +dependencies = [ + "gloo-timers", + "send_wrapper 0.4.0", +] [[package]] name = "futures-util" -version = "0.3.26" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" +checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" dependencies = [ "futures-channel", "futures-core", @@ -1670,18 +1640,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" -dependencies = [ - "typenum", -] - -[[package]] -name = "generic-array" -version = "0.14.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", @@ -1699,9 +1660,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if", "js-sys", @@ -1710,6 +1671,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gimli" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" + [[package]] name = "glob" version = "0.3.1" @@ -1717,23 +1684,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] -name = "gobuild" -version = "0.1.0-alpha.2" +name = "gloo-timers" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e156a4ddbf3deb5e8116946c111413bd9a5679bdc1536c78a60618a7a9ac9e" +checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" dependencies = [ - "cc", + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", ] [[package]] -name = "group" -version = "0.12.1" +name = "gobuild" +version = "0.1.0-alpha.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" +checksum = "71e156a4ddbf3deb5e8116946c111413bd9a5679bdc1536c78a60618a7a9ac9e" dependencies = [ - "ff 0.12.1", - "rand_core", - "subtle", + "cc", ] [[package]] @@ -1742,16 +1710,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff 0.13.0", + "ff", "rand_core", "subtle", ] [[package]] name = "h2" -version = "0.3.15" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" +checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" dependencies = [ "bytes", "fnv", @@ -1759,7 +1727,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap", + "indexmap 1.9.3", "slab", "tokio", "tokio-util", @@ -1772,8 +1740,8 @@ version = "0.2.0" source = "git+https://github.com/privacy-scaling-explorations/halo2.git?tag=v2023_04_20#be955686f86eb618f55d2320c0e042485b313d22" dependencies = [ "blake2b_simd", - "ff 0.13.0", - "group 0.13.0", + "ff", + "group", "halo2curves", "rand_chacha", "rand_core", @@ -1787,8 +1755,8 @@ name = "halo2curves" version = "0.3.2" source = "git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.3.2#9f5c50810bbefe779ee5cf1d852b2fe85dc35d5e" dependencies = [ - "ff 0.13.0", - "group 0.13.0", + "ff", + "group", "lazy_static", "num-bigint", "num-traits", @@ -1813,9 +1781,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.6" +version = "4.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" +checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d" dependencies = [ "log", "pest", @@ -1830,9 +1798,6 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -dependencies = [ - "ahash 0.7.6", -] [[package]] name = "hashbrown" @@ -1840,9 +1805,15 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.3", + "ahash", ] +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + [[package]] name = "hashers" version = "1.0.1" @@ -1869,18 +1840,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" +checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hex" @@ -1910,7 +1872,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -1920,28 +1882,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ "digest 0.9.0", - "generic-array 0.14.6", + "generic-array 0.14.7", "hmac 0.8.1", ] [[package]] name = "home" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" +checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" dependencies = [ - "winapi", + "windows-sys", ] [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes", "fnv", - "itoa 1.0.5", + "itoa", ] [[package]] @@ -1975,9 +1937,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.24" +version = "0.14.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" dependencies = [ "bytes", "futures-channel", @@ -1988,7 +1950,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa 1.0.5", + "itoa", "pin-project-lite", "socket2", "tokio", @@ -1999,10 +1961,11 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.2" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ + "futures-util", "http", "hyper", "rustls", @@ -2018,9 +1981,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -2046,9 +2009,9 @@ dependencies = [ [[package]] name = "impl-serde" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c" +checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" dependencies = [ "serde", ] @@ -2057,21 +2020,46 @@ dependencies = [ name = "impl-trait-for-tuples" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "indenter" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ - "proc-macro2", - "quote", - "syn", + "equivalent", + "hashbrown 0.14.0", ] [[package]] -name = "indexmap" -version = "1.9.2" +name = "inout" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ - "autocfg", - "hashbrown 0.12.3", + "generic-array 0.14.7", ] [[package]] @@ -2081,9 +2069,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", ] [[package]] @@ -2125,30 +2110,30 @@ dependencies = [ [[package]] name = "io-lifetimes" -version = "1.0.5" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" +checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ + "hermit-abi 0.3.2", "libc", - "windows-sys 0.45.0", + "windows-sys", ] [[package]] name = "ipnet" -version = "2.7.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "is-terminal" -version = "0.4.3" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" +checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb" dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix", - "windows-sys 0.45.0", + "hermit-abi 0.3.2", + "rustix 0.38.3", + "windows-sys", ] [[package]] @@ -2162,36 +2147,26 @@ dependencies = [ [[package]] name = "itoa" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" - -[[package]] -name = "itoa" -version = "1.0.5" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" +checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" [[package]] -name = "js-sys" -version = "0.3.61" +name = "jobserver" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" dependencies = [ - "wasm-bindgen", + "libc", ] [[package]] -name = "k256" -version = "0.11.6" +name = "js-sys" +version = "0.3.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" +checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" dependencies = [ - "cfg-if", - "ecdsa 0.14.8", - "elliptic-curve 0.12.3", - "sha2 0.10.6", - "sha3 0.10.7", + "wasm-bindgen", ] [[package]] @@ -2201,25 +2176,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" dependencies = [ "cfg-if", - "ecdsa 0.16.6", - "elliptic-curve 0.13.4", - "sha2 0.10.6", + "ecdsa 0.16.7", + "elliptic-curve", + "once_cell", + "sha2 0.10.7", + "signature", ] [[package]] name = "keccak" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" +checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" dependencies = [ "cpufeatures", ] [[package]] name = "lalrpop" -version = "0.19.9" +version = "0.19.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34313ec00c2eb5c3c87ca6732ea02dcf3af99c3ff7a8fb622ffb99c9d860a87" +checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b" dependencies = [ "ascii-canvas", "bit-set", @@ -2229,9 +2206,8 @@ dependencies = [ "itertools", "lalrpop-util", "petgraph", - "pico-args", "regex", - "regex-syntax", + "regex-syntax 0.6.29", "string_cache", "term", "tiny-keccak", @@ -2240,12 +2216,9 @@ dependencies = [ [[package]] name = "lalrpop-util" -version = "0.19.10" +version = "0.19.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3b45d694c8074f77bc24fc26e47633c862a9cd3b48dd51209c02ba4c434d68" -dependencies = [ - "regex", -] +checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed" [[package]] name = "lazy_static" @@ -2258,9 +2231,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.139" +version = "0.2.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" +checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libsecp256k1" @@ -2318,15 +2291,21 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linux-raw-sys" -version = "0.1.4" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" + +[[package]] +name = "linux-raw-sys" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" +checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" [[package]] name = "lock_api" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" +checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" dependencies = [ "autocfg", "scopeguard", @@ -2334,12 +2313,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "maingate" @@ -2360,7 +2336,7 @@ version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -2371,29 +2347,37 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "memoffset" -version = "0.7.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" +checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" dependencies = [ "autocfg", ] [[package]] name = "mime" -version = "0.3.16" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "miniz_oxide" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" +checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +dependencies = [ + "adler", +] [[package]] name = "mio" -version = "0.8.5" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" +checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" dependencies = [ "libc", - "log", "wasi", - "windows-sys 0.42.0", + "windows-sys", ] [[package]] @@ -2416,15 +2400,6 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" -[[package]] -name = "nom8" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" -dependencies = [ - "memchr", -] - [[package]] name = "num" version = "0.4.0" @@ -2504,11 +2479,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.2", "libc", ] @@ -2518,7 +2493,16 @@ version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" dependencies = [ - "num_enum_derive", + "num_enum_derive 0.5.11", +] + +[[package]] +name = "num_enum" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" +dependencies = [ + "num_enum_derive 0.6.1", ] [[package]] @@ -2527,23 +2511,38 @@ version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ - "proc-macro-crate 1.3.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] -name = "once_cell" -version = "1.17.0" +name = "num_enum_derive" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.23", +] [[package]] -name = "opaque-debug" -version = "0.2.3" +name = "object" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opaque-debug" @@ -2551,11 +2550,36 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +[[package]] +name = "open-fastrlp" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" +dependencies = [ + "arrayvec", + "auto_impl", + "bytes", + "ethereum-types", + "open-fastrlp-derive", +] + +[[package]] +name = "open-fastrlp-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" +dependencies = [ + "bytes", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "os_str_bytes" -version = "6.4.1" +version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" +checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" [[package]] name = "output_vt100" @@ -2568,9 +2592,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.3.0" +version = "3.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3840933452adf7b3b9145e27086a5a3376c619dca1a21b1e5a5af0d54979bed" +checksum = "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5" dependencies = [ "arrayvec", "bitvec 1.0.1", @@ -2582,25 +2606,14 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.4" +version = "3.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" +checksum = "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476" dependencies = [ - "proc-macro-crate 1.3.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn", -] - -[[package]] -name = "parking_lot" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" -dependencies = [ - "instant", - "lock_api", - "parking_lot_core 0.8.6", + "syn 1.0.109", ] [[package]] @@ -2610,45 +2623,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.7", + "parking_lot_core", ] [[package]] name = "parking_lot_core" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" -dependencies = [ - "cfg-if", - "instant", - "libc", - "redox_syscall", - "smallvec", - "winapi", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if", "libc", - "redox_syscall", + "redox_syscall 0.3.5", "smallvec", - "windows-sys 0.45.0", -] - -[[package]] -name = "password-hash" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8" -dependencies = [ - "base64ct", - "rand_core", - "subtle", + "windows-targets", ] [[package]] @@ -2669,8 +2657,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" dependencies = [ "blake2b_simd", - "ff 0.13.0", - "group 0.13.0", + "ff", + "group", "lazy_static", "rand", "static_assertions", @@ -2679,9 +2667,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" +checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" [[package]] name = "path-slash" @@ -2691,36 +2679,37 @@ checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" [[package]] name = "pbkdf2" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7" +checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", + "hmac 0.12.1", + "password-hash", + "sha2 0.10.7", ] [[package]] name = "pbkdf2" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" +checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "hmac 0.12.1", - "password-hash 0.4.2", - "sha2 0.10.6", ] [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.5.5" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" +checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" dependencies = [ "thiserror", "ucd-trie", @@ -2728,9 +2717,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.5.5" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69" +checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" dependencies = [ "pest", "pest_generator", @@ -2738,26 +2727,26 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.5.5" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202" +checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "pest_meta" -version = "2.5.5" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616" +checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" dependencies = [ "once_cell", "pest", - "sha2 0.10.6", + "sha2 0.10.7", ] [[package]] @@ -2767,7 +2756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", - "indexmap", + "indexmap 1.9.3", ] [[package]] @@ -2782,37 +2771,35 @@ dependencies = [ [[package]] name = "phf" -version = "0.10.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" +checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" dependencies = [ "phf_macros", - "phf_shared", - "proc-macro-hack", + "phf_shared 0.11.2", ] [[package]] name = "phf_generator" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" +checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" dependencies = [ - "phf_shared", + "phf_shared 0.11.2", "rand", ] [[package]] name = "phf_macros" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" +checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" dependencies = [ "phf_generator", - "phf_shared", - "proc-macro-hack", + "phf_shared 0.11.2", "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] @@ -2825,36 +2812,39 @@ dependencies = [ ] [[package]] -name = "pico-args" -version = "0.4.2" +name = "phf_shared" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" +checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +dependencies = [ + "siphasher", +] [[package]] name = "pin-project" -version = "1.0.12" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" +checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.12" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" +checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "pin-project-lite" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" +checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" [[package]] name = "pin-utils" @@ -2864,14 +2854,20 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs8" -version = "0.9.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.6.1", + "der", "spki", ] +[[package]] +name = "pkg-config" +version = "0.3.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" + [[package]] name = "poseidon" version = "0.2.0" @@ -2905,6 +2901,16 @@ dependencies = [ "yansi", ] +[[package]] +name = "prettyplease" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92139198957b410250d43fad93e630d956499a625c527eda65175c8680f83387" +dependencies = [ + "proc-macro2", + "syn 2.0.23", +] + [[package]] name = "prettytable-rs" version = "0.10.0" @@ -2919,44 +2925,25 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "primitive-types" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a" -dependencies = [ - "fixed-hash 0.7.0", - "impl-codec", - "impl-rlp", - "impl-serde", - "uint", -] - [[package]] name = "primitive-types" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" dependencies = [ - "fixed-hash 0.8.0", + "fixed-hash", "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", "uint", ] [[package]] name = "proc-macro-crate" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" -dependencies = [ - "toml", -] - -[[package]] -name = "proc-macro-crate" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ "once_cell", "toml_edit", @@ -2971,7 +2958,7 @@ dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", - "syn", + "syn 1.0.109", "version_check", ] @@ -2986,46 +2973,20 @@ dependencies = [ "version_check", ] -[[package]] -name = "proc-macro-hack" -version = "0.5.20+deprecated" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" - [[package]] name = "proc-macro2" -version = "1.0.51" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] -[[package]] -name = "ptr_meta" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" -dependencies = [ - "ptr_meta_derive", -] - -[[package]] -name = "ptr_meta_derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "quote" -version = "1.0.23" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" +checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] @@ -3083,9 +3044,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ "either", "rayon-core", @@ -3093,9 +3054,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.10.2" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", @@ -3109,7 +3070,16 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags", + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +dependencies = [ + "bitflags 1.3.2", ] [[package]] @@ -3119,49 +3089,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom", - "redox_syscall", + "redox_syscall 0.2.16", "thiserror", ] [[package]] name = "regex" -version = "1.7.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" +checksum = "89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484" dependencies = [ "aho-corasick", "memchr", - "regex-syntax", + "regex-automata", + "regex-syntax 0.7.3", ] [[package]] name = "regex-automata" -version = "0.1.10" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +checksum = "fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.7.3", +] [[package]] name = "regex-syntax" -version = "0.6.28" +version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] -name = "rend" -version = "0.3.6" +name = "regex-syntax" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95" -dependencies = [ - "bytecheck", -] +checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" [[package]] name = "reqwest" -version = "0.11.14" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ - "base64 0.21.0", + "base64 0.21.2", "bytes", "encoding_rs", "futures-core", @@ -3190,57 +3163,81 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.22.6", "winreg", ] +[[package]] +name = "revm" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73d84c8f9836efb0f5f5f8de4700a953c4e1f3119e5cfcb0aad8e5be73daf991" +dependencies = [ + "arrayref", + "auto_impl", + "bytes", + "hashbrown 0.13.2", + "num_enum 0.5.11", + "primitive-types", + "revm_precompiles", + "rlp", + "sha3 0.10.8", +] + [[package]] name = "revm-precompile" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3eabf08ea9e4063f5531b8735e29344d9d6eaebaa314c58253f6c17fcdf2d" +checksum = "41320af3bd6a65153d38eb1d3638ba89104cc9513c7feedb2d8510e8307dab29" dependencies = [ - "k256 0.13.1", + "k256", "num", "once_cell", "revm-primitives", "ripemd", - "secp256k1", - "sha2 0.10.6", - "sha3 0.10.7", + "secp256k1 0.27.0", + "sha2 0.10.7", + "sha3 0.10.8", "substrate-bn", ] [[package]] name = "revm-primitives" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180427e1169b860ab63eaa5bcff158010073646abf3312aed11a1d7aa1aa8291" +checksum = "304d998f466ffef72d76c7f20b05bf08a96801736a6fb1fdef47d49a292618df" dependencies = [ "auto_impl", "bitvec 1.0.1", "bytes", "derive_more", "enumn", - "fixed-hash 0.8.0", + "fixed-hash", "hashbrown 0.13.2", "hex", "hex-literal", - "primitive-types 0.12.1", + "primitive-types", "rlp", "ruint", - "sha3 0.10.7", + "sha3 0.10.8", ] [[package]] -name = "rfc6979" -version = "0.3.1" +name = "revm_precompiles" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" +checksum = "0353d456ef3e989dc9190f42c6020f09bc2025930c37895826029304413204b5" dependencies = [ - "crypto-bigint 0.4.9", - "hmac 0.12.1", - "zeroize", + "bytes", + "hashbrown 0.13.2", + "num", + "once_cell", + "primitive-types", + "ripemd", + "secp256k1 0.24.3", + "sha2 0.10.7", + "sha3 0.10.8", + "substrate-bn", ] [[package]] @@ -3273,33 +3270,8 @@ name = "ripemd" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.6", -] - -[[package]] -name = "rkyv" -version = "0.7.39" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15" -dependencies = [ - "bytecheck", - "hashbrown 0.12.3", - "ptr_meta", - "rend", - "rkyv_derive", - "seahash", -] - -[[package]] -name = "rkyv_derive" -version = "0.7.39" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4" -dependencies = [ - "proc-macro2", - "quote", - "syn", +dependencies = [ + "digest 0.10.7", ] [[package]] @@ -3309,6 +3281,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", + "rlp-derive", "rustc-hex", ] @@ -3320,7 +3293,7 @@ checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] @@ -3330,7 +3303,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d470e29e933dac4101180fd6574971892315c414cf2961a192729089687cc9b" dependencies = [ "derive_more", - "primitive-types 0.12.1", + "primitive-types", "rlp", "ruint-macro", "rustc_version", @@ -3344,22 +3317,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62cc5760263ea229d367e7dff3c0cbf09e4797a125bd87059a6c095804f3b2d1" [[package]] -name = "rust_decimal" -version = "1.28.1" +name = "rustc-demangle" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13cf35f7140155d02ba4ec3294373d513a3c7baa8364c162b030e33c61520a8" -dependencies = [ - "arrayvec", - "borsh", - "bytecheck", - "byteorder", - "bytes", - "num-traits", - "rand", - "rkyv", - "serde", - "serde_json", -] +checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustc-hex" @@ -3378,56 +3339,79 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.8" +version = "0.37.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" +checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", - "linux-raw-sys", - "windows-sys 0.45.0", + "linux-raw-sys 0.3.8", + "windows-sys", +] + +[[package]] +name = "rustix" +version = "0.38.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4" +dependencies = [ + "bitflags 2.3.3", + "errno", + "libc", + "linux-raw-sys 0.4.3", + "windows-sys", ] [[package]] name = "rustls" -version = "0.20.8" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" +checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" dependencies = [ "log", "ring", + "rustls-webpki", "sct", - "webpki", ] [[package]] name = "rustls-pemfile" -version = "1.0.2" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +dependencies = [ + "base64 0.21.2", +] + +[[package]] +name = "rustls-webpki" +version = "0.100.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" +checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" dependencies = [ - "base64 0.21.0", + "ring", + "untrusted", ] [[package]] name = "rustversion" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" +checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" [[package]] name = "ryu" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" +checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" [[package]] name = "salsa20" -version = "0.9.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686" +checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" dependencies = [ "cipher", ] @@ -3441,6 +3425,30 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "scale-info" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782" +dependencies = [ + "cfg-if", + "derive_more", + "parity-scale-codec", + "scale-info-derive", +] + +[[package]] +name = "scale-info-derive" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "scopeguard" version = "1.1.0" @@ -3449,15 +3457,14 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scrypt" -version = "0.8.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73d6d7c6311ebdbd9184ad6c4447b2f36337e327bda107d3ba9e3c374f9d325" +checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" dependencies = [ "hmac 0.12.1", - "password-hash 0.3.2", - "pbkdf2 0.10.1", + "pbkdf2 0.11.0", "salsa20", - "sha2 0.10.6", + "sha2 0.10.7", ] [[package]] @@ -3470,37 +3477,27 @@ dependencies = [ "untrusted", ] -[[package]] -name = "seahash" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" - [[package]] name = "sec1" -version = "0.3.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" +checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" dependencies = [ - "base16ct 0.1.1", - "der 0.6.1", - "generic-array 0.14.6", + "base16ct", + "der", + "generic-array 0.14.7", "pkcs8", "subtle", "zeroize", ] [[package]] -name = "sec1" -version = "0.7.1" +name = "secp256k1" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" +checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" dependencies = [ - "base16ct 0.2.0", - "der 0.7.5", - "generic-array 0.14.6", - "subtle", - "zeroize", + "secp256k1-sys 0.6.1", ] [[package]] @@ -3509,7 +3506,16 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.8.1", +] + +[[package]] +name = "secp256k1-sys" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" +dependencies = [ + "cc", ] [[package]] @@ -3523,13 +3529,19 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" +checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" dependencies = [ "serde", ] +[[package]] +name = "send_wrapper" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" + [[package]] name = "send_wrapper" version = "0.6.0" @@ -3538,45 +3550,44 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.152" +version = "1.0.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" +checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8" dependencies = [ "serde_derive", ] -[[package]] -name = "serde-aux" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a77223b653fa95f3f9864f3eb25b93e4ed170687eb42d85b6b98af21d5e1de" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "serde_derive" -version = "1.0.152" +version = "1.0.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" +checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "serde_json" -version = "1.0.92" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a" +checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" dependencies = [ - "itoa 1.0.5", + "itoa", "ryu", "serde", ] +[[package]] +name = "serde_spanned" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -3584,7 +3595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" dependencies = [ "form_urlencoded", - "itoa 1.0.5", + "itoa", "ryu", "serde", ] @@ -3608,30 +3619,18 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn", + "syn 1.0.109", ] [[package]] -name = "sha-1" -version = "0.10.1" +name = "sha1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.6", -] - -[[package]] -name = "sha2" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" -dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug 0.2.3", + "digest 0.10.7", ] [[package]] @@ -3644,18 +3643,18 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug", ] [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -3665,7 +3664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b64dcef59ed4290b9fb562b53df07f564690d6539e8ecdd4728cf392477530bc" dependencies = [ "block-buffer 0.3.3", - "byte-tools 0.2.0", + "byte-tools", "digest 0.7.6", "keccak", ] @@ -3679,36 +3678,26 @@ dependencies = [ "block-buffer 0.9.0", "digest 0.9.0", "keccak", - "opaque-debug 0.3.0", + "opaque-debug", ] [[package]] name = "sha3" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c" +checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "keccak", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" -dependencies = [ - "digest 0.10.6", - "rand_core", -] - [[package]] name = "signature" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "rand_core", ] @@ -3720,9 +3709,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "slab" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" +checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" dependencies = [ "autocfg", ] @@ -3738,6 +3727,7 @@ name = "snark-verifier" version = "0.1.0" source = "git+https://github.com/privacy-scaling-explorations/snark-verifier?tag=v2023_04_20#e5d5e4a6ccff2bba71baf77ab7a12b124d6364a1" dependencies = [ + "bytes", "ecc", "halo2_proofs", "halo2curves", @@ -3748,14 +3738,18 @@ dependencies = [ "num-integer", "num-traits", "poseidon", + "primitive-types", "rand", + "revm", + "rlp", + "sha3 0.10.8", ] [[package]] name = "socket2" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi", @@ -3763,14 +3757,15 @@ dependencies = [ [[package]] name = "solang-parser" -version = "0.1.16" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f68b8280e3f354d5646218319bcee4febe42833cef5ebf653cfc49d0a94409" +checksum = "4a94494913728908efa7a25a2dd2e4f037e714897985c24273c40596638ed909" dependencies = [ "itertools", "lalrpop", "lalrpop-util", "phf", + "thiserror", "unicode-xid", ] @@ -3782,12 +3777,12 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spki" -version = "0.6.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" +checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" dependencies = [ "base64ct", - "der 0.6.1", + "der", ] [[package]] @@ -3798,14 +3793,14 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "string_cache" -version = "0.8.4" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" +checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", - "parking_lot 0.12.1", - "phf_shared", + "parking_lot", + "phf_shared 0.10.0", "precomputed-hash", ] @@ -3834,7 +3829,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn", + "syn 1.0.109", ] [[package]] @@ -3852,15 +3847,46 @@ dependencies = [ [[package]] name = "subtle" -version = "2.4.1" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + +[[package]] +name = "svm-rs" +version = "0.2.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a04fc4f5cd35c700153b233f5575ccb3237e0f941fa5049d9e98254d10bf2fe" +dependencies = [ + "fs2", + "hex", + "home", + "once_cell", + "reqwest", + "semver", + "serde", + "serde_json", + "sha2 0.10.7", + "thiserror", + "url", + "zip", +] + +[[package]] +name = "syn" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] [[package]] name = "syn" -version = "1.0.107" +version = "2.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" +checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737" dependencies = [ "proc-macro2", "quote", @@ -3873,6 +3899,20 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +[[package]] +name = "tempfile" +version = "3.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +dependencies = [ + "autocfg", + "cfg-if", + "fastrand", + "redox_syscall 0.3.5", + "rustix 0.37.23", + "windows-sys", +] + [[package]] name = "term" version = "0.7.0" @@ -3922,7 +3962,7 @@ dependencies = [ "strum", "strum_macros", "thiserror", - "toml", + "toml 0.5.11", "urlencoding", "yaml-rust", "zkevm-circuits", @@ -3936,24 +3976,40 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", +] + +[[package]] +name = "time" +version = "0.3.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +dependencies = [ + "serde", + "time-core", ] +[[package]] +name = "time-core" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" + [[package]] name = "tiny-keccak" version = "2.0.2" @@ -3980,49 +4036,48 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.25.0" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", + "backtrace", "bytes", "libc", - "memchr", "mio", "num_cpus", "pin-project-lite", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys", ] [[package]] name = "tokio-macros" -version = "1.8.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" +checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "tokio-rustls" -version = "0.23.4" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ "rustls", "tokio", - "webpki", ] [[package]] name = "tokio-tungstenite" -version = "0.17.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181" +checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" dependencies = [ "futures-util", "log", @@ -4030,15 +4085,14 @@ dependencies = [ "tokio", "tokio-rustls", "tungstenite", - "webpki", - "webpki-roots", + "webpki-roots 0.23.1", ] [[package]] name = "tokio-util" -version = "0.7.4" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" +checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" dependencies = [ "bytes", "futures-core", @@ -4057,21 +4111,38 @@ dependencies = [ "serde", ] +[[package]] +name = "toml" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + [[package]] name = "toml_datetime" -version = "0.5.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +dependencies = [ + "serde", +] [[package]] name = "toml_edit" -version = "0.18.1" +version = "0.19.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b" +checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" dependencies = [ - "indexmap", - "nom8", + "indexmap 2.0.0", + "serde", + "serde_spanned", "toml_datetime", + "winnow", ] [[package]] @@ -4094,20 +4165,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.23" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" +checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", ] [[package]] name = "tracing-core" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" +checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" dependencies = [ "once_cell", ] @@ -4130,19 +4201,19 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "tungstenite" -version = "0.17.3" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0" +checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" dependencies = [ - "base64 0.13.1", "byteorder", "bytes", + "data-encoding", "http", "httparse", "log", "rand", "rustls", - "sha-1", + "sha1", "thiserror", "url", "utf-8", @@ -4175,15 +4246,15 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.10" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" -version = "1.0.6" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" +checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" [[package]] name = "unicode-normalization" @@ -4214,9 +4285,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" dependencies = [ "form_urlencoded", "idna", @@ -4253,22 +4324,20 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" dependencies = [ "same-file", - "winapi", "winapi-util", ] [[package]] name = "want" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "log", "try-lock", ] @@ -4280,9 +4349,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.84" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" +checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -4290,24 +4359,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.84" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" +checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn", + "syn 2.0.23", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.34" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" +checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" dependencies = [ "cfg-if", "js-sys", @@ -4317,9 +4386,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.84" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" +checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4327,43 +4396,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.84" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" +checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.23", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" - -[[package]] -name = "wasm-timer" -version = "0.2.5" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" -dependencies = [ - "futures", - "js-sys", - "parking_lot 0.11.2", - "pin-utils", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] +checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "web-sys" -version = "0.3.61" +version = "0.3.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" +checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" dependencies = [ "js-sys", "wasm-bindgen", @@ -4388,6 +4442,15 @@ dependencies = [ "webpki", ] +[[package]] +name = "webpki-roots" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" +dependencies = [ + "rustls-webpki", +] + [[package]] name = "winapi" version = "0.3.9" @@ -4421,33 +4484,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -dependencies = [ - "windows_aarch64_gnullvm", - "windows_aarch64_msvc", - "windows_i686_gnu", - "windows_i686_msvc", - "windows_x86_64_gnu", - "windows_x86_64_gnullvm", - "windows_x86_64_msvc", -] - -[[package]] -name = "windows-sys" -version = "0.45.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ "windows-targets", ] [[package]] name = "windows-targets" -version = "0.42.1" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" +checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" dependencies = [ "windows_aarch64_gnullvm", "windows_aarch64_msvc", @@ -4460,45 +4508,54 @@ dependencies = [ [[package]] name = "windows_aarch64_gnullvm" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" +checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" [[package]] name = "windows_aarch64_msvc" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" +checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" [[package]] name = "windows_i686_gnu" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" +checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" [[package]] name = "windows_i686_msvc" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" +checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" [[package]] name = "windows_x86_64_gnu" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" [[package]] name = "windows_x86_64_gnullvm" -version = "0.42.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" [[package]] name = "windows_x86_64_msvc" -version = "0.42.1" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" + +[[package]] +name = "winnow" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" +checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" +dependencies = [ + "memchr", +] [[package]] name = "winreg" @@ -4521,7 +4578,7 @@ dependencies = [ "log", "pharos", "rustc_version", - "send_wrapper", + "send_wrapper 0.6.0", "thiserror", "wasm-bindgen", "wasm-bindgen-futures", @@ -4554,9 +4611,29 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "zeroize" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" +checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" + +[[package]] +name = "zip" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" +dependencies = [ + "aes", + "byteorder", + "bzip2", + "constant_time_eq 0.1.5", + "crc32fast", + "crossbeam-utils", + "flate2", + "hmac 0.12.1", + "pbkdf2 0.11.0", + "sha1", + "time", + "zstd", +] [[package]] name = "zkevm-circuits" @@ -4584,15 +4661,45 @@ dependencies = [ "mock", "num", "num-bigint", - "num_enum", + "num_enum 0.5.11", "pretty_assertions", "rand", "rand_chacha", "rand_xorshift", "serde", "serde_json", - "sha3 0.10.7", + "sha3 0.10.8", "snark-verifier", "strum", "strum_macros", ] + +[[package]] +name = "zstd" +version = "0.11.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" +dependencies = [ + "zstd-safe", +] + +[[package]] +name = "zstd-safe" +version = "5.0.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" +dependencies = [ + "libc", + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.8+zstd.1.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" +dependencies = [ + "cc", + "libc", + "pkg-config", +] diff --git a/bus-mapping/Cargo.toml b/bus-mapping/Cargo.toml index 3632275fa6..1e1860b592 100644 --- a/bus-mapping/Cargo.toml +++ b/bus-mapping/Cargo.toml @@ -10,13 +10,12 @@ eth-types = { path = "../eth-types" } gadgets = { path = "../gadgets" } mock = { path = "../mock", optional = true } -ethers-core = "0.17.0" -ethers-providers = "0.17.0" +ethers-core = "2.0.7" +ethers-providers = "2.0.7" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_04_20" } itertools = "0.10" lazy_static = "1.4" log = "0.4.14" -rand = { version = "0.8", optional = true } serde = {version = "1.0.130", features = ["derive"] } serde_json = "1.0.66" strum = "0.24" @@ -30,7 +29,6 @@ pretty_assertions = "1.0.0" tokio = { version = "1.13", features = ["macros"] } url = "2.2.2" mock = { path = "../mock" } -rand = "0.8" [features] -test = ["mock", "rand"] +test = ["mock"] diff --git a/bus-mapping/src/circuit_input_builder.rs b/bus-mapping/src/circuit_input_builder.rs index 11e676d561..2bc6318a52 100644 --- a/bus-mapping/src/circuit_input_builder.rs +++ b/bus-mapping/src/circuit_input_builder.rs @@ -34,12 +34,12 @@ pub use execution::{ pub use input_state_ref::CircuitInputStateRef; use itertools::Itertools; use log::warn; -use std::collections::HashMap; +use std::{collections::HashMap, ops::Deref}; pub use transaction::{Transaction, TransactionContext}; /// Circuit Setup Parameters #[derive(Debug, Clone, Copy)] -pub struct CircuitsParams { +pub struct FixedCParams { /// Maximum number of rw operations in the state circuit (RwTable length / /// nummber of rows). This must be at least the number of rw operations /// + 1, in order to allocate at least a Start row. @@ -70,17 +70,27 @@ pub struct CircuitsParams { pub max_keccak_rows: usize, } -impl Default for CircuitsParams { +/// Unset Circuits Parameters, computed dynamically together with circuit witness generation. +#[derive(Debug, Clone, Copy)] +pub struct DynamicCParams {} + +/// Circuit Setup Parameters. These can be fixed/concrete or unset/dynamic. +pub trait CircuitsParams: Debug + Copy {} + +impl CircuitsParams for FixedCParams {} +impl CircuitsParams for DynamicCParams {} + +impl Default for FixedCParams { /// Default values for most of the unit tests of the Circuit Parameters fn default() -> Self { - CircuitsParams { + FixedCParams { max_rws: 1000, max_txs: 1, max_calldata: 256, // TODO: Check whether this value is correct or we should increase/decrease based on // this lib tests max_copy_rows: 1000, - max_exp_steps: 1000, + max_exp_steps: 1000 / 7, // exp_circuit::OFFSET_INCREMENT = 7 max_bytecode: 512, max_evm_rows: 0, max_keccak_rows: 0, @@ -107,25 +117,28 @@ impl Default for CircuitsParams { /// the State Proof witnesses are already generated on a structured manner and /// ready to be added into the State circuit. #[derive(Debug)] -pub struct CircuitInputBuilder { +pub struct CircuitInputBuilder { /// StateDB key-value DB pub sdb: StateDB, /// Map of account codes by code hash pub code_db: CodeDB, /// Block pub block: Block, + /// Circuits Setup Paramteres + pub circuits_params: C, /// Block Context pub block_ctx: BlockContext, } -impl<'a> CircuitInputBuilder { +impl<'a, C: CircuitsParams> CircuitInputBuilder { /// Create a new CircuitInputBuilder from the given `eth_block` and /// `constants`. - pub fn new(sdb: StateDB, code_db: CodeDB, block: Block) -> Self { + pub fn new(sdb: StateDB, code_db: CodeDB, block: Block, params: C) -> Self { Self { sdb, code_db, block, + circuits_params: params, block_ctx: BlockContext::new(), } } @@ -151,6 +164,7 @@ impl<'a> CircuitInputBuilder { /// Create a new Transaction from a [`eth_types::Transaction`]. pub fn new_tx( &mut self, + id: u64, eth_tx: ð_types::Transaction, is_success: bool, ) -> Result { @@ -167,7 +181,14 @@ impl<'a> CircuitInputBuilder { ), ); - Transaction::new(call_id, &self.sdb, &mut self.code_db, eth_tx, is_success) + Transaction::new( + id, + call_id, + &self.sdb, + &mut self.code_db, + eth_tx, + is_success, + ) } /// Iterate over all generated CallContext RwCounterEndOfReversion @@ -191,25 +212,66 @@ impl<'a> CircuitInputBuilder { } } + /// Handle a transaction with its corresponding execution trace to generate + /// all the associated operations. Each operation is registered in + /// `self.block.container`, and each step stores the + /// [`OperationRef`](crate::exec_trace::OperationRef) to each of the + /// generated operations. + fn handle_tx( + &mut self, + eth_tx: ð_types::Transaction, + geth_trace: &GethExecTrace, + is_last_tx: bool, + tx_index: u64, + ) -> Result<(), Error> { + let mut tx = self.new_tx(tx_index, eth_tx, !geth_trace.failed)?; + let mut tx_ctx = TransactionContext::new(eth_tx, geth_trace, is_last_tx)?; + + // Generate BeginTx step + let begin_tx_step = gen_associated_steps( + &mut self.state_ref(&mut tx, &mut tx_ctx), + ExecState::BeginTx, + )?; + tx.steps_mut().push(begin_tx_step); + + for (index, geth_step) in geth_trace.struct_logs.iter().enumerate() { + let mut state_ref = self.state_ref(&mut tx, &mut tx_ctx); + log::trace!("handle {}th opcode {:?} ", index, geth_step.op); + let exec_steps = gen_associated_ops( + &geth_step.op, + &mut state_ref, + &geth_trace.struct_logs[index..], + )?; + tx.steps_mut().extend(exec_steps); + } + + // Generate EndTx step + let end_tx_step = + gen_associated_steps(&mut self.state_ref(&mut tx, &mut tx_ctx), ExecState::EndTx)?; + tx.steps_mut().push(end_tx_step); + + self.sdb.commit_tx(); + self.block.txs.push(tx); + + Ok(()) + } +} + +impl CircuitInputBuilder { /// Handle a block by handling each transaction to generate all the /// associated operations. pub fn handle_block( &mut self, eth_block: &EthBlock, geth_traces: &[eth_types::GethExecTrace], - ) -> Result<(), Error> { + ) -> Result<&CircuitInputBuilder, Error> { // accumulates gas across all txs in the block - for (tx_index, tx) in eth_block.transactions.iter().enumerate() { - let geth_trace = &geth_traces[tx_index]; - self.handle_tx(tx, geth_trace, tx_index + 1 == eth_block.transactions.len())?; - } - self.set_value_ops_call_context_rwc_eor(); - self.set_end_block(); - Ok(()) + self.begin_handle_block(eth_block, geth_traces)?; + self.set_end_block(self.circuits_params.max_rws); + Ok(self) } - fn set_end_block(&mut self) { - let max_rws = self.block.circuits_params.max_rws; + fn set_end_block(&mut self, max_rws: usize) { let mut end_block_not_last = self.block.block_steps.end_block_not_last.clone(); let mut end_block_last = self.block.block_steps.end_block_last.clone(); end_block_not_last.rwc = self.block_ctx.rwc; @@ -233,6 +295,7 @@ impl<'a> CircuitInputBuilder { step.bus_mapping_instance.push(op_ref); }; + // rwc index start from 1 let total_rws = state.block_ctx.rwc.0 - 1; // We need at least 1 extra Start row #[allow(clippy::int_plus_one)] @@ -244,68 +307,134 @@ impl<'a> CircuitInputBuilder { max_rws ); } - push_op(&mut end_block_last, RWCounter(1), RW::READ, StartOp {}); + let (padding_start, padding_end) = (1, max_rws - total_rws); // rw counter start from 1 push_op( &mut end_block_last, - RWCounter(max_rws - total_rws), + RWCounter(padding_start), RW::READ, StartOp {}, ); + if padding_end != padding_start { + push_op( + &mut end_block_last, + RWCounter(padding_end), + RW::READ, + StartOp {}, + ); + } self.block.block_steps.end_block_not_last = end_block_not_last; self.block.block_steps.end_block_last = end_block_last; } +} - /// Handle a transaction with its corresponding execution trace to generate - /// all the associated operations. Each operation is registered in - /// `self.block.container`, and each step stores the - /// [`OperationRef`](crate::exec_trace::OperationRef) to each of the - /// generated operations. - fn handle_tx( +impl CircuitInputBuilder { + /// First part of handle_block, common for dynamic and static circuit parameters. + pub fn begin_handle_block( &mut self, - eth_tx: ð_types::Transaction, - geth_trace: &GethExecTrace, - is_last_tx: bool, + eth_block: &EthBlock, + geth_traces: &[eth_types::GethExecTrace], ) -> Result<(), Error> { - let mut tx = self.new_tx(eth_tx, !geth_trace.failed)?; - let mut tx_ctx = TransactionContext::new(eth_tx, geth_trace, is_last_tx)?; - - // Generate BeginTx step - let begin_tx_step = gen_associated_steps( - &mut self.state_ref(&mut tx, &mut tx_ctx), - ExecState::BeginTx, - )?; - tx.steps_mut().push(begin_tx_step); - - for (index, geth_step) in geth_trace.struct_logs.iter().enumerate() { - let mut state_ref = self.state_ref(&mut tx, &mut tx_ctx); - log::trace!("handle {}th opcode {:?} ", index, geth_step.op); - let exec_steps = gen_associated_ops( - &geth_step.op, - &mut state_ref, - &geth_trace.struct_logs[index..], + // accumulates gas across all txs in the block + for (idx, tx) in eth_block.transactions.iter().enumerate() { + let geth_trace = &geth_traces[idx]; + // Transaction index starts from 1 + let tx_id = idx + 1; + self.handle_tx( + tx, + geth_trace, + tx_id == eth_block.transactions.len(), + tx_id as u64, )?; - tx.steps_mut().extend(exec_steps); } - - // Generate EndTx step - let end_tx_step = - gen_associated_steps(&mut self.state_ref(&mut tx, &mut tx_ctx), ExecState::EndTx)?; - tx.steps_mut().push(end_tx_step); - - self.sdb.commit_tx(); - self.block.txs.push(tx); - + // set eth_block + self.block.eth_block = eth_block.clone(); + self.set_value_ops_call_context_rwc_eor(); Ok(()) } } +impl CircuitInputBuilder { + /// Handle a block by handling each transaction to generate all the + /// associated operations. From these operations, the optimal circuit parameters + /// are derived and set. + pub fn handle_block( + mut self, + eth_block: &EthBlock, + geth_traces: &[eth_types::GethExecTrace], + ) -> Result, Error> { + self.begin_handle_block(eth_block, geth_traces)?; + + // Compute subcircuits parameters + let c_params = { + let max_txs = eth_block.transactions.len(); + let max_bytecode = self.code_db.0.values().fold(0, |acc, a| acc + a.len() + 1); + + let max_calldata = eth_block + .transactions + .iter() + .fold(0, |acc, tx| acc + tx.input.len()); + let max_exp_steps = self + .block + .exp_events + .iter() + .fold(0usize, |acc, e| acc + e.steps.len()); + // The `+ 2` is used to take into account the two extra empty copy rows needed + // to satisfy the query at `Rotation(2)` performed inside of the + // `rows[2].value == rows[0].value * r + rows[1].value` requirement in the RLC + // Accumulation gate. + let max_copy_rows = self + .block + .copy_events + .iter() + .fold(0, |acc, c| acc + c.bytes.len()) + * 2 + + 2; + + let total_rws_before_padding: usize = + >::into(self.block_ctx.rwc) - 1; // -1 since rwc start from index `1` + let max_rws_after_padding = total_rws_before_padding + + 1 // fill 1 to have exactly one StartOp padding in below `set_end_block` + + if total_rws_before_padding > 0 { 1 /*end_block -> CallContextFieldTag::TxId lookup*/ } else { 0 }; + // Computing the number of rows for the EVM circuit requires the size of ExecStep, + // which is determined in the code of zkevm-circuits and cannot be imported here. + // When the evm circuit receives a 0 value it dynamically computes the minimum + // number of rows necessary. + let max_evm_rows = 0; + // Similarly, computing the number of rows for the Keccak circuit requires + // constants that cannot be accessed from here (NUM_ROUNDS and KECCAK_ROWS). + // With a 0 value the keccak circuit computes dynamically the minimum number of rows + // needed. + let max_keccak_rows = 0; + FixedCParams { + max_rws: max_rws_after_padding, + max_txs, + max_calldata, + max_copy_rows, + max_exp_steps, + max_bytecode, + max_evm_rows, + max_keccak_rows, + } + }; + let mut cib = CircuitInputBuilder:: { + sdb: self.sdb, + code_db: self.code_db, + block: self.block, + circuits_params: c_params, + block_ctx: self.block_ctx, + }; + + cib.set_end_block(c_params.max_rws); + Ok(cib) + } +} /// Return all the keccak inputs used during the processing of the current /// block. pub fn keccak_inputs(block: &Block, code_db: &CodeDB) -> Result>, Error> { let mut keccak_inputs = Vec::new(); // Tx Circuit - let txs: Vec = block.txs.iter().map(|tx| tx.tx.clone()).collect(); + let txs: Vec = block.txs.iter().map(|tx| tx.deref().clone()).collect(); keccak_inputs.extend_from_slice(&keccak_inputs_tx_circuit(&txs, block.chain_id.as_u64())?); // Bytecode Circuit for bytecode in code_db.0.values() { @@ -398,7 +527,7 @@ type EthBlock = eth_types::Block; pub struct BuilderClient { cli: GethClient

, chain_id: Word, - circuits_params: CircuitsParams, + circuits_params: FixedCParams, } /// Get State Accesses from TxExecTraces @@ -455,10 +584,7 @@ pub fn build_state_code_db( impl BuilderClient

{ /// Create a new BuilderClient - pub async fn new( - client: GethClient

, - circuits_params: CircuitsParams, - ) -> Result { + pub async fn new(client: GethClient

, circuits_params: FixedCParams) -> Result { let chain_id = client.get_chain_id().await?; Ok(Self { @@ -574,15 +700,9 @@ impl BuilderClient

{ geth_traces: &[eth_types::GethExecTrace], history_hashes: Vec, prev_state_root: Word, - ) -> Result { - let block = Block::new( - self.chain_id, - history_hashes, - prev_state_root, - eth_block, - self.circuits_params, - )?; - let mut builder = CircuitInputBuilder::new(sdb, code_db, block); + ) -> Result, Error> { + let block = Block::new(self.chain_id, history_hashes, prev_state_root, eth_block)?; + let mut builder = CircuitInputBuilder::new(sdb, code_db, block, self.circuits_params); builder.handle_block(eth_block, geth_traces)?; Ok(builder) } @@ -593,7 +713,7 @@ impl BuilderClient

{ block_num: u64, ) -> Result< ( - CircuitInputBuilder, + CircuitInputBuilder, eth_types::Block, ), Error, diff --git a/bus-mapping/src/circuit_input_builder/block.rs b/bus-mapping/src/circuit_input_builder/block.rs index 650c7344bc..c0f16a84eb 100644 --- a/bus-mapping/src/circuit_input_builder/block.rs +++ b/bus-mapping/src/circuit_input_builder/block.rs @@ -1,8 +1,6 @@ //! Block-related utility module -use super::{ - execution::ExecState, transaction::Transaction, CircuitsParams, CopyEvent, ExecStep, ExpEvent, -}; +use super::{execution::ExecState, transaction::Transaction, CopyEvent, ExecStep, ExpEvent}; use crate::{ operation::{OperationContainer, RWCounter}, Error, @@ -11,7 +9,7 @@ use eth_types::{evm_unimplemented, Address, Word}; use std::collections::HashMap; /// Context of a [`Block`] which can mutate in a [`Transaction`]. -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct BlockContext { /// Used to track the global counter in every operation in the block. /// Contains the next available value. @@ -86,8 +84,6 @@ pub struct Block { pub sha3_inputs: Vec>, /// Exponentiation events in the block. pub exp_events: Vec, - /// Circuits Setup Paramteres - pub circuits_params: CircuitsParams, /// Original block from geth pub eth_block: eth_types::Block, } @@ -99,7 +95,6 @@ impl Block { history_hashes: Vec, prev_state_root: Word, eth_block: ð_types::Block, - circuits_params: CircuitsParams, ) -> Result { if eth_block.base_fee_per_gas.is_none() { // FIXME: resolve this once we have proper EIP-1559 support @@ -139,7 +134,6 @@ impl Block { copy_events: Vec::new(), exp_events: Vec::new(), sha3_inputs: Vec::new(), - circuits_params, eth_block: eth_block.clone(), }) } @@ -153,9 +147,7 @@ impl Block { pub fn txs_mut(&mut self) -> &mut Vec { &mut self.txs } -} -impl Block { /// Push a copy event to the block. pub fn add_copy_event(&mut self, event: CopyEvent) { self.copy_events.push(event); diff --git a/bus-mapping/src/circuit_input_builder/call.rs b/bus-mapping/src/circuit_input_builder/call.rs index 39a484ea14..564444d536 100644 --- a/bus-mapping/src/circuit_input_builder/call.rs +++ b/bus-mapping/src/circuit_input_builder/call.rs @@ -140,6 +140,13 @@ pub struct CallContext { pub return_data: Vec, } +impl CallContext { + /// Memory size in words, rounded up + pub fn memory_word_size(&self) -> u64 { + u64::try_from(self.memory.len()).expect("failed to convert usize to u64") / 32 + } +} + /// A reversion group is the collection of calls and the operations which are /// [`Operation::reversible`](crate::operation::Operation::reversible) that /// happened in them, that will be reverted at once when the call that initiated diff --git a/bus-mapping/src/circuit_input_builder/input_state_ref.rs b/bus-mapping/src/circuit_input_builder/input_state_ref.rs index 20faf1bcdf..5b110b9d1a 100644 --- a/bus-mapping/src/circuit_input_builder/input_state_ref.rs +++ b/bus-mapping/src/circuit_input_builder/input_state_ref.rs @@ -6,10 +6,7 @@ use super::{ TransactionContext, }; use crate::{ - error::{ - get_step_reported_error, DepthError, ExecError, InsufficientBalanceError, - NonceUintOverflowError, - }, + error::{DepthError, ExecError, InsufficientBalanceError, NonceUintOverflowError}, exec_trace::OperationRef, operation::{ AccountField, AccountOp, CallContextField, CallContextOp, MemoryOp, Op, OpEnum, Operation, @@ -79,7 +76,22 @@ impl<'a> CircuitInputStateRef<'a> { ExecStep { exec_state: ExecState::EndTx, gas_left: if prev_step.error.is_none() { - prev_step.gas_left - prev_step.gas_cost + let mut gas_left = prev_step.gas_left - prev_step.gas_cost; + + // for contract creation + let call = self.tx.calls()[0].clone(); + if call.is_create() { + let code_hash = self.sdb.get_account(&call.address).1.code_hash; + let bytecode_len = self.code(code_hash).unwrap().len() as u64; + let deposit_cost = bytecode_len * GasCost::CODE_DEPOSIT_BYTE_COST; + assert!( + gas_left >= deposit_cost, + "gas left {gas_left} is not enough for deposit cost {deposit_cost}" + ); + gas_left -= deposit_cost; + } + + gas_left } else { // consume all remaining gas when non revert err happens 0 @@ -464,6 +476,24 @@ impl<'a> CircuitInputStateRef<'a> { Ok(()) } + /// Add address to access list for the current transaction. + pub fn tx_access_list_write( + &mut self, + step: &mut ExecStep, + address: Address, + ) -> Result<(), Error> { + let is_warm = self.sdb.check_account_in_access_list(&address); + self.push_op_reversible( + step, + TxAccessListAccountOp { + tx_id: self.tx_ctx.id(), + address, + is_warm: true, + is_warm_prev: is_warm, + }, + ) + } + /// Push 2 reversible [`AccountOp`] to update `sender` and `receiver`'s /// balance by `value`. If `fee` is existing (not None), also need to push 1 /// non-reversible [`AccountOp`] to update `sender` balance by `fee`. @@ -686,11 +716,37 @@ impl<'a> CircuitInputStateRef<'a> { let init_code = get_create_init_code(call_ctx, step)?.to_vec(); Ok(get_create2_address( self.call()?.address, - salt.to_be_bytes().to_vec(), + salt.to_be_bytes(), init_code, )) } + /// read reversion info + pub(crate) fn reversion_info_read(&mut self, step: &mut ExecStep, call: &Call) { + for (field, value) in [ + ( + CallContextField::RwCounterEndOfReversion, + call.rw_counter_end_of_reversion.to_word(), + ), + (CallContextField::IsPersistent, call.is_persistent.to_word()), + ] { + self.call_context_read(step, call.call_id, field, value); + } + } + + /// write reversion info + pub(crate) fn reversion_info_write(&mut self, step: &mut ExecStep, call: &Call) { + for (field, value) in [ + ( + CallContextField::RwCounterEndOfReversion, + call.rw_counter_end_of_reversion.to_word(), + ), + (CallContextField::IsPersistent, call.is_persistent.to_word()), + ] { + self.call_context_write(step, call.call_id, field, value); + } + } + /// Check if address is a precompiled or not. pub fn is_precompiled(&self, address: &Address) -> bool { address.0[0..19] == [0u8; 19] && (1..=9).contains(&address.0[19]) @@ -1008,9 +1064,10 @@ impl<'a> CircuitInputStateRef<'a> { let geth_step = steps .get(0) .ok_or(Error::InternalError("invalid index 0"))?; - let is_return_revert = geth_step.op == OpcodeId::REVERT || geth_step.op == OpcodeId::RETURN; + let is_revert_or_return_call_success = geth_step.op == OpcodeId::REVERT + || geth_step.op == OpcodeId::RETURN && exec_step.error.is_none(); - if !is_return_revert && !call.is_success { + if !is_revert_or_return_call_success && !call.is_success { // add call failure ops for exception cases self.call_context_read( exec_step, @@ -1082,7 +1139,7 @@ impl<'a> CircuitInputStateRef<'a> { }; let gas_refund = geth_step.gas - memory_expansion_gas_cost - code_deposit_cost; - let caller_gas_left = if is_return_revert || call.is_success { + let caller_gas_left = if is_revert_or_return_call_success || call.is_success { geth_step_next.gas - gas_refund } else { geth_step_next.gas @@ -1155,8 +1212,8 @@ impl<'a> CircuitInputStateRef<'a> { step: &GethExecStep, next_step: Option<&GethExecStep>, ) -> Result, Error> { - if let Some(error) = &step.error { - return Ok(Some(get_step_reported_error(&step.op, error))); + if let Ok(error) = ExecError::try_from(step) { + return Ok(Some(error)); } if matches!(step.op, OpcodeId::INVALID(_)) { diff --git a/bus-mapping/src/circuit_input_builder/tracer_tests.rs b/bus-mapping/src/circuit_input_builder/tracer_tests.rs index 35366d1033..69c0aaf006 100644 --- a/bus-mapping/src/circuit_input_builder/tracer_tests.rs +++ b/bus-mapping/src/circuit_input_builder/tracer_tests.rs @@ -10,7 +10,7 @@ use crate::{ }; use eth_types::{ address, bytecode, - evm_types::{stack::Stack, OpcodeId}, + evm_types::{stack::Stack, OpcodeId, INVALID_INIT_CODE_FIRST_BYTE}, geth_types::GethData, word, Bytecode, Hash, ToAddress, ToWord, Word, }; @@ -27,7 +27,7 @@ use std::collections::HashSet; // CircuitInputStateRef to have a context in order to get the error at a // given step. struct CircuitInputBuilderTx { - builder: CircuitInputBuilder, + builder: CircuitInputBuilder, tx: Transaction, pub(crate) tx_ctx: TransactionContext, } @@ -37,7 +37,7 @@ impl CircuitInputBuilderTx { let block = crate::mock::BlockData::new_from_geth_data(geth_data.clone()); let mut builder = block.new_circuit_input_builder(); let tx = builder - .new_tx(&block.eth_block.transactions[0], true) + .new_tx(0, &block.eth_block.transactions[0], true) .unwrap(); let tx_ctx = TransactionContext::new( &block.eth_block.transactions[0], @@ -250,7 +250,7 @@ fn tracer_err_insufficient_balance() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -405,7 +405,7 @@ fn tracer_err_address_collision() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -525,7 +525,7 @@ fn tracer_create_collision_free() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -655,7 +655,7 @@ fn tracer_err_code_store_out_of_gas() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -705,7 +705,6 @@ fn tracer_err_code_store_out_of_gas_tx_deploy() { txs[0] .from(accs[1].address) .gas(55000u64.into()) - .nonce(0) .input(code_creator.into()); }, |block, _tx| block.number(0x0264), @@ -743,11 +742,11 @@ fn check_err_invalid_code(step: &GethExecStep, next_step: Option<&GethExecStep>) && result(next_step).is_zero() && length > Word::zero() && !step.memory.is_empty() - && step.memory.0.get(offset.low_u64() as usize) == Some(&0xef) + && step.memory.0.get(offset.low_u64() as usize) == Some(&INVALID_INIT_CODE_FIRST_BYTE) } #[test] -fn tracer_err_invalid_code() { +fn tracer_err_invalid_code_for_create_opcode() { // code_creator outputs byte array that starts with 0xef, which is // invalid code. let code_creator = bytecode! { @@ -804,7 +803,7 @@ fn tracer_err_invalid_code() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -834,6 +833,61 @@ fn tracer_err_invalid_code() { ); } +// Test ErrInvalidCode in transaction deployment (`tx.to == null`). +#[test] +fn tracer_err_invalid_code_for_tx_deployment() { + // Code creator outputs a byte array that starts with 0xef, which is the + // invalid code. + let code_creator = bytecode! { + PUSH32(word!("0xef00000000000000000000000000000000000000000000000000000000000000")) // value + PUSH1(0x00) // offset + MSTORE + PUSH1(0x01) // length + PUSH1(0x00) // offset + RETURN + }; + + // Get the execution steps from external tracer. + let block: GethData = TestContext::<2, 1>::new_with_logger_config( + None, + |accs| { + accs[0].address(address!("0x0000000000000000000000000000000000000000")); + accs[1].address(*ADDR_B).balance(Word::from(1u64 << 30)); + }, + |mut txs, accs| { + txs[0] + .from(accs[1].address) + .gas(60000u64.into()) + .input(code_creator.into()); + }, + |block, _tx| block.number(0x0264), + LoggerConfig::enable_memory(), + ) + .unwrap() + .into(); + + // Get last RETURN. + let (index, step) = block.geth_traces[0] + .struct_logs + .iter() + .enumerate() + .rev() + .find(|(_, s)| s.op == OpcodeId::RETURN) + .unwrap(); + let next_step = block.geth_traces[0].struct_logs.get(index + 1); + assert!(check_err_invalid_code(step, next_step)); + + // Setup call context at RETURN. + let mut builder = CircuitInputBuilderTx::new(&block, step); + builder.tx_ctx.call_is_success.push(false); + builder.state_ref().push_call(mock_root_create()); + builder.state_ref().call_ctx_mut().unwrap().memory = step.memory.clone(); + assert_eq!( + builder.state_ref().get_step_err(step, next_step).unwrap(), + Some(ExecError::InvalidCreationCode) + ); +} + fn check_err_max_code_size_exceeded(step: &GethExecStep, next_step: Option<&GethExecStep>) -> bool { let length = step.stack.nth_last(1).unwrap(); step.op == OpcodeId::RETURN @@ -901,7 +955,7 @@ fn tracer_err_max_code_size_exceeded() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -951,7 +1005,6 @@ fn tracer_err_max_code_size_exceeded_tx_deploy() { txs[0] .from(accs[1].address) .gas(60000u64.into()) - .nonce(0) .input(code_creator.into()); }, |block, _tx| block.number(0x0264), @@ -1042,7 +1095,7 @@ fn tracer_create_stop() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1160,7 +1213,7 @@ fn tracer_err_invalid_jump() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1260,7 +1313,7 @@ fn tracer_err_execution_reverted() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1319,7 +1372,7 @@ fn tracer_stop() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1387,7 +1440,7 @@ fn tracer_err_return_data_out_of_bounds() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1540,7 +1593,7 @@ fn tracer_err_write_protection(is_call: bool) { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1742,7 +1795,7 @@ fn create2_address() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1840,7 +1893,7 @@ fn create_address() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -1924,7 +1977,7 @@ fn test_gen_access_trace() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), @@ -2146,7 +2199,7 @@ fn test_gen_access_trace_create_push_call_stack() { }, |mut txs, accs| { txs[0].to(accs[0].address).from(accs[2].address); - txs[1].to(accs[1].address).from(accs[2].address).nonce(1); + txs[1].to(accs[1].address).from(accs[2].address); }, |block, _tx| block.number(0xcafeu64), LoggerConfig::enable_memory(), diff --git a/bus-mapping/src/circuit_input_builder/transaction.rs b/bus-mapping/src/circuit_input_builder/transaction.rs index dae4f1db35..7016c0a7dc 100644 --- a/bus-mapping/src/circuit_input_builder/transaction.rs +++ b/bus-mapping/src/circuit_input_builder/transaction.rs @@ -179,8 +179,10 @@ impl TransactionContext { #[derive(Debug, Clone, Default)] /// Result of the parsing of an Ethereum Transaction. pub struct Transaction { + /// The transaction id + pub id: u64, /// The raw transaction fields - pub tx: geth_types::Transaction, + tx: geth_types::Transaction, /// Calls made in the transaction pub(crate) calls: Vec, /// Execution steps @@ -190,6 +192,7 @@ pub struct Transaction { impl Transaction { /// Create a new Self. pub fn new( + id: u64, call_id: usize, sdb: &StateDB, code_db: &mut CodeDB, @@ -244,17 +247,13 @@ impl Transaction { }; Ok(Self { + id, tx: eth_tx.into(), calls: vec![call], steps: Vec::new(), }) } - /// Whether this [`Transaction`] is a create one - pub fn is_create(&self) -> bool { - self.calls[0].is_create() - } - /// Return the list of execution steps of this transaction. pub fn steps(&self) -> &[ExecStep] { &self.steps @@ -295,8 +294,19 @@ impl Transaction { self.steps.is_empty() } - /// Convinient method for gas limit - pub fn gas(&self) -> u64 { - self.tx.gas_limit.as_u64() + /// Constructor for padding tx in tx circuit + pub fn padding_tx(id: usize) -> Self { + Self { + id: id as u64, + ..Default::default() + } + } +} + +impl std::ops::Deref for Transaction { + type Target = geth_types::Transaction; + + fn deref(&self) -> &Self::Target { + &self.tx } } diff --git a/bus-mapping/src/error.rs b/bus-mapping/src/error.rs index dca1721456..8eb668b2fb 100644 --- a/bus-mapping/src/error.rs +++ b/bus-mapping/src/error.rs @@ -98,6 +98,39 @@ pub enum OogError { SelfDestruct, } +// Given OpCodeId, returns correponding OogError. +impl From<&OpcodeId> for OogError { + fn from(op: &OpcodeId) -> Self { + match op { + OpcodeId::MLOAD | OpcodeId::MSTORE | OpcodeId::MSTORE8 => { + OogError::StaticMemoryExpansion + } + OpcodeId::CREATE | OpcodeId::RETURN | OpcodeId::REVERT => { + OogError::DynamicMemoryExpansion + } + OpcodeId::CALLDATACOPY + | OpcodeId::CODECOPY + | OpcodeId::EXTCODECOPY + | OpcodeId::RETURNDATACOPY => OogError::MemoryCopy, + OpcodeId::BALANCE | OpcodeId::EXTCODESIZE | OpcodeId::EXTCODEHASH => { + OogError::AccountAccess + } + OpcodeId::LOG0 | OpcodeId::LOG1 | OpcodeId::LOG2 | OpcodeId::LOG3 | OpcodeId::LOG4 => { + OogError::Log + } + OpcodeId::EXP => OogError::Exp, + OpcodeId::SHA3 => OogError::Sha3, + OpcodeId::CALL | OpcodeId::CALLCODE | OpcodeId::DELEGATECALL | OpcodeId::STATICCALL => { + OogError::Call + } + OpcodeId::SLOAD | OpcodeId::SSTORE => OogError::SloadSstore, + OpcodeId::CREATE2 => OogError::Create2, + OpcodeId::SELFDESTRUCT => OogError::SelfDestruct, + _ => OogError::Constant, + } + } +} + /// Insufficient balance errors by opcode/state. #[derive(Clone, Debug, PartialEq, Eq)] pub enum InsufficientBalanceError { @@ -164,43 +197,26 @@ pub enum ExecError { NonceUintOverflow(NonceUintOverflowError), } -// TODO: Move to impl block. -pub(crate) fn get_step_reported_error(op: &OpcodeId, error: &str) -> ExecError { - if error == GETH_ERR_OUT_OF_GAS || error == GETH_ERR_GAS_UINT_OVERFLOW { - // NOTE: We report a GasUintOverflow error as an OutOfGas error - let oog_err = match op { - OpcodeId::MLOAD | OpcodeId::MSTORE | OpcodeId::MSTORE8 => { - OogError::StaticMemoryExpansion - } - OpcodeId::CREATE | OpcodeId::RETURN | OpcodeId::REVERT => { - OogError::DynamicMemoryExpansion - } - OpcodeId::CALLDATACOPY - | OpcodeId::CODECOPY - | OpcodeId::EXTCODECOPY - | OpcodeId::RETURNDATACOPY => OogError::MemoryCopy, - OpcodeId::BALANCE | OpcodeId::EXTCODESIZE | OpcodeId::EXTCODEHASH => { - OogError::AccountAccess +// Returns a GethExecStep's error if present, else return the empty error. +impl TryFrom<&GethExecStep> for ExecError { + type Error = (); + + fn try_from(step: &GethExecStep) -> Result { + Ok(match step.error.as_ref().ok_or(())?.as_str() { + GETH_ERR_OUT_OF_GAS | GETH_ERR_GAS_UINT_OVERFLOW => { + // NOTE: We report a GasUintOverflow error as an OutOfGas error + let oog_err = OogError::from(&step.op); + ExecError::OutOfGas(oog_err) } - OpcodeId::LOG0 | OpcodeId::LOG1 | OpcodeId::LOG2 | OpcodeId::LOG3 | OpcodeId::LOG4 => { - OogError::Log + error => { + if error.starts_with(GETH_ERR_STACK_OVERFLOW) { + ExecError::StackOverflow + } else if error.starts_with(GETH_ERR_STACK_UNDERFLOW) { + ExecError::StackUnderflow + } else { + panic!("Unknown GethExecStep.error: {}", error); + } } - OpcodeId::EXP => OogError::Exp, - OpcodeId::SHA3 => OogError::Sha3, - OpcodeId::CALL | OpcodeId::CALLCODE | OpcodeId::DELEGATECALL | OpcodeId::STATICCALL => { - OogError::Call - } - OpcodeId::SLOAD | OpcodeId::SSTORE => OogError::SloadSstore, - OpcodeId::CREATE2 => OogError::Create2, - OpcodeId::SELFDESTRUCT => OogError::SelfDestruct, - _ => OogError::Constant, - }; - ExecError::OutOfGas(oog_err) - } else if error.starts_with(GETH_ERR_STACK_OVERFLOW) { - ExecError::StackOverflow - } else if error.starts_with(GETH_ERR_STACK_UNDERFLOW) { - ExecError::StackUnderflow - } else { - panic!("Unknown GethExecStep.error: {}", error); + }) } } diff --git a/bus-mapping/src/evm.rs b/bus-mapping/src/evm.rs index 39cd478c9f..2441287852 100644 --- a/bus-mapping/src/evm.rs +++ b/bus-mapping/src/evm.rs @@ -4,5 +4,3 @@ pub(crate) mod opcodes; pub use eth_types::evm_types::opcode_ids::OpcodeId; pub use opcodes::Opcode; - -pub use opcodes::Sha3CodeGen; diff --git a/bus-mapping/src/evm/opcodes.rs b/bus-mapping/src/evm/opcodes.rs index cb4326ac66..96031c7c76 100644 --- a/bus-mapping/src/evm/opcodes.rs +++ b/bus-mapping/src/evm/opcodes.rs @@ -9,8 +9,6 @@ use crate::{ use core::fmt::Debug; use eth_types::{evm_unimplemented, GethExecStep, ToAddress}; -pub use self::sha3::Sha3CodeGen; - mod address; mod balance; mod begin_end_tx; @@ -46,6 +44,7 @@ mod stackonlyop; mod stop; mod swap; +mod error_invalid_creation_code; mod error_invalid_jump; mod error_oog_call; mod error_oog_exp; @@ -71,8 +70,9 @@ use callop::CallOpcode; use callvalue::Callvalue; use codecopy::Codecopy; use codesize::Codesize; -use create::DummyCreate; +use create::Create; use dup::Dup; +use error_invalid_creation_code::ErrorCreationCode; use error_invalid_jump::InvalidJump; use error_oog_call::OOGCall; use error_oog_exp::OOGExp; @@ -251,19 +251,13 @@ fn fn_gen_associated_ops(opcode_id: &OpcodeId) -> FnGenAssociatedOps { OpcodeId::LOG4 => Log::gen_associated_ops, OpcodeId::CALL | OpcodeId::CALLCODE => CallOpcode::<7>::gen_associated_ops, OpcodeId::DELEGATECALL | OpcodeId::STATICCALL => CallOpcode::<6>::gen_associated_ops, + OpcodeId::CREATE => Create::::gen_associated_ops, + OpcodeId::CREATE2 => Create::::gen_associated_ops, OpcodeId::RETURN | OpcodeId::REVERT => ReturnRevert::gen_associated_ops, OpcodeId::SELFDESTRUCT => { evm_unimplemented!("Using dummy gen_selfdestruct_ops for opcode SELFDESTRUCT"); DummySelfDestruct::gen_associated_ops } - OpcodeId::CREATE => { - evm_unimplemented!("Using dummy gen_create_ops for opcode {:?}", opcode_id); - DummyCreate::::gen_associated_ops - } - OpcodeId::CREATE2 => { - evm_unimplemented!("Using dummy gen_create_ops for opcode {:?}", opcode_id); - DummyCreate::::gen_associated_ops - } _ => { evm_unimplemented!("Using dummy gen_associated_ops for opcode {:?}", opcode_id); Dummy::gen_associated_ops @@ -289,26 +283,27 @@ fn fn_gen_error_state_associated_ops(error: &ExecError) -> Option { - Some(DummyCreate::::gen_associated_ops) + Some(Create::::gen_associated_ops) } ExecError::InsufficientBalance(InsufficientBalanceError::Create2) => { - Some(DummyCreate::::gen_associated_ops) + Some(Create::::gen_associated_ops) } - // only create2 may cause ContractAddressCollision error, so use DummyCreate::. - ExecError::ContractAddressCollision => Some(DummyCreate::::gen_associated_ops), + // only create2 may cause ContractAddressCollision error, so use Create::. + ExecError::ContractAddressCollision => Some(Create::::gen_associated_ops), // create & create2 can encounter nonce uint overflow. ExecError::NonceUintOverflow(NonceUintOverflowError::Create) => { - Some(DummyCreate::::gen_associated_ops) + Some(Create::::gen_associated_ops) } ExecError::NonceUintOverflow(NonceUintOverflowError::Create2) => { - Some(DummyCreate::::gen_associated_ops) + Some(Create::::gen_associated_ops) } ExecError::WriteProtection => Some(ErrorWriteProtection::gen_associated_ops), ExecError::ReturnDataOutOfBounds => Some(ErrorReturnDataOutOfBound::gen_associated_ops), + ExecError::InvalidCreationCode => Some(ErrorCreationCode::gen_associated_ops), // call, callcode, create & create2 can encounter DepthError error, ExecError::Depth(DepthError::Call) => Some(CallOpcode::<7>::gen_associated_ops), - ExecError::Depth(DepthError::Create) => Some(DummyCreate::::gen_associated_ops), - ExecError::Depth(DepthError::Create2) => Some(DummyCreate::::gen_associated_ops), + ExecError::Depth(DepthError::Create) => Some(Create::::gen_associated_ops), + ExecError::Depth(DepthError::Create2) => Some(Create::::gen_associated_ops), // more future errors place here _ => { evm_unimplemented!("TODO: error state {:?} not implemented", error); diff --git a/bus-mapping/src/evm/opcodes/address.rs b/bus-mapping/src/evm/opcodes/address.rs index 208f97e59b..2aa07befc4 100644 --- a/bus-mapping/src/evm/opcodes/address.rs +++ b/bus-mapping/src/evm/opcodes/address.rs @@ -73,8 +73,8 @@ mod address_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/balance.rs b/bus-mapping/src/evm/opcodes/balance.rs index 1f58cf6712..e3c6aaab1e 100644 --- a/bus-mapping/src/evm/opcodes/balance.rs +++ b/bus-mapping/src/evm/opcodes/balance.rs @@ -167,8 +167,8 @@ mod balance_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let mut builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/begin_end_tx.rs b/bus-mapping/src/evm/opcodes/begin_end_tx.rs index e8baf7f88f..9a12bb644c 100644 --- a/bus-mapping/src/evm/opcodes/begin_end_tx.rs +++ b/bus-mapping/src/evm/opcodes/begin_end_tx.rs @@ -73,7 +73,7 @@ fn gen_begin_tx_steps(state: &mut CircuitInputStateRef) -> Result Result Result Result Result } let caller_balance_prev = caller_account.balance; let caller_balance = - caller_balance_prev + state.tx.tx.gas_price * (exec_step.gas_left + effective_refund); + caller_balance_prev + state.tx.gas_price * (exec_step.gas_left + effective_refund); state.account_write( &mut exec_step, call.caller_address, @@ -272,7 +272,7 @@ fn gen_end_tx_steps(state: &mut CircuitInputStateRef) -> Result caller_balance_prev, )?; - let effective_tip = state.tx.tx.gas_price - state.block.base_fee; + let effective_tip = state.tx.gas_price - state.block.base_fee; let (found, coinbase_account) = state.sdb.get_account(&state.block.coinbase); if !found { return Err(Error::AccountNotFound(state.block.coinbase)); diff --git a/bus-mapping/src/evm/opcodes/calldatacopy.rs b/bus-mapping/src/evm/opcodes/calldatacopy.rs index eb724c7e5e..65b15933e4 100644 --- a/bus-mapping/src/evm/opcodes/calldatacopy.rs +++ b/bus-mapping/src/evm/opcodes/calldatacopy.rs @@ -28,7 +28,7 @@ impl Opcode for Calldatacopy { memory.copy_from(memory_offset, data_offset, length, &call_ctx.call_data); - let copy_event = gen_copy_event(state, geth_step)?; + let copy_event = gen_copy_event(state, geth_step, &mut exec_steps[0])?; state.push_copy(&mut exec_steps[0], copy_event); Ok(exec_steps) } @@ -95,6 +95,7 @@ fn gen_calldatacopy_step( fn gen_copy_event( state: &mut CircuitInputStateRef, geth_step: &GethExecStep, + exec_step: &mut ExecStep, ) -> Result { let rw_counter_start = state.block_ctx.rwc; @@ -117,14 +118,8 @@ fn gen_copy_event( .unwrap_or(src_addr_end) .min(src_addr_end); - let mut exec_step = state.new_step(geth_step)?; - let copy_steps = state.gen_copy_steps_for_call_data( - &mut exec_step, - src_addr, - dst_addr, - src_addr_end, - length, - )?; + let copy_steps = + state.gen_copy_steps_for_call_data(exec_step, src_addr, dst_addr, src_addr_end, length)?; let (src_type, src_id) = if state.call()?.is_root { (CopyDataType::TxCalldata, state.tx_ctx.id()) @@ -215,8 +210,8 @@ mod calldatacopy_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -229,8 +224,8 @@ mod calldatacopy_tests { let caller_id = builder.block.txs()[0].calls()[step.call_index].caller_id; let expected_call_id = builder.block.txs()[0].calls()[step.call_index].call_id; - // 3 stack reads + 3 call context reads. - assert_eq!(step.bus_mapping_instance.len(), 6); + // 3 stack reads + 3 call context reads + `copy_size` x 2 memory r/w + assert_eq!(step.bus_mapping_instance.len(), 6 + copy_size * 2); // 3 stack reads. assert_eq!( @@ -388,7 +383,7 @@ mod calldatacopy_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -421,8 +416,8 @@ mod calldatacopy_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -433,7 +428,8 @@ mod calldatacopy_tests { .unwrap(); let expected_call_id = builder.block.txs()[0].calls()[step.call_index].call_id; - assert_eq!(step.bus_mapping_instance.len(), 5); + // 3 stack reads + 2 call context reads + `size` memory write + assert_eq!(step.bus_mapping_instance.len(), 5 + size); assert_eq!( [0, 1, 2] diff --git a/bus-mapping/src/evm/opcodes/calldataload.rs b/bus-mapping/src/evm/opcodes/calldataload.rs index b28ae5d07c..2530aca895 100644 --- a/bus-mapping/src/evm/opcodes/calldataload.rs +++ b/bus-mapping/src/evm/opcodes/calldataload.rs @@ -103,7 +103,12 @@ impl Opcode for Calldataload { #[cfg(test)] mod calldataload_tests { - use crate::operation::CallContextOp; + use super::*; + use crate::{ + circuit_input_builder::ExecState, + mock::BlockData, + operation::{CallContextOp, StackOp}, + }; use eth_types::{ bytecode, evm_types::{OpcodeId, StackAddress}, @@ -111,18 +116,9 @@ mod calldataload_tests { Word, }; use mock::{ - generate_mock_call_bytecode, test_ctx::helpers::account_0_code_account_1_no_code, - MockCallBytecodeParams, TestContext, + generate_mock_call_bytecode, rand_bytes, + test_ctx::helpers::account_0_code_account_1_no_code, MockCallBytecodeParams, TestContext, }; - use rand::random; - - use crate::{circuit_input_builder::ExecState, mock::BlockData, operation::StackOp}; - - use super::*; - - fn rand_bytes(size: usize) -> Vec { - (0..size).map(|_| random()).collect::>() - } fn test_internal_ok( call_data_length: usize, @@ -173,8 +169,8 @@ mod calldataload_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -284,8 +280,8 @@ mod calldataload_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/calldatasize.rs b/bus-mapping/src/evm/opcodes/calldatasize.rs index 3bf73a3cbb..e82f2b9a44 100644 --- a/bus-mapping/src/evm/opcodes/calldatasize.rs +++ b/bus-mapping/src/evm/opcodes/calldatasize.rs @@ -69,8 +69,8 @@ mod calldatasize_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/caller.rs b/bus-mapping/src/evm/opcodes/caller.rs index 1b7424a917..361d0c1560 100644 --- a/bus-mapping/src/evm/opcodes/caller.rs +++ b/bus-mapping/src/evm/opcodes/caller.rs @@ -74,8 +74,8 @@ mod caller_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/callop.rs b/bus-mapping/src/evm/opcodes/callop.rs index 25d0221bbc..74318b419f 100644 --- a/bus-mapping/src/evm/opcodes/callop.rs +++ b/bus-mapping/src/evm/opcodes/callop.rs @@ -366,7 +366,7 @@ impl Opcode for CallOpcode { #[cfg(test)] mod tests { - use crate::{circuit_input_builder::CircuitsParams, mock::BlockData}; + use crate::mock::BlockData; use eth_types::{bytecode, evm_types::OpcodeId, geth_types::GethData, word, Bytecode, Word}; use mock::{ test_ctx::{ @@ -390,7 +390,6 @@ mod tests { value: Word, gas: Word, stack_value: Vec<(Word, Word)>, - max_rws: usize, } impl Default for PrecompileCall { @@ -406,7 +405,6 @@ mod tests { value: Word::from(0), gas: Word::from(0xFFFFFFF), stack_value: vec![], - max_rws: 500, } } } @@ -642,7 +640,6 @@ mod tests { call_data_length: Word::from(0x180), address: Word::from(0x8), stack_value: vec![(Word::from(0x0), Word::from(1))], - max_rws: 3000, ..Default::default() }, PrecompileCall { @@ -693,7 +690,6 @@ mod tests { word!("8c9bcf367e6096a3ba7ca8485ae67bb2bf894fe72f36e3cf1361d5f3af54fa5"), ), ], - max_rws: 1500, ..Default::default() }, ]; @@ -720,14 +716,7 @@ mod tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: test_call.max_rws, - ..Default::default() - }, - ) - .new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/callvalue.rs b/bus-mapping/src/evm/opcodes/callvalue.rs index 7a8aaecffe..fd7279b87e 100644 --- a/bus-mapping/src/evm/opcodes/callvalue.rs +++ b/bus-mapping/src/evm/opcodes/callvalue.rs @@ -71,8 +71,8 @@ mod callvalue_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/chainid.rs b/bus-mapping/src/evm/opcodes/chainid.rs index b58a48e6c7..4e9804a5be 100644 --- a/bus-mapping/src/evm/opcodes/chainid.rs +++ b/bus-mapping/src/evm/opcodes/chainid.rs @@ -35,8 +35,8 @@ mod chainid_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/codecopy.rs b/bus-mapping/src/evm/opcodes/codecopy.rs index 372c8d22af..937f06c04f 100644 --- a/bus-mapping/src/evm/opcodes/codecopy.rs +++ b/bus-mapping/src/evm/opcodes/codecopy.rs @@ -32,7 +32,7 @@ impl Opcode for Codecopy { memory.copy_from(dst_offset, code_offset, length, &code); - let copy_event = gen_copy_event(state, geth_step)?; + let copy_event = gen_copy_event(state, geth_step, &mut exec_steps[0])?; state.push_copy(&mut exec_steps[0], copy_event); Ok(exec_steps) } @@ -67,6 +67,7 @@ fn gen_codecopy_step( fn gen_copy_event( state: &mut CircuitInputStateRef, geth_step: &GethExecStep, + exec_step: &mut ExecStep, ) -> Result { let rw_counter_start = state.block_ctx.rwc; @@ -88,9 +89,8 @@ fn gen_copy_event( .unwrap_or(src_addr_end) .min(src_addr_end); - let mut exec_step = state.new_step(geth_step)?; let copy_steps = state.gen_copy_steps_for_bytecode( - &mut exec_step, + exec_step, &bytecode, src_addr, dst_addr, @@ -156,8 +156,8 @@ mod codecopy_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/codesize.rs b/bus-mapping/src/evm/opcodes/codesize.rs index d1163b3237..2c5dd5e8d0 100644 --- a/bus-mapping/src/evm/opcodes/codesize.rs +++ b/bus-mapping/src/evm/opcodes/codesize.rs @@ -78,8 +78,8 @@ mod codesize_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/create.rs b/bus-mapping/src/evm/opcodes/create.rs index 3966f64162..cdfa4fe554 100644 --- a/bus-mapping/src/evm/opcodes/create.rs +++ b/bus-mapping/src/evm/opcodes/create.rs @@ -1,38 +1,61 @@ use crate::{ - circuit_input_builder::{CircuitInputStateRef, ExecStep}, + circuit_input_builder::{ + CircuitInputStateRef, CopyDataType, CopyEvent, ExecStep, NumberOrHash, + }, + error::ExecError, evm::Opcode, - operation::{AccountField, AccountOp, CallContextField, TxAccessListAccountOp}, + operation::{AccountField, AccountOp, CallContextField, MemoryOp, RW}, state_db::CodeDB, Error, }; -use eth_types::{evm_types::gas_utils::memory_expansion_gas_cost, GethExecStep, ToWord, Word}; +use eth_types::{Bytecode, GethExecStep, ToBigEndian, ToWord, Word, H160, H256}; +use ethers_core::utils::{get_create2_address, keccak256, rlp}; #[derive(Debug, Copy, Clone)] -pub struct DummyCreate; +pub struct Create; -impl Opcode for DummyCreate { +impl Opcode for Create { fn gen_associated_ops( state: &mut CircuitInputStateRef, geth_steps: &[GethExecStep], ) -> Result, Error> { - // TODO: replace dummy create here let geth_step = &geth_steps[0]; + let mut exec_step = state.new_step(geth_step)?; + + let tx_id = state.tx_ctx.id(); + let callee = state.parse_call(geth_step)?; + let caller = state.call()?.clone(); + + state.call_context_read( + &mut exec_step, + caller.call_id, + CallContextField::TxId, + tx_id.into(), + ); + let depth = caller.depth; + state.call_context_read( + &mut exec_step, + caller.call_id, + CallContextField::Depth, + depth.into(), + ); + + state.reversion_info_read(&mut exec_step, &caller); + + // stack operation // Get low Uint64 of offset to generate copy steps. Since offset could // be Uint64 overflow if length is zero. let offset = geth_step.stack.nth_last(1)?.low_u64() as usize; let length = geth_step.stack.nth_last(2)?.as_usize(); - let curr_memory_word_size = (state.call_ctx()?.memory.len() as u64) / 32; if length != 0 { state .call_ctx_mut()? .memory .extend_at_least(offset + length); } - let next_memory_word_size = (state.call_ctx()?.memory.len() as u64) / 32; - - let mut exec_step = state.new_step(geth_step)?; + let next_memory_word_size = state.call_ctx()?.memory_word_size(); let n_pop = if IS_CREATE2 { 4 } else { 3 }; for i in 0..n_pop { @@ -49,92 +72,77 @@ impl Opcode for DummyCreate { state.create_address()? }; - // TODO: rename this to initialization call? - let call = state.parse_call(geth_step)?; + let callee_account = &state.sdb.get_account(&address).1.clone(); + let callee_exists = !callee_account.is_empty(); state.stack_write( &mut exec_step, geth_step.stack.nth_last_filled(n_pop - 1), - if call.is_success { + if callee.is_success { address.to_word() } else { Word::zero() }, )?; + // stack end - let tx_id = state.tx_ctx.id(); - let current_call = state.call()?.clone(); - - // Quote from [EIP-2929](https://eips.ethereum.org/EIPS/eip-2929) - // > When a CREATE or CREATE2 opcode is called, - // > immediately (i.e. before checks are done to determine - // > whether or not the address is unclaimed) - // > add the address being created to accessed_addresses, - // > but gas costs of CREATE and CREATE2 are unchanged - let is_warm = state.sdb.check_account_in_access_list(&address); - state.push_op_reversible( + // Get caller's balance and nonce + let caller_balance = state.sdb.get_balance(&caller.address); + let caller_nonce = state.sdb.get_nonce(&caller.address); + state.account_read( &mut exec_step, - TxAccessListAccountOp { - tx_id: state.tx_ctx.id(), - address, - is_warm: true, - is_warm_prev: is_warm, - }, - )?; - - // Increase caller's nonce - let nonce_prev = state.sdb.get_nonce(&call.caller_address); - state.push_op_reversible( + caller.address, + AccountField::Balance, + caller_balance, + ); + state.account_read( &mut exec_step, - AccountOp { - address: call.caller_address, - field: AccountField::Nonce, - value: (nonce_prev + 1).into(), - value_prev: nonce_prev.into(), - }, - )?; + caller.address, + AccountField::Nonce, + caller_nonce.into(), + ); - // Add callee into access list - let is_warm = state.sdb.check_account_in_access_list(&call.address); - state.push_op_reversible( - &mut exec_step, - TxAccessListAccountOp { - tx_id, - address: call.address, - is_warm: true, - is_warm_prev: is_warm, - }, - )?; - - state.push_call(call.clone()); - - state.transfer( - &mut exec_step, - call.caller_address, - call.address, - true, - true, - call.value, - )?; + // Check if an error of ErrDepth, ErrInsufficientBalance or + // ErrNonceUintOverflow occurred. + let is_precheck_ok = + depth < 1025 && caller_balance >= callee.value && caller_nonce < u64::MAX; + if is_precheck_ok { + // Increase caller's nonce + state.push_op_reversible( + &mut exec_step, + AccountOp { + address: caller.address, + field: AccountField::Nonce, + value: (caller_nonce + 1).into(), + value_prev: caller_nonce.into(), + }, + )?; - // Increase callee's nonce - let nonce_prev = state.sdb.get_nonce(&call.address); - debug_assert!(nonce_prev == 0); - state.push_op_reversible( - &mut exec_step, - AccountOp { - address: call.address, - field: AccountField::Nonce, - value: 1.into(), - value_prev: 0.into(), - }, - )?; + // add contract address to access list + state.tx_access_list_write(&mut exec_step, address)?; - let memory_expansion_gas_cost = - memory_expansion_gas_cost(curr_memory_word_size, next_memory_word_size); + // this could be good place for checking callee_exists = true, since above + // operation happens in evm create() method before checking + // ErrContractAddressCollision + let code_hash_previous = if callee_exists { + if is_precheck_ok { + exec_step.error = Some(ExecError::ContractAddressCollision); + } + callee_account.code_hash + } else { + H256::zero() + }; - // EIP-150: all but one 64th of the caller's gas is sent to the callee. - let caller_gas_left = (geth_step.gas - geth_step.gas_cost - memory_expansion_gas_cost) / 64; + state.account_read( + &mut exec_step, + callee.address, + AccountField::CodeHash, + code_hash_previous.to_word(), + ); + } + // Per EIP-150, all but one 64th of the caller's gas is sent to the + // initialization call. + let caller_gas_left = (geth_step.gas - geth_step.gas_cost) / 64; for (field, value) in [ (CallContextField::ProgramCounter, (geth_step.pc + 1).into()), ( @@ -145,40 +153,250 @@ impl Opcode for DummyCreate { (CallContextField::MemorySize, next_memory_word_size.into()), ( CallContextField::ReversibleWriteCounter, - // +3 is because we do some transfers after pushing the call. can be just push the - // call later? - (exec_step.reversible_write_counter + 3).into(), + (exec_step.reversible_write_counter + 2).into(), ), ] { - state.call_context_write(&mut exec_step, current_call.call_id, field, value); + state.call_context_write(&mut exec_step, caller.call_id, field, value); } - for (field, value) in [ - (CallContextField::CallerId, current_call.call_id.into()), - (CallContextField::IsSuccess, call.is_success.to_word()), - (CallContextField::IsPersistent, call.is_persistent.to_word()), - (CallContextField::TxId, state.tx_ctx.id().into()), - ( - CallContextField::CallerAddress, - current_call.address.to_word(), - ), - (CallContextField::CalleeAddress, call.address.to_word()), - ( - CallContextField::RwCounterEndOfReversion, - call.rw_counter_end_of_reversion.to_word(), - ), - (CallContextField::IsPersistent, call.is_persistent.to_word()), - ] { - state.call_context_write(&mut exec_step, call.call_id, field, value); - } + state.push_call(callee.clone()); + state.reversion_info_write(&mut exec_step, &callee); + + // successful contract creation + if is_precheck_ok && !callee_exists { + let (initialization_code, code_hash) = if length > 0 { + handle_copy( + state, + &mut exec_step, + state.caller()?.call_id, + offset, + length, + )? + } else { + (vec![], CodeDB::empty_code_hash()) + }; + + // handle keccak_table_lookup + let keccak_input = if IS_CREATE2 { + let salt = geth_step.stack.nth_last(3)?; + assert_eq!( + address, + get_create2_address( + caller.address, + salt.to_be_bytes(), + initialization_code.clone(), + ) + ); + std::iter::once(0xffu8) + .chain(caller.address.to_fixed_bytes()) + .chain(salt.to_be_bytes()) + .chain(code_hash.to_fixed_bytes()) + .collect::>() + } else { + let mut stream = rlp::RlpStream::new(); + stream.begin_list(2); + stream.append(&caller.address); + stream.append(&Word::from(caller_nonce)); + stream.out().to_vec() + }; + assert_eq!( + address, + H160(keccak256(&keccak_input)[12..].try_into().unwrap()) + ); + + state.block.sha3_inputs.push(keccak_input); + state.block.sha3_inputs.push(initialization_code); - if call.code_hash == CodeDB::empty_code_hash() { - // 1. Create with empty initcode. + // Transfer function will skip transfer if the value is zero + state.transfer( + &mut exec_step, + caller.address, + callee.address, + callee_exists, + !callee_exists, + callee.value, + )?; + + // EIP 161, increase callee's nonce + state.push_op_reversible( + &mut exec_step, + AccountOp { + address: callee.address, + field: AccountField::Nonce, + value: 1.into(), + value_prev: 0.into(), + }, + )?; + + if length > 0 { + for (field, value) in [ + (CallContextField::CallerId, caller.call_id.into()), + (CallContextField::IsSuccess, callee.is_success.to_word()), + ( + CallContextField::IsPersistent, + callee.is_persistent.to_word(), + ), + (CallContextField::TxId, state.tx_ctx.id().into()), + ( + CallContextField::CallerAddress, + callee.caller_address.to_word(), + ), + (CallContextField::CalleeAddress, callee.address.to_word()), + ( + CallContextField::RwCounterEndOfReversion, + callee.rw_counter_end_of_reversion.to_word(), + ), + (CallContextField::Depth, callee.depth.to_word()), + (CallContextField::IsRoot, false.to_word()), + (CallContextField::IsStatic, false.to_word()), + (CallContextField::IsCreate, true.to_word()), + (CallContextField::CodeHash, code_hash.to_word()), + ] { + state.call_context_write(&mut exec_step, callee.call_id, field, value); + } + } + // if it's empty init code + else { + for (field, value) in [ + (CallContextField::LastCalleeId, 0.into()), + (CallContextField::LastCalleeReturnDataOffset, 0.into()), + (CallContextField::LastCalleeReturnDataLength, 0.into()), + ] { + state.call_context_write(&mut exec_step, caller.call_id, field, value); + } + state.handle_return(&mut exec_step, geth_steps, false)?; + }; + } + // failed case: is_precheck_ok is false or callee_exists is true + else { + for (field, value) in [ + (CallContextField::LastCalleeId, 0.into()), + (CallContextField::LastCalleeReturnDataOffset, 0.into()), + (CallContextField::LastCalleeReturnDataLength, 0.into()), + ] { + state.call_context_write(&mut exec_step, caller.call_id, field, value); + } state.handle_return(&mut exec_step, geth_steps, false)?; - Ok(vec![exec_step]) - } else { - // 2. Create with non-empty initcode. - Ok(vec![exec_step]) } + + Ok(vec![exec_step]) + } +} + +fn handle_copy( + state: &mut CircuitInputStateRef, + step: &mut ExecStep, + call_id: usize, + offset: usize, + length: usize, +) -> Result<(Vec, H256), Error> { + let initialization_bytes = state.caller_ctx()?.memory.0[offset..(offset + length)].to_vec(); + let code_hash = CodeDB::hash(&initialization_bytes); + let bytes: Vec<_> = Bytecode::from(initialization_bytes.clone()) + .code + .iter() + .map(|element| (element.value, element.is_code)) + .collect(); + + let rw_counter_start = state.block_ctx.rwc; + for (i, (byte, _)) in bytes.iter().enumerate() { + state.push_op( + step, + RW::READ, + MemoryOp::new(call_id, (offset + i).into(), *byte), + ); + } + + state.push_copy( + step, + CopyEvent { + rw_counter_start, + src_type: CopyDataType::Memory, + src_id: NumberOrHash::Number(call_id), + src_addr: offset.try_into().unwrap(), + src_addr_end: (offset + length).try_into().unwrap(), + dst_type: CopyDataType::Bytecode, + dst_id: NumberOrHash::Hash(code_hash), + dst_addr: 0, + log_id: None, + bytes, + }, + ); + + Ok((initialization_bytes, code_hash)) +} + +#[cfg(test)] +mod tests { + use super::*; + use crate::{circuit_input_builder::ExecState, mock::BlockData, operation::RW}; + use eth_types::{bytecode, evm_types::OpcodeId, geth_types::GethData, word}; + use mock::{test_ctx::helpers::account_0_code_account_1_no_code, TestContext}; + + #[test] + fn test_create_address_collision_error() { + let code = bytecode! { + PUSH21(word!("6B6020600060003760206000F3600052600C6014F3")) + PUSH1(0) + MSTORE + + PUSH1 (0xef) // salt + PUSH1 (0x15) // size + PUSH1 (0xB) // offset + PUSH1 (0) // value + CREATE2 + + PUSH1 (0xef) // salt + PUSH1 (0x15) // size + PUSH1 (0xB) // offset + PUSH1 (0) // value + CREATE2 + + PUSH1 (0x20) // retLength + PUSH1 (0x20) // retOffset + PUSH1 (0x20) // argsLength + PUSH1 (0x00) // argsOffset + PUSH1 (0x00) // value + DUP6 // addr from above CREATE2 + PUSH2 (0xFFFF) // gas + CALL + STOP + }; + + // Get the execution steps from the external tracer + let block: GethData = TestContext::<2, 1>::new( + None, + account_0_code_account_1_no_code(code), + |mut txs, accs| { + txs[0].from(accs[1].address).to(accs[0].address); + }, + |block, _tx| block.number(0xcafeu64), + ) + .unwrap() + .into(); + + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder + .handle_block(&block.eth_block, &block.geth_traces) + .unwrap(); + + let tx_id = 1; + let transaction = &builder.block.txs()[tx_id - 1]; + let step = transaction + .steps() + .iter() + .filter(|step| step.exec_state == ExecState::Op(OpcodeId::CREATE2)) + .last() + .unwrap(); + + assert_eq!(step.error, Some(ExecError::ContractAddressCollision)); + + let container = builder.block.container.clone(); + println!("{:?}", container.stack); + println!("-----"); + println!("{:?}", step.bus_mapping_instance); + println!("-----"); + let operation = &container.stack[step.bus_mapping_instance[5].as_usize()]; + assert_eq!(operation.rw(), RW::READ); } } diff --git a/bus-mapping/src/evm/opcodes/dup.rs b/bus-mapping/src/evm/opcodes/dup.rs index 87f4f84d58..1faff1ccdb 100644 --- a/bus-mapping/src/evm/opcodes/dup.rs +++ b/bus-mapping/src/evm/opcodes/dup.rs @@ -64,8 +64,8 @@ mod dup_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/error_invalid_creation_code.rs b/bus-mapping/src/evm/opcodes/error_invalid_creation_code.rs new file mode 100644 index 0000000000..0bcb5f474d --- /dev/null +++ b/bus-mapping/src/evm/opcodes/error_invalid_creation_code.rs @@ -0,0 +1,37 @@ +use crate::{ + circuit_input_builder::{CircuitInputStateRef, ExecStep}, + error::ExecError, + evm::Opcode, + Error, +}; +use eth_types::{evm_types::INVALID_INIT_CODE_FIRST_BYTE, GethExecStep}; + +#[derive(Clone, Copy, Debug)] +pub struct ErrorCreationCode; + +impl Opcode for ErrorCreationCode { + fn gen_associated_ops( + state: &mut CircuitInputStateRef, + geth_steps: &[GethExecStep], + ) -> Result, Error> { + let geth_step = &geth_steps[0]; + let mut exec_step = state.new_step(geth_step)?; + exec_step.error = Some(ExecError::InvalidCreationCode); + + let offset = geth_step.stack.nth_last(0)?; + let length = geth_step.stack.nth_last(1)?; + state.stack_read(&mut exec_step, geth_step.stack.nth_last_filled(0), offset)?; + state.stack_read(&mut exec_step, geth_step.stack.nth_last_filled(1), length)?; + + let call = state.call()?; + assert!(call.is_create() && !length.is_zero()); + + // Read the first byte of init code and check it must be 0xef for this error. + let init_code_first_byte = state.call_ctx()?.memory.0[offset.as_usize()]; + state.memory_read(&mut exec_step, offset.try_into()?, init_code_first_byte)?; + assert_eq!(init_code_first_byte, INVALID_INIT_CODE_FIRST_BYTE); + + state.handle_return(&mut exec_step, geth_steps, true)?; + Ok(vec![exec_step]) + } +} diff --git a/bus-mapping/src/evm/opcodes/error_return_data_outofbound.rs b/bus-mapping/src/evm/opcodes/error_return_data_outofbound.rs index e2479924d5..fe78b779b8 100644 --- a/bus-mapping/src/evm/opcodes/error_return_data_outofbound.rs +++ b/bus-mapping/src/evm/opcodes/error_return_data_outofbound.rs @@ -123,8 +123,8 @@ mod tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/extcodecopy.rs b/bus-mapping/src/evm/opcodes/extcodecopy.rs index 108f5f0d08..ed1b109127 100644 --- a/bus-mapping/src/evm/opcodes/extcodecopy.rs +++ b/bus-mapping/src/evm/opcodes/extcodecopy.rs @@ -34,7 +34,7 @@ impl Opcode for Extcodecopy { memory.copy_from(dst_offset, code_offset, length, &code); - let copy_event = gen_copy_event(state, geth_step)?; + let copy_event = gen_copy_event(state, geth_step, &mut exec_steps[0])?; state.push_copy(&mut exec_steps[0], copy_event); Ok(exec_steps) } @@ -111,6 +111,7 @@ fn gen_extcodecopy_step( fn gen_copy_event( state: &mut CircuitInputStateRef, geth_step: &GethExecStep, + exec_step: &mut ExecStep, ) -> Result { let rw_counter_start = state.block_ctx.rwc; @@ -144,9 +145,8 @@ fn gen_copy_event( .unwrap_or(src_addr_end) .min(src_addr_end); - let mut exec_step = state.new_step(geth_step)?; let copy_steps = state.gen_copy_steps_for_bytecode( - &mut exec_step, + exec_step, &bytecode, src_addr, dst_addr, @@ -241,8 +241,8 @@ mod extcodecopy_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let mut builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/extcodehash.rs b/bus-mapping/src/evm/opcodes/extcodehash.rs index 7b6bc9e24f..b33ab71d7e 100644 --- a/bus-mapping/src/evm/opcodes/extcodehash.rs +++ b/bus-mapping/src/evm/opcodes/extcodehash.rs @@ -169,8 +169,8 @@ mod extcodehash_tests { let code_hash = CodeDB::hash(&code_ext).to_word(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let mut builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/extcodesize.rs b/bus-mapping/src/evm/opcodes/extcodesize.rs index e8f526884a..ccdff2d55d 100644 --- a/bus-mapping/src/evm/opcodes/extcodesize.rs +++ b/bus-mapping/src/evm/opcodes/extcodesize.rs @@ -156,8 +156,8 @@ mod extcodesize_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let mut builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/gasprice.rs b/bus-mapping/src/evm/opcodes/gasprice.rs index 44f0c60de4..b252bae82d 100644 --- a/bus-mapping/src/evm/opcodes/gasprice.rs +++ b/bus-mapping/src/evm/opcodes/gasprice.rs @@ -79,8 +79,8 @@ mod gasprice_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/logs.rs b/bus-mapping/src/evm/opcodes/logs.rs index 70b1a98041..c00e677fa1 100644 --- a/bus-mapping/src/evm/opcodes/logs.rs +++ b/bus-mapping/src/evm/opcodes/logs.rs @@ -285,13 +285,13 @@ mod log_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); let is_persistent = builder.block.txs()[0].calls()[0].is_persistent; - let callee_address = builder.block.txs()[0].tx.to_or_contract_addr(); + let callee_address = builder.block.txs()[0].to_or_contract_addr(); let step = builder.block.txs()[0] .steps() diff --git a/bus-mapping/src/evm/opcodes/mload.rs b/bus-mapping/src/evm/opcodes/mload.rs index ba6a71770a..72a805ba77 100644 --- a/bus-mapping/src/evm/opcodes/mload.rs +++ b/bus-mapping/src/evm/opcodes/mload.rs @@ -96,8 +96,8 @@ mod mload_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/mstore.rs b/bus-mapping/src/evm/opcodes/mstore.rs index da1eacc47f..a0382e4d47 100644 --- a/bus-mapping/src/evm/opcodes/mstore.rs +++ b/bus-mapping/src/evm/opcodes/mstore.rs @@ -114,8 +114,8 @@ mod mstore_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -180,8 +180,8 @@ mod mstore_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/number.rs b/bus-mapping/src/evm/opcodes/number.rs index ac06ba2b94..d1379d688e 100644 --- a/bus-mapping/src/evm/opcodes/number.rs +++ b/bus-mapping/src/evm/opcodes/number.rs @@ -29,8 +29,8 @@ mod number_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/origin.rs b/bus-mapping/src/evm/opcodes/origin.rs index 551b5e6ce4..4ac2cebaf1 100644 --- a/bus-mapping/src/evm/opcodes/origin.rs +++ b/bus-mapping/src/evm/opcodes/origin.rs @@ -73,8 +73,8 @@ mod origin_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/return_revert.rs b/bus-mapping/src/evm/opcodes/return_revert.rs index d81d63b021..69c7fc5656 100644 --- a/bus-mapping/src/evm/opcodes/return_revert.rs +++ b/bus-mapping/src/evm/opcodes/return_revert.rs @@ -6,7 +6,7 @@ use crate::{ state_db::CodeDB, Error, }; -use eth_types::{Bytecode, GethExecStep, ToWord, H256}; +use eth_types::{evm_types::INVALID_INIT_CODE_FIRST_BYTE, Bytecode, GethExecStep, ToWord, H256}; #[derive(Debug, Copy, Clone)] pub(crate) struct ReturnRevert; @@ -47,6 +47,11 @@ impl Opcode for ReturnRevert { // Case A in the spec. if call.is_create() && call.is_success && length > 0 { + // Read the first byte of init code and check it must not be 0xef (EIP-3541). + let init_code_first_byte = state.call_ctx()?.memory.0[offset]; + state.memory_read(&mut exec_step, offset.into(), init_code_first_byte)?; + assert_ne!(init_code_first_byte, INVALID_INIT_CODE_FIRST_BYTE); + // Note: handle_return updates state.code_db. All we need to do here is push the // copy event. let code_hash = handle_create( @@ -279,7 +284,7 @@ mod return_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -337,7 +342,7 @@ mod return_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/returndatacopy.rs b/bus-mapping/src/evm/opcodes/returndatacopy.rs index a7830523d5..bdb8e42d70 100644 --- a/bus-mapping/src/evm/opcodes/returndatacopy.rs +++ b/bus-mapping/src/evm/opcodes/returndatacopy.rs @@ -32,7 +32,7 @@ impl Opcode for Returndatacopy { let memory = &mut call_ctx.memory; memory.copy_from(dst_offset, src_offset, length, &return_data); - let copy_event = gen_copy_event(state, geth_step)?; + let copy_event = gen_copy_event(state, geth_step, &mut exec_steps[0])?; state.push_copy(&mut exec_steps[0], copy_event); Ok(exec_steps) } @@ -122,6 +122,7 @@ fn gen_copy_steps( fn gen_copy_event( state: &mut CircuitInputStateRef, geth_step: &GethExecStep, + exec_step: &mut ExecStep, ) -> Result { // Get low Uint64 of destination offset to generate copy steps. Since it // could be Uint64 overflow if length is zero. @@ -137,15 +138,7 @@ fn gen_copy_event( ); let rw_counter_start = state.block_ctx.rwc; - let mut exec_step = state.new_step(geth_step)?; - let copy_steps = gen_copy_steps( - state, - &mut exec_step, - src_addr, - dst_addr, - src_addr_end, - length, - )?; + let copy_steps = gen_copy_steps(state, exec_step, src_addr, dst_addr, src_addr_end, length)?; let (src_type, dst_type, src_id, dst_id) = ( CopyDataType::Memory, @@ -215,7 +208,7 @@ mod return_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/returndatasize.rs b/bus-mapping/src/evm/opcodes/returndatasize.rs index ca576be396..60718e2467 100644 --- a/bus-mapping/src/evm/opcodes/returndatasize.rs +++ b/bus-mapping/src/evm/opcodes/returndatasize.rs @@ -39,7 +39,7 @@ impl Opcode for Returndatasize { #[cfg(test)] mod returndatasize_tests { use crate::{ - circuit_input_builder::{CircuitsParams, ExecState}, + circuit_input_builder::ExecState, mock::BlockData, operation::{CallContextField, CallContextOp, StackOp, RW}, }; @@ -91,15 +91,8 @@ mod returndatasize_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: 512, - ..Default::default() - }, - ) - .new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/selfbalance.rs b/bus-mapping/src/evm/opcodes/selfbalance.rs index e77294b859..70c0c10f4d 100644 --- a/bus-mapping/src/evm/opcodes/selfbalance.rs +++ b/bus-mapping/src/evm/opcodes/selfbalance.rs @@ -79,8 +79,8 @@ mod selfbalance_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -91,7 +91,7 @@ mod selfbalance_tests { .unwrap(); let call_id = builder.block.txs()[0].calls()[0].call_id; - let callee_address = builder.block.txs()[0].tx.to_or_contract_addr(); + let callee_address = builder.block.txs()[0].to_or_contract_addr(); let self_balance = builder.sdb.get_account(&callee_address).1.balance; assert_eq!( diff --git a/bus-mapping/src/evm/opcodes/sha3.rs b/bus-mapping/src/evm/opcodes/sha3.rs index ca2cc1a430..1561825804 100644 --- a/bus-mapping/src/evm/opcodes/sha3.rs +++ b/bus-mapping/src/evm/opcodes/sha3.rs @@ -5,9 +5,8 @@ use crate::{ }, Error, }; -use eth_types::{bytecode, Bytecode, GethExecStep, Word, U256}; +use eth_types::{GethExecStep, U256}; use ethers_core::utils::keccak256; -use rand::{rngs::ThreadRng, Rng}; #[derive(Clone, Copy, Debug)] pub(crate) struct Sha3; @@ -46,7 +45,7 @@ impl Opcode for Sha3 { // keccak-256 hash of the given data in memory. let sha3 = keccak256(&memory); - debug_assert_eq!(Word::from_big_endian(&sha3), expected_sha3); + debug_assert_eq!(U256::from_big_endian(&sha3), expected_sha3); state.stack_write( &mut exec_step, geth_steps[1].stack.last_filled(), @@ -87,117 +86,17 @@ impl Opcode for Sha3 { } } -/// Generate Sha3 opcode -pub struct Sha3CodeGen { - /// The offset - pub offset: usize, - /// The size - pub size: usize, - data_len: usize, - rng: ThreadRng, -} -impl Sha3CodeGen { - /// Construct with memory less than size - pub fn mem_lt_size(offset: usize, size: usize) -> Self { - let mut rng = rand::thread_rng(); - let data_len = offset - + if size.gt(&0) { - rng.gen_range(0..size) - } else { - 0 - }; - Self { - offset, - size, - data_len, - rng, - } - } - /// Construct with memory equal to size - pub fn mem_eq_size(offset: usize, size: usize) -> Self { - let data_len = offset + size; - Self { - offset, - size, - data_len, - rng: rand::thread_rng(), - } - } - /// Construct with memory greater than size - pub fn mem_gt_size(offset: usize, size: usize) -> Self { - let mut rng = rand::thread_rng(); - let data_len = offset - + size - + if size.gt(&0) { - rng.gen_range(0..size) - } else { - 0 - }; - Self { - offset, - size, - data_len, - rng, - } - } - /// Construct with empty memory - pub fn mem_empty(offset: usize, size: usize) -> Self { - Self { - offset, - size, - data_len: 0, - rng: rand::thread_rng(), - } - } - fn rand_bytes(&mut self) -> Vec { - (0..self.data_len) - .map(|_| self.rng.gen()) - .collect::>() - } - /// Generate bytecode for SHA3 opcode after having populated sufficient - /// memory given the offset and size arguments for SHA3. - pub fn gen_sha3_code(&mut self) -> (Bytecode, Vec) { - let data = self.rand_bytes(); - let mut memory = Vec::with_capacity(self.data_len); - - // add opcodes to populate memory in the current context. - let mut code = Bytecode::default(); - for (i, mem_chunk) in data.chunks(32).enumerate() { - let mem_value = if mem_chunk.len() < 32 { - std::iter::repeat(0u8) - .take(32 - mem_chunk.len()) - .chain(mem_chunk.to_vec()) - .collect::>() - } else { - mem_chunk.to_vec() - }; - memory.extend_from_slice(&mem_value); - code.op_mstore(32 * i, Word::from_big_endian(&mem_value)); - } - // append SHA3 related opcodes at the tail end. - let code_tail = bytecode! { - PUSH32(self.size) - PUSH32(self.offset) - SHA3 - STOP - }; - code.append(&code_tail); - (code, memory) - } -} - #[cfg(test)] pub(crate) mod sha3_tests { - use super::Sha3CodeGen; - use eth_types::{evm_types::OpcodeId, geth_types::GethData, Word}; + use eth_types::{evm_types::OpcodeId, geth_types::GethData, U256}; use ethers_core::utils::keccak256; use mock::{ test_ctx::helpers::{account_0_code_account_1_no_code, tx_from_1_to_0}, - TestContext, + Sha3CodeGen, TestContext, }; use crate::{ - circuit_input_builder::{CircuitsParams, ExecState}, + circuit_input_builder::ExecState, mock::BlockData, operation::{MemoryOp, StackOp, RW}, }; @@ -225,15 +124,8 @@ pub(crate) mod sha3_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: 2048, - ..Default::default() - }, - ) - .new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -253,11 +145,11 @@ pub(crate) mod sha3_tests { [ ( RW::READ, - &StackOp::new(call_id, 1022.into(), Word::from(offset)), + &StackOp::new(call_id, 1022.into(), U256::from(offset)), ), ( RW::READ, - &StackOp::new(call_id, 1023.into(), Word::from(size)), + &StackOp::new(call_id, 1023.into(), U256::from(size)), ), ( RW::WRITE, diff --git a/bus-mapping/src/evm/opcodes/sload.rs b/bus-mapping/src/evm/opcodes/sload.rs index cf06d081d9..8f891d50e0 100644 --- a/bus-mapping/src/evm/opcodes/sload.rs +++ b/bus-mapping/src/evm/opcodes/sload.rs @@ -145,8 +145,8 @@ mod sload_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/sstore.rs b/bus-mapping/src/evm/opcodes/sstore.rs index db2393227c..a5527aa72d 100644 --- a/bus-mapping/src/evm/opcodes/sstore.rs +++ b/bus-mapping/src/evm/opcodes/sstore.rs @@ -170,8 +170,8 @@ mod sstore_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/stackonlyop.rs b/bus-mapping/src/evm/opcodes/stackonlyop.rs index 21ec6bdcfe..26fd8ac6a0 100644 --- a/bus-mapping/src/evm/opcodes/stackonlyop.rs +++ b/bus-mapping/src/evm/opcodes/stackonlyop.rs @@ -80,8 +80,8 @@ mod stackonlyop_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/evm/opcodes/swap.rs b/bus-mapping/src/evm/opcodes/swap.rs index 7bf6b461cf..bfd50b6419 100644 --- a/bus-mapping/src/evm/opcodes/swap.rs +++ b/bus-mapping/src/evm/opcodes/swap.rs @@ -71,8 +71,8 @@ mod swap_tests { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); diff --git a/bus-mapping/src/lib.rs b/bus-mapping/src/lib.rs index 1cf31e1068..d914ed40c5 100644 --- a/bus-mapping/src/lib.rs +++ b/bus-mapping/src/lib.rs @@ -130,8 +130,8 @@ //! .into(); //! //! // Here we update the circuit input with the data from the transaction trace. -//! let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); -//! builder +//! let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); +//! let builder = builder //! .handle_block(&block.eth_block, &block.geth_traces) //! .unwrap(); //! @@ -220,6 +220,7 @@ //#![deny(unsafe_code)] Allowed now until we find a // better way to handle downcasting from Operation into it's variants. #![allow(clippy::upper_case_acronyms)] // Too pedantic +#![feature(type_changing_struct_update)] extern crate alloc; extern crate core; diff --git a/bus-mapping/src/mock.rs b/bus-mapping/src/mock.rs index 57ecae2475..d6621ebe33 100644 --- a/bus-mapping/src/mock.rs +++ b/bus-mapping/src/mock.rs @@ -1,7 +1,10 @@ //! Mock types and functions to generate mock data useful for tests use crate::{ - circuit_input_builder::{get_state_accesses, Block, CircuitInputBuilder, CircuitsParams}, + circuit_input_builder::{ + get_state_accesses, Block, CircuitInputBuilder, CircuitsParams, DynamicCParams, + FixedCParams, + }, state_db::{self, CodeDB, StateDB}, }; use eth_types::{geth_types::GethData, Word}; @@ -9,7 +12,7 @@ use eth_types::{geth_types::GethData, Word}; /// BlockData is a type that contains all the information from a block required /// to build the circuit inputs. #[derive(Debug)] -pub struct BlockData { +pub struct BlockData { /// StateDB pub sdb: StateDB, /// CodeDB @@ -24,13 +27,13 @@ pub struct BlockData { /// Execution Trace from geth pub geth_traces: Vec, /// Circuits setup parameters - pub circuits_params: CircuitsParams, + pub circuits_params: C, } -impl BlockData { +impl BlockData { /// Generate a new CircuitInputBuilder initialized with the context of the /// BlockData. - pub fn new_circuit_input_builder(&self) -> CircuitInputBuilder { + pub fn new_circuit_input_builder(&self) -> CircuitInputBuilder { CircuitInputBuilder::new( self.sdb.clone(), self.code_db.clone(), @@ -39,16 +42,13 @@ impl BlockData { self.history_hashes.clone(), Word::default(), &self.eth_block, - self.circuits_params, ) .unwrap(), + self.circuits_params, ) } - /// Create a new block from the given Geth data. - pub fn new_from_geth_data_with_params( - geth_data: GethData, - circuits_params: CircuitsParams, - ) -> Self { + + fn init_dbs(geth_data: &GethData) -> (StateDB, CodeDB) { let mut sdb = StateDB::new(); let mut code_db = CodeDB::new(); @@ -59,10 +59,20 @@ impl BlockData { sdb.set_account(addr, state_db::Account::zero()); } - for account in geth_data.accounts { + for account in &geth_data.accounts { code_db.insert(account.code.to_vec()); sdb.set_account(&account.address, state_db::Account::from(account.clone())); } + (sdb, code_db) + } +} +impl BlockData { + /// Create a new block from the given Geth data. + pub fn new_from_geth_data_with_params( + geth_data: GethData, + circuits_params: FixedCParams, + ) -> Self { + let (sdb, code_db) = Self::init_dbs(&geth_data); Self { sdb, @@ -74,9 +84,21 @@ impl BlockData { circuits_params, } } +} +impl BlockData { /// Create a new block from the given Geth data with default CircuitsParams. pub fn new_from_geth_data(geth_data: GethData) -> Self { - Self::new_from_geth_data_with_params(geth_data, CircuitsParams::default()) + let (sdb, code_db) = Self::init_dbs(&geth_data); + + Self { + sdb, + code_db, + chain_id: geth_data.chain_id, + history_hashes: geth_data.history_hashes, + eth_block: geth_data.eth_block, + geth_traces: geth_data.geth_traces, + circuits_params: DynamicCParams {}, + } } } diff --git a/bus-mapping/src/state_db.rs b/bus-mapping/src/state_db.rs index 905e41093b..b306127281 100644 --- a/bus-mapping/src/state_db.rs +++ b/bus-mapping/src/state_db.rs @@ -73,7 +73,7 @@ impl From for Account { nonce: account.nonce.as_u64(), balance: account.balance, storage: account.storage.clone(), - code_hash: CodeDB::hash(&account.code.to_vec()), + code_hash: CodeDB::hash(&account.code), } } } @@ -202,6 +202,12 @@ impl StateDB { account.nonce } + /// Get balance of account with the given address. + pub fn get_balance(&self, addr: &Address) -> Word { + let (_, account) = self.get_account(addr); + account.balance + } + /// Increase nonce of account with `addr` and return the previous value. pub fn increase_nonce(&mut self, addr: &Address) -> u64 { let (_, account) = self.get_account_mut(addr); diff --git a/circuit-benchmarks/Cargo.toml b/circuit-benchmarks/Cargo.toml index ebf069d55d..02427f2e29 100644 --- a/circuit-benchmarks/Cargo.toml +++ b/circuit-benchmarks/Cargo.toml @@ -9,14 +9,14 @@ license = "MIT OR Apache-2.0" [dependencies] halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_04_20" } ark-std = { version = "0.3", features = ["print-trace"] } -zkevm-circuits = { path = "../zkevm-circuits", features = ["test"]} +zkevm-circuits = { path = "../zkevm-circuits", features = ["test-circuits"] } bus-mapping = { path = "../bus-mapping", features = ["test"] } rand_xorshift = "0.3" rand = "0.8" itertools = "0.10" eth-types = { path = "../eth-types" } env_logger = "0.9" -ethers-signers = "0.17.0" +ethers-signers = "2.0.7" mock = { path="../mock" } rand_chacha = "0.3" serde = { version = "1.0", features = ["derive"] } diff --git a/circuit-benchmarks/src/copy_circuit.rs b/circuit-benchmarks/src/copy_circuit.rs index e08e4aa8fd..f85396c828 100644 --- a/circuit-benchmarks/src/copy_circuit.rs +++ b/circuit-benchmarks/src/copy_circuit.rs @@ -3,7 +3,7 @@ #[cfg(test)] mod tests { use ark_std::{end_timer, start_timer}; - use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; + use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; use eth_types::{bytecode, geth_types::GethData, Word}; use halo2_proofs::{ halo2curves::bn256::{Bn256, Fr, G1Affine}, @@ -145,7 +145,7 @@ mod tests { let block: GethData = test_ctx.into(); let mut builder = BlockData::new_from_geth_data_with_params( block.clone(), - CircuitsParams { + FixedCParams { max_rws: 1 << (degree - 1), ..Default::default() }, @@ -154,7 +154,7 @@ mod tests { builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - let block = block_convert(&builder.block, &builder.code_db).unwrap(); + let block = block_convert(&builder).unwrap(); assert_eq!(block.copy_events.len(), copy_event_num); block } diff --git a/circuit-benchmarks/src/evm_circuit.rs b/circuit-benchmarks/src/evm_circuit.rs index aaf887261c..5b6332f0e6 100644 --- a/circuit-benchmarks/src/evm_circuit.rs +++ b/circuit-benchmarks/src/evm_circuit.rs @@ -3,7 +3,7 @@ #[cfg(test)] mod evm_circ_benches { use ark_std::{end_timer, start_timer}; - use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; + use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; use eth_types::geth_types::GethData; use halo2_proofs::{ halo2curves::bn256::{Bn256, Fr, G1Affine}, @@ -44,17 +44,15 @@ mod evm_circ_benches { .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data_with_params( - empty_data.clone(), - CircuitsParams::default(), - ) - .new_circuit_input_builder(); + let mut builder = + BlockData::new_from_geth_data_with_params(empty_data.clone(), FixedCParams::default()) + .new_circuit_input_builder(); builder .handle_block(&empty_data.eth_block, &empty_data.geth_traces) .unwrap(); - let block = block_convert(&builder.block, &builder.code_db).unwrap(); + let block = block_convert(&builder).unwrap(); let circuit = TestEvmCircuit::::new(block); let mut rng = XorShiftRng::from_seed([ diff --git a/circuit-benchmarks/src/exp_circuit.rs b/circuit-benchmarks/src/exp_circuit.rs index 35cb68f8a6..852000092f 100644 --- a/circuit-benchmarks/src/exp_circuit.rs +++ b/circuit-benchmarks/src/exp_circuit.rs @@ -3,7 +3,7 @@ #[cfg(test)] mod tests { use ark_std::{end_timer, start_timer}; - use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; + use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; use env_logger::Env; use eth_types::{bytecode, geth_types::GethData, Word}; use halo2_proofs::{ @@ -139,7 +139,7 @@ mod tests { let block: GethData = test_ctx.into(); let mut builder = BlockData::new_from_geth_data_with_params( block.clone(), - CircuitsParams { + FixedCParams { max_rws: 1 << (degree - 1), ..Default::default() }, @@ -148,6 +148,6 @@ mod tests { builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - block_convert(&builder.block, &builder.code_db).unwrap() + block_convert(&builder).unwrap() } } diff --git a/circuit-benchmarks/src/mpt_circuit.rs b/circuit-benchmarks/src/mpt_circuit.rs index aee6426a44..ffebe24ddf 100644 --- a/circuit-benchmarks/src/mpt_circuit.rs +++ b/circuit-benchmarks/src/mpt_circuit.rs @@ -3,6 +3,7 @@ #[cfg(test)] mod tests { use ark_std::{end_timer, start_timer}; + use core::marker::PhantomData; use halo2_proofs::{ halo2curves::bn256::{Bn256, Fr, G1Affine}, plonk::{create_proof, keygen_pk, keygen_vk, verify_proof}, @@ -21,7 +22,7 @@ mod tests { use rand::SeedableRng; use rand_xorshift::XorShiftRng; use std::env::var; - use zkevm_circuits::mpt_circuit::{witness_row::Node, MPTCircuit}; + use zkevm_circuits::mpt_circuit::{load_proof, witness_row::Node, MPTCircuit}; #[cfg_attr(not(feature = "benches"), ignore)] #[test] @@ -38,11 +39,7 @@ mod tests { .expect("Cannot parse DEGREE env var as u32"); let path = "../zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel.json"; - let file = std::fs::File::open(path); - let reader = std::io::BufReader::new(file.unwrap()); - - let randomness = Fr::from(123456u64); - let nodes: Vec = serde_json::from_reader(reader).unwrap(); + let nodes: Vec = load_proof(path); let mut keccak_data = vec![]; for node in nodes.iter() { @@ -54,7 +51,9 @@ mod tests { let circuit = MPTCircuit:: { nodes, keccak_data, - randomness, + degree: degree as usize, + disable_preimage_check: false, + _marker: PhantomData, }; // Initialize the polynomial commitment parameters diff --git a/circuit-benchmarks/src/pi_circuit.rs b/circuit-benchmarks/src/pi_circuit.rs index eb1295e129..294c0ba752 100644 --- a/circuit-benchmarks/src/pi_circuit.rs +++ b/circuit-benchmarks/src/pi_circuit.rs @@ -4,7 +4,6 @@ mod tests { use ark_std::{end_timer, start_timer}; use eth_types::Word; use halo2_proofs::{ - arithmetic::Field, halo2curves::bn256::{Bn256, Fr, G1Affine}, plonk::{create_proof, keygen_pk, keygen_vk, verify_proof}, poly::{ @@ -19,14 +18,11 @@ mod tests { Blake2bRead, Blake2bWrite, Challenge255, TranscriptReadBuffer, TranscriptWriterBuffer, }, }; + use itertools::Itertools; use rand::SeedableRng; - use rand_chacha::ChaCha20Rng; use rand_xorshift::XorShiftRng; use std::env::var; - use zkevm_circuits::{ - pi_circuit::{PiCircuit, PublicData}, - util::SubCircuit, - }; + use zkevm_circuits::{instance::PublicData, pi_circuit::PiCircuit, util::SubCircuit}; #[cfg_attr(not(feature = "benches"), ignore)] #[test] @@ -45,12 +41,8 @@ mod tests { .parse() .expect("Cannot parse DEGREE env var as u32"); - let mut rng = ChaCha20Rng::seed_from_u64(2); - let randomness = Fr::random(&mut rng); - let rand_rpi = Fr::random(&mut rng); let public_data = generate_publicdata(MAX_TXS); - let circuit = - PiCircuit::::new(MAX_TXS, MAX_CALLDATA, randomness, rand_rpi, public_data); + let circuit = PiCircuit::::new(MAX_TXS, MAX_CALLDATA, public_data); let public_inputs = circuit.instance(); let instance: Vec<&[Fr]> = public_inputs.iter().map(|input| &input[..]).collect(); let instances = &[&instance[..]]; @@ -121,15 +113,16 @@ mod tests { } fn generate_publicdata(max_txs: usize) -> PublicData { - let mut public_data = PublicData::default(); - let chain_id = 1337u64; - public_data.chain_id = Word::from(chain_id); + let transactions = std::iter::repeat(eth_types::geth_types::Transaction::from( + mock::CORRECT_MOCK_TXS[0].clone(), + )) + .take(max_txs) + .collect_vec(); - let n_tx = max_txs; - for _ in 0..n_tx { - let eth_tx = eth_types::Transaction::from(mock::CORRECT_MOCK_TXS[0].clone()); - public_data.transactions.push(eth_tx); + PublicData { + chain_id: Word::from(1337), + transactions, + ..Default::default() } - public_data } } diff --git a/circuit-benchmarks/src/super_circuit.rs b/circuit-benchmarks/src/super_circuit.rs index a37ffa82d8..2a7b765406 100644 --- a/circuit-benchmarks/src/super_circuit.rs +++ b/circuit-benchmarks/src/super_circuit.rs @@ -3,7 +3,7 @@ #[cfg(test)] mod tests { use ark_std::{end_timer, start_timer}; - use bus_mapping::circuit_input_builder::CircuitsParams; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{address, bytecode, geth_types::GethData, Word}; use ethers_signers::{LocalWallet, Signer}; use halo2_proofs::{ @@ -79,7 +79,7 @@ mod tests { block.sign(&wallets); - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 1, max_calldata: 32, max_rws: 256, diff --git a/eth-types/Cargo.toml b/eth-types/Cargo.toml index 1050f3efe8..7cc02edd4b 100644 --- a/eth-types/Cargo.toml +++ b/eth-types/Cargo.toml @@ -6,8 +6,8 @@ authors = ["The appliedzkp team"] license = "MIT OR Apache-2.0" [dependencies] -ethers-core = "0.17.0" -ethers-signers = "0.17.0" +ethers-core = "2.0.7" +ethers-signers = "2.0.7" hex = "0.4" lazy_static = "1.4" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_04_20" } diff --git a/eth-types/src/evm_types.rs b/eth-types/src/evm_types.rs index ba1c694967..1ac42477ce 100644 --- a/eth-types/src/evm_types.rs +++ b/eth-types/src/evm_types.rs @@ -14,6 +14,8 @@ pub use opcode_ids::OpcodeId; pub use stack::{Stack, StackAddress}; pub use storage::Storage; +/// According to EIP-3541, disallow new code starting with 0xEF to be deployed. +pub const INVALID_INIT_CODE_FIRST_BYTE: u8 = 0xef; /// Once per word of the init code when creating a contract. pub const INIT_CODE_WORD_GAS: u64 = 2; /// Quotient for max refund of gas used diff --git a/eth-types/src/geth_types.rs b/eth-types/src/geth_types.rs index 0b16ab307d..5b1a893a90 100644 --- a/eth-types/src/geth_types.rs +++ b/eth-types/src/geth_types.rs @@ -249,11 +249,11 @@ impl Transaction { .fold(0, |acc, byte| acc + if *byte == 0 { 4 } else { 16 }) } - /// Get the "to" address. If `to` is None then zero adddress + /// Get the "to" address. If `to` is None then zero address pub fn to_or_zero(&self) -> Address { self.to.unwrap_or_default() } - /// Get the "to" address. If `to` is None then compute contract adddress + /// Get the "to" address. If `to` is None then compute contract address pub fn to_or_contract_addr(&self) -> Address { self.to .unwrap_or_else(|| get_contract_address(self.from, self.nonce.to_word())) @@ -288,6 +288,10 @@ impl Transaction { ..response::Transaction::default() } } + /// Convinient method for gas limit + pub fn gas(&self) -> u64 { + self.gas_limit.as_u64() + } } /// GethData is a type that contains all the information of a Ethereum block @@ -314,7 +318,9 @@ impl GethData { assert_eq!(Word::from(wallet.chain_id()), self.chain_id); let geth_tx: Transaction = (&*tx).into(); let req: TransactionRequest = (&geth_tx).into(); - let sig = wallet.sign_transaction_sync(&req.chain_id(self.chain_id.as_u64()).into()); + let sig = wallet + .sign_transaction_sync(&req.chain_id(self.chain_id.as_u64()).into()) + .unwrap(); tx.v = U64::from(sig.v); tx.r = sig.r; tx.s = sig.s; diff --git a/gadgets/src/less_than.rs b/gadgets/src/less_than.rs index 49285951da..827aa4d184 100644 --- a/gadgets/src/less_than.rs +++ b/gadgets/src/less_than.rs @@ -19,8 +19,8 @@ pub trait LtInstruction { &self, region: &mut Region<'_, F>, offset: usize, - lhs: F, - rhs: F, + lhs: Value, + rhs: Value, ) -> Result<(), Error>; /// Load the u8 lookup table. @@ -114,28 +114,37 @@ impl LtInstruction for LtChip { &self, region: &mut Region<'_, F>, offset: usize, - lhs: F, - rhs: F, + lhs: Value, + rhs: Value, ) -> Result<(), Error> { let config = self.config(); - let lt = lhs < rhs; + let lt = lhs.zip(rhs).map(|(lhs, rhs)| lhs < rhs); + region.assign_advice( || "lt chip: lt", config.lt, offset, - || Value::known(F::from(lt as u64)), + || lt.map(|lt| F::from(lt as u64)), )?; - let diff = (lhs - rhs) + (if lt { config.range } else { F::ZERO }); - let diff_bytes = diff.to_repr(); - let diff_bytes = diff_bytes.as_ref(); + let diff_bytes = lhs.zip(rhs).map(|(lhs, rhs)| { + let mut diff = lhs - rhs; + let lt = lhs < rhs; + if lt { + diff += config.range; + } else { + diff += F::ZERO; + } + diff.to_repr() + }); + for (idx, diff_column) in config.diff.iter().enumerate() { region.assign_advice( || format!("lt chip: diff byte {}", idx), *diff_column, offset, - || Value::known(F::from(diff_bytes[idx] as u64)), + || diff_bytes.as_ref().map(|bytes| F::from(bytes[idx] as u64)), )?; } @@ -323,7 +332,12 @@ mod test { idx + 1, || Value::known(*value), )?; - chip.assign(&mut region, idx + 1, value_prev, *value)?; + chip.assign( + &mut region, + idx + 1, + Value::known(value_prev), + Value::known(*value), + )?; value_prev = *value; } @@ -448,7 +462,12 @@ mod test { idx + 1, || Value::known(*value_b), )?; - chip.assign(&mut region, idx + 1, *value_a, *value_b)?; + chip.assign( + &mut region, + idx + 1, + Value::known(*value_a), + Value::known(*value_b), + )?; } Ok(()) diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 67156dcecc..dc847e9f9d 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0" [dependencies] lazy_static = "1.4" -ethers = { version = "0.17.0", features = ["ethers-solc"] } +ethers = { version = "2.0.7", features = ["ethers-solc"] } serde_json = "1.0.66" serde = { version = "1.0.130", features = ["derive"] } bus-mapping = { path = "../bus-mapping" , features = ["test"] } eth-types = { path = "../eth-types" } -zkevm-circuits = { path = "../zkevm-circuits", features = ["test"] } +zkevm-circuits = { path = "../zkevm-circuits", features = ["test-circuits"] } tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } url = "2.2.2" pretty_assertions = "1.0.0" diff --git a/integration-tests/run.sh b/integration-tests/run.sh index a67bdb4902..974af3e14b 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -1,9 +1,10 @@ #!/bin/sh set -e +set -o xtrace ARG_DEFAULT_SUDO= ARG_DEFAULT_STEPS="setup gendata tests cleanup" -ARG_DEFAULT_TESTS="rpc circuit_input_builder circuits::mock_prover" +ARG_DEFAULT_TESTS="rpc circuit_input_builder circuits::sub_mock_prover" usage() { cat >&2 << EOF diff --git a/integration-tests/src/bin/gen_blockchain_data.rs b/integration-tests/src/bin/gen_blockchain_data.rs index 680b0ab48d..1cea1a3f3e 100644 --- a/integration-tests/src/bin/gen_blockchain_data.rs +++ b/integration-tests/src/bin/gen_blockchain_data.rs @@ -11,7 +11,7 @@ use ethers::{ middleware::SignerMiddleware, providers::{Middleware, PendingTransaction}, signers::Signer, - solc::Solc, + solc::{CompilerInput, EvmVersion, Solc}, }; use integration_tests::{ get_client, get_provider, get_wallet, log_init, CompiledContract, GenDataOutput, CONTRACTS, @@ -75,11 +75,23 @@ async fn main() { // Compile contracts info!("Compiling contracts..."); + let solc = Solc::default(); + info!("Solc version {}", solc.version().expect("version works")); let mut contracts = HashMap::new(); for (name, contract_path) in CONTRACTS { let path_sol = Path::new(CONTRACTS_PATH).join(contract_path); - let compiled = Solc::default() - .compile_source(&path_sol) + let inputs = CompilerInput::new(&path_sol).expect("Compile success"); + // ethers-solc: explicitly indicate the EvmVersion that corresponds to the zkevm circuit's + // supported Upgrade, e.g. `London/Shanghai/...` specifications. + let input = inputs + .clone() + .first_mut() + .expect("first exists") + .clone() + .evm_version(EvmVersion::London); + + let compiled = solc + .compile(&input) .unwrap_or_else(|_| panic!("solc compile error {:?}", path_sol)); if !compiled.errors.is_empty() { panic!("Errors compiling {:?}:\n{:#?}", &path_sol, compiled.errors) diff --git a/integration-tests/src/integration_test_circuits.rs b/integration-tests/src/integration_test_circuits.rs index 4771edd86e..5f7b2d6876 100644 --- a/integration-tests/src/integration_test_circuits.rs +++ b/integration-tests/src/integration_test_circuits.rs @@ -1,13 +1,18 @@ use crate::{get_client, GenDataOutput}; use bus_mapping::{ - circuit_input_builder::{BuilderClient, CircuitInputBuilder, CircuitsParams}, + circuit_input_builder::{BuilderClient, CircuitInputBuilder, FixedCParams}, mock::BlockData, }; use eth_types::geth_types::GethData; use halo2_proofs::{ + self, + circuit::Value, dev::{CellValue, MockProver}, halo2curves::bn256::{Bn256, Fr, G1Affine}, - plonk::{create_proof, keygen_pk, keygen_vk, verify_proof, Circuit, ProvingKey, VerifyingKey}, + plonk::{ + create_proof, keygen_pk, keygen_vk, permutation::Assembly, verify_proof, Circuit, + ProvingKey, + }, poly::{ commitment::ParamsProver, kzg::{ @@ -16,14 +21,10 @@ use halo2_proofs::{ strategy::SingleStrategy, }, }, - transcript::{ - Blake2bRead, Blake2bWrite, Challenge255, TranscriptReadBuffer, TranscriptWriterBuffer, - }, }; use lazy_static::lazy_static; use mock::TestContext; use rand_chacha::rand_core::SeedableRng; -use rand_core::RngCore; use rand_xorshift::XorShiftRng; use std::{collections::HashMap, marker::PhantomData, sync::Mutex}; use tokio::sync::Mutex as TokioMutex; @@ -34,6 +35,9 @@ use zkevm_circuits::{ exp_circuit::TestExpCircuit, keccak_circuit::TestKeccakCircuit, pi_circuit::TestPiCircuit, + root_circuit::{ + compile, Config, EvmTranscript, NativeLoader, PoseidonTranscript, RootCircuit, Shplonk, + }, state_circuit::TestStateCircuit, super_circuit::SuperCircuit, tx_circuit::TestTxCircuit, @@ -59,9 +63,9 @@ const MAX_EVM_ROWS: usize = 10000; /// MAX_EXP_STEPS const MAX_EXP_STEPS: usize = 1000; -const MAX_KECCAK_ROWS: usize = 15000; +const MAX_KECCAK_ROWS: usize = 38000; -const CIRCUITS_PARAMS: CircuitsParams = CircuitsParams { +const CIRCUITS_PARAMS: FixedCParams = FixedCParams { max_rws: MAX_RWS, max_txs: MAX_TXS, max_calldata: MAX_CALLDATA, @@ -81,6 +85,9 @@ const KECCAK_CIRCUIT_DEGREE: u32 = 16; const SUPER_CIRCUIT_DEGREE: u32 = 20; const EXP_CIRCUIT_DEGREE: u32 = 16; const PI_CIRCUIT_DEGREE: u32 = 17; +const ROOT_CIRCUIT_SMALL_DEGREE: u32 = 24; +// Big is for SuperCircuit only +const ROOT_CIRCUIT_BIG_DEGREE: u32 = 26; lazy_static! { /// Data generation. @@ -98,61 +105,177 @@ lazy_static! { lazy_static! { /// Integration test for EVM circuit pub static ref EVM_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("EVM", EVM_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("EVM", EVM_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for State circuit pub static ref STATE_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("State", STATE_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("State", STATE_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for State circuit pub static ref TX_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Tx", TX_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("Tx", TX_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for Bytecode circuit pub static ref BYTECODE_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Bytecode", BYTECODE_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("Bytecode", BYTECODE_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for Copy circuit pub static ref COPY_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Copy", COPY_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("Copy", COPY_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for Keccak circuit pub static ref KECCAK_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Keccak", KECCAK_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("Keccak", KECCAK_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); /// Integration test for Copy circuit pub static ref SUPER_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Super", SUPER_CIRCUIT_DEGREE)); + TokioMutex::new(IntegrationTest::new("Super", SUPER_CIRCUIT_DEGREE, ROOT_CIRCUIT_BIG_DEGREE)); - /// Integration test for Exp circuit - pub static ref EXP_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Exp", EXP_CIRCUIT_DEGREE)); + /// Integration test for Exp circuit + pub static ref EXP_CIRCUIT_TEST: TokioMutex>> = + TokioMutex::new(IntegrationTest::new("Exp", EXP_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); - /// Integration test for Pi circuit - pub static ref PI_CIRCUIT_TEST: TokioMutex>> = - TokioMutex::new(IntegrationTest::new("Pi", PI_CIRCUIT_DEGREE)); + /// Integration test for Pi circuit + pub static ref PI_CIRCUIT_TEST: TokioMutex>> = + TokioMutex::new(IntegrationTest::new("Pi", PI_CIRCUIT_DEGREE, ROOT_CIRCUIT_SMALL_DEGREE)); +} + +lazy_static! { + /// Cache of real proofs from each block to be reused with the Root circuit tests + static ref PROOF_CACHE: TokioMutex>> = TokioMutex::new(HashMap::new()); +} + +/// Generate a real proof of a Circuit with Poseidon transcript and Shplonk accumulation scheme. +/// Verify the proof and return it. The proof is suitable to be verified by the Root Circuit. +fn test_actual_circuit>( + circuit: C, + degree: u32, + instance: Vec>, + proving_key: ProvingKey, +) -> Vec { + let general_params = get_general_params(degree); + let verifier_params: ParamsVerifierKZG = general_params.verifier_params().clone(); + + let mut transcript = PoseidonTranscript::new(Vec::new()); + + // change instace to slice + let instance: Vec<&[Fr]> = instance.iter().map(|v| v.as_slice()).collect(); + + log::info!("gen circuit proof"); + create_proof::, ProverSHPLONK<'_, Bn256>, _, _, _, _>( + &general_params, + &proving_key, + &[circuit], + &[&instance], + RNG.clone(), + &mut transcript, + ) + .expect("proof generation should not fail"); + let proof = transcript.finalize(); + + log::info!("verify circuit proof"); + let verifying_key = proving_key.get_vk(); + let mut verifier_transcript = PoseidonTranscript::new(proof.as_slice()); + let strategy = SingleStrategy::new(&general_params); + + verify_proof::, VerifierSHPLONK<'_, Bn256>, _, _, _>( + &verifier_params, + verifying_key, + strategy, + &[&instance], + &mut verifier_transcript, + ) + .expect("failed to verify circuit"); + + proof +} + +/// Generate a real proof of the RootCircuit with Keccak transcript and Shplonk accumulation +/// scheme. Verify the proof and return it. By using the Keccak transcript (via EvmTranscript) +/// the resulting proof is suitable for verification by the EVM. +/// +/// NOTE: MockProver Root Circuit with 64 GiB RAM (2023-06-12): +/// - degree=26 -> OOM +/// - degree=25 -> OK (peak ~35 GiB) +fn test_actual_root_circuit>( + circuit: C, + degree: u32, + instance: Vec>, + proving_key: ProvingKey, +) -> Vec { + let general_params = get_general_params(degree); + let verifier_params: ParamsVerifierKZG = general_params.verifier_params().clone(); + + let mut transcript = EvmTranscript::<_, NativeLoader, _, _>::new(vec![]); + + // change instace to slice + let instance: Vec<&[Fr]> = instance.iter().map(|v| v.as_slice()).collect(); + + log::info!("gen root circuit proof"); + create_proof::, ProverSHPLONK<'_, Bn256>, _, _, _, _>( + &general_params, + &proving_key, + &[circuit], + &[&instance], + RNG.clone(), + &mut transcript, + ) + .expect("proof generation should not fail"); + let proof = transcript.finalize(); + + log::info!("verify root circuit proof"); + let verifying_key = proving_key.get_vk(); + let mut verifier_transcript = EvmTranscript::<_, NativeLoader, _, _>::new(proof.as_slice()); + let strategy = SingleStrategy::new(&general_params); + + verify_proof::, VerifierSHPLONK<'_, Bn256>, _, _, _>( + &verifier_params, + verifying_key, + strategy, + &[&instance], + &mut verifier_transcript, + ) + .expect("failed to verify circuit"); + + proof } /// Generic implementation for integration tests pub struct IntegrationTest + Circuit> { name: &'static str, degree: u32, + root_degree: u32, key: Option>, + root_key: Option>, fixed: Option>>>, + permutation: Option, + // The RootCircuit changes depending on the underlying circuit, so we keep a copy of its fixed + // columns and permutation here to have a unique version for each SubCircuit. + root_fixed: Option>>>, + root_permutation: Option, _marker: PhantomData, } impl + Circuit> IntegrationTest { - fn new(name: &'static str, degree: u32) -> Self { + fn new(name: &'static str, degree: u32, root_degree: u32) -> Self { Self { name, degree, + root_degree, key: None, + root_key: None, fixed: None, + permutation: None, + root_fixed: None, + root_permutation: None, _marker: PhantomData, } } + fn proof_name(&self, block_tag: &str) -> String { + format!("{}_{}", self.name, block_tag) + } + fn get_key(&mut self) -> ProvingKey { match self.key.clone() { Some(key) => key, @@ -171,86 +294,41 @@ impl + Circuit> IntegrationTest { } } - fn test_actual(&self, circuit: C, instance: Vec>, proving_key: ProvingKey) { - fn test_gen_proof, R: RngCore>( - rng: R, - circuit: C, - general_params: &ParamsKZG, - proving_key: &ProvingKey, - mut transcript: Blake2bWrite, G1Affine, Challenge255>, - instances: &[&[Fr]], - ) -> Vec { - create_proof::< - KZGCommitmentScheme, - ProverSHPLONK<'_, Bn256>, - Challenge255, - R, - Blake2bWrite, G1Affine, Challenge255>, - C, - >( - general_params, - proving_key, - &[circuit], - &[instances], - rng, - &mut transcript, - ) - .expect("proof generation should not fail"); - - transcript.finalize() - } + fn get_root_key(&mut self) -> ProvingKey { + match self.root_key.clone() { + Some(key) => key, + None => { + let params = get_general_params(self.degree); + let pk = self.get_key(); - fn test_verify( - general_params: &ParamsKZG, - verifier_params: &ParamsKZG, - verifying_key: &VerifyingKey, - proof: &[u8], - instances: &[&[Fr]], - ) { - let mut verifier_transcript = Blake2bRead::<_, G1Affine, Challenge255<_>>::init(proof); - let strategy = SingleStrategy::new(general_params); - - verify_proof::< - KZGCommitmentScheme, - VerifierSHPLONK<'_, Bn256>, - Challenge255, - Blake2bRead<&[u8], G1Affine, Challenge255>, - SingleStrategy<'_, Bn256>, - >( - verifier_params, - verifying_key, - strategy, - &[instances], - &mut verifier_transcript, - ) - .expect("failed to verify circuit"); + let block = new_empty_block(); + let circuit = C::new_from_block(&block); + let instance = circuit.instance(); + + let protocol = compile( + ¶ms, + pk.get_vk(), + Config::kzg().with_num_instance( + instance.iter().map(|instance| instance.len()).collect(), + ), + ); + let circuit = RootCircuit::>::new( + ¶ms, + &protocol, + Value::unknown(), + Value::unknown(), + ) + .unwrap(); + + let general_params = get_general_params(self.root_degree); + let verifying_key = + keygen_vk(&general_params, &circuit).expect("keygen_vk should not fail"); + let key = keygen_pk(&general_params, verifying_key, &circuit) + .expect("keygen_pk should not fail"); + self.root_key = Some(key.clone()); + key + } } - - let general_params = get_general_params(self.degree); - let verifier_params: ParamsVerifierKZG = general_params.verifier_params().clone(); - - let transcript = Blake2bWrite::<_, G1Affine, Challenge255<_>>::init(vec![]); - - // change instace to slice - let instance: Vec<&[Fr]> = instance.iter().map(|v| v.as_slice()).collect(); - - let proof = test_gen_proof( - RNG.clone(), - circuit, - &general_params, - &proving_key, - transcript, - &instance, - ); - - let verifying_key = proving_key.get_vk(); - test_verify( - &general_params, - &verifier_params, - verifying_key, - &proof, - &instance, - ); } fn test_mock(&mut self, circuit: &C, instance: Vec>) { @@ -266,43 +344,138 @@ impl + Circuit> IntegrationTest { fn test_variadic(&mut self, mock_prover: &MockProver) { let fixed = mock_prover.fixed(); - match self.fixed.clone() { + if let Some(prev_fixed) = self.fixed.clone() { + assert!( + fixed.eq(&prev_fixed), + "circuit fixed columns are not constant for different witnesses" + ); + } else { + self.fixed = Some(fixed.clone()); + } + + let permutation = mock_prover.permutation(); + + if let Some(prev_permutation) = self.permutation.clone() { + assert!( + permutation.eq(&prev_permutation), + "circuit permutations are not constant for different witnesses" + ); + } else { + self.permutation = Some(permutation.clone()); + } + } + + fn test_root_variadic(&mut self, mock_prover: &MockProver) { + let fixed = mock_prover.fixed(); + + match self.root_fixed.clone() { Some(prev_fixed) => { assert!( fixed.eq(&prev_fixed), - "circuit fixed columns are not constant for different witnesses" + "root circuit fixed columns are not constant for different witnesses" ); } None => { - self.fixed = Some(fixed.clone()); + self.root_fixed = Some(fixed.clone()); } }; - // TODO: check mock_prover.permutation(), currently the returning type - // is private so cannot store. + let permutation = mock_prover.permutation(); + + if let Some(prev_permutation) = self.root_permutation.clone() { + assert!( + permutation.eq(&prev_permutation), + "root circuit permutations are not constant for different witnesses" + ); + } else { + self.root_permutation = Some(permutation.clone()); + } } /// Run integration test at a block identified by a tag. - pub async fn test_at_block_tag(&mut self, block_tag: &str, actual: bool) { + pub async fn test_at_block_tag(&mut self, block_tag: &str, root: bool, actual: bool) { let block_num = *GEN_DATA.blocks.get(block_tag).unwrap(); + let proof_name = self.proof_name(block_tag); let (builder, _) = gen_inputs(block_num).await; log::info!( - "test {} circuit, block: #{} - {}", + "test {} circuit{}, {} prover, block: #{} - {}", self.name, + if root { + " with aggregation (root circuit)" + } else { + "" + }, + if actual { "real" } else { "mock" }, block_num, - block_tag + block_tag, ); - let mut block = block_convert(&builder.block, &builder.code_db).unwrap(); + let mut block = block_convert(&builder).unwrap(); block.randomness = Fr::from(TEST_MOCK_RANDOMNESS); let circuit = C::new_from_block(&block); let instance = circuit.instance(); - if actual { - let key = self.get_key(); - self.test_actual(circuit, instance, key); + #[allow(clippy::collapsible_else_if)] + if root { + let params = get_general_params(self.degree); + let pk = self.get_key(); + let protocol = compile( + ¶ms, + pk.get_vk(), + Config::kzg() + .with_num_instance(instance.iter().map(|instance| instance.len()).collect()), + ); + + let proof = { + let mut proof_cache = PROOF_CACHE.lock().await; + if let Some(proof) = proof_cache.get(&proof_name) { + log::info!("using circuit cached proof"); + proof.clone() + } else { + let key = self.get_key(); + log::info!("circuit proof generation (no proof in the cache)"); + let proof = test_actual_circuit(circuit, self.degree, instance.clone(), key); + proof_cache.insert(proof_name, proof.clone()); + proof + } + }; + + log::info!("root circuit new"); + let root_circuit = RootCircuit::>::new( + ¶ms, + &protocol, + Value::known(&instance), + Value::known(&proof), + ) + .unwrap(); + + if actual { + let root_key = self.get_root_key(); + let instance = root_circuit.instance(); + log::info!("root circuit proof generation"); + test_actual_root_circuit(root_circuit, self.root_degree, instance, root_key); + } else { + log::info!("root circuit mock prover verification"); + // Mock + let mock_prover = + MockProver::::run(self.root_degree, &root_circuit, root_circuit.instance()) + .unwrap(); + self.test_root_variadic(&mock_prover); + mock_prover + .verify_par() + .expect("mock prover verification failed"); + } } else { - self.test_mock(&circuit, instance); + if actual { + let key = self.get_key(); + log::info!("circuit proof generation"); + let proof = test_actual_circuit(circuit, self.degree, instance, key); + let mut proof_cache = PROOF_CACHE.lock().await; + proof_cache.insert(proof_name, proof); + } else { + log::info!("circuit mock prover verification"); + self.test_mock(&circuit, instance); + } } } } @@ -316,7 +489,7 @@ fn new_empty_block() -> Block { builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - block_convert(&builder.block, &builder.code_db).unwrap() + block_convert(&builder).unwrap() } fn get_general_params(degree: u32) -> ParamsKZG { @@ -335,7 +508,7 @@ fn get_general_params(degree: u32) -> ParamsKZG { async fn gen_inputs( block_num: u64, ) -> ( - CircuitInputBuilder, + CircuitInputBuilder, eth_types::Block, ) { let cli = get_client(); diff --git a/integration-tests/tests/circuit_input_builder.rs b/integration-tests/tests/circuit_input_builder.rs index 05c4994501..2d6cbb645f 100644 --- a/integration-tests/tests/circuit_input_builder.rs +++ b/integration-tests/tests/circuit_input_builder.rs @@ -1,7 +1,7 @@ #![cfg(feature = "circuit_input_builder")] use bus_mapping::circuit_input_builder::{ - build_state_code_db, get_state_accesses, BuilderClient, CircuitsParams, + build_state_code_db, get_state_accesses, BuilderClient, FixedCParams, }; use integration_tests::{get_client, log_init, GenDataOutput}; use lazy_static::lazy_static; @@ -15,7 +15,7 @@ async fn test_circuit_input_builder_block(block_num: u64) { let cli = get_client(); let cli = BuilderClient::new( cli, - CircuitsParams { + FixedCParams { max_rws: 16384, max_txs: 1, max_calldata: 4000, diff --git a/integration-tests/tests/circuits.rs b/integration-tests/tests/circuits.rs index 1582bd196b..5169b4977d 100644 --- a/integration-tests/tests/circuits.rs +++ b/integration-tests/tests/circuits.rs @@ -1,58 +1,59 @@ macro_rules! run_test { - ($test_instance:expr, $block_tag:expr, $real_prover:expr) => { + ($test_instance:expr, $block_tag:expr, $root:expr, $real_prover:expr) => { log_init(); let mut test = $test_instance.lock().await; - test.test_at_block_tag($block_tag, $real_prover).await; + test.test_at_block_tag($block_tag, $root, $real_prover) + .await; }; } macro_rules! declare_tests { - (($name:ident, $block_tag:expr),$real_prover:expr) => { + (($name:ident, $block_tag:expr),$root:expr,$real_prover:expr) => { paste! { #[tokio::test] async fn []() { - run_test! (EVM_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (EVM_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (STATE_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (STATE_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (TX_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (TX_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (BYTECODE_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (BYTECODE_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (COPY_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (COPY_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (KECCAK_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (KECCAK_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (SUPER_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (SUPER_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (EXP_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (EXP_CIRCUIT_TEST, $block_tag, $root, $real_prover); } #[tokio::test] async fn []() { - run_test! (PI_CIRCUIT_TEST, $block_tag, $real_prover); + run_test! (PI_CIRCUIT_TEST, $block_tag, $root, $real_prover); } } }; @@ -73,17 +74,37 @@ macro_rules! unroll_tests { PI_CIRCUIT_TEST, }; use integration_tests::log_init; - mod real_prover { + // NOTE: The SubCircuits include all well known SubCircuits and the SuperCircuit. + + // SubCircuit tests with real prover + mod sub_real_prover { + use super::*; + $( + declare_tests! ($arg, false, true) ; + )* + } + + // SubCircuit tests with mock prover + mod sub_mock_prover { + use super::*; + $( + declare_tests! ($arg, false, false) ; + )* + } + + // Root Circuit (aggregation) tests with real prover. Needs real proof of each SubCircuit. + mod root_real_prover { use super::*; $( - declare_tests! ($arg, true) ; + declare_tests! ($arg, true, true) ; )* } - mod mock_prover { + // Root Circuit (aggregation) tests with mock prover. Needs real proof of each SubCircuit. + mod root_mock_prover { use super::*; $( - declare_tests! ($arg, false) ; + declare_tests! ($arg, true, false) ; )* } } diff --git a/mock/Cargo.toml b/mock/Cargo.toml index 406341ab7d..a2df811abb 100644 --- a/mock/Cargo.toml +++ b/mock/Cargo.toml @@ -10,7 +10,7 @@ eth-types = { path = "../eth-types" } external-tracer = { path = "../external-tracer" } lazy_static = "1.4" itertools = "0.10.3" -ethers-signers = "0.17.0" -ethers-core = "0.17.0" +ethers-signers = "2.0.7" +ethers-core = "2.0.7" rand_chacha = "0.3" rand = "0.8" diff --git a/mock/src/block.rs b/mock/src/block.rs index 4123312933..1f52109b8f 100644 --- a/mock/src/block.rs +++ b/mock/src/block.rs @@ -2,35 +2,42 @@ use crate::{MockTransaction, MOCK_BASEFEE, MOCK_CHAIN_ID, MOCK_DIFFICULTY, MOCK_GASLIMIT}; use eth_types::{Address, Block, Bytes, Hash, Transaction, Word, H64, U64}; -use ethers_core::types::{Bloom, OtherFields}; +use ethers_core::{ + types::{Bloom, OtherFields}, + utils::keccak256, +}; #[derive(Clone, Debug)] /// Mock structure which represents an Ethereum Block and can be used for tests. /// It contains all the builder-pattern methods required to be able to specify /// any of it's details. pub struct MockBlock { + // Block (header) hash hash: Option, + // Block header (ordered as hashed) parent_hash: Hash, uncles_hash: Hash, author: Address, state_root: Hash, transactions_root: Hash, receipts_root: Hash, + logs_bloom: Option, + difficulty: Word, number: U64, - gas_used: Word, gas_limit: Word, - base_fee_per_gas: Word, - extra_data: Bytes, - logs_bloom: Option, + gas_used: Word, timestamp: Word, - difficulty: Word, + extra_data: Bytes, + mix_hash: Hash, + nonce: H64, + base_fee_per_gas: Option, // London upgrade, EIP-1559 + withdrawal_hash: Option, // Shanghai upgrade, EIP-4895 + // Other information total_difficulty: Word, seal_fields: Vec, uncles: Vec, pub(crate) transactions: Vec, size: Word, - mix_hash: Hash, - nonce: H64, // This field is handled here as we assume that all block txs have the same ChainId. // Also, the field is stored in the block_table since we don't have a chain_config // structure/table. @@ -41,27 +48,30 @@ impl Default for MockBlock { fn default() -> Self { MockBlock { hash: Some(Hash::zero()), + // Header parent_hash: Hash::zero(), uncles_hash: Hash::zero(), author: Address::zero(), state_root: Hash::zero(), transactions_root: Hash::zero(), receipts_root: Hash::zero(), + logs_bloom: None, + difficulty: *MOCK_DIFFICULTY, number: U64([0u64]), - gas_used: Word::zero(), gas_limit: *MOCK_GASLIMIT, - base_fee_per_gas: *MOCK_BASEFEE, - extra_data: Bytes::default(), - logs_bloom: None, + gas_used: Word::zero(), timestamp: Word::from(123456789u64), - difficulty: *MOCK_DIFFICULTY, + extra_data: Bytes::default(), + mix_hash: Hash::zero(), + nonce: H64::zero(), + base_fee_per_gas: Some(*MOCK_BASEFEE), + withdrawal_hash: None, + // Other information total_difficulty: Word::zero(), seal_fields: Vec::new(), uncles: Vec::new(), transactions: Vec::new(), size: Word::zero(), - mix_hash: Hash::zero(), - nonce: H64::zero(), chain_id: *MOCK_CHAIN_ID, } } @@ -71,19 +81,24 @@ impl From for Block { fn from(mut mock: MockBlock) -> Self { Block { hash: mock.hash.or_else(|| Some(Hash::default())), + // Header parent_hash: mock.parent_hash, uncles_hash: mock.uncles_hash, author: Some(mock.author), state_root: mock.state_root, transactions_root: mock.transactions_root, receipts_root: mock.receipts_root, + logs_bloom: mock.logs_bloom, + difficulty: mock.difficulty, number: Some(mock.number), - gas_used: mock.gas_used, gas_limit: mock.gas_limit, - extra_data: mock.extra_data, - logs_bloom: mock.logs_bloom, + gas_used: mock.gas_used, timestamp: mock.timestamp, - difficulty: mock.difficulty, + extra_data: mock.extra_data, + mix_hash: Some(mock.mix_hash), + nonce: Some(mock.nonce), + base_fee_per_gas: mock.base_fee_per_gas, + // Other information total_difficulty: Some(mock.total_difficulty), seal_fields: mock.seal_fields, uncles: mock.uncles, @@ -93,10 +108,9 @@ impl From for Block { .map(|mock_tx| (mock_tx.chain_id(mock.chain_id).to_owned()).into()) .collect::>(), size: Some(mock.size), - mix_hash: Some(mock.mix_hash), - nonce: Some(mock.nonce), - base_fee_per_gas: Some(mock.base_fee_per_gas), other: OtherFields::default(), + withdrawals_root: None, + withdrawals: None, } } } @@ -105,37 +119,79 @@ impl From for Block<()> { fn from(mock: MockBlock) -> Self { Block { hash: mock.hash.or_else(|| Some(Hash::default())), + // Header parent_hash: mock.parent_hash, uncles_hash: mock.uncles_hash, author: Some(mock.author), state_root: mock.state_root, transactions_root: mock.transactions_root, receipts_root: mock.receipts_root, + logs_bloom: mock.logs_bloom, + difficulty: mock.difficulty, number: Some(mock.number), - gas_used: mock.gas_used, gas_limit: mock.gas_limit, - extra_data: mock.extra_data, - logs_bloom: mock.logs_bloom, + gas_used: mock.gas_used, timestamp: mock.timestamp, - difficulty: mock.difficulty, + extra_data: mock.extra_data, + mix_hash: Some(mock.mix_hash), + nonce: Some(mock.nonce), + base_fee_per_gas: mock.base_fee_per_gas, + // Other information total_difficulty: Some(mock.total_difficulty), seal_fields: mock.seal_fields, uncles: mock.uncles, transactions: vec![], size: Some(mock.size), - mix_hash: Some(mock.mix_hash), - nonce: Some(mock.nonce), - base_fee_per_gas: Some(mock.base_fee_per_gas), other: OtherFields::default(), + withdrawals_root: None, + withdrawals: None, } } } impl MockBlock { - /// TODO: This should be computed based on the fields of the block by - /// default unless `Some(hash)` is specified on build process. - pub fn hash(&mut self, hash: Hash) -> &mut Self { - self.hash = Some(hash); + /// Compute the hash of the block's header + // For more details, look at https://ethereum.stackexchange.com/questions/67055/block-header-hash-verification?noredirect=1&lq=1 + // and add "withdrawalRoot" at the end for Shanghai blocks + pub fn hash(&mut self) -> &mut Self { + let block_hash = { + let mut stream = ethers_core::utils::rlp::RlpStream::new(); + // We encode the BaseFee only for upgrades higher or equal to London + let list_length: usize = match (self.base_fee_per_gas, self.withdrawal_hash) { + (Some(_), Some(_)) => 17, + (Some(_), None) => 16, + (None, Some(_)) => panic!("withdrawalsRoot given, baseFeePerGas missing"), + (None, None) => 15, + }; + stream.begin_list(list_length); + stream.append(&self.parent_hash); + stream.append(&self.uncles_hash); + stream.append(&self.author); + stream.append(&self.state_root); + stream.append(&self.transactions_root); + stream.append(&self.receipts_root); + stream.append(&self.logs_bloom.unwrap()); // + stream.append(&self.difficulty); + stream.append(&self.number); + stream.append(&self.gas_limit); + stream.append(&self.gas_used); + stream.append(&self.timestamp); + stream.append(&self.extra_data.to_vec()); + stream.append(&self.mix_hash); + stream.append(&self.nonce); + match self.base_fee_per_gas { + Some(base_fee_per_gas) => stream.append(&base_fee_per_gas), + _ => &mut stream, + }; + match self.withdrawal_hash { + Some(withdrawal_hash) => stream.append(&withdrawal_hash), + _ => &mut stream, + }; + let rlp_encoding = stream.out().to_vec(); + keccak256(rlp_encoding) + }; + + self.hash = Some(eth_types::H256(block_hash)); self } @@ -175,15 +231,21 @@ impl MockBlock { self } - /// Set number field for the MockBlock. - pub fn number(&mut self, number: u64) -> &mut Self { - self.number = U64::from(number); + /// Set logs_bloom field for the MockBlock. + pub fn logs_bloom(&mut self, logs_bloom: Bloom) -> &mut Self { + self.logs_bloom = Some(logs_bloom); self } - /// Set gas_used field for the MockBlock. - pub fn gas_used(&mut self, gas_used: Word) -> &mut Self { - self.gas_used = gas_used; + /// Set difficulty field for the MockBlock. + pub fn difficulty(&mut self, difficulty: Word) -> &mut Self { + self.difficulty = difficulty; + self + } + + /// Set number field for the MockBlock. + pub fn number(&mut self, number: u64) -> &mut Self { + self.number = U64::from(number); self } @@ -193,9 +255,15 @@ impl MockBlock { self } - /// Set base_fee_per_gas field for the MockBlock. - pub fn base_fee_per_gas(&mut self, base_fee_per_gas: Word) -> &mut Self { - self.base_fee_per_gas = base_fee_per_gas; + /// Set gas_used field for the MockBlock. + pub fn gas_used(&mut self, gas_used: Word) -> &mut Self { + self.gas_used = gas_used; + self + } + + /// Set timestamp field for the MockBlock. + pub fn timestamp(&mut self, timestamp: Word) -> &mut Self { + self.timestamp = timestamp; self } @@ -205,21 +273,27 @@ impl MockBlock { self } - /// Set logs_bloom field for the MockBlock. - pub fn logs_bloom(&mut self, logs_bloom: Bloom) -> &mut Self { - self.logs_bloom = Some(logs_bloom); + /// Set mix_hash field for the MockBlock. + pub fn mix_hash(&mut self, mix_hash: Hash) -> &mut Self { + self.mix_hash = mix_hash; self } - /// Set timestamp field for the MockBlock. - pub fn timestamp(&mut self, timestamp: Word) -> &mut Self { - self.timestamp = timestamp; + /// Set nonce field for the MockBlock. + pub fn nonce(&mut self, nonce: H64) -> &mut Self { + self.nonce = nonce; self } - /// Set difficulty field for the MockBlock. - pub fn difficulty(&mut self, difficulty: Word) -> &mut Self { - self.difficulty = difficulty; + /// Set base_fee_per_gas field for the MockBlock. + pub fn base_fee_per_gas(&mut self, base_fee_per_gas: Option) -> &mut Self { + self.base_fee_per_gas = base_fee_per_gas; + self + } + + /// Set withdrawal_hash field for the MockBlock. + pub fn withdrawal_hash(&mut self, withdrawal_hash: Option) -> &mut Self { + self.withdrawal_hash = withdrawal_hash; self } @@ -256,18 +330,6 @@ impl MockBlock { self } - /// Set mix_hash field for the MockBlock. - pub fn mix_hash(&mut self, mix_hash: Hash) -> &mut Self { - self.mix_hash = mix_hash; - self - } - - /// Set nonce field for the MockBlock. - pub fn nonce(&mut self, nonce: H64) -> &mut Self { - self.nonce = nonce; - self - } - /// Set chain_id field for the MockBlock. pub fn chain_id(&mut self, chain_id: Word) -> &mut Self { self.chain_id = chain_id; @@ -280,3 +342,153 @@ impl MockBlock { self.to_owned() } } + +#[cfg(test)] +mod block_tests { + use crate::MockBlock; + use eth_types::{Address, Bytes, Hash, Word, H64}; + use ethers_core::types::Bloom; + use std::str::FromStr; + + #[test] + fn test_blockhash() { + // Checking legacy block + // curl -X POST --data '{"id":1,"jsonrpc":2.0,"method":"eth_getBlockByNumber","params":["0x61a80",false]}' https://mainnet.infura.io/v3/ + let mut mock_block = MockBlock::default(); + mock_block.parent_hash( + Hash::from_str("0x1e77d8f1267348b516ebc4f4da1e2aa59f85f0cbd853949500ffac8bfc38ba14") + .unwrap(), + ); + mock_block.uncles_hash( + Hash::from_str("0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347") + .unwrap(), + ); + mock_block.author(Address::from_str("0x2a65Aca4D5fC5B5C859090a6c34d164135398226").unwrap()); + mock_block.state_root( + Hash::from_str("0x0b5e4386680f43c224c5c037efc0b645c8e1c3f6b30da0eec07272b4e6f8cd89") + .unwrap(), + ); + mock_block.transactions_root( + Hash::from_str("0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421") + .unwrap(), + ); + mock_block.receipts_root( + Hash::from_str("0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421") + .unwrap(), + ); + mock_block.logs_bloom(Bloom::from_str("0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000").unwrap()); + mock_block.difficulty(Word::from_str("0x57a418a7c3e").unwrap()); + mock_block.number(400000); + mock_block.gas_limit(Word::from_str("2fefd8").unwrap()); + mock_block.gas_used(Word::from_str("0x").unwrap()); + mock_block.timestamp(Word::from_str("0x5622efdc").unwrap()); + mock_block + .extra_data(Bytes::from_str("0xd583010202844765746885676f312e35856c696e7578").unwrap()); + mock_block.mix_hash( + Hash::from_str("0x3fbea7af642a4e20cd93a945a1f5e23bd72fc5261153e09102cf718980aeff38") + .unwrap(), + ); + mock_block.nonce(H64::from_low_u64_be(0x6af23caae95692ef)); + mock_block.base_fee_per_gas(None); + mock_block.hash(); + + let expected_hash = + Hash::from_str("0x5d15649e25d8f3e2c0374946078539d200710afc977cdfc6a977bd23f20fa8e8") + .unwrap(); + assert!(expected_hash.eq(&mock_block.hash.unwrap())); + + // Checking block from London upgrade + // curl -X POST --data '{"id":1,"jsonrpc":2.0,"method":"eth_getBlockByNumber","params":["0x1000000",false]}' https://mainnet.infura.io/v3/ + let mut mock_block = MockBlock::default(); + mock_block.parent_hash( + Hash::from_str("0xf34c3c11b35466e5595e077239e6b25a7c3ec07a214b2492d42ba6d73d503a1b") + .unwrap(), + ); + mock_block.uncles_hash( + Hash::from_str("0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347") + .unwrap(), + ); + mock_block.author(Address::from_str("0x1f9090aae28b8a3dceadf281b0f12828e676c326").unwrap()); + mock_block.state_root( + Hash::from_str("0x8e8b72abe2caef6bcbc4919ae6a372aac81d75abc21a472f1b6f4964d72c9ddc") + .unwrap(), + ); + mock_block.transactions_root( + Hash::from_str("0x6c171b24bd12308508639790b82bb5318493016ec46e4688427449f6f6b8f354") + .unwrap(), + ); + mock_block.receipts_root( + Hash::from_str("0xec59796c98c8d82b77b4a28aedd21c2e9422871631a447eb6407c9cf6817d2d8") + .unwrap(), + ); + mock_block.logs_bloom(Bloom::from_str("0xa821ad60a15607455d2c8b3ca14ae1a608a1efbb8fb1201781096041f4d3ec105cd59bf117887838c4627f2eea0d255e66237252ba96fae7422d9a1272ef68f2a0a841cf6c08852ffb23d0297038a6a480a54c29555c7c49f88bbe56f8613965d24ccb3402e6b1e800499f10280c3d511858b0750056a7b6560933df4d5a7f143a5d937710521518a8fcdd43fd7202fc05e8578bd5494a5da4a83560095f90279a9d7b2b36a7614b9791e6c02ab6a8a996686a4034c7a3877be514c6936b245be3d01452b1a704f6f9288282fa39b1056fed026a9eaed455a6895a36283cf540d3b7f608a10200bbc90c1785018104f01a502c8c556c2341e9096ef8d222d683").unwrap()); + mock_block.difficulty(Word::from_str("0x0").unwrap()); + mock_block.number(u64::from_str_radix("0x1000000".trim_start_matches("0x"), 16).unwrap()); + mock_block.gas_limit(Word::from_str("0x1c9c380").unwrap()); + mock_block.gas_used(Word::from_str("0xef2f92").unwrap()); + mock_block.timestamp(Word::from_str("0x6407537f").unwrap()); + let mock_block = + mock_block.extra_data(Bytes::from_str("0x7273796e632d6275696c6465722e78797a").unwrap()); + mock_block.mix_hash( + Hash::from_str("0x9f5fd11335938ac040c82dc4330a99957a81fa480e548570f71baa1cd245d4bb") + .unwrap(), + ); + mock_block.nonce(H64::from_low_u64_be(0x0000000000000000)); + mock_block.base_fee_per_gas(Word::from_str("0xe538bec8c").ok()); + mock_block.hash(); + + let expected_hash = + Hash::from_str("0xb1214baed59ee19bce48b3a2df4d9c485848ac91ac3cb286298f93a274eecd3c") + .unwrap(); + assert!(expected_hash.eq(&mock_block.hash.unwrap())); + + // Checking block from Shanghai upgrade + // curl -X POST --data '{"id":1,"jsonrpc":2.0,"method":"eth_getBlockByNumber","params":["0x10a7606",false]}' https://mainnet.infura.io/v3/ + let mut mock_block = MockBlock::default(); + mock_block.parent_hash( + Hash::from_str("0xae2f1c5b67a147b9d6aa6c2bf9ea4388093437fe75091516dfdc26a39e9981fb") + .unwrap(), + ); + mock_block.uncles_hash( + Hash::from_str("0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347") + .unwrap(), + ); + mock_block.author(Address::from_str("0x07e62776b74032b9b0ef2ed76313a376f886c3f7").unwrap()); + mock_block.state_root( + Hash::from_str("0x45f5e077a3d4b0e4a4ad741fd5c0417b617eac9d7bd32ed9ce7c3cff67deffcf") + .unwrap(), + ); + mock_block.transactions_root( + Hash::from_str("0xfd2114109ef14dc78b599f523230504f1853adc192bacdec78e08020cc834f12") + .unwrap(), + ); + mock_block.receipts_root( + Hash::from_str("0xed2dfe9e1ca3e7dc4afbc8e5287150e9b18dba98ee29061bd9e632f06f900924") + .unwrap(), + ); + mock_block.logs_bloom(Bloom::from_str("0xf5233021e9079e6870b92930b0849b29fde349248a1841680b03081bcc1b0dd3bde71dd0c05092304f5c3b154375890bc7eda030ba80bd645059938935aea2510c05546a250ca838ed034658d8dc11e9321ae28984ee5eb4511b554fd9211f12ef06bd607b6aa43f354ef92080b9b8d9965254f10a28de6393014bb5c829295e0d3a17538a0439d540dd945c4b0a514673c35ce1fd2b066e772cf84bd0b0d0a0bf0ab96a838cecdd0e86d1fffd967dbc0c45fd50c438c08b03e60e4e800c4b6fef5804536e4a557aa401cc74774f5402454b6c42f26ca7dc8d343bf758927f85a8b1a51c0bc0c0a029479b86994ba815df23521d8bb88376212bf917a113d661").unwrap()); + mock_block.difficulty(Word::from_str("0x0").unwrap()); + mock_block.number(u64::from_str_radix("0x10a7606".trim_start_matches("0x"), 16).unwrap()); + mock_block.gas_limit(Word::from_str("0x1c9c380").unwrap()); + mock_block.gas_used(Word::from_str("0xeff5b6").unwrap()); + mock_block.timestamp(Word::from_str("0x6486d6f7").unwrap()); + let mock_block = + mock_block.extra_data(Bytes::from_str("0x6279206275696c64657230783639").unwrap()); + mock_block.mix_hash( + Hash::from_str("0xeac230d2eebab509486741a8bb4aba8326bc008dec386f8ecc8ce5a0ff686089") + .unwrap(), + ); + mock_block.nonce(H64::from_low_u64_be(0x0000000000000000)); + mock_block.base_fee_per_gas(Word::from_str("0x3ceefcf19").ok()); + mock_block.withdrawal_hash( + Hash::from_str("0xcebc2de77cef99baaae4833df486458f7716e822f7354d678852c205d12f12f3") + .ok(), + ); + mock_block.hash(); + + let expected_hash = + Hash::from_str("0xd15d1ed6795d3f5cc849c2f19fc1c7350c8ab816c6b832ff639e5de00893f249") + .unwrap(); + assert!(expected_hash.eq(&mock_block.hash.unwrap())); + } +} diff --git a/mock/src/lib.rs b/mock/src/lib.rs index f190e0612c..ebdc84f528 100644 --- a/mock/src/lib.rs +++ b/mock/src/lib.rs @@ -3,15 +3,17 @@ use eth_types::{address, bytecode, bytecode::Bytecode, word, Address, Bytes, Word}; use ethers_signers::LocalWallet; use lazy_static::lazy_static; -use rand::SeedableRng; +use rand::{random, SeedableRng}; use rand_chacha::ChaCha20Rng; mod account; mod block; +mod sha3; pub mod test_ctx; mod transaction; pub(crate) use account::MockAccount; pub(crate) use block::MockBlock; +pub use sha3::Sha3CodeGen; pub use test_ctx::TestContext; pub use transaction::{AddrOrWallet, MockTransaction, CORRECT_MOCK_TXS}; @@ -126,6 +128,11 @@ impl Default for MockCallBytecodeParams { } } +/// Generate random bytes for the specified size. +pub fn rand_bytes(size: usize) -> Vec { + (0..size).map(|_| random()).collect::>() +} + /// Generate mock EVM bytecode that performs a contract call pub fn generate_mock_call_bytecode(params: MockCallBytecodeParams) -> Bytecode { bytecode! { diff --git a/mock/src/sha3.rs b/mock/src/sha3.rs new file mode 100644 index 0000000000..ae247e5043 --- /dev/null +++ b/mock/src/sha3.rs @@ -0,0 +1,101 @@ +use eth_types::{bytecode, Bytecode, U256}; +use rand::{rngs::ThreadRng, Rng}; + +/// Generate Sha3 opcode +pub struct Sha3CodeGen { + /// The offset + pub offset: usize, + /// The size + pub size: usize, + data_len: usize, + rng: ThreadRng, +} +impl Sha3CodeGen { + /// Construct with memory less than size + pub fn mem_lt_size(offset: usize, size: usize) -> Self { + let mut rng = rand::thread_rng(); + let data_len = offset + + if size.gt(&0) { + rng.gen_range(0..size) + } else { + 0 + }; + Self { + offset, + size, + data_len, + rng, + } + } + /// Construct with memory equal to size + pub fn mem_eq_size(offset: usize, size: usize) -> Self { + let data_len = offset + size; + Self { + offset, + size, + data_len, + rng: rand::thread_rng(), + } + } + /// Construct with memory greater than size + pub fn mem_gt_size(offset: usize, size: usize) -> Self { + let mut rng = rand::thread_rng(); + let data_len = offset + + size + + if size.gt(&0) { + rng.gen_range(0..size) + } else { + 0 + }; + Self { + offset, + size, + data_len, + rng, + } + } + /// Construct with empty memory + pub fn mem_empty(offset: usize, size: usize) -> Self { + Self { + offset, + size, + data_len: 0, + rng: rand::thread_rng(), + } + } + fn rand_bytes(&mut self) -> Vec { + (0..self.data_len) + .map(|_| self.rng.gen()) + .collect::>() + } + /// Generate bytecode for SHA3 opcode after having populated sufficient + /// memory given the offset and size arguments for SHA3. + pub fn gen_sha3_code(&mut self) -> (Bytecode, Vec) { + let data = self.rand_bytes(); + let mut memory = Vec::with_capacity(self.data_len); + + // add opcodes to populate memory in the current context. + let mut code = Bytecode::default(); + for (i, mem_chunk) in data.chunks(32).enumerate() { + let mem_value = if mem_chunk.len() < 32 { + std::iter::repeat(0u8) + .take(32 - mem_chunk.len()) + .chain(mem_chunk.to_vec()) + .collect::>() + } else { + mem_chunk.to_vec() + }; + memory.extend_from_slice(&mem_value); + code.op_mstore(32 * i, U256::from_big_endian(&mem_value)); + } + // append SHA3 related opcodes at the tail end. + let code_tail = bytecode! { + PUSH32(self.size) + PUSH32(self.offset) + SHA3 + STOP + }; + code.append(&code_tail); + (code, memory) + } +} diff --git a/mock/src/test_ctx.rs b/mock/src/test_ctx.rs index 11b8e0c5d2..b6cd453aca 100644 --- a/mock/src/test_ctx.rs +++ b/mock/src/test_ctx.rs @@ -65,8 +65,7 @@ pub use external_tracer::LoggerConfig; /// txs[0].to(accs[0].address).from(accs[2].address); /// txs[1] /// .to(accs[1].address) -/// .from(accs[2].address) -/// .nonce(1); +/// .from(accs[2].address); /// }, /// |block, _tx| block.number(0xcafeu64), /// ) @@ -132,22 +131,26 @@ impl TestContext { .expect("Mismatched acc len"); let mut transactions = vec![MockTransaction::default(); NTX]; - // By default, set the TxIndex and the Nonce values of the multiple transactions - // of the context correlative so that any Ok test passes by default. - // If the user decides to override these values, they'll then be set to whatever - // inputs were provided by the user. - transactions - .iter_mut() - .enumerate() - .skip(1) - .for_each(|(idx, tx)| { - let idx = u64::try_from(idx).expect("Unexpected idx conversion error"); - tx.transaction_idx(idx).nonce(idx); - }); let tx_refs = transactions.iter_mut().collect(); // Build Tx modifiers. func_tx(tx_refs, accounts.clone()); + + // Sets the transaction_idx and nonce after building the tx modifiers. Hence, if user has + // overridden these values above using the tx modifiers, that will be ignored. + let mut acc_tx_count = vec![0u64; NACC]; + transactions.iter_mut().enumerate().for_each(|(idx, tx)| { + let idx = u64::try_from(idx).expect("Unexpected idx conversion error"); + tx.transaction_idx(idx); + if let Some((pos, from_acc)) = accounts + .iter() + .find_position(|acc| acc.address == tx.from.address()) + { + tx.nonce(from_acc.nonce + acc_tx_count[pos]); + acc_tx_count[pos] += 1; + } + }); + let transactions: Vec = transactions.iter_mut().map(|tx| tx.build()).collect(); @@ -279,3 +282,48 @@ pub mod helpers { txs[0].from(accs[1].address).to(accs[0].address); } } + +#[cfg(test)] +mod tests { + use eth_types::{address, U256, U64}; + + use super::{eth, TestContext}; + + #[test] + fn test_nonce() { + let block = TestContext::<2, 5>::new( + None, + |accs| { + accs[0] + .address(address!("0x0000000000000000000000000000000000000000")) + .balance(eth(10)); + accs[1] + .address(address!("0x000000000000000000000000000000000cafe001")) + .balance(eth(10)) + .nonce(100); + }, + |mut txs, accs| { + txs[0].from(accs[0].address); + txs[1].from(accs[0].address); + txs[2].from(accs[1].address); + txs[3].from(accs[1].address); + txs[4].from(accs[1].address).nonce(12345); // set nonce here is ignored + }, + |block, _tx| block.number(0xcafeu64), + ) + .unwrap(); + + // account 0 starts with nonce default 0 + assert_eq!(block.eth_block.transactions[0].nonce, U256::from(0)); + assert_eq!(block.eth_block.transactions[1].nonce, U256::from(1)); + + // account 1 starts with nonce specified 100 + assert_eq!(block.eth_block.transactions[2].nonce, U256::from(100)); + assert_eq!(block.eth_block.transactions[3].nonce, U256::from(101)); + assert_eq!(block.eth_block.transactions[4].nonce, U256::from(102)); // 12345 is ignored + + // nonce in accounts is the nonce before the block processing + assert_eq!(block.accounts[0].nonce, U64::from(0)); + assert_eq!(block.accounts[1].nonce, U64::from(100)); + } +} diff --git a/mock/src/transaction.rs b/mock/src/transaction.rs index 1b6c6ccd1f..d8637c227a 100644 --- a/mock/src/transaction.rs +++ b/mock/src/transaction.rs @@ -206,8 +206,8 @@ impl MockTransaction { self } - /// Set nonce field for the MockTransaction. - pub fn nonce(&mut self, nonce: u64) -> &mut Self { + /// Set nonce field for the MockTransaction. Overridden in TestContext. + pub(crate) fn nonce(&mut self, nonce: u64) -> &mut Self { self.nonce = nonce; self } @@ -224,8 +224,8 @@ impl MockTransaction { self } - /// Set transaction_idx field for the MockTransaction. - pub fn transaction_idx(&mut self, transaction_idx: u64) -> &mut Self { + /// Set transaction_idx field for the MockTransaction. Overridden in TestContext. + pub(crate) fn transaction_idx(&mut self, transaction_idx: u64) -> &mut Self { self.transaction_index = U64::from(transaction_idx); self } @@ -325,7 +325,8 @@ impl MockTransaction { .from .as_wallet() .with_chain_id(self.chain_id.low_u64()) - .sign_transaction_sync(&tx.into()); + .sign_transaction_sync(&tx.into()) + .unwrap(); // Set sig parameters self.sig_data((sig.v, sig.r, sig.s)); } diff --git a/testool/Cargo.toml b/testool/Cargo.toml index 8af5e49e12..c842bc2543 100644 --- a/testool/Cargo.toml +++ b/testool/Cargo.toml @@ -10,8 +10,8 @@ bus-mapping = { path = "../bus-mapping" } clap = { version = "3.1", features = ["derive"] } env_logger = "0.9" eth-types = { path="../eth-types" } -ethers-core = "0.17.0" -ethers-signers = "0.17.0" +ethers-core = "2.0.7" +ethers-signers = "2.0.7" external-tracer = { path="../external-tracer" } glob = "0.3" handlebars = "4.3" @@ -29,7 +29,7 @@ strum_macros = "0.24" thiserror = "1.0" toml = "0.5" yaml-rust = "0.4.5" -zkevm-circuits = { path="../zkevm-circuits", features=["test"] } +zkevm-circuits = { path="../zkevm-circuits", features=["test-util"] } rand_chacha = "0.3" rand = "0.8" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_04_20" } diff --git a/testool/src/statetest/executor.rs b/testool/src/statetest/executor.rs index 4f1fd3e6c6..7dae91d8a0 100644 --- a/testool/src/statetest/executor.rs +++ b/testool/src/statetest/executor.rs @@ -1,7 +1,7 @@ use super::{AccountMatch, StateTest, StateTestResult}; use crate::config::TestSuite; use bus_mapping::{ - circuit_input_builder::{CircuitInputBuilder, CircuitsParams}, + circuit_input_builder::{CircuitInputBuilder, FixedCParams}, mock::BlockData, }; use eth_types::{geth_types, Address, Bytes, GethExecTrace, U256, U64}; @@ -55,7 +55,7 @@ pub struct CircuitsConfig { } fn check_post( - builder: &CircuitInputBuilder, + builder: &CircuitInputBuilder, post: &HashMap, ) -> Result<(), StateTestError> { // check if the generated account data is the expected one @@ -120,7 +120,7 @@ fn into_traceconfig(st: StateTest) -> (String, TraceConfig, StateTestResult) { } let tx: TypedTransaction = tx.into(); - let sig = wallet.sign_transaction_sync(&tx); + let sig = wallet.sign_transaction_sync(&tx).unwrap(); ( st.id, @@ -229,7 +229,7 @@ pub fn run_test( ..eth_types::Block::default() }; - let wallet: LocalWallet = SigningKey::from_bytes(&st.secret_key).unwrap().into(); + let wallet: LocalWallet = SigningKey::from_slice(&st.secret_key).unwrap().into(); let mut wallets = HashMap::new(); wallets.insert( wallet.address(), @@ -248,7 +248,7 @@ pub fn run_test( let mut builder; if !circuits_config.super_circuit { - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 1, max_rws: 55000, max_calldata: 5000, @@ -266,14 +266,13 @@ pub fn run_test( .map_err(|err| StateTestError::CircuitInput(err.to_string()))?; let block: Block = - zkevm_circuits::evm_circuit::witness::block_convert(&builder.block, &builder.code_db) - .unwrap(); + zkevm_circuits::evm_circuit::witness::block_convert(&builder).unwrap(); CircuitTestBuilder::<1, 1>::new_from_block(block).run(); } else { geth_data.sign(&wallets); - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 1, max_calldata: 32, max_rws: 256, diff --git a/testool/src/statetest/json.rs b/testool/src/statetest/json.rs index 7bd35e26b7..c136152cda 100644 --- a/testool/src/statetest/json.rs +++ b/testool/src/statetest/json.rs @@ -107,7 +107,7 @@ impl<'a> JsonStateTestBuilder<'a> { let to = parse::parse_to_address(&test.transaction.to)?; let secret_key = parse::parse_bytes(&test.transaction.secret_key)?; - let from = secret_key_to_address(&SigningKey::from_bytes(&secret_key.to_vec())?); + let from = secret_key_to_address(&SigningKey::from_slice(&secret_key)?); let nonce = parse::parse_u64(&test.transaction.nonce)?; let gas_price = parse::parse_u256(&test.transaction.gas_price)?; diff --git a/testool/src/statetest/spec.rs b/testool/src/statetest/spec.rs index 234867ccda..66aa4d3f54 100644 --- a/testool/src/statetest/spec.rs +++ b/testool/src/statetest/spec.rs @@ -196,7 +196,7 @@ impl StateTest { let value = parse_u256(tx.next().unwrap_or("0"))?; let gas_limit = u64::from_str(tx.next().unwrap_or("10000000"))?; let secret_key = Bytes::from(&[1u8; 32]); - let from = secret_key_to_address(&SigningKey::from_bytes(&secret_key.to_vec())?); + let from = secret_key_to_address(&SigningKey::from_slice(&secret_key)?); let mut pre = HashMap::::new(); diff --git a/testool/src/statetest/yaml.rs b/testool/src/statetest/yaml.rs index 28bee90c17..cce0a6b516 100644 --- a/testool/src/statetest/yaml.rs +++ b/testool/src/statetest/yaml.rs @@ -107,7 +107,7 @@ impl<'a> YamlStateTestBuilder<'a> { let nonce = Self::parse_u64(&yaml_transaction["nonce"])?; let to = Self::parse_to_address(&yaml_transaction["to"])?; let secret_key = Self::parse_bytes(&yaml_transaction["secretKey"])?; - let from = secret_key_to_address(&SigningKey::from_bytes(&secret_key.to_vec())?); + let from = secret_key_to_address(&SigningKey::from_slice(&secret_key)?); // parse expects (account states before executing the transaction) let mut expects = Vec::new(); diff --git a/zkevm-circuits/Cargo.toml b/zkevm-circuits/Cargo.toml index 56db3bca6d..437f752cc0 100644 --- a/zkevm-circuits/Cargo.toml +++ b/zkevm-circuits/Cargo.toml @@ -15,8 +15,8 @@ array-init = "2.0.0" bus-mapping = { path = "../bus-mapping" } eth-types = { path = "../eth-types" } gadgets = { path = "../gadgets" } -ethers-core = "0.17.0" -ethers-signers = { version = "0.17.0", optional = true } +ethers-core = "2.0.7" +ethers-signers = { version = "2.0.7", optional = true } mock = { path = "../mock", optional = true } strum = "0.24" strum_macros = "0.24" @@ -33,7 +33,7 @@ integer = { git = "https://github.com/privacy-scaling-explorations/halo2wrong" libsecp256k1 = "0.7" num-bigint = { version = "0.4" } rand_chacha = "0.3" -snark-verifier = { git = "https://github.com/privacy-scaling-explorations/snark-verifier", tag = "v2023_04_20", default-features = false, features = ["loader_halo2", "system_halo2"] } +snark-verifier = { git = "https://github.com/privacy-scaling-explorations/snark-verifier", tag = "v2023_04_20", default-features = false, features = ["loader_halo2", "system_halo2", "loader_evm"] } cli-table = { version = "0.4", optional = true } num_enum = "0.5.7" serde = { version = "1.0.130", features = ["derive"] } @@ -42,7 +42,7 @@ serde_json = "1.0.78" [dev-dependencies] bus-mapping = { path = "../bus-mapping", features = ["test"] } ctor = "0.1.22" -ethers-signers = "0.17.0" +ethers-signers = "2.0.7" hex = "0.4.3" itertools = "0.10.1" mock = { path = "../mock" } @@ -50,8 +50,10 @@ pretty_assertions = "1.0.0" [features] default = [] -test = ["ethers-signers", "mock", "bus-mapping/test"] +# We export some test circuits for other crates to consume test-circuits = [] +# Test utilities for testool crate to consume +test-util = ["dep:mock"] warn-unimplemented = ["eth-types/warn-unimplemented"] stats = ["warn-unimplemented", "dep:cli-table"] diff --git a/zkevm-circuits/src/bin/stats/helpers.rs b/zkevm-circuits/src/bin/stats/helpers.rs index 29b760ae3e..6f91a8c129 100644 --- a/zkevm-circuits/src/bin/stats/helpers.rs +++ b/zkevm-circuits/src/bin/stats/helpers.rs @@ -1,7 +1,7 @@ use std::cmp::Ordering; use bus_mapping::{ - circuit_input_builder::{self, CircuitsParams, ExecState}, + circuit_input_builder::{self, ExecState}, mock::BlockData, }; use cli_table::{ @@ -195,16 +195,8 @@ pub(crate) fn print_circuit_stats_by_states( ) .unwrap() .into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: 16_000, - max_copy_rows: 8_000, - ..CircuitsParams::default() - }, - ) - .new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); // Find the step that executed our opcode by filtering on second call (because diff --git a/zkevm-circuits/src/bin/stats/main.rs b/zkevm-circuits/src/bin/stats/main.rs index 30c8fc9a27..3acca2d8f6 100644 --- a/zkevm-circuits/src/bin/stats/main.rs +++ b/zkevm-circuits/src/bin/stats/main.rs @@ -10,7 +10,10 @@ use itertools::Itertools; use mock::MOCK_ACCOUNTS; use std::env; use zkevm_circuits::evm_circuit::{ - param::{LOOKUP_CONFIG, N_BYTE_LOOKUPS, N_COPY_COLUMNS, N_PHASE1_COLUMNS, N_PHASE2_COLUMNS}, + param::{ + LOOKUP_CONFIG, N_COPY_COLUMNS, N_PHASE1_COLUMNS, N_PHASE2_COLUMNS, N_U16_LOOKUPS, + N_U8_LOOKUPS, + }, step::ExecutionState, EvmCircuit, }; @@ -148,9 +151,31 @@ fn get_exec_steps_occupancy() { format!("cells").cell().bold(true), format!("top_height").cell().bold(true), format!("used columns (Max: {:?})", $cols).cell().bold(true), - format!("Utilization").cell().bold(true), + format!("Utilization (%)").cell().bold(true), ]); print_stdout(table).unwrap(); + + // consider use stats package, e.g. https://github.com/statrs-dev/statrs to output more insightful result + let raw_statistics_data = report + .iter() + .fold(vec![0; 2], |mut accu, exec| { + accu[0] += exec.$id.available_cells; + accu[1] += exec.$id.used_cells; + accu + }); + + let table = vec![vec![ + format!("{:?}", raw_statistics_data[0]), + format!("{:?}", raw_statistics_data[1]), + format!("{:.1}", (raw_statistics_data[1] as f64/raw_statistics_data[0] as f64) * 100.0), + ]].table().title(vec![ + format!("{:?} total_available_cells", stringify!($id)).cell().bold(true), + format!("{:?} total_used_cells", stringify!($id)).cell().bold(true), + format!("{:?} Utilization (%)", stringify!($id)).cell().bold(true), + ]); + + print_stdout(table).unwrap(); + )* }; } @@ -163,8 +188,10 @@ fn get_exec_steps_occupancy() { N_PHASE2_COLUMNS, storage_perm, N_COPY_COLUMNS, - byte_lookup, - N_BYTE_LOOKUPS, + u8_lookup, + N_U8_LOOKUPS, + u16_lookup, + N_U16_LOOKUPS, fixed_table, LOOKUP_CONFIG[0].1, tx_table, diff --git a/zkevm-circuits/src/bytecode_circuit.rs b/zkevm-circuits/src/bytecode_circuit.rs index 297e3a1622..97ce348718 100644 --- a/zkevm-circuits/src/bytecode_circuit.rs +++ b/zkevm-circuits/src/bytecode_circuit.rs @@ -4,12 +4,11 @@ pub mod bytecode_unroller; /// Bytecode circuit pub mod circuit; -pub(crate) mod param; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; /// Bytecode circuit tester -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::BytecodeCircuit as TestBytecodeCircuit; diff --git a/zkevm-circuits/src/bytecode_circuit/circuit.rs b/zkevm-circuits/src/bytecode_circuit/circuit.rs index d0540d3126..cae9ec27c4 100644 --- a/zkevm-circuits/src/bytecode_circuit/circuit.rs +++ b/zkevm-circuits/src/bytecode_circuit/circuit.rs @@ -2,14 +2,18 @@ use crate::{ evm_circuit::util::{ and, constraint_builder::{BaseConstraintBuilder, ConstrainBuilderCommon}, - not, or, rlc, select, + not, or, select, }, table::{BytecodeFieldTag, BytecodeTable, KeccakTable, LookupTable}, - util::{get_push_size, Challenges, Expr, SubCircuit, SubCircuitConfig}, + util::{ + get_push_size, + word::{empty_code_hash_word_value, Word, Word32, WordExpr}, + Challenges, Expr, SubCircuit, SubCircuitConfig, + }, witness, }; use bus_mapping::state_db::EMPTY_CODE_HASH_LE; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use gadgets::is_zero::{IsZeroChip, IsZeroInstruction}; use halo2_proofs::{ circuit::{Layouter, Region, Value}, @@ -21,17 +25,16 @@ use halo2_proofs::{ use log::trace; use std::vec; -use super::{ - bytecode_unroller::{unroll, UnrolledBytecode}, - param::PUSH_TABLE_WIDTH, -}; +use super::bytecode_unroller::{unroll, UnrolledBytecode}; + +const PUSH_TABLE_WIDTH: usize = 2; #[derive(Debug, Clone, Default)] /// Row for assignment pub struct BytecodeCircuitRow { offset: usize, last_row_offset: usize, - code_hash: Value, + code_hash: Word>, tag: F, index: F, is_code: F, @@ -272,15 +275,13 @@ impl SubCircuitConfig for BytecodeCircuitConfig { meta.query_advice(length, Rotation::cur()), ); - let empty_hash = rlc::expr( - &EMPTY_CODE_HASH_LE.map(|v| Expression::Constant(F::from(v as u64))), - challenges.evm_word(), - ); + let empty_hash_word: Word> = + Word32::new(*EMPTY_CODE_HASH_LE).to_expr().to_word(); - cb.require_equal( + cb.require_equal_word( "assert cur.hash == EMPTY_HASH", - meta.query_advice(bytecode_table.code_hash, Rotation::cur()), - empty_hash, + bytecode_table.code_hash.query_advice(meta, Rotation::cur()), + empty_hash_word, ); cb.gate(and::expr(vec![ @@ -318,10 +319,12 @@ impl SubCircuitConfig for BytecodeCircuitConfig { 1.expr(), ); - cb.require_equal( + cb.require_equal_word( "next.hash == cur.hash", - meta.query_advice(bytecode_table.code_hash, Rotation::next()), - meta.query_advice(bytecode_table.code_hash, Rotation::cur()), + bytecode_table + .code_hash + .query_advice(meta, Rotation::next()), + bytecode_table.code_hash.query_advice(meta, Rotation::cur()), ); cb.require_equal( @@ -361,10 +364,12 @@ impl SubCircuitConfig for BytecodeCircuitConfig { meta.query_advice(bytecode_table.index, Rotation::cur()) + 1.expr(), ); - cb.require_equal( + cb.require_equal_word( "next.hash == cur.hash", - meta.query_advice(bytecode_table.code_hash, Rotation::next()), - meta.query_advice(bytecode_table.code_hash, Rotation::cur()), + bytecode_table + .code_hash + .query_advice(meta, Rotation::next()), + bytecode_table.code_hash.query_advice(meta, Rotation::cur()), ); cb.require_equal( @@ -427,7 +432,7 @@ impl SubCircuitConfig for BytecodeCircuitConfig { ])) }); meta.lookup_any( - "keccak256_table_lookup(cur.value_rlc, cur.length, cur.hash)", + "keccak256_table_lookup(cur.value_rlc, cur.length, cur.hash_word)", |meta| { let enable = and::expr(vec![ meta.query_fixed(q_enable, Rotation::cur()), @@ -515,7 +520,7 @@ impl BytecodeCircuitConfig { // Padding for idx in offset..=last_row_offset { - self.set_padding_row(&mut region, challenges, idx, last_row_offset)?; + self.set_padding_row(&mut region, idx, last_row_offset)?; } // Overwrite the witness assignment by using the values in the `overwrite` @@ -548,20 +553,12 @@ impl BytecodeCircuitConfig { value_rlc = challenges.keccak_input().map(|_| F::ZERO); } - let code_hash = challenges - .evm_word() - .map(|challenge| rlc::value(&row.code_hash.to_le_bytes(), challenge)); - for (name, column, value) in [ - ("code_hash", self.bytecode_table.code_hash, code_hash), - ("value_rlc", self.value_rlc, value_rlc), - ] { - region.assign_advice( - || format!("assign {} {}", name, offset), - column, - offset, - || value, - )?; - } + region.assign_advice( + || format!("assign value_rlc {}", offset), + self.value_rlc, + offset, + || value_rlc, + )?; } Ok(()) }, @@ -584,11 +581,7 @@ impl BytecodeCircuitConfig { let mut value_rlc = challenges.keccak_input().map(|_| F::ZERO); let length = F::from(bytecode.bytes.len() as u64); - // Code hash with challenge is calculated only using the first row of the - // bytecode (header row), the rest of the code_hash in other rows are ignored. - let code_hash = challenges - .evm_word() - .map(|challenge| rlc::value(&bytecode.rows[0].code_hash.to_le_bytes(), challenge)); + let code_hash = Word::from(bytecode.rows[0].code_hash).into_value(); for (idx, row) in bytecode.rows.iter().enumerate() { if fail_fast && *offset > last_row_offset { @@ -642,7 +635,7 @@ impl BytecodeCircuitConfig { push_data_left = next_push_data_left } if *offset == last_row_offset { - self.set_padding_row(region, challenges, *offset, last_row_offset)?; + self.set_padding_row(region, *offset, last_row_offset)?; } } @@ -652,20 +645,15 @@ impl BytecodeCircuitConfig { fn set_padding_row( &self, region: &mut Region<'_, F>, - challenges: &Challenges>, offset: usize, last_row_offset: usize, ) -> Result<(), Error> { - let empty_hash = challenges - .evm_word() - .map(|challenge| rlc::value(EMPTY_CODE_HASH_LE.as_ref(), challenge)); - self.set_row( region, BytecodeCircuitRow { offset, last_row_offset, - code_hash: empty_hash, + code_hash: empty_code_hash_word_value(), tag: F::from(BytecodeFieldTag::Header as u64), value_rlc: Value::known(F::ZERO), ..Default::default() @@ -720,17 +708,20 @@ impl BytecodeCircuitConfig { || Value::known(value), )?; } - for (name, column, value) in [ - ("code_hash", self.bytecode_table.code_hash, row.code_hash), - ("value_rlc", self.value_rlc, row.value_rlc), - ] { - region.assign_advice( - || format!("assign {} {}", name, offset), - column, - offset, - || value, - )?; - } + + region.assign_advice( + || format!("assign value_rlc {}", offset), + self.value_rlc, + offset, + || row.value_rlc, + )?; + + row.code_hash.assign_advice( + region, + || format!("assign code_hash {}", offset), + self.bytecode_table.code_hash, + offset, + )?; self.push_data_left_is_zero.assign( region, diff --git a/zkevm-circuits/src/bytecode_circuit/dev.rs b/zkevm-circuits/src/bytecode_circuit/dev.rs index 5d5c4b14d4..178aecc90d 100644 --- a/zkevm-circuits/src/bytecode_circuit/dev.rs +++ b/zkevm-circuits/src/bytecode_circuit/dev.rs @@ -51,7 +51,6 @@ impl Circuit for BytecodeCircuit { &mut layouter, self.bytecodes.iter().map(|b| &b.bytes), &challenges, - true, )?; self.synthesize_sub(&config, &challenges, &mut layouter)?; Ok(()) diff --git a/zkevm-circuits/src/bytecode_circuit/param.rs b/zkevm-circuits/src/bytecode_circuit/param.rs deleted file mode 100644 index d23f281759..0000000000 --- a/zkevm-circuits/src/bytecode_circuit/param.rs +++ /dev/null @@ -1,3 +0,0 @@ -pub const HASH_WIDTH: usize = 32; -pub const KECCAK_WIDTH: usize = 3; -pub const PUSH_TABLE_WIDTH: usize = 2; diff --git a/zkevm-circuits/src/bytecode_circuit/test.rs b/zkevm-circuits/src/bytecode_circuit/test.rs index c765aec905..349b1544c1 100644 --- a/zkevm-circuits/src/bytecode_circuit/test.rs +++ b/zkevm-circuits/src/bytecode_circuit/test.rs @@ -1,8 +1,7 @@ -#![allow(unused_imports)] use crate::{ bytecode_circuit::{bytecode_unroller::*, circuit::BytecodeCircuit}, table::BytecodeFieldTag, - util::{is_push, keccak, unusable_rows, Challenges, SubCircuit}, + util::{is_push, keccak, unusable_rows, SubCircuit}, }; use bus_mapping::evm::OpcodeId; use eth_types::{Bytecode, Field, Word}; diff --git a/zkevm-circuits/src/circuit_tools/cached_region.rs b/zkevm-circuits/src/circuit_tools/cached_region.rs index 48b3e4c05b..d530f41fc7 100644 --- a/zkevm-circuits/src/circuit_tools/cached_region.rs +++ b/zkevm-circuits/src/circuit_tools/cached_region.rs @@ -22,22 +22,26 @@ impl]>> ChallengeSet for V { } } -pub struct CachedRegion<'r, 'b, F: Field, S: ChallengeSet> { +pub struct CachedRegion<'r, 'b, F: Field> { region: &'r mut Region<'b, F>, pub advice: HashMap<(usize, usize), F>, - challenges: &'r S, + pub fixed: HashMap<(usize, usize), F>, disable_description: bool, regions: Vec<(usize, usize)>, + pub key_r: F, + pub keccak_r: F, } -impl<'r, 'b, F: Field, S: ChallengeSet> CachedRegion<'r, 'b, F, S> { - pub(crate) fn new(region: &'r mut Region<'b, F>, challenges: &'r S) -> Self { +impl<'r, 'b, F: Field> CachedRegion<'r, 'b, F> { + pub(crate) fn new(region: &'r mut Region<'b, F>, keccak_r: F) -> Self { Self { region, advice: HashMap::new(), - challenges, + fixed: HashMap::new(), disable_description: false, regions: Vec::new(), + key_r: keccak_r, + keccak_r, } } @@ -53,13 +57,15 @@ impl<'r, 'b, F: Field, S: ChallengeSet> CachedRegion<'r, 'b, F, S> { // Nothing to do } - pub(crate) fn assign_stored_expressions( + pub(crate) fn assign_stored_expressions>( &mut self, cb: &ConstraintBuilder, + challenges: &S, ) -> Result<(), Error> { for (offset, region_id) in self.regions.clone() { for stored_expression in cb.get_stored_expressions(region_id).iter() { - stored_expression.assign(self, offset)?; + // println!("stored expression: {}", stored_expression.name); + stored_expression.assign(self, challenges, offset)?; } } Ok(()) @@ -120,11 +126,30 @@ impl<'r, 'b, F: Field, S: ChallengeSet> CachedRegion<'r, 'b, F, S> { A: Fn() -> AR, AR: Into, { - self.region.assign_fixed(annotation, column, offset, &to) + // Actually set the value + let res = self.region.assign_fixed(annotation, column, offset, &to); + // Cache the value + // Note that the `value_field` in `AssignedCell` might be `Value::unkonwn` if + // the column has different phase than current one, so we call to `to` + // again here to cache the value. + if res.is_ok() { + to().map(|f: VR| { + let existing = self + .fixed + .insert((column.index(), offset), Assigned::from(&f).evaluate()); + assert!(existing.is_none()); + existing + }); + } + res } - pub fn get_fixed(&self, _row_index: usize, _column_index: usize, _rotation: Rotation) -> F { - unimplemented!("fixed column"); + pub fn get_fixed(&self, row_index: usize, column_index: usize, rotation: Rotation) -> F { + let zero = F::ZERO; + *self + .fixed + .get(&(column_index, row_index + rotation.0 as usize)) + .unwrap_or(&zero) } pub fn get_advice(&self, row_index: usize, column_index: usize, rotation: Rotation) -> F { @@ -135,10 +160,6 @@ impl<'r, 'b, F: Field, S: ChallengeSet> CachedRegion<'r, 'b, F, S> { .unwrap_or(&zero) } - pub fn challenges(&self) -> &S { - self.challenges - } - /// Constrains a cell to have a constant value. /// /// Returns an error if the cell is in a column where equality has not been @@ -174,7 +195,8 @@ impl Hash for StoredExpression { impl StoredExpression { pub fn assign>( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, + challenges: &S, offset: usize, ) -> Result, Error> { let value = self.expr.evaluate( @@ -195,7 +217,7 @@ impl StoredExpression { )) }, &|_| unimplemented!("instance column"), - &|challenge| *region.challenges().indexed()[challenge.index()], + &|challenge| *challenges.indexed()[challenge.index()], &|a| -a, &|a, b| a + b, &|a, b| a * b, diff --git a/zkevm-circuits/src/circuit_tools/cell_manager.rs b/zkevm-circuits/src/circuit_tools/cell_manager.rs index d169912cf0..699dd1e7f4 100644 --- a/zkevm-circuits/src/circuit_tools/cell_manager.rs +++ b/zkevm-circuits/src/circuit_tools/cell_manager.rs @@ -1,19 +1,20 @@ //! Cell manager use crate::{ - circuit_tools::cached_region::{CachedRegion, ChallengeSet}, - util::{query_expression, Expr}, + circuit_tools::cached_region::CachedRegion, + util::{query_expression, word::Word, Expr}, }; +use crate::table::LookupTable; use eth_types::Field; use halo2_proofs::{ circuit::{AssignedCell, Value}, plonk::{ - Advice, Column, ConstraintSystem, Error, Expression, FirstPhase, SecondPhase, ThirdPhase, - VirtualCells, + Advice, Any, Column, ConstraintSystem, Error, Expression, FirstPhase, SecondPhase, + ThirdPhase, VirtualCells, }, poly::Rotation, }; -use std::{collections::BTreeMap, fmt::Debug, hash::Hash}; +use std::{cmp::Ordering, collections::BTreeMap, fmt::Debug, hash::Hash}; #[derive(Clone, Debug, Default)] pub(crate) struct Cell { @@ -33,9 +34,9 @@ impl Cell { } } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, value: F, ) -> Result, Error> { @@ -52,9 +53,9 @@ impl Cell { ) } - pub(crate) fn assign_value>( + pub(crate) fn assign_value( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, value: Value, ) -> Result, Error> { @@ -101,6 +102,14 @@ impl Expr for &Cell { } } +pub(crate) type WordCell = Word>; + +impl WordCell { + pub fn expr(&self) -> Word> { + Word::new([self.lo().expr(), self.hi().expr()]) + } +} + #[derive(Clone, Debug)] pub struct CellConfig { pub cell_type: C, @@ -125,9 +134,9 @@ impl CellConfig { let mut columns = Vec::with_capacity(self.num_columns); for _ in 0..self.num_columns { let tmp = match self.phase { - 0 => meta.advice_column_in(FirstPhase), - 1 => meta.advice_column_in(SecondPhase), - 2 => meta.advice_column_in(ThirdPhase), + 1 => meta.advice_column_in(FirstPhase), + 2 => meta.advice_column_in(SecondPhase), + 3 => meta.advice_column_in(ThirdPhase), _ => unreachable!(), }; columns.push(tmp); @@ -172,6 +181,7 @@ pub trait CellType: pub enum DefaultCellType { StoragePhase1, StoragePhase2, + StoragePhase3, } impl Default for DefaultCellType { @@ -186,16 +196,19 @@ impl CellType for DefaultCellType { } fn storage_for_phase(phase: u8) -> Self { + // println!("phase: {}", phase); match phase { - 0 => DefaultCellType::StoragePhase1, - 1 => DefaultCellType::StoragePhase2, + 1 => DefaultCellType::StoragePhase1, + 2 => DefaultCellType::StoragePhase2, + 3 => DefaultCellType::StoragePhase3, _ => unreachable!(), } } } #[derive(Clone, Debug)] -pub(crate) struct CellColumn { +pub(crate) struct CellColumn { + pub(crate) column: Column, index: usize, pub(crate) cell_type: C, height: usize, @@ -203,6 +216,34 @@ pub(crate) struct CellColumn { pub(crate) expr: Expression, } +impl PartialEq for CellColumn { + fn eq(&self, other: &Self) -> bool { + self.index == other.index + && self.cell_type == other.cell_type + && self.height == other.height + } +} + +impl Eq for CellColumn {} + +impl PartialOrd for CellColumn { + fn partial_cmp(&self, other: &Self) -> Option { + self.height.partial_cmp(&other.height) + } +} + +impl Ord for CellColumn { + fn cmp(&self, other: &Self) -> Ordering { + self.height.cmp(&other.height) + } +} + +impl Expr for CellColumn { + fn expr(&self) -> Expression { + self.expr.clone() + } +} + #[derive(Clone, Debug)] pub struct CellManager { configs: Vec>, @@ -234,6 +275,7 @@ impl CellManager { }); } columns.push(CellColumn { + column: *col, index: columns.len(), cell_type: config.cell_type, height: 0, @@ -242,7 +284,6 @@ impl CellManager { }); } } - Self { configs, columns, @@ -328,3 +369,31 @@ impl CellManager { columns } } + +/// LookupTable created dynamically and stored in an advice column +#[derive(Clone, Debug)] +pub struct DynamicLookupTable { + /// Table + pub table: Column, +} + +impl DynamicLookupTable { + /// Construct a new BlockTable + pub fn from(cm: &CellManager, cell_type: C) -> Self { + let table_columns = cm.get_typed_columns(cell_type); + assert_eq!(table_columns.len(), 1); + Self { + table: table_columns[0].column, + } + } +} + +impl LookupTable for DynamicLookupTable { + fn columns(&self) -> Vec> { + vec![self.table.into()] + } + + fn annotations(&self) -> Vec { + vec![String::from("generated")] + } +} diff --git a/zkevm-circuits/src/circuit_tools/constraint_builder.rs b/zkevm-circuits/src/circuit_tools/constraint_builder.rs index 004b7ae660..1d5e6e0783 100644 --- a/zkevm-circuits/src/circuit_tools/constraint_builder.rs +++ b/zkevm-circuits/src/circuit_tools/constraint_builder.rs @@ -5,15 +5,22 @@ use std::{ vec, }; -use crate::{evm_circuit::util::rlc, table::LookupTable, util::Expr}; +use crate::{ + evm_circuit::util::rlc, + table::LookupTable, + util::{word::Word, Expr}, +}; use eth_types::Field; use gadgets::util::{and, sum, Scalar}; -use halo2_proofs::plonk::{ConstraintSystem, Expression}; +use halo2_proofs::{ + plonk::{ConstraintSystem, Expression}, + poly::Rotation, +}; use itertools::Itertools; use super::{ cached_region::StoredExpression, - cell_manager::{Cell, CellManager, CellType}, + cell_manager::{Cell, CellManager, CellType, WordCell}, }; fn get_condition_expr(conditions: &Vec>) -> Expression { @@ -25,7 +32,7 @@ fn get_condition_expr(conditions: &Vec>) -> Expression { /// Desciption pub description: &'static str, @@ -35,6 +42,10 @@ pub struct DynamicData { pub values: Vec>, /// region pub region_id: usize, + /// If is fixed, use static table for lookup + pub is_fixed: bool, + /// Use rlc + pub compress: bool, } /// Constraint builder @@ -42,7 +53,9 @@ pub struct DynamicData { pub struct ConstraintBuilder { /// Constraints to be returned to meta constraints: Vec<(&'static str, Expression)>, - /// Max degree of constraints + /// Max global degree of constraints + max_global_degree: usize, + /// Max local degree of constraints inside the current region max_degree: usize, /// conditions for constraints conditions: Vec>, @@ -62,23 +75,24 @@ pub struct ConstraintBuilder { /// region id pub region_id: usize, /// lookup input challenge - pub lookup_input_challenge: Option>, + pub lookup_challenge: Option>, /// state contect pub state_context: Vec>, /// state constraints start pub state_constraints_start: usize, - /// use dynamic lookups - pub use_dynamic_lookups: bool, + /// Lookups + pub lookups: HashMap>>, } impl ConstraintBuilder { pub(crate) fn new( max_degree: usize, cell_manager: Option>, - lookup_input_challenge: Option>, + lookup_challenge: Option>, ) -> Self { ConstraintBuilder { constraints: Vec::new(), + max_global_degree: max_degree, max_degree, conditions: Vec::new(), dynamic_lookups: HashMap::new(), @@ -87,10 +101,10 @@ impl ConstraintBuilder { disable_description: false, stored_expressions: HashMap::new(), region_id: 0, - lookup_input_challenge, + lookup_challenge, state_context: Vec::new(), state_constraints_start: 0, - use_dynamic_lookups: false, + lookups: HashMap::new(), } } @@ -99,17 +113,14 @@ impl ConstraintBuilder { } pub(crate) fn set_max_degree(&mut self, max_degree: usize) { - self.max_degree = max_degree; - } - - pub(crate) fn set_use_dynamic_lookup(&mut self, use_dynamic_lookups: bool) { - self.use_dynamic_lookups = use_dynamic_lookups; + self.max_global_degree = max_degree; } pub(crate) fn push_region(&mut self, region_id: usize) { assert!(region_id != 0); self.region_id = region_id; self.state_context = self.conditions.clone(); + self.max_degree = self.max_global_degree - self.get_condition_expr().degree(); self.conditions.clear(); self.state_constraints_start = self.constraints.len(); } @@ -134,6 +145,7 @@ impl ConstraintBuilder { } } self.conditions = self.state_context.clone(); + self.max_degree = self.max_global_degree - self.get_condition_expr().degree(); self.region_id = 0; } @@ -197,7 +209,7 @@ impl ConstraintBuilder { } pub(crate) fn add_constraint(&mut self, name: &'static str, constraint: Expression) { - if self.max_degree == 0 { + if self.max_global_degree == 0 { return; } let constraint = match self.get_condition() { @@ -244,8 +256,17 @@ impl ConstraintBuilder { .query_cells(cell_type, count) } + pub(crate) fn query_cell_with_type(&mut self, cell_type: C) -> Cell { + self.query_cells_dyn(cell_type, 1).first().unwrap().clone() + } + + // default query_word is 2 limbs. Each limb is not guaranteed to be 128 bits. + pub(crate) fn query_word_unchecked(&mut self) -> WordCell { + Word::new(self.query_cells_dyn(C::default(), 2).try_into().unwrap()) + } + pub(crate) fn validate_degree(&self, degree: usize, name: &'static str) { - if self.max_degree > 0 && self.region_id != 0 { + if self.max_global_degree > 0 && self.region_id != 0 { debug_assert!( degree <= self.max_degree, "Expression {} degree too high: {} > {}", @@ -263,7 +284,6 @@ impl ConstraintBuilder { pub(crate) fn build_lookups( &self, meta: &mut ConstraintSystem, - challenge: Expression, cell_managers: Vec>, tables: Vec<(C, &dyn LookupTable)>, ) { @@ -274,7 +294,10 @@ impl ConstraintBuilder { meta.lookup_any(Box::leak(name.into_boxed_str()), |meta| { vec![( col.expr, - rlc::expr(&table.table_exprs(meta), challenge.clone()), + rlc::expr( + &table.table_exprs(meta), + self.lookup_challenge.clone().unwrap(), + ), )] }); } @@ -282,28 +305,73 @@ impl ConstraintBuilder { } } - pub(crate) fn build_dynamic_lookups(&self, meta: &mut ConstraintSystem, lookup_names: &[C]) { + pub(crate) fn build_dynamic_lookups( + &mut self, + meta: &mut ConstraintSystem, + lookup_names: &[C], + fixed_table: Vec<(C, &dyn LookupTable)>, + ) { + let lookups = self.dynamic_lookups.clone(); for lookup_name in lookup_names.iter() { - if let Some(lookups) = self.dynamic_lookups.get(lookup_name) { + if let Some(lookups) = lookups.get(lookup_name) { for lookup in lookups.iter() { - meta.lookup_any(lookup.description, |_meta| { - let table = self.get_dynamic_table_values(*lookup_name); + meta.lookup_any(lookup.description, |meta| { + // Fixed lookup is a direct lookup into the pre-difined fixed tables + // i.e. cond * (v1, v2, v3) => (t1, t2, t3) + // equivalent to the vanilla lookup operation of Halo2. + // Dynamic lookup applies condition to the advice values stored at + // configuration time i.e. cond * (v1, v2, v3) => + // cond * (t1, t2, t3) the dynamic lookup in a ifx! + // branch would become trivial 0 => 0 + // when the elsex! branch evaluates to true + + let table = if lookup.is_fixed { + let table_cols = fixed_table + .iter() + .find(|(name, _)| name == lookup_name) + .unwrap() + .1 + .columns(); + table_cols + .iter() + .map(|col| meta.query_any(*col, Rotation(0))) + .collect() + } else { + self.get_dynamic_table_values(*lookup_name) + }; + let mut values: Vec<_> = lookup .values .iter() - .map(|value| lookup.condition.expr() * value.expr()) + .map(|value| value.expr() * lookup.condition.clone()) .collect(); + // align the length of values and table assert!(table.len() >= values.len()); while values.len() < table.len() { values.push(0.expr()); } - table - .iter() - .zip(values.iter()) - .map(|(table, value)| (value.expr(), table.expr())) - .collect() + + // Perform rlc if specified + // i.e. (v1*r + v2*r^2 + v3*r^3) => (t1*r + t2*r^2 + t3*r^3) + // lastly is_split had been fulfilled at insertion time + + let ret = if lookup.compress { + vec![( + rlc::expr(&values, self.lookup_challenge.clone().unwrap()), + rlc::expr(&table, self.lookup_challenge.clone().unwrap()), + )] + } else { + values + .iter() + .zip(table.iter()) + .map(|(v, t)| (v.expr(), t.expr())) + .collect() + }; + ret }); } + } else { + unreachable!("lookup not found: {:?}", lookup_name); } } } @@ -323,20 +391,39 @@ impl ConstraintBuilder { pub(crate) fn store_dynamic_table( &mut self, description: &'static str, - cell_type: C, + tag: C, values: Vec>, + compress: bool, + store: bool, ) { let condition = self.get_condition_expr(); + let mut values = if compress { + vec![rlc::expr(&values, self.lookup_challenge.clone().unwrap())] + } else { + values + }; + if store { + values.iter_mut().for_each(|v| { + *v = self.split_expression( + Box::leak(format!("compression value - {:?}", tag).into_boxed_str()), + v.clone(), + ) + }); + // values = vec![self.store_expression(description, values[0].expr(), tag)]; + } let lookup = DynamicData { description, condition, values, region_id: self.region_id, + // cannot be is_fixed + is_fixed: false, + compress: false, }; - if let Some(table_data) = self.dynamic_tables.get_mut(&cell_type) { + if let Some(table_data) = self.dynamic_tables.get_mut(&tag) { table_data.push(lookup); } else { - self.dynamic_tables.insert(cell_type, vec![lookup]); + self.dynamic_tables.insert(tag, vec![lookup]); } } @@ -345,13 +432,31 @@ impl ConstraintBuilder { description: &'static str, tag: C, values: Vec>, + is_fixed: bool, + compress: bool, + store: bool, ) { let condition = self.get_condition_expr(); + let mut values = if compress { + vec![rlc::expr(&values, self.lookup_challenge.clone().unwrap())] + } else { + values + }; + if store { + values.iter_mut().for_each(|v| { + *v = self.split_expression( + Box::leak(format!("compression value - {:?}", tag).into_boxed_str()), + v.clone(), + ) + }); + } let lookup = DynamicData { description, condition, values, region_id: self.region_id, + is_fixed, + compress, }; if let Some(lookup_data) = self.dynamic_lookups.get_mut(&tag) { lookup_data.push(lookup); @@ -366,23 +471,29 @@ impl ConstraintBuilder { cell_type: C, values: Vec>, ) { - if self.use_dynamic_lookups { - self.add_dynamic_lookup( - Box::leak(description.to_string().into_boxed_str()), - cell_type, - values, - ); + let condition = self.get_condition_expr(); + let values = values + .iter() + .map(|value| condition.expr() * value.expr()) + .collect_vec(); + let compressed_expr = self.split_expression( + "compression", + rlc::expr(&values, self.lookup_challenge.clone().unwrap().expr()), + ); + self.store_expression(description, compressed_expr, cell_type); + + let lookup = DynamicData { + description: Box::leak(description.to_string().into_boxed_str()), + condition, + values, + region_id: self.region_id, + is_fixed: true, + compress: true, + }; + if let Some(lookup_data) = self.lookups.get_mut(&cell_type) { + lookup_data.push(lookup); } else { - let condition = self.get_condition_expr(); - let values = values - .iter() - .map(|value| condition.expr() * value.expr()) - .collect_vec(); - let compressed_expr = self.split_expression( - "Lookup compression", - rlc::expr(&values, self.lookup_input_challenge.clone().unwrap().expr()), - ); - self.store_expression(description, compressed_expr, cell_type); + self.lookups.insert(cell_type, vec![lookup]); } } @@ -486,7 +597,6 @@ impl ConstraintBuilder { fn split_expression(&mut self, name: &'static str, expr: Expression) -> Expression { if expr.degree() > self.max_degree && self.region_id != 0 { - // println!("split {}: {} > {}", name, expr.degree(), self.max_degree); match expr { Expression::Negated(poly) => { Expression::Negated(Box::new(self.split_expression(name, *poly))) @@ -619,6 +729,27 @@ impl_to_vec!((T, T, T, T, T), (a, b, c, d, e)); impl_to_vec!((T, T, T, T, T, T), (a, b, c, d, e, f)); impl_to_vec!((T, T, T, T, T, T, T), (a, b, c, d, e, f, g)); impl_to_vec!((T, T, T, T, T, T, T, T), (a, b, c, d, e, f, g, h)); +impl_to_vec!((T, T, T, T, T, T, T, T, T), (a, b, c, d, e, f, g, h, i)); +impl_to_vec!( + (T, T, T, T, T, T, T, T, T, T), + (a, b, c, d, e, f, g, h, i, j) +); +impl_to_vec!( + (T, T, T, T, T, T, T, T, T, T, T), + (a, b, c, d, e, f, g, h, i, j, k) +); +impl_to_vec!( + (T, T, T, T, T, T, T, T, T, T, T, T), + (a, b, c, d, e, f, g, h, i, j, k, l) +); +impl_to_vec!( + (T, T, T, T, T, T, T, T, T, T, T, T, T), + (a, b, c, d, e, f, g, h, i, j, k, l, m) +); +impl_to_vec!( + (T, T, T, T, T, T, T, T, T, T, T, T, T, T), + (a, b, c, d, e, f, g, h, i, j, k, l, m, n) +); /// Trait that generates a vector of expressions pub trait ExprVec { @@ -650,6 +781,12 @@ impl> ExprVec for &[E] { } } +impl + Clone> ExprVec for Word { + fn to_expr_vec(&self) -> Vec> { + vec![self.lo().expr(), self.hi().expr()] + } +} + /// Implementation trait `ExprVec` for type able to be casted to an /// Expression #[macro_export] @@ -788,17 +925,65 @@ impl_expr_result!( Expression, Expression ); +impl_expr_result!( + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression +); +impl_expr_result!( + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression +); +impl_expr_result!( + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression, + Expression +); /// Trait around RLC pub trait RLCable { /// Returns the RLC of itself fn rlc(&self, r: &Expression) -> Expression; + /// Returns the RLC of the reverse of itself + fn rlc_rev(&self, r: &Expression) -> Expression; } impl + ?Sized> RLCable for E { fn rlc(&self, r: &Expression) -> Expression { rlc::expr(&self.to_expr_vec(), r.expr()) } + + fn rlc_rev(&self, r: &Expression) -> Expression { + rlc::expr( + &self.to_expr_vec().iter().rev().cloned().collect_vec(), + r.expr(), + ) + } } /// Trait around RLC @@ -813,22 +998,42 @@ impl RLCChainable for (Expression, Expression) { } } +/// Trait around RLC +pub trait RLCChainableRev { + /// Returns the RLC of itself with a starting rlc/multiplier + fn rlc_chain_rev(&self, other: (Expression, Expression)) -> Expression; +} + +impl RLCChainableRev for Expression { + fn rlc_chain_rev(&self, other: (Expression, Expression)) -> Expression { + self.expr() * other.1.expr() + other.0.expr() + } +} + /// Trait around RLC pub trait RLCableValue { /// Returns the RLC of itself fn rlc_value(&self, r: F) -> F; + /// Returns the RLC of the reverse of itself + fn rlc_value_rev(&self, r: F) -> F; } impl RLCableValue for Vec { fn rlc_value(&self, r: F) -> F { rlc::value(self, r) } + fn rlc_value_rev(&self, r: F) -> F { + rlc::value(&self.iter().rev().cloned().collect_vec(), r) + } } impl RLCableValue for [u8] { fn rlc_value(&self, r: F) -> F { rlc::value(self, r) } + fn rlc_value_rev(&self, r: F) -> F { + rlc::value(&self.iter().rev().cloned().collect_vec(), r) + } } /// Trait around RLC @@ -951,19 +1156,24 @@ macro_rules! _require { }}; ($cb:expr, $descr:expr, $lhs:expr => $rhs:expr) => {{ + let lhs = $lhs.to_expr_vec(); let rhs = $rhs.to_expr_vec(); - if rhs.len() == 1 { - $cb.require_equal( - Box::leak($descr.to_string().into_boxed_str()), - $lhs.expr(), - rhs[0].expr(), - ); - } else { + if lhs.len() == rhs.len() { + for (lhs, rhs) in lhs.iter().zip(rhs.iter()) { + $cb.require_equal( + Box::leak($descr.to_string().into_boxed_str()), + lhs.expr(), + rhs.expr(), + ); + } + } else if lhs.len() == 1 && rhs.len() > 1 { $cb.require_in_set( Box::leak($descr.to_string().into_boxed_str()), - $lhs.expr(), + lhs[0].expr(), rhs.clone(), ); + } else { + unreachable!() } }}; @@ -1013,6 +1223,65 @@ macro_rules! _require { ); }}; + // Lookup using a tuple + ($cb:expr, ($($v:expr),+) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + let description = concat_with_preamble!( + "(", + $( + stringify!($v), + ", ", + )* + ") => @", + stringify!($tag), + ); + $cb.add_dynamic_lookup( + description, + $tag, + vec![$($v.expr(),)*], + $is_fixed, + $compress, + $is_split, + ); + }}; + ($cb:expr, $descr:expr, ($($v:expr),+) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + $cb.add_dynamic_lookup( + Box::leak($descr.into_boxed_str()), + $tag, + vec![$($v.expr(),)*], + $is_fixed, + $compress, + $is_split, + ); + }}; + + + // Lookup using an array + ($cb:expr, $values:expr => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + let description = concat_with_preamble!( + stringify!($values), + " => @", + stringify!($tag), + ); + $cb.add_dynamic_lookup( + description, + $tag, + $values.clone(), + $is_fixed, + $compress, + $is_split, + ); + }}; + ($cb:expr, $descr:expr, $values:expr => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + $cb.add_dynamic_lookup( + Box::leak($descr.into_boxed_str()), + $tag, + $values.clone(), + $is_fixed, + $compress, + $is_split, + ); + }}; + // Put values in a lookup table using a tuple ($cb:expr, @$tag:expr => ($($v:expr),+)) => {{ let description = concat_with_preamble!( @@ -1029,6 +1298,8 @@ macro_rules! _require { description, $tag, vec![$($v.expr(),)*], + false, + false, ); }}; // Put values in a lookup table using an array @@ -1044,6 +1315,46 @@ macro_rules! _require { description, $tag, $values, + false, + false, + ); + }}; + + // Put values in a lookup table using a tuple + ($cb:expr, @$tag:expr => ($($v:expr),+), $compress:expr, $is_split:expr) => {{ + let description = concat_with_preamble!( + "@", + stringify!($tag), + " => (", + $( + stringify!($v), + ", ", + )* + ")", + ); + $cb.store_dynamic_table( + description, + $tag, + vec![$($v.expr(),)*], + $compress, + $is_split, + ); + }}; + // Put values in a lookup table using an array + ($cb:expr, @$tag:expr => $values:expr, $compress:expr, $is_split:expr) => {{ + let description = concat_with_preamble!( + "@", + stringify!($tag), + " => (", + stringify!($values), + ")", + ); + $cb.store_dynamic_table( + description, + $tag, + $values, + $compress, + $is_split, ); }}; } @@ -1286,6 +1597,30 @@ macro_rules! circuit { _require!($cb, $descr, $values => @$tag); }}; + (($a:expr) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, ($a) => @$tag, $is_fixed, $compress, $is_split); + }}; + + (($a:expr, $b:expr) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, ($a, $b) => @$tag, $is_fixed, $compress, $is_split); + }}; + + (($a:expr, $b:expr, $c:expr) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, ($a, $b, $c) => @$tag, $is_fixed, $compress, $is_split); + }}; + + (($a:expr, $b:expr, $c:expr, $d:expr) => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, ($a, $b, $c, $d) => @$tag, $is_fixed, $compress, $is_split); + }}; + + ($values:expr => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, $values => @$tag, $is_fixed, $compress, $is_split); + }}; + + ($descr:expr, $values:expr => @$tag:expr, $is_fixed:expr, $compress:expr, $is_split:expr) => {{ + _require!($cb, $descr, $values => @$tag, $is_fixed, $compress, $is_split); + }}; + (@$tag:expr => ($a:expr, $b:expr, $c:expr)) => {{ _require!($cb, @$tag => ($a, $b, $c)); }}; diff --git a/zkevm-circuits/src/circuit_tools/gadgets.rs b/zkevm-circuits/src/circuit_tools/gadgets.rs index df1c1a703c..88fab3995d 100644 --- a/zkevm-circuits/src/circuit_tools/gadgets.rs +++ b/zkevm-circuits/src/circuit_tools/gadgets.rs @@ -1,12 +1,18 @@ //! Circuit gadgets use eth_types::Field; -use gadgets::util::Expr; -use halo2_proofs::plonk::{Error, Expression}; +use gadgets::util::{and, Expr}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; -use crate::evm_circuit::util::{from_bytes, pow_of_two}; +use crate::{ + evm_circuit::util::{from_bytes, pow_of_two, transpose_val_ret}, + util::word::{Word, WordExpr}, +}; use super::{ - cached_region::{CachedRegion, ChallengeSet}, + cached_region::CachedRegion, cell_manager::{Cell, CellType}, constraint_builder::ConstraintBuilder, }; @@ -24,7 +30,7 @@ impl IsZeroGadget { value: Expression, ) -> Self { circuit!([meta, cb], { - let inverse = cb.query_default(); + let inverse = cb.query_cell_with_type(CellType::storage_for_expr(&value)); let is_zero = 1.expr() - (value.expr() * inverse.expr()); // `value != 0` => check `inverse = a.invert()`: value * (1 - value * inverse) @@ -43,9 +49,9 @@ impl IsZeroGadget { self.is_zero.as_ref().unwrap().clone() } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, value: F, ) -> Result { @@ -83,9 +89,9 @@ impl IsEqualGadget { self.is_zero.expr() } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, lhs: F, rhs: F, @@ -94,6 +100,72 @@ impl IsEqualGadget { } } +/// Returns `1` when `lhs == rhs`, and returns `0` otherwise. +#[derive(Clone, Debug, Default)] +pub struct IsEqualWordGadget { + is_equal_lo: IsEqualGadget, + is_equal_hi: IsEqualGadget, +} + +impl IsEqualWordGadget { + pub(crate) fn construct( + cb: &mut ConstraintBuilder, + lhs: &Word>, + rhs: &Word>, + ) -> Self { + let (lhs_lo, lhs_hi) = lhs.to_word().to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_word().to_lo_hi(); + let is_equal_lo = IsEqualGadget::construct(cb, lhs_lo, rhs_lo); + let is_equal_hi = IsEqualGadget::construct(cb, lhs_hi, rhs_hi); + + Self { + is_equal_lo, + is_equal_hi, + } + } + + pub(crate) fn expr(&self) -> Expression { + and::expr([self.is_equal_lo.expr(), self.is_equal_hi.expr()]) + } + + pub(crate) fn assign( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: Word, + rhs: Word, + ) -> Result { + let (lhs_lo, lhs_hi) = lhs.to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_lo_hi(); + self.is_equal_lo.assign(region, offset, lhs_lo, rhs_lo)?; + self.is_equal_hi.assign(region, offset, lhs_hi, rhs_hi)?; + Ok(F::from(2)) + } + + pub(crate) fn assign_value( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: Value>, + rhs: Value>, + ) -> Result, Error> { + transpose_val_ret( + lhs.zip(rhs) + .map(|(lhs, rhs)| self.assign(region, offset, lhs, rhs)), + ) + } + + pub(crate) fn assign_u256( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: eth_types::Word, + rhs: eth_types::Word, + ) -> Result { + self.assign(region, offset, Word::from(lhs), Word::from(rhs)) + } +} + /// Returns `1` when `lhs < rhs`, and returns `0` otherwise. /// lhs and rhs `< 256**N_BYTES` /// `N_BYTES` is required to be `<= MAX_N_BYTES_INTEGER` to prevent overflow: @@ -139,9 +211,9 @@ impl LtGadget { self.lt.as_ref().unwrap().expr() } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, lhs: F, rhs: F, @@ -152,7 +224,6 @@ impl LtGadget { .as_ref() .unwrap() .assign(region, offset, if lt { F::ONE } else { F::ZERO })?; - // Set the bytes of diff let diff = (lhs - rhs) + (if lt { self.range } else { F::ZERO }); let diff_bytes = diff.to_repr(); diff --git a/zkevm-circuits/src/circuit_tools/memory.rs b/zkevm-circuits/src/circuit_tools/memory.rs index da9712e8b9..112ef6d6ed 100644 --- a/zkevm-circuits/src/circuit_tools/memory.rs +++ b/zkevm-circuits/src/circuit_tools/memory.rs @@ -2,13 +2,15 @@ use crate::util::{query_expression, Expr}; use eth_types::Field; use halo2_proofs::{ - circuit::{Layouter, Value}, + circuit::Value, plonk::{Advice, Column, ConstraintSystem, Error, Expression}, poly::Rotation, }; use std::ops::{Index, IndexMut}; -use super::{cell_manager::CellType, constraint_builder::ConstraintBuilder}; +use super::{ + cached_region::CachedRegion, cell_manager::CellType, constraint_builder::ConstraintBuilder, +}; #[derive(Clone, Debug, Default)] pub(crate) struct Memory { @@ -24,9 +26,18 @@ impl Memory { } } - pub(crate) fn allocate(&mut self, meta: &mut ConstraintSystem, tag: C) -> &MemoryBank { - self.banks - .push(MemoryBank::new(meta, self.columns[self.banks.len()], tag)); + pub(crate) fn allocate( + &mut self, + meta: &mut ConstraintSystem, + tag: C, + table_tag: C, + ) -> &MemoryBank { + self.banks.push(MemoryBank::new( + meta, + self.columns[self.banks.len()], + tag, + table_tag, + )); self.banks.last().unwrap() } @@ -59,7 +70,7 @@ impl Memory { ) { for bank in self.banks.iter() { bank.build_constraints(cb, is_first_row.expr()); - cb.generate_lookup_table_checks(bank.tag()); + // cb.generate_lookup_table_checks(bank.tag()); } } @@ -71,11 +82,11 @@ impl Memory { pub(crate) fn assign( &self, - layouter: &mut impl Layouter, + region: &mut CachedRegion<'_, '_, F>, height: usize, ) -> Result<(), Error> { for bank in self.banks.iter() { - bank.assign(layouter, height)?; + bank.assign(region, height)?; } Ok(()) } @@ -113,6 +124,7 @@ impl IndexMut for Memory { pub(crate) struct MemoryBank { column: Column, tag: C, + table_tag: C, cur: Expression, next: Expression, store_offsets: Vec, @@ -120,7 +132,12 @@ pub(crate) struct MemoryBank { } impl MemoryBank { - pub(crate) fn new(meta: &mut ConstraintSystem, column: Column, tag: C) -> Self { + pub(crate) fn new( + meta: &mut ConstraintSystem, + column: Column, + tag: C, + table_tag: C, + ) -> Self { let mut cur = 0.expr(); let mut next = 0.expr(); query_expression(meta, |meta| { @@ -130,6 +147,7 @@ impl MemoryBank { Self { column, tag, + table_tag, cur, next, store_offsets: Vec::new(), @@ -158,7 +176,7 @@ impl MemoryBank { key: Expression, values: &[Expression], ) { - cb.add_dynamic_lookup(description, self.tag(), self.insert_key(key, values)); + cb.add_lookup(description, self.tag(), self.insert_key(key, values)); } pub(crate) fn store( @@ -177,7 +195,11 @@ impl MemoryBank { key: Expression, values: &[Expression], ) { - cb.store_dynamic_table("memory store", self.tag(), self.insert_key(key, values)); + cb.add_lookup( + "memory store", + self.table_tag(), + self.insert_key(key, values), + ); } pub(crate) fn witness_store(&mut self, offset: usize, values: &[F]) { @@ -198,49 +220,57 @@ impl MemoryBank { cb: &mut ConstraintBuilder, is_first_row: Expression, ) { - let lookup_table = cb.get_dynamic_table(self.tag()); + let lookups = cb.lookups.get(&self.table_tag()).unwrap(); + let lookups = lookups + .iter() + .filter(|l| l.region_id == cb.region_id) + .collect::>(); + let condition = lookups + .iter() + .fold(0.expr(), |acc, c| acc + c.condition.expr()); crate::circuit!([meta, cb], { ifx! {is_first_row => { require!(self.cur.expr() => 0); }} - let description = format!("{:?}", self.tag()); - require!(description, self.next => self.cur.expr() + lookup_table.0); + let description = format!("Dynamic lookup table {:?}", self.tag()); + require!(condition => bool); + require!(description, self.next => self.cur.expr() + condition.expr()); }); } pub(crate) fn assign( &self, - layouter: &mut impl Layouter, + region: &mut CachedRegion<'_, '_, F>, height: usize, ) -> Result<(), Error> { - layouter.assign_region( - || "memory bank", - |mut region| { - // Pad to the full circuit (necessary for reads) - let mut store_offsets = self.store_offsets.clone(); - store_offsets.push(height); - - let mut offset = 0; - for (store_index, &stored_offset) in store_offsets.iter().enumerate() { - while offset <= stored_offset { - region.assign_advice( - || "assign memory index".to_string(), - self.column, - offset, - || Value::known(F::from(store_index as u64)), - )?; - offset += 1; - } - } - Ok(()) - }, - ) + // Pad to the full circuit (necessary for reads) + let mut store_offsets = self.store_offsets.clone(); + store_offsets.push(height); + + // TODO(Brecht): partial updates + let mut offset = 0; + for (store_index, &stored_offset) in store_offsets.iter().enumerate() { + while offset <= stored_offset { + region.assign_advice( + || "assign memory index".to_string(), + self.column, + offset, + || Value::known(F::from(store_index as u64)), + )?; + offset += 1; + } + } + Ok(()) } pub(crate) fn tag(&self) -> C { self.tag } + pub(crate) fn table_tag(&self) -> C { + self.table_tag + } + pub(crate) fn insert_key(&self, key: V, values: &[V]) -> Vec { [vec![key], values.to_owned()].concat().to_vec() } diff --git a/zkevm-circuits/src/copy_circuit.rs b/zkevm-circuits/src/copy_circuit.rs index cb9de0dc47..08b4dd7b02 100644 --- a/zkevm-circuits/src/copy_circuit.rs +++ b/zkevm-circuits/src/copy_circuit.rs @@ -3,11 +3,11 @@ //! etc. pub(crate) mod util; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; #[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::CopyCircuit as TestCopyCircuit; use bus_mapping::{ @@ -171,10 +171,10 @@ impl SubCircuitConfig for CopyCircuitConfig { meta, ))), |cb| { - cb.require_equal( + cb.require_equal_word( "rows[0].id == rows[2].id", - meta.query_advice(id, Rotation::cur()), - meta.query_advice(id, Rotation(2)), + id.map(|limb| meta.query_advice(limb, Rotation::cur())), + id.map(|limb| meta.query_advice(limb, Rotation(2))), ); cb.require_equal( "rows[0].tag == rows[2].tag", @@ -341,17 +341,20 @@ impl SubCircuitConfig for CopyCircuitConfig { meta.query_advice(rw_counter, Rotation::cur()), not::expr(meta.query_selector(q_step)), Target::Memory.expr(), - meta.query_advice(id, Rotation::cur()), // call_id - meta.query_advice(addr, Rotation::cur()), // memory address - 0.expr(), - 0.expr(), - meta.query_advice(value, Rotation::cur()), - 0.expr(), - 0.expr(), - 0.expr(), + meta.query_advice(id.lo(), Rotation::cur()), // call_id + meta.query_advice(addr, Rotation::cur()), // memory address + 0.expr(), // field tag + 0.expr(), // storage_key_lo + 0.expr(), // storage_key_hi + meta.query_advice(value, Rotation::cur()), // value_lo + 0.expr(), // value_hi + 0.expr(), // value_prev_lo + 0.expr(), // value_prev_hi + 0.expr(), // init_val_lo + 0.expr(), // init_val_hi ] .into_iter() - .zip(rw_table.table_exprs(meta).into_iter()) + .zip_eq(rw_table.table_exprs(meta).into_iter()) .map(|(arg, table)| (cond.clone() * arg, table)) .collect() }); @@ -363,17 +366,20 @@ impl SubCircuitConfig for CopyCircuitConfig { meta.query_advice(rw_counter, Rotation::cur()), 1.expr(), Target::TxLog.expr(), - meta.query_advice(id, Rotation::cur()), // tx_id - meta.query_advice(addr, Rotation::cur()), // byte_index || field_tag || log_id - 0.expr(), - 0.expr(), - meta.query_advice(value, Rotation::cur()), - 0.expr(), - 0.expr(), - 0.expr(), + meta.query_advice(id.lo(), Rotation::cur()), // tx_id + meta.query_advice(addr, Rotation::cur()), // byte_index || field_tag || log_id + 0.expr(), // field tag + 0.expr(), // storage_key_lo + 0.expr(), // storage_key_hi + meta.query_advice(value, Rotation::cur()), // value_lo + 0.expr(), // value_hi + 0.expr(), // value_prev_lo + 0.expr(), // value_prev_hi + 0.expr(), // init_val_lo + 0.expr(), // init_val_hi ] .into_iter() - .zip(rw_table.table_exprs(meta).into_iter()) + .zip_eq(rw_table.table_exprs(meta).into_iter()) .map(|(arg, table)| (cond.clone() * arg, table)) .collect() }); @@ -383,14 +389,15 @@ impl SubCircuitConfig for CopyCircuitConfig { * tag.value_equals(CopyDataType::Bytecode, Rotation::cur())(meta) * not::expr(meta.query_advice(is_pad, Rotation::cur())); vec![ - meta.query_advice(id, Rotation::cur()), + meta.query_advice(id.lo(), Rotation::cur()), + meta.query_advice(id.hi(), Rotation::cur()), BytecodeFieldTag::Byte.expr(), meta.query_advice(addr, Rotation::cur()), meta.query_advice(is_code, Rotation::cur()), meta.query_advice(value, Rotation::cur()), ] .into_iter() - .zip(bytecode_table.table_exprs(meta).into_iter()) + .zip_eq(bytecode_table.table_exprs(meta).into_iter()) .map(|(arg, table)| (cond.clone() * arg, table)) .collect() }); @@ -400,7 +407,8 @@ impl SubCircuitConfig for CopyCircuitConfig { * tag.value_equals(CopyDataType::TxCalldata, Rotation::cur())(meta) * not::expr(meta.query_advice(is_pad, Rotation::cur())); vec![ - meta.query_advice(id, Rotation::cur()), + meta.query_advice(id.lo(), Rotation::cur()), /* For transaction ID we use lo + * limb only */ TxContextFieldTag::CallData.expr(), meta.query_advice(addr, Rotation::cur()), meta.query_advice(value, Rotation::cur()), @@ -411,6 +419,39 @@ impl SubCircuitConfig for CopyCircuitConfig { .collect() }); + meta.create_gate("id_hi === 0 when Momory", |meta| { + let mut cb = BaseConstraintBuilder::default(); + + let cond = tag.value_equals(CopyDataType::Memory, Rotation::cur())(meta) + * not::expr(meta.query_advice(is_pad, Rotation::cur())); + cb.condition(cond, |cb| { + cb.require_zero("id_hi === 0", meta.query_advice(id.hi(), Rotation::cur())) + }); + cb.gate(meta.query_fixed(q_enable, Rotation::cur())) + }); + + meta.create_gate("id_hi === 0 when TxLog", |meta| { + let mut cb = BaseConstraintBuilder::default(); + + let cond = tag.value_equals(CopyDataType::TxLog, Rotation::cur())(meta) + * not::expr(meta.query_advice(is_pad, Rotation::cur())); + cb.condition(cond, |cb| { + cb.require_zero("id_hi === 0", meta.query_advice(id.hi(), Rotation::cur())) + }); + cb.gate(meta.query_fixed(q_enable, Rotation::cur())) + }); + + meta.create_gate("id_hi === 0 when TxCalldata", |meta| { + let mut cb = BaseConstraintBuilder::default(); + + let cond = tag.value_equals(CopyDataType::TxCalldata, Rotation::cur())(meta) + * not::expr(meta.query_advice(is_pad, Rotation::cur())); + cb.condition(cond, |cb| { + cb.require_zero("id_hi === 0", meta.query_advice(id.hi(), Rotation::cur())) + }); + cb.gate(meta.query_fixed(q_enable, Rotation::cur())) + }); + Self { q_step, is_last, @@ -503,8 +544,10 @@ impl CopyCircuitConfig { lt_chip.assign( region, *offset, - F::from(copy_event.src_addr + u64::try_from(step_idx).unwrap() / 2u64), - F::from(copy_event.src_addr_end), + Value::known(F::from( + copy_event.src_addr + u64::try_from(step_idx).unwrap() / 2u64, + )), + Value::known(F::from(copy_event.src_addr_end)), )?; } @@ -605,8 +648,14 @@ impl CopyCircuitConfig { )?; // id region.assign_advice( - || format!("assign id {}", *offset), - self.copy_table.id, + || format!("assign id lo {}", *offset), + self.copy_table.id.lo(), + *offset, + || Value::known(F::ZERO), + )?; + region.assign_advice( + || format!("assign id hi {}", *offset), + self.copy_table.id.hi(), *offset, || Value::known(F::ZERO), )?; @@ -683,7 +732,7 @@ impl CopyCircuitConfig { // tag tag_chip.assign(region, *offset, &CopyDataType::Padding)?; // Assign LT gadget - lt_chip.assign(region, *offset, F::ZERO, F::ONE)?; + lt_chip.assign(region, *offset, Value::known(F::ZERO), Value::known(F::ONE))?; *offset += 1; diff --git a/zkevm-circuits/src/copy_circuit/dev.rs b/zkevm-circuits/src/copy_circuit/dev.rs index 996b12b07a..85f0f71b04 100644 --- a/zkevm-circuits/src/copy_circuit/dev.rs +++ b/zkevm-circuits/src/copy_circuit/dev.rs @@ -57,21 +57,18 @@ impl Circuit for CopyCircuit { &self.external_data.txs, self.external_data.max_txs, self.external_data.max_calldata, - &challenge_values, )?; config.0.rw_table.load( &mut layouter, &self.external_data.rws.table_assignments(), self.external_data.max_rws, - challenge_values.evm_word(), )?; - config.0.bytecode_table.load( - &mut layouter, - self.external_data.bytecodes.values(), - &challenge_values, - )?; + config + .0 + .bytecode_table + .load(&mut layouter, self.external_data.bytecodes.values())?; self.synthesize_sub(&config.0, &challenge_values, &mut layouter) } } diff --git a/zkevm-circuits/src/copy_circuit/test.rs b/zkevm-circuits/src/copy_circuit/test.rs index b60b965c9a..825febe790 100644 --- a/zkevm-circuits/src/copy_circuit/test.rs +++ b/zkevm-circuits/src/copy_circuit/test.rs @@ -5,8 +5,7 @@ use crate::{ witness::Block, }; use bus_mapping::{ - circuit_input_builder::{CircuitInputBuilder, CircuitsParams}, - evm::Sha3CodeGen, + circuit_input_builder::{CircuitInputBuilder, FixedCParams}, mock::BlockData, }; use eth_types::{bytecode, geth_types::GethData, ToWord, Word}; @@ -14,7 +13,9 @@ use halo2_proofs::{ dev::{MockProver, VerifyFailure}, halo2curves::bn256::Fr, }; -use mock::{test_ctx::helpers::account_0_code_account_1_no_code, TestContext, MOCK_ACCOUNTS}; +use mock::{ + test_ctx::helpers::account_0_code_account_1_no_code, Sha3CodeGen, TestContext, MOCK_ACCOUNTS, +}; #[test] fn copy_circuit_unusable_rows() { @@ -58,7 +59,7 @@ pub fn test_copy_circuit_from_block( ) } -fn gen_calldatacopy_data() -> CircuitInputBuilder { +fn gen_calldatacopy_data() -> CircuitInputBuilder { let length = 0x0fffusize; let code = bytecode! { PUSH32(Word::from(length)) @@ -81,23 +82,13 @@ fn gen_calldatacopy_data() -> CircuitInputBuilder { ) .unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: 8192, - max_copy_rows: 8192 + 2, - max_calldata: 5000, - ..Default::default() - }, - ) - .new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) - .unwrap(); - builder + .unwrap() } -fn gen_codecopy_data() -> CircuitInputBuilder { +fn gen_codecopy_data() -> CircuitInputBuilder { let code = bytecode! { PUSH32(Word::from(0x20)) PUSH32(Word::from(0x00)) @@ -107,14 +98,13 @@ fn gen_codecopy_data() -> CircuitInputBuilder { }; let test_ctx = TestContext::<2, 1>::simple_ctx_with_bytecode(code).unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) - .unwrap(); - builder + .unwrap() } -fn gen_extcodecopy_data() -> CircuitInputBuilder { +fn gen_extcodecopy_data() -> CircuitInputBuilder { let external_address = MOCK_ACCOUNTS[0]; let code = bytecode! { PUSH1(0x30usize) @@ -143,33 +133,23 @@ fn gen_extcodecopy_data() -> CircuitInputBuilder { ) .unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) - .unwrap(); - builder + .unwrap() } -fn gen_sha3_data() -> CircuitInputBuilder { +fn gen_sha3_data() -> CircuitInputBuilder { let (code, _) = Sha3CodeGen::mem_eq_size(0x20, 0x200).gen_sha3_code(); let test_ctx = TestContext::<2, 1>::simple_ctx_with_bytecode(code).unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data_with_params( - block.clone(), - CircuitsParams { - max_rws: 2000, - max_copy_rows: 0x200 * 2 + 2, - ..Default::default() - }, - ) - .new_circuit_input_builder(); + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) - .unwrap(); - builder + .unwrap() } -fn gen_tx_log_data() -> CircuitInputBuilder { +fn gen_tx_log_data() -> CircuitInputBuilder { let code = bytecode! { PUSH32(200) // value PUSH32(0) // offset @@ -182,7 +162,10 @@ fn gen_tx_log_data() -> CircuitInputBuilder { }; let test_ctx = TestContext::<2, 1>::simple_ctx_with_bytecode(code).unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + // Needs default params for variadic check + let mut builder = + BlockData::new_from_geth_data_with_params(block.clone(), FixedCParams::default()) + .new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); @@ -192,35 +175,35 @@ fn gen_tx_log_data() -> CircuitInputBuilder { #[test] fn copy_circuit_valid_calldatacopy() { let builder = gen_calldatacopy_data(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_eq!(test_copy_circuit_from_block(14, block), Ok(())); } #[test] fn copy_circuit_valid_codecopy() { let builder = gen_codecopy_data(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_eq!(test_copy_circuit_from_block(10, block), Ok(())); } #[test] fn copy_circuit_valid_extcodecopy() { let builder = gen_extcodecopy_data(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_eq!(test_copy_circuit_from_block(14, block), Ok(())); } #[test] fn copy_circuit_valid_sha3() { let builder = gen_sha3_data(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_eq!(test_copy_circuit_from_block(14, block), Ok(())); } #[test] fn copy_circuit_valid_tx_log() { let builder = gen_tx_log_data(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_eq!(test_copy_circuit_from_block(10, block), Ok(())); } @@ -232,7 +215,7 @@ fn copy_circuit_invalid_calldatacopy() { builder.block.copy_events[0].bytes[0].0 = builder.block.copy_events[0].bytes[0].0.wrapping_add(1); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_error_matches( test_copy_circuit_from_block(14, block), @@ -248,7 +231,7 @@ fn copy_circuit_invalid_codecopy() { builder.block.copy_events[0].bytes[0].0 = builder.block.copy_events[0].bytes[0].0.wrapping_add(1); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_error_matches( test_copy_circuit_from_block(10, block), @@ -264,7 +247,7 @@ fn copy_circuit_invalid_extcodecopy() { builder.block.copy_events[0].bytes[0].0 = builder.block.copy_events[0].bytes[0].0.wrapping_add(1); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_error_matches( test_copy_circuit_from_block(14, block), @@ -280,7 +263,7 @@ fn copy_circuit_invalid_sha3() { builder.block.copy_events[0].bytes[0].0 = builder.block.copy_events[0].bytes[0].0.wrapping_add(1); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_error_matches( test_copy_circuit_from_block(14, block), @@ -296,7 +279,7 @@ fn copy_circuit_invalid_tx_log() { builder.block.copy_events[0].bytes[0].0 = builder.block.copy_events[0].bytes[0].0.wrapping_add(1); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); assert_error_matches( test_copy_circuit_from_block(10, block), @@ -307,18 +290,18 @@ fn copy_circuit_invalid_tx_log() { #[test] fn variadic_size_check() { let builder = gen_tx_log_data(); - let block1 = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block1 = block_convert::(&builder).unwrap(); let block: GethData = TestContext::<0, 0>::new(None, |_| {}, |_, _| {}, |b, _| b) .unwrap() .into(); let mut builder = - BlockData::new_from_geth_data_with_params(block.clone(), CircuitsParams::default()) + BlockData::new_from_geth_data_with_params(block.clone(), FixedCParams::default()) .new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - let block2 = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block2 = block_convert::(&builder).unwrap(); let circuit = CopyCircuit::::new(block1.copy_events, block1.circuits_params.max_copy_rows); let prover1 = MockProver::::run(14, &circuit, vec![]).unwrap(); diff --git a/zkevm-circuits/src/copy_circuit/util.rs b/zkevm-circuits/src/copy_circuit/util.rs index 87d5056949..24cce0f3f4 100644 --- a/zkevm-circuits/src/copy_circuit/util.rs +++ b/zkevm-circuits/src/copy_circuit/util.rs @@ -1,22 +1,12 @@ -use crate::evm_circuit::util::rlc; +use crate::util::word::Word; use bus_mapping::circuit_input_builder::NumberOrHash; use eth_types::Field; use halo2_proofs::circuit::Value; /// Encode the type `NumberOrHash` into a field element -pub fn number_or_hash_to_field(v: &NumberOrHash, challenge: Value) -> Value { +pub fn number_or_hash_to_word(v: &NumberOrHash) -> Word> { match v { - NumberOrHash::Number(n) => Value::known(F::from(*n as u64)), - NumberOrHash::Hash(h) => { - // since code hash in the bytecode table is represented in - // the little-endian form, we reverse the big-endian bytes - // of H256. - let le_bytes = { - let mut b = h.to_fixed_bytes(); - b.reverse(); - b - }; - challenge.map(|challenge| rlc::value(&le_bytes, challenge)) - } + NumberOrHash::Number(n) => Word::from(*n as u64).into_value(), + NumberOrHash::Hash(h) => Word::from(*h).into_value(), } } diff --git a/zkevm-circuits/src/evm_circuit.rs b/zkevm-circuits/src/evm_circuit.rs index 85ac549a03..f9f9de0333 100644 --- a/zkevm-circuits/src/evm_circuit.rs +++ b/zkevm-circuits/src/evm_circuit.rs @@ -1,6 +1,5 @@ //! The EVM circuit implementation. -#![allow(missing_docs)] use halo2_proofs::{ circuit::{Layouter, SimpleFloorPlanner, Value}, plonk::*, @@ -12,10 +11,10 @@ pub mod step; pub mod table; pub(crate) mod util; -#[cfg(any(feature = "test", test))] +#[cfg(test)] pub(crate) mod test; use self::step::HasExecutionState; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use self::EvmCircuit as TestEvmCircuit; pub use crate::witness; @@ -23,6 +22,7 @@ use crate::{ evm_circuit::param::{MAX_STEP_HEIGHT, STEP_STATE_HEIGHT}, table::{ BlockTable, BytecodeTable, CopyTable, ExpTable, KeccakTable, LookupTable, RwTable, TxTable, + UXTable, }, util::{Challenges, SubCircuit, SubCircuitConfig}, }; @@ -38,7 +38,9 @@ use witness::Block; #[derive(Clone, Debug)] pub struct EvmCircuitConfig { fixed_table: [Column; 4], - byte_table: [Column; 1], + u8_table: UXTable<8>, + u16_table: UXTable<16>, + /// The execution config pub execution: Box>, // External tables tx_table: TxTable, @@ -68,6 +70,10 @@ pub struct EvmCircuitConfigArgs { pub keccak_table: KeccakTable, /// ExpTable pub exp_table: ExpTable, + /// U8Table + pub u8_table: UXTable<8>, + /// U16Table + pub u16_table: UXTable<16>, } impl SubCircuitConfig for EvmCircuitConfig { @@ -85,15 +91,17 @@ impl SubCircuitConfig for EvmCircuitConfig { copy_table, keccak_table, exp_table, + u8_table, + u16_table, }: Self::ConfigArgs, ) -> Self { let fixed_table = [(); 4].map(|_| meta.fixed_column()); - let byte_table = [(); 1].map(|_| meta.fixed_column()); let execution = Box::new(ExecutionConfig::configure( meta, challenges, &fixed_table, - &byte_table, + &u8_table, + &u16_table, &tx_table, &rw_table, &bytecode_table, @@ -103,7 +111,8 @@ impl SubCircuitConfig for EvmCircuitConfig { &exp_table, )); - meta.annotate_lookup_any_column(byte_table[0], || "byte_range"); + u8_table.annotate_columns(meta); + u16_table.annotate_columns(meta); fixed_table.iter().enumerate().for_each(|(idx, &col)| { meta.annotate_lookup_any_column(col, || format!("fix_table_{}", idx)) }); @@ -114,10 +123,13 @@ impl SubCircuitConfig for EvmCircuitConfig { copy_table.annotate_columns(meta); keccak_table.annotate_columns(meta); exp_table.annotate_columns(meta); + u8_table.annotate_columns(meta); + u16_table.annotate_columns(meta); Self { fixed_table, - byte_table, + u8_table, + u16_table, execution, tx_table, rw_table, @@ -153,25 +165,6 @@ impl EvmCircuitConfig { }, ) } - - /// Load byte table - pub fn load_byte_table(&self, layouter: &mut impl Layouter) -> Result<(), Error> { - layouter.assign_region( - || "byte table", - |mut region| { - for offset in 0..256 { - region.assign_fixed( - || "", - self.byte_table[0], - offset, - || Value::known(F::from(offset as u64)), - )?; - } - - Ok(()) - }, - ) - } } /// Tx Circuit for verifying transaction signatures @@ -190,16 +183,19 @@ impl EvmCircuit { fixed_table_tags: FixedTableTag::iter().collect(), } } - - pub fn new_dev(block: Block, fixed_table_tags: Vec) -> Self { + #[cfg(feature = "test-circuits")] + /// Construct the EvmCircuit with only subset of Fixed table tags required by tests to save + /// testing time + pub(crate) fn get_test_circuit_from_block(block: Block) -> Self { + let fixed_table_tags = detect_fixed_table_tags(&block); Self { block: Some(block), fixed_table_tags, } } - + #[cfg(feature = "test-circuits")] /// Calculate which rows are "actually" used in the circuit - pub fn get_active_rows(block: &Block) -> (Vec, Vec) { + pub(crate) fn get_active_rows(block: &Block) -> (Vec, Vec) { let max_offset = Self::get_num_rows_required(block); // some gates are enabled on all rows let gates_row_ids = (0..max_offset).collect(); @@ -207,8 +203,9 @@ impl EvmCircuit { let lookup_row_ids = (0..max_offset).collect(); (gates_row_ids, lookup_row_ids) } - - pub fn get_num_rows_required(block: &Block) -> usize { + /// Get the minimum number of rows required to process the block + /// If unspecified, then compute it + pub(crate) fn get_num_rows_required(block: &Block) -> usize { let evm_rows = block.circuits_params.max_evm_rows; if evm_rows == 0 { Self::get_min_num_rows_required(block) @@ -217,11 +214,11 @@ impl EvmCircuit { block.circuits_params.max_evm_rows + 1 } } - - pub fn get_min_num_rows_required(block: &Block) -> usize { + /// Compute the minimum number of rows required to process the block + fn get_min_num_rows_required(block: &Block) -> usize { let mut num_rows = 0; for transaction in &block.txs { - for step in &transaction.steps { + for step in transaction.steps() { num_rows += step.execution_state().get_step_height(); } } @@ -270,7 +267,6 @@ impl SubCircuit for EvmCircuit { let block = self.block.as_ref().unwrap(); config.load_fixed_table(layouter, self.fixed_table_tags.clone())?; - config.load_byte_table(layouter)?; config.execution.assign_block(layouter, block, challenges) } } @@ -278,7 +274,7 @@ impl SubCircuit for EvmCircuit { /// create fixed_table_tags needed given witness block pub(crate) fn detect_fixed_table_tags(block: &Block) -> Vec { let need_bitwise_lookup = block.txs.iter().any(|tx| { - tx.steps.iter().any(|step| { + tx.steps().iter().any(|step| { matches!( step.opcode(), Some(OpcodeId::AND) @@ -298,7 +294,7 @@ pub(crate) fn detect_fixed_table_tags(block: &Block) -> Vec) -> Self { - Self(EvmCircuit::::get_test_cicuit_from_block(block)) + pub(crate) fn get_test_circuit_from_block(block: Block) -> Self { + Self(EvmCircuit::::get_test_circuit_from_block(block)) } } } @@ -375,6 +371,8 @@ impl Circuit for EvmCircuit { let copy_table = CopyTable::construct(meta, q_copy_table); let keccak_table = KeccakTable::construct(meta); let exp_table = ExpTable::construct(meta); + let u8_table = UXTable::construct(meta); + let u16_table = UXTable::construct(meta); let challenges = Challenges::construct(meta); let challenges_expr = challenges.exprs(meta); @@ -390,6 +388,8 @@ impl Circuit for EvmCircuit { copy_table, keccak_table, exp_table, + u8_table, + u16_table, }, ), challenges, @@ -411,27 +411,26 @@ impl Circuit for EvmCircuit { &block.txs, block.circuits_params.max_txs, block.circuits_params.max_calldata, - &challenges, )?; block.rws.check_rw_counter_sanity(); config.rw_table.load( &mut layouter, &block.rws.table_assignments(), block.circuits_params.max_rws, - challenges.evm_word(), )?; config .bytecode_table - .load(&mut layouter, block.bytecodes.values(), &challenges)?; - config - .block_table - .load(&mut layouter, &block.context, challenges.evm_word())?; + .load(&mut layouter, block.bytecodes.values())?; + config.block_table.load(&mut layouter, &block.context)?; config.copy_table.load(&mut layouter, block, &challenges)?; config .keccak_table - .dev_load(&mut layouter, &block.sha3_inputs, &challenges, true)?; + .dev_load(&mut layouter, &block.sha3_inputs, &challenges)?; config.exp_table.load(&mut layouter, block)?; + config.u8_table.load(&mut layouter)?; + config.u16_table.load(&mut layouter)?; + self.synthesize_sub(&config, &challenges, &mut layouter) } } @@ -444,7 +443,7 @@ mod evm_circuit_stats { util::{unusable_rows, SubCircuit}, witness::block_convert, }; - use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; + use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; use eth_types::{bytecode, geth_types::GethData}; use halo2_proofs::{self, dev::MockProver, halo2curves::bn256::Fr}; @@ -483,7 +482,7 @@ mod evm_circuit_stats { #[test] fn variadic_size_check() { - let params = CircuitsParams { + let params = FixedCParams { max_evm_rows: 1 << 12, ..Default::default() }; @@ -496,10 +495,10 @@ mod evm_circuit_stats { builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); let k = block.get_test_degree(); - let circuit = EvmCircuit::::get_test_cicuit_from_block(block); + let circuit = EvmCircuit::::get_test_circuit_from_block(block); let prover1 = MockProver::::run(k, &circuit, vec![]).unwrap(); let code = bytecode! { @@ -518,9 +517,9 @@ mod evm_circuit_stats { builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); let k = block.get_test_degree(); - let circuit = EvmCircuit::::get_test_cicuit_from_block(block); + let circuit = EvmCircuit::::get_test_circuit_from_block(block); let prover2 = MockProver::::run(k, &circuit, vec![]).unwrap(); assert_eq!(prover1.fixed(), prover2.fixed()); diff --git a/zkevm-circuits/src/evm_circuit/execution.rs b/zkevm-circuits/src/evm_circuit/execution.rs index ec26da51cd..ea159318c0 100644 --- a/zkevm-circuits/src/evm_circuit/execution.rs +++ b/zkevm-circuits/src/evm_circuit/execution.rs @@ -1,11 +1,11 @@ use super::{ param::{ BLOCK_TABLE_LOOKUPS, BYTECODE_TABLE_LOOKUPS, COPY_TABLE_LOOKUPS, EXP_TABLE_LOOKUPS, - FIXED_TABLE_LOOKUPS, KECCAK_TABLE_LOOKUPS, N_BYTE_LOOKUPS, N_COPY_COLUMNS, - N_PHASE1_COLUMNS, RW_TABLE_LOOKUPS, TX_TABLE_LOOKUPS, + FIXED_TABLE_LOOKUPS, KECCAK_TABLE_LOOKUPS, N_COPY_COLUMNS, N_PHASE1_COLUMNS, N_U16_LOOKUPS, + N_U8_LOOKUPS, RW_TABLE_LOOKUPS, TX_TABLE_LOOKUPS, }, step::HasExecutionState, - util::{instrumentation::Instrument, CachedRegion, CellManager, StoredExpression}, + util::{instrumentation::Instrument, CachedRegion, StoredExpression}, }; use crate::{ evm_circuit::{ @@ -16,13 +16,17 @@ use crate::{ constraint_builder::{ BaseConstraintBuilder, ConstrainBuilderCommon, EVMConstraintBuilder, }, - rlc, CellType, + evaluate_expression, rlc, }, witness::{Block, Call, ExecStep, Transaction}, }, table::LookupTable, - util::{query_expression, Challenges, Expr}, + util::{ + cell_manager::{CMFixedWidthStrategy, CellManager, CellType}, + Challenges, Expr, + }, }; +use bus_mapping::operation::Target; use eth_types::{evm_unimplemented, Field}; use gadgets::util::not; use halo2_proofs::{ @@ -58,10 +62,12 @@ mod chainid; mod codecopy; mod codesize; mod comparator; +mod create; mod dummy; mod dup; mod end_block; mod end_tx; +mod error_invalid_creation_code; mod error_invalid_jump; mod error_invalid_opcode; mod error_oog_call; @@ -110,14 +116,13 @@ mod sstore; mod stop; mod swap; -use self::sha3::Sha3Gadget; +use self::{block_ctx::BlockCtxGadget, sha3::Sha3Gadget}; use add_sub::AddSubGadget; use addmod::AddModGadget; use address::AddressGadget; use balance::BalanceGadget; use begin_tx::BeginTxGadget; use bitwise::BitwiseGadget; -use block_ctx::{BlockCtxU160Gadget, BlockCtxU256Gadget, BlockCtxU64Gadget}; use blockhash::BlockHashGadget; use byte::ByteGadget; use calldatacopy::CallDataCopyGadget; @@ -130,10 +135,12 @@ use chainid::ChainIdGadget; use codecopy::CodeCopyGadget; use codesize::CodesizeGadget; use comparator::ComparatorGadget; +use create::CreateGadget; use dummy::DummyGadget; use dup::DupGadget; use end_block::EndBlockGadget; use end_tx::EndTxGadget; +use error_invalid_creation_code::ErrorInvalidCreationCodeGadget; use error_invalid_jump::ErrorInvalidJumpGadget; use error_invalid_opcode::ErrorInvalidOpcodeGadget; use error_oog_call::ErrorOOGCallGadget; @@ -218,6 +225,7 @@ pub struct ExecutionConfig { step: Step, pub(crate) height_map: HashMap, stored_expressions_map: HashMap>>, + debug_expressions_map: HashMap)>>, instrument: Instrument, // internal state gadgets begin_tx_gadget: Box>, @@ -269,8 +277,8 @@ pub struct ExecutionConfig { shl_shr_gadget: Box>, returndatasize_gadget: Box>, returndatacopy_gadget: Box>, - create_gadget: Box>, - create2_gadget: Box>, + create_gadget: Box>, + create2_gadget: Box>, selfdestruct_gadget: Box>, signed_comparator_gadget: Box>, signextend_gadget: Box>, @@ -279,9 +287,7 @@ pub struct ExecutionConfig { stop_gadget: Box>, swap_gadget: Box>, blockhash_gadget: Box>, - block_ctx_u64_gadget: Box>, - block_ctx_u160_gadget: Box>, - block_ctx_u256_gadget: Box>, + block_ctx_gadget: Box>, // error gadgets error_oog_call: Box>, error_oog_constant: Box>, @@ -305,11 +311,12 @@ pub struct ExecutionConfig { error_oog_code_store: Box>, error_invalid_jump: Box>, error_invalid_opcode: Box>, + #[allow(dead_code, reason = "under active development")] error_depth: Box>, + #[allow(dead_code, reason = "under active development")] error_contract_address_collision: Box>, - error_invalid_creation_code: - Box>, + error_invalid_creation_code: Box>, error_return_data_out_of_bound: Box>, } @@ -320,7 +327,8 @@ impl ExecutionConfig { meta: &mut ConstraintSystem, challenges: Challenges>, fixed_table: &dyn LookupTable, - byte_table: &dyn LookupTable, + u8_table: &dyn LookupTable, + u16_table: &dyn LookupTable, tx_table: &dyn LookupTable, rw_table: &dyn LookupTable, bytecode_table: &dyn LookupTable, @@ -355,7 +363,7 @@ impl ExecutionConfig { .try_into() .unwrap(); - let step_curr = Step::new(meta, advices, 0, false); + let step_curr = Step::new(meta, advices, 0); let mut height_map = HashMap::new(); meta.create_gate("Constrain execution state", |meta| { @@ -448,6 +456,7 @@ impl ExecutionConfig { }); let mut stored_expressions_map = HashMap::new(); + let mut debug_expressions_map = HashMap::new(); macro_rules! configure_gadget { () => { @@ -469,6 +478,7 @@ impl ExecutionConfig { &step_curr, &mut height_map, &mut stored_expressions_map, + &mut debug_expressions_map, &mut instrument, )) })() @@ -546,9 +556,7 @@ impl ExecutionConfig { sstore_gadget: configure_gadget!(), stop_gadget: configure_gadget!(), swap_gadget: configure_gadget!(), - block_ctx_u64_gadget: configure_gadget!(), - block_ctx_u160_gadget: configure_gadget!(), - block_ctx_u256_gadget: configure_gadget!(), + block_ctx_gadget: configure_gadget!(), // error gadgets error_oog_constant: configure_gadget!(), error_oog_static_memory_gadget: configure_gadget!(), @@ -576,13 +584,15 @@ impl ExecutionConfig { step: step_curr, height_map, stored_expressions_map, + debug_expressions_map, instrument, }; Self::configure_lookup( meta, fixed_table, - byte_table, + u8_table, + u16_table, tx_table, rw_table, bytecode_table, @@ -613,26 +623,29 @@ impl ExecutionConfig { step_curr: &Step, height_map: &mut HashMap, stored_expressions_map: &mut HashMap>>, + debug_expressions_map: &mut HashMap)>>, instrument: &mut Instrument, ) -> G { // Configure the gadget with the max height first so we can find out the actual // height let height = { - let dummy_step_next = Step::new(meta, advices, MAX_STEP_HEIGHT, true); + let dummy_step_next = Step::new(meta, advices, MAX_STEP_HEIGHT); let mut cb = EVMConstraintBuilder::new( + meta, step_curr.clone(), dummy_step_next, challenges, G::EXECUTION_STATE, ); G::configure(&mut cb); - let (_, _, height) = cb.build(); + let (_, _, height, _) = cb.build(); height }; // Now actually configure the gadget with the correct minimal height - let step_next = &Step::new(meta, advices, height, true); + let step_next = &Step::new(meta, advices, height); let mut cb = EVMConstraintBuilder::new( + meta, step_curr.clone(), step_next.clone(), challenges, @@ -642,7 +655,6 @@ impl ExecutionConfig { let gadget = G::configure(&mut cb); Self::configure_gadget_impl( - meta, q_usable, q_step, num_rows_until_next_step, @@ -652,6 +664,7 @@ impl ExecutionConfig { step_next, height_map, stored_expressions_map, + debug_expressions_map, instrument, G::NAME, G::EXECUTION_STATE, @@ -664,7 +677,6 @@ impl ExecutionConfig { #[allow(clippy::too_many_arguments)] fn configure_gadget_impl( - meta: &mut ConstraintSystem, q_usable: Selector, q_step: Column, num_rows_until_next_step: Column, @@ -674,6 +686,7 @@ impl ExecutionConfig { step_next: &Step, height_map: &mut HashMap, stored_expressions_map: &mut HashMap>>, + debug_expressions_map: &mut HashMap)>>, instrument: &mut Instrument, name: &'static str, execution_state: ExecutionState, @@ -681,9 +694,8 @@ impl ExecutionConfig { mut cb: EVMConstraintBuilder, ) { // Enforce the step height for this opcode - let num_rows_until_next_step_next = query_expression(meta, |meta| { - meta.query_advice(num_rows_until_next_step, Rotation::next()) - }); + let num_rows_until_next_step_next = cb + .query_expression(|meta| meta.query_advice(num_rows_until_next_step, Rotation::next())); cb.require_equal( "num_rows_until_next_step_next := height - 1", num_rows_until_next_step_next, @@ -692,7 +704,8 @@ impl ExecutionConfig { instrument.on_gadget_built(execution_state, &cb); - let (constraints, stored_expressions, _) = cb.build(); + let debug_expressions = cb.debug_expressions.clone(); + let (constraints, stored_expressions, _, meta) = cb.build(); debug_assert!( !height_map.contains_key(&execution_state), "execution state already configured" @@ -704,6 +717,7 @@ impl ExecutionConfig { "execution state already configured" ); stored_expressions_map.insert(execution_state, stored_expressions); + debug_expressions_map.insert(execution_state, debug_expressions); // Enforce the logic for this opcode let sel_step: &dyn Fn(&mut VirtualCells) -> Expression = @@ -798,7 +812,8 @@ impl ExecutionConfig { fn configure_lookup( meta: &mut ConstraintSystem, fixed_table: &dyn LookupTable, - byte_table: &dyn LookupTable, + u8_table: &dyn LookupTable, + u16_table: &dyn LookupTable, tx_table: &dyn LookupTable, rw_table: &dyn LookupTable, bytecode_table: &dyn LookupTable, @@ -807,14 +822,17 @@ impl ExecutionConfig { keccak_table: &dyn LookupTable, exp_table: &dyn LookupTable, challenges: &Challenges>, - cell_manager: &CellManager, + cell_manager: &CellManager, ) { for column in cell_manager.columns().iter() { if let CellType::Lookup(table) = column.cell_type { let name = format!("{:?}", table); + let column_expr = column.expr(meta); meta.lookup_any(Box::leak(name.into_boxed_str()), |meta| { let table_expressions = match table { Table::Fixed => fixed_table, + Table::U8 => u8_table, + Table::U16 => u16_table, Table::Tx => tx_table, Table::Rw => rw_table, Table::Bytecode => bytecode_table, @@ -825,20 +843,12 @@ impl ExecutionConfig { } .table_exprs(meta); vec![( - column.expr(), + column_expr, rlc::expr(&table_expressions, challenges.lookup_input()), )] }); } } - for column in cell_manager.columns().iter() { - if let CellType::LookupByte = column.cell_type { - meta.lookup_any("Byte lookup", |meta| { - let byte_table_expression = byte_table.table_exprs(meta)[0].clone(); - vec![(column.expr(), byte_table_expression)] - }); - } - } } /// Assign columns related to step counter @@ -888,6 +898,8 @@ impl ExecutionConfig { block: &Block, challenges: &Challenges>, ) -> Result<(), Error> { + // Track number of calls to `layouter.assign_region` as layouter assignment passes. + let mut assign_pass = 0; layouter.assign_region( || "Execution step", |mut region| { @@ -902,7 +914,7 @@ impl ExecutionConfig { let last_call = block .txs .last() - .map(|tx| tx.calls[0].clone()) + .map(|tx| tx.calls()[0].clone()) .unwrap_or_else(Call::default); let end_block_not_last = &block.end_block_not_last; let end_block_last = &block.end_block_last; @@ -911,9 +923,9 @@ impl ExecutionConfig { .txs .iter() .flat_map(|tx| { - tx.steps + tx.steps() .iter() - .map(move |step| (tx, &tx.calls[step.call_index], step)) + .map(move |step| (tx, &tx.calls()[step.call_index], step)) }) .chain(std::iter::once((&dummy_tx, &last_call, end_block_not_last))) .peekable(); @@ -941,6 +953,7 @@ impl ExecutionConfig { height, next.copied(), challenges, + assign_pass, )?; // q_step logic @@ -977,6 +990,7 @@ impl ExecutionConfig { end_block_not_last, height, challenges, + assign_pass, )?; for row_idx in offset..last_row { @@ -999,6 +1013,7 @@ impl ExecutionConfig { height, None, challenges, + assign_pass, )?; self.assign_q_step(&mut region, offset, height)?; // enable q_step_last @@ -1020,6 +1035,7 @@ impl ExecutionConfig { || Value::known(F::ZERO), )?; + assign_pass += 1; Ok(()) }, ) @@ -1037,7 +1053,8 @@ impl ExecutionConfig { ("EVM_lookup_exp", EXP_TABLE_LOOKUPS), ("EVM_adv_phase2", N_PHASE2_COLUMNS), ("EVM_copy", N_COPY_COLUMNS), - ("EVM_lookup_byte", N_BYTE_LOOKUPS), + ("EVM_lookup_u8", N_U8_LOOKUPS), + ("EVM_lookup_u16", N_U16_LOOKUPS), ("EVM_adv_phase1", N_PHASE1_COLUMNS), ]; let mut group_index = 0; @@ -1070,6 +1087,7 @@ impl ExecutionConfig { step: &ExecStep, height: usize, challenges: &Challenges>, + assign_pass: usize, ) -> Result<(), Error> { if offset_end <= offset_begin { return Ok(()); @@ -1086,7 +1104,16 @@ impl ExecutionConfig { 1, offset_begin, ); - self.assign_exec_step_int(region, offset_begin, block, transaction, call, step)?; + self.assign_exec_step_int( + region, + offset_begin, + block, + transaction, + call, + step, + false, + assign_pass, + )?; region.replicate_assignment_for_range( || format!("repeat {:?} rows", step.execution_state()), @@ -1109,6 +1136,7 @@ impl ExecutionConfig { height: usize, next: Option<(&Transaction, &Call, &ExecStep)>, challenges: &Challenges>, + assign_pass: usize, ) -> Result<(), Error> { if !matches!(step.execution_state(), ExecutionState::EndBlock) { log::trace!( @@ -1142,12 +1170,24 @@ impl ExecutionConfig { transaction_next, call_next, step_next, + true, + assign_pass, )?; } - self.assign_exec_step_int(region, offset, block, transaction, call, step) + self.assign_exec_step_int( + region, + offset, + block, + transaction, + call, + step, + false, + assign_pass, + ) } + #[allow(clippy::too_many_arguments)] fn assign_exec_step_int( &self, region: &mut CachedRegion<'_, '_, F>, @@ -1156,6 +1196,12 @@ impl ExecutionConfig { transaction: &Transaction, call: &Call, step: &ExecStep, + // Set to true when we're assigning the next step before the current step to have + // next step assignments for evaluation of the stored expressions in current step that + // depend on the next step. + is_next: bool, + // Layouter assignment pass + assign_pass: usize, ) -> Result<(), Error> { self.step .assign_exec_step(region, offset, block, call, step)?; @@ -1214,9 +1260,7 @@ impl ExecutionConfig { ExecutionState::SAR => assign_exec_step!(self.sar_gadget), ExecutionState::SCMP => assign_exec_step!(self.signed_comparator_gadget), ExecutionState::SDIV_SMOD => assign_exec_step!(self.sdiv_smod_gadget), - ExecutionState::BLOCKCTXU64 => assign_exec_step!(self.block_ctx_u64_gadget), - ExecutionState::BLOCKCTXU160 => assign_exec_step!(self.block_ctx_u160_gadget), - ExecutionState::BLOCKCTXU256 => assign_exec_step!(self.block_ctx_u256_gadget), + ExecutionState::BLOCKCTX => assign_exec_step!(self.block_ctx_gadget), ExecutionState::BLOCKHASH => assign_exec_step!(self.blockhash_gadget), ExecutionState::SELFBALANCE => assign_exec_step!(self.selfbalance_gadget), // dummy gadgets @@ -1301,22 +1345,34 @@ impl ExecutionConfig { // Fill in the witness values for stored expressions let assigned_stored_expressions = self.assign_stored_expressions(region, offset, step)?; + // Both `SimpleFloorPlanner` and `V1` do two passes; we only enter here once (on the second + // pass). + if !is_next && assign_pass == 1 { + // We only want to print at the latest possible Phase. Currently halo2 implements 3 + // phases. The `lookup_input` randomness is calculated after SecondPhase, so we print + // the debug expressions only once when we're at third phase, when `lookup_input` has + // a `Value::known`. This gets called for every `synthesize` call that the Layouter + // does. + region.challenges().lookup_input().assert_if_known(|_| { + self.print_debug_expressions(region, offset, step); + true + }); - // enable with `RUST_LOG=debug` - if log::log_enabled!(log::Level::Debug) { - let is_padding_step = matches!(step.execution_state(), ExecutionState::EndBlock) - && step.rw_indices_len() == 0; - if !is_padding_step { - // expensive function call - Self::check_rw_lookup( - &assigned_stored_expressions, - step, - block, - region.challenges(), - ); + // enable with `RUST_LOG=debug` + if log::log_enabled!(log::Level::Debug) { + let is_padding_step = matches!(step.execution_state(), ExecutionState::EndBlock) + && step.rw_indices_len() == 0; + if !is_padding_step { + // expensive function call + Self::check_rw_lookup( + &assigned_stored_expressions, + step, + block, + region.challenges(), + ); + } } } - //} Ok(()) } @@ -1341,36 +1397,76 @@ impl ExecutionConfig { Ok(assigned_stored_expressions) } + fn print_debug_expressions( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + step: &ExecStep, + ) { + for (name, expression) in self + .debug_expressions_map + .get(&step.execution_state()) + .unwrap_or_else(|| panic!("Execution state unknown: {:?}", step.execution_state())) + { + let value = evaluate_expression(expression, region, offset); + let mut value_string = "unknown".to_string(); + value.assert_if_known(|f| { + value_string = format!("{:?}", f); + true + }); + println!( + "Debug expression \"{}\"={} [offset={}, step={:?}, expr={:?}]", + name, value_string, offset, step.exec_state, expression + ); + } + } + fn check_rw_lookup( assigned_stored_expressions: &[(String, F)], step: &ExecStep, block: &Block, challenges: &Challenges>, ) { - let mut evm_randomness = F::ZERO; - challenges.evm_word().map(|v| evm_randomness = v); let mut lookup_randomness = F::ZERO; challenges.lookup_input().map(|v| lookup_randomness = v); - if evm_randomness.is_zero_vartime() || lookup_randomness.is_zero_vartime() { + if lookup_randomness.is_zero_vartime() { // challenges not ready return; } + + let mut copy_lookup_count = 0; let mut assigned_rw_values = Vec::new(); for (name, v) in assigned_stored_expressions { - if name.starts_with("rw lookup ") + // If any `copy lookup` which dst_tag or src_tag is Memory in opcode execution, + // block.get_rws() contains memory operations but + // assigned_stored_expressions only has a single `copy lookup` expression without + // any rw memory lookup. + // So, we include `copy lookup` in assigned_rw_values as well, then we could verify + // those memory operations later. + if (name.starts_with("rw lookup ") || name.starts_with("copy lookup")) && !v.is_zero_vartime() && !assigned_rw_values.contains(&(name.clone(), *v)) { assigned_rw_values.push((name.clone(), *v)); + + if name.starts_with("copy lookup") { + copy_lookup_count += 1; + } } } + // TODO: We should find a better way to avoid this kind of special case. + // #1489 is the issue for this refactor. + if copy_lookup_count > 1 { + log::warn!("The number of copy events is more than 1, it's not supported by current design. Stop checking this step: {:?}", + step + ); + return; + } + let rlc_assignments: BTreeSet<_> = (0..step.rw_indices_len()) .map(|index| block.get_rws(step, index)) - .map(|rw| { - rw.table_assignment_aux(evm_randomness) - .rlc(lookup_randomness) - }) + .map(|rw| rw.table_assignment().unwrap().rlc(lookup_randomness)) .fold(BTreeSet::::new(), |mut set, value| { set.insert(value); set @@ -1379,23 +1475,39 @@ impl ExecutionConfig { // Check that every rw_lookup assigned from the execution steps in the EVM // Circuit is in the set of rw operations generated by the step. for (name, value) in assigned_rw_values.iter() { + if name.starts_with("copy lookup") { + continue; + } if !rlc_assignments.contains(value) { log::error!("rw lookup error: name: {}, step: {:?}", *name, step); } } + + // if copy_rw_counter_delta is zero, ignore `copy lookup` event. + if step.copy_rw_counter_delta == 0 && copy_lookup_count > 0 { + copy_lookup_count = 0; + } + // Check that the number of rw operations generated from the bus-mapping // correspond to the number of assigned rw lookups by the EVM Circuit - // plus the number of rw lookups done by the copy circuit. - if step.rw_indices_len() != assigned_rw_values.len() + step.copy_rw_counter_delta as usize { + // plus the number of rw lookups done by the copy circuit + // minus the number of copy lookup event. + if step.rw_indices_len() + != assigned_rw_values.len() + step.copy_rw_counter_delta as usize - copy_lookup_count + { log::error!( - "step.rw_indices.len: {} != assigned_rw_values.len: {} + step.copy_rw_counter_delta: {} in step: {:?}", + "step.rw_indices.len: {} != assigned_rw_values.len: {} + step.copy_rw_counter_delta: {} - copy_lookup_count: {} in step: {:?}", step.rw_indices_len(), assigned_rw_values.len(), step.copy_rw_counter_delta, + copy_lookup_count, step ); } + let mut rev_count = 0; + let mut offset = 0; + let mut copy_lookup_processed = false; for (idx, assigned_rw_value) in assigned_rw_values.iter().enumerate() { let is_rev = if assigned_rw_value.0.contains(" with reversion") { rev_count += 1; @@ -1409,17 +1521,40 @@ impl ExecutionConfig { rev_count, step.reversible_write_counter_delta ); + // In the EVM Circuit, reversion rw lookups are assigned after their // corresponding rw lookup, but in the bus-mapping they are // generated at the end of the step. let idx = if is_rev { step.rw_indices_len() - rev_count } else { - idx - rev_count + idx - rev_count + offset - copy_lookup_processed as usize }; + + // If assigned_rw_value is a `copy lookup` event, the following + // `step.copy_rw_counter_delta` rw lookups must be memory operations. + if assigned_rw_value.0.starts_with("copy lookup") { + for i in 0..step.copy_rw_counter_delta as usize { + let index = idx + i; + let rw = block.get_rws(step, index); + if rw.tag() != Target::Memory { + log::error!( + "incorrect rw memory witness from copy lookup.\n lookup name: \"{}\"\n {}th rw of step {:?}, rw: {:?}", + assigned_rw_value.0, + index, + step.execution_state(), + rw); + } + } + + offset = step.copy_rw_counter_delta as usize; + copy_lookup_processed = true; + continue; + } + let rw = block.get_rws(step, idx); - let table_assignments = rw.table_assignment_aux(evm_randomness); - let rlc = table_assignments.rlc(lookup_randomness); + let table_assignments = rw.table_assignment(); + let rlc = table_assignments.unwrap().rlc(lookup_randomness); if rlc != assigned_rw_value.1 { log::error!( "incorrect rw witness. lookup input name: \"{}\"\nassigned={:?}\nrlc ={:?}\n{}th rw of step {:?}, rw: {:?}", diff --git a/zkevm-circuits/src/evm_circuit/execution/add_sub.rs b/zkevm-circuits/src/evm_circuit/execution/add_sub.rs index 94065d66d8..3f58266d58 100644 --- a/zkevm-circuits/src/evm_circuit/execution/add_sub.rs +++ b/zkevm-circuits/src/evm_circuit/execution/add_sub.rs @@ -6,11 +6,14 @@ use crate::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, math_gadget::{AddWordsGadget, PairSelectGadget}, - select, CachedRegion, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -35,9 +38,9 @@ impl ExecutionGadget for AddSubGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let c = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let c = cb.query_word32(); let add_words = AddWordsGadget::construct(cb, [a.clone(), b.clone()], c.clone()); // Swap a and c if opcode is SUB @@ -50,9 +53,10 @@ impl ExecutionGadget for AddSubGadget { // ADD: Pop a and b from the stack, push c on the stack // SUB: Pop c and b from the stack, push a on the stack - cb.stack_pop(select::expr(is_sub.expr().0, c.expr(), a.expr())); - cb.stack_pop(b.expr()); - cb.stack_push(select::expr(is_sub.expr().0, a.expr(), c.expr())); + + cb.stack_pop(Word::select(is_sub.expr().0, c.to_word(), a.to_word())); + cb.stack_pop(b.to_word()); + cb.stack_push(Word::select(is_sub.expr().0, a.to_word(), c.to_word())); // State transition let step_state_transition = StepStateTransition { diff --git a/zkevm-circuits/src/evm_circuit/execution/addmod.rs b/zkevm-circuits/src/evm_circuit/execution/addmod.rs index 5ae1f1b5f5..cdac3a2a7a 100644 --- a/zkevm-circuits/src/evm_circuit/execution/addmod.rs +++ b/zkevm-circuits/src/evm_circuit/execution/addmod.rs @@ -9,42 +9,45 @@ use crate::{ Transition::Delta, }, math_gadget::{ - AddWordsGadget, CmpWordsGadget, IsZeroGadget, MulAddWords512Gadget, + AddWordsGadget, CmpWordsGadget, IsZeroWordGadget, MulAddWords512Gadget, MulAddWordsGadget, }, - not, CachedRegion, Word, + not, CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian, U256, U512}; -use halo2_proofs::plonk::Error; +use eth_types::{Field, U256, U512}; +use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct AddModGadget { same_context: SameContextGadget, - a: Word, - b: Word, - r: Word, - n: Word, + a: Word32Cell, + b: Word32Cell, + r: Word32Cell, + n: Word32Cell, - k: Word, - d: Word, - a_reduced: Word, + k: Word32Cell, + d: Word32Cell, + a_reduced: Word32Cell, muladd_k_n_areduced: MulAddWordsGadget, sum_areduced_b: AddWordsGadget, - sum_areduced_b_overflow: Word, + sum_areduced_b_overflow: Word32Cell, muladd_d_n_r: MulAddWords512Gadget, - n_is_zero: IsZeroGadget, - cmp_r_n: CmpWordsGadget, - cmp_areduced_n: CmpWordsGadget, + n_is_zero: IsZeroWordGadget>, + cmp_r_n: CmpWordsGadget, Word32Cell>, + cmp_areduced_n: CmpWordsGadget, Word32Cell>, } impl ExecutionGadget for AddModGadget { @@ -56,20 +59,21 @@ impl ExecutionGadget for AddModGadget { let opcode = cb.query_cell(); // values got from stack (original r is modified if n==0) - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let n = cb.query_word_rlc(); - let r = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let n = cb.query_word32(); + let r = cb.query_word32(); // auxiliar witness - let k = cb.query_word_rlc(); - let a_reduced = cb.query_word_rlc(); - let d = cb.query_word_rlc(); + let k = cb.query_word32(); + let a_reduced = cb.query_word32(); + let d = cb.query_word32(); - let n_is_zero = IsZeroGadget::construct(cb, n.clone().expr()); + let n_is_zero = IsZeroWordGadget::construct(cb, &n); // 1. check k * N + a_reduced == a without overflow - let muladd_k_n_areduced = MulAddWordsGadget::construct(cb, [&k, &n, &a_reduced, &a]); + let muladd_k_n_areduced = + MulAddWordsGadget::construct(cb, [&k, &n.clone(), &a_reduced, &a]); cb.require_zero( "k * N + a_reduced does not overflow", muladd_k_n_areduced.overflow(), @@ -77,24 +81,25 @@ impl ExecutionGadget for AddModGadget { // 2. check d * N + r == a_reduced + b, only checking carry if n != 0 let sum_areduced_b = { - let sum = cb.query_word_rlc(); + let sum = cb.query_word32(); AddWordsGadget::construct(cb, [a_reduced.clone(), b.clone()], sum) }; - let sum_areduced_b_overflow = cb.query_word_rlc(); + let sum_areduced_b_overflow = cb.query_word32(); let muladd_d_n_r = MulAddWords512Gadget::construct( cb, [&d, &n, &sum_areduced_b_overflow, sum_areduced_b.sum()], Some(&r), ); - cb.require_equal( + cb.require_equal_word( "check a_reduced + b 512 bit carry if n != 0", - sum_areduced_b_overflow.expr(), - sum_areduced_b.carry().clone().unwrap().expr() * not::expr(n_is_zero.expr()), + sum_areduced_b_overflow.to_word(), + Word::from_lo_unchecked(sum_areduced_b.carry().clone().unwrap().expr()) + .mul_selector(not::expr(n_is_zero.expr())), ); - let cmp_r_n = CmpWordsGadget::construct(cb, &r, &n); - let cmp_areduced_n = CmpWordsGadget::construct(cb, &a_reduced, &n); + let cmp_r_n = CmpWordsGadget::construct(cb, r.clone(), n.clone()); + let cmp_areduced_n = CmpWordsGadget::construct(cb, a_reduced.clone(), n.clone()); // 3. r < n and a_reduced < n if n > 0 cb.require_zero( @@ -104,10 +109,14 @@ impl ExecutionGadget for AddModGadget { // pop/push values // take care that if n==0 pushed value for r should be zero also - cb.stack_pop(a.expr()); - cb.stack_pop(b.expr()); - cb.stack_pop(n.expr()); - cb.stack_push(r.expr() * not::expr(n_is_zero.expr())); + cb.stack_pop(a.to_word()); + cb.stack_pop(b.to_word()); + cb.stack_pop(n.clone().to_word()); + cb.stack_push( + r.clone() + .to_word() + .mul_selector(not::expr(n_is_zero.expr())), + ); // State transition let step_state_transition = StepStateTransition { @@ -153,9 +162,9 @@ impl ExecutionGadget for AddModGadget { let [mut r, n, b, a] = [3, 2, 1, 0].map(|index| block.get_rws(step, index).stack_value()); // assing a,b & n stack values - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.b.assign(region, offset, Some(b.to_le_bytes()))?; - self.n.assign(region, offset, Some(n.to_le_bytes()))?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; + self.n.assign_u256(region, offset, n)?; // compute a_reduced,k,d,a_reduced_plus_b,a_reduced_plus_b_overflow,r values let a_reduced; @@ -187,11 +196,10 @@ impl ExecutionGadget for AddModGadget { // rest of values and gadgets - self.r.assign(region, offset, Some(r.to_le_bytes()))?; - self.k.assign(region, offset, Some(k.to_le_bytes()))?; - self.d.assign(region, offset, Some(d.to_le_bytes()))?; - self.a_reduced - .assign(region, offset, Some(a_reduced.to_le_bytes()))?; + self.r.assign_u256(region, offset, r)?; + self.k.assign_u256(region, offset, k)?; + self.d.assign_u256(region, offset, d)?; + self.a_reduced.assign_u256(region, offset, a_reduced)?; self.muladd_k_n_areduced .assign(region, offset, [k, n, a_reduced, a])?; @@ -199,11 +207,8 @@ impl ExecutionGadget for AddModGadget { self.sum_areduced_b .assign(region, offset, [a_reduced, b], a_reduced_plus_b)?; - self.sum_areduced_b_overflow.assign( - region, - offset, - Some(a_reduced_plus_b_overflow.to_le_bytes()), - )?; + self.sum_areduced_b_overflow + .assign_u256(region, offset, a_reduced_plus_b_overflow)?; self.muladd_d_n_r.assign( region, offset, @@ -215,7 +220,7 @@ impl ExecutionGadget for AddModGadget { self.cmp_areduced_n.assign(region, offset, a_reduced, n)?; self.n_is_zero - .assign_value(region, offset, region.word_rlc(n))?; + .assign_value(region, offset, Value::known(Word::from(n)))?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/address.rs b/zkevm-circuits/src/evm_circuit/execution/address.rs index 13ef41aa42..95e9ecf8fc 100644 --- a/zkevm-circuits/src/evm_circuit/execution/address.rs +++ b/zkevm-circuits/src/evm_circuit/execution/address.rs @@ -1,26 +1,28 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_ACCOUNT_ADDRESS, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToAddress, ToLittleEndian}; +use eth_types::{Field, ToAddress}; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct AddressGadget { same_context: SameContextGadget, - address: RandomLinearCombination, + address: WordCell, } impl ExecutionGadget for AddressGadget { @@ -29,17 +31,12 @@ impl ExecutionGadget for AddressGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::ADDRESS; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let address = cb.query_word_rlc(); + let address = cb.query_word_unchecked(); // Lookup callee address in call context. - cb.call_context_lookup( - false.expr(), - None, - CallContextFieldTag::CalleeAddress, - from_bytes::expr(&address.cells), - ); + cb.call_context_lookup_read(None, CallContextFieldTag::CalleeAddress, address.to_word()); - cb.stack_push(address.expr()); + cb.stack_push(address.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(2.expr()), @@ -72,15 +69,8 @@ impl ExecutionGadget for AddressGadget { let address = block.get_rws(step, 1).stack_value(); debug_assert_eq!(call.address, address.to_address()); - self.address.assign( - region, - offset, - Some( - address.to_le_bytes()[..N_BYTES_ACCOUNT_ADDRESS] - .try_into() - .unwrap(), - ), - )?; + self.address + .assign_h160(region, offset, address.to_address())?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/balance.rs b/zkevm-circuits/src/evm_circuit/execution/balance.rs index f392ad2508..9db943ffbe 100644 --- a/zkevm-circuits/src/evm_circuit/execution/balance.rs +++ b/zkevm-circuits/src/evm_circuit/execution/balance.rs @@ -1,7 +1,6 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_ACCOUNT_ADDRESS, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,28 +8,30 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition::Delta, }, - from_bytes, - math_gadget::IsZeroGadget, - not, select, CachedRegion, Cell, Word, + math_gadget::IsZeroWordGadget, + not, select, AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian}; +use eth_types::{evm_types::GasCost, Field, ToAddress, ToWord}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct BalanceGadget { same_context: SameContextGadget, - address_word: Word, + address: AccountAddress, reversion_info: ReversionInfo, tx_id: Cell, is_warm: Cell, - code_hash: Cell, - not_exists: IsZeroGadget, - balance: Cell, + code_hash: WordCell, + not_exists: IsZeroWordGadget>, + balance: Word32Cell, } impl ExecutionGadget for BalanceGadget { @@ -39,34 +40,41 @@ impl ExecutionGadget for BalanceGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::BALANCE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let address_word = cb.query_word_rlc(); - let address = from_bytes::expr(&address_word.cells[..N_BYTES_ACCOUNT_ADDRESS]); - cb.stack_pop(address_word.expr()); + let address = cb.query_account_address(); + cb.stack_pop(address.to_word()); let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); let is_warm = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - address.expr(), + address.to_word(), 1.expr(), is_warm.expr(), Some(&mut reversion_info), ); - let code_hash = cb.query_cell_phase2(); + let code_hash = cb.query_word_unchecked(); // For non-existing accounts the code_hash must be 0 in the rw_table. - cb.account_read(address.expr(), AccountFieldTag::CodeHash, code_hash.expr()); - let not_exists = IsZeroGadget::construct(cb, code_hash.expr()); + cb.account_read( + address.to_word(), + AccountFieldTag::CodeHash, + code_hash.to_word(), + ); + let not_exists = IsZeroWordGadget::construct(cb, &code_hash); let exists = not::expr(not_exists.expr()); - let balance = cb.query_cell_phase2(); + let balance = cb.query_word32(); cb.condition(exists.expr(), |cb| { - cb.account_read(address.expr(), AccountFieldTag::Balance, balance.expr()); + cb.account_read( + address.to_word(), + AccountFieldTag::Balance, + balance.to_word(), + ); }); cb.condition(not_exists.expr(), |cb| { - cb.require_zero("balance is zero when non_exists", balance.expr()); + cb.require_zero_word("balance is zero when non_exists", balance.to_word()); }); - cb.stack_push(balance.expr()); + cb.stack_push(balance.to_word()); let gas_cost = select::expr( is_warm.expr(), @@ -88,7 +96,7 @@ impl ExecutionGadget for BalanceGadget { Self { same_context, - address_word, + address, reversion_info, tx_id, is_warm, @@ -110,11 +118,11 @@ impl ExecutionGadget for BalanceGadget { self.same_context.assign_exec_step(region, offset, step)?; let address = block.get_rws(step, 0).stack_value(); - self.address_word - .assign(region, offset, Some(address.to_le_bytes()))?; + self.address + .assign_h160(region, offset, address.to_address())?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.reversion_info.assign( region, @@ -129,16 +137,15 @@ impl ExecutionGadget for BalanceGadget { let code_hash = block.get_rws(step, 5).account_value_pair().0; self.code_hash - .assign(region, offset, region.word_rlc(code_hash))?; + .assign_u256(region, offset, code_hash.to_word())?; self.not_exists - .assign_value(region, offset, region.word_rlc(code_hash))?; + .assign_value(region, offset, Value::known(Word::from(code_hash)))?; let balance = if code_hash.is_zero() { eth_types::Word::zero() } else { block.get_rws(step, 6).account_value_pair().0 }; - self.balance - .assign(region, offset, region.word_rlc(balance))?; + self.balance.assign_u256(region, offset, balance)?; Ok(()) } @@ -152,7 +159,7 @@ mod test { use mock::{generate_mock_call_bytecode, test_ctx::TestContext, MockCallBytecodeParams}; lazy_static! { - static ref TEST_ADDRESS: Address = address!("0xaabbccddee000000000000000000000000000000"); + static ref TEST_ADDRESS: Address = address!("0xaabbccddeeffdeadbeef00000000000000000000"); } #[test] diff --git a/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs b/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs index 90db035125..c22adb67a3 100644 --- a/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs +++ b/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs @@ -1,7 +1,7 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_GAS, N_BYTES_U64, N_BYTES_WORD}, + param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_GAS, N_BYTES_U64}, step::ExecutionState, util::{ and, @@ -12,50 +12,55 @@ use crate::{ }, is_precompiled, math_gadget::{ - ConstantDivisionGadget, ContractCreateGadget, IsEqualGadget, IsZeroGadget, + ConstantDivisionGadget, ContractCreateGadget, IsEqualWordGadget, IsZeroWordGadget, MulWordByU64Gadget, RangeCheckGadget, }, - not, or, select, CachedRegion, Cell, StepRws, Word, + not, or, select, AccountAddress, CachedRegion, Cell, StepRws, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{ AccountFieldTag, BlockContextFieldTag, CallContextFieldTag, TxFieldTag as TxContextFieldTag, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, +}; +use bus_mapping::state_db::CodeDB; +use eth_types::{evm_types::GasCost, keccak256, Field, ToWord, U256}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, }; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar}; -use ethers_core::utils::{get_contract_address, keccak256}; -use gadgets::util::expr_from_bytes; -use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct BeginTxGadget { + // tx_id is query in current scope. The range should be determined here tx_id: Cell, tx_nonce: Cell, tx_gas: Cell, - tx_gas_price: Word, + tx_gas_price: Word32Cell, mul_gas_fee_by_gas: MulWordByU64Gadget, - tx_caller_address: Cell, - tx_caller_address_is_zero: IsZeroGadget, - tx_callee_address: Cell, - call_callee_address: Cell, + tx_caller_address: WordCell, + tx_caller_address_is_zero: IsZeroWordGadget>, + tx_callee_address: WordCell, + call_callee_address: AccountAddress, tx_is_create: Cell, - tx_value: Word, tx_call_data_length: Cell, tx_call_data_gas_cost: Cell, tx_call_data_word_length: ConstantDivisionGadget, reversion_info: ReversionInfo, sufficient_gas_left: RangeCheckGadget, transfer_with_gas_fee: TransferWithGasFeeGadget, - phase2_code_hash: Cell, - is_empty_code_hash: IsEqualGadget, - caller_nonce_hash_bytes: [Cell; N_BYTES_WORD], + code_hash: WordCell, + is_empty_code_hash: IsEqualWordGadget>, Word>>, + caller_nonce_hash_bytes: Word32Cell, create: ContractCreateGadget, - callee_not_exists: IsZeroGadget, + callee_not_exists: IsZeroWordGadget>, is_caller_callee_equal: Cell, // EIP-3651 (Warm COINBASE) - coinbase: Cell, + coinbase: WordCell, // Caller, callee and a list addresses are added to the access list before // coinbase, and may be duplicate. // @@ -71,47 +76,52 @@ impl ExecutionGadget for BeginTxGadget { // Use rw_counter of the step which triggers next call as its call_id. let call_id = cb.curr.state.rw_counter.clone(); - let tx_id = cb.query_cell(); - cb.call_context_lookup( - 1.expr(), + let tx_id = cb.query_cell(); // already constrain `if step_first && tx_id = 1` and `tx_id += 1` at EndTx + + cb.debug_expression("tx_id", tx_id.expr()); + cb.call_context_lookup_write( Some(call_id.expr()), CallContextFieldTag::TxId, - tx_id.expr(), + Word::from_lo_unchecked(tx_id.expr()), ); // rwc_delta += 1 - let mut reversion_info = cb.reversion_info_write(None); // rwc_delta += 2 - cb.call_context_lookup( - 1.expr(), + let mut reversion_info = cb.reversion_info_write_unchecked(None); // rwc_delta += 2 + cb.call_context_lookup_write( Some(call_id.expr()), CallContextFieldTag::IsSuccess, - reversion_info.is_persistent(), + Word::from_lo_unchecked(reversion_info.is_persistent()), ); // rwc_delta += 1 + cb.debug_expression(format!("call_id {}", 3), call_id.expr()); + + let [tx_nonce, tx_gas, tx_is_create, tx_call_data_length, tx_call_data_gas_cost] = [ + TxContextFieldTag::Nonce, + TxContextFieldTag::Gas, + TxContextFieldTag::IsCreate, + TxContextFieldTag::CallDataLength, + TxContextFieldTag::CallDataGasCost, + ] + .map(|field_tag| cb.tx_context(tx_id.expr(), field_tag, None)); + let [tx_gas_price, tx_value] = [TxContextFieldTag::GasPrice, TxContextFieldTag::Value] + .map(|field_tag| cb.tx_context_as_word32(tx_id.expr(), field_tag, None)); + + let [tx_caller_address, tx_callee_address] = [ + TxContextFieldTag::CallerAddress, + TxContextFieldTag::CalleeAddress, + ] + .map(|field_tag| cb.tx_context_as_word(tx_id.expr(), field_tag, None)); - let [tx_nonce, tx_gas, tx_caller_address, tx_callee_address, tx_is_create, tx_call_data_length, tx_call_data_gas_cost] = - [ - TxContextFieldTag::Nonce, - TxContextFieldTag::Gas, - TxContextFieldTag::CallerAddress, - TxContextFieldTag::CalleeAddress, - TxContextFieldTag::IsCreate, - TxContextFieldTag::CallDataLength, - TxContextFieldTag::CallDataGasCost, - ] - .map(|field_tag| cb.tx_context(tx_id.expr(), field_tag, None)); - let tx_caller_address_is_zero = IsZeroGadget::construct(cb, tx_caller_address.expr()); + let tx_caller_address_is_zero = IsZeroWordGadget::construct(cb, &tx_caller_address); cb.require_equal( "CallerAddress != 0 (not a padding tx)", tx_caller_address_is_zero.expr(), false.expr(), ); - let [tx_gas_price, tx_value] = [TxContextFieldTag::GasPrice, TxContextFieldTag::Value] - .map(|field_tag| cb.tx_context_as_word(tx_id.expr(), field_tag, None)); - let call_callee_address = cb.query_cell(); + let call_callee_address = cb.query_account_address(); cb.condition(not::expr(tx_is_create.expr()), |cb| { - cb.require_equal( + cb.require_equal_word( "Tx to non-zero address", - tx_callee_address.expr(), - call_callee_address.expr(), + tx_callee_address.to_word(), + call_callee_address.to_word(), ); }); @@ -123,10 +133,10 @@ impl ExecutionGadget for BeginTxGadget { // Increase caller's nonce. // (tx caller's nonce always increases even tx ends with error) cb.account_write( - tx_caller_address.expr(), + tx_caller_address.to_word(), AccountFieldTag::Nonce, - tx_nonce.expr() + 1.expr(), - tx_nonce.expr(), + Word::from_lo_unchecked(tx_nonce.expr() + 1.expr()), + Word::from_lo_unchecked(tx_nonce.expr()), None, ); // rwc_delta += 1 @@ -161,17 +171,17 @@ impl ExecutionGadget for BeginTxGadget { let sufficient_gas_left = RangeCheckGadget::construct(cb, gas_left.clone()); // Prepare access list of caller and callee - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - tx_caller_address.expr(), + tx_caller_address.to_word(), 1.expr(), 0.expr(), None, ); // rwc_delta += 1 let is_caller_callee_equal = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - tx_callee_address.expr(), + tx_callee_address.to_word(), 1.expr(), // No extra constraint being used here. // Correctness will be enforced in build_tx_access_list_account_constraints @@ -180,22 +190,26 @@ impl ExecutionGadget for BeginTxGadget { ); // rwc_delta += 1 // Query coinbase address. - let coinbase = cb.query_cell(); + let coinbase = cb.query_word_unchecked(); let is_coinbase_warm = cb.query_bool(); - cb.block_lookup(BlockContextFieldTag::Coinbase.expr(), None, coinbase.expr()); - cb.account_access_list_write( + cb.block_lookup( + BlockContextFieldTag::Coinbase.expr(), + None, + coinbase.to_word(), + ); + cb.account_access_list_write_unchecked( tx_id.expr(), - coinbase.expr(), + coinbase.to_word(), 1.expr(), is_coinbase_warm.expr(), None, ); // rwc_delta += 1 // Read code_hash of callee - let phase2_code_hash = cb.query_cell_phase2(); + let code_hash = cb.query_word_unchecked(); let is_empty_code_hash = - IsEqualGadget::construct(cb, phase2_code_hash.expr(), cb.empty_code_hash_rlc()); - let callee_not_exists = IsZeroGadget::construct(cb, phase2_code_hash.expr()); + IsEqualWordGadget::construct(cb, &code_hash.to_word(), &cb.empty_code_hash()); + let callee_not_exists = IsZeroWordGadget::construct(cb, &code_hash); // no_callee_code is true when the account exists and has empty // code hash, or when the account doesn't exist (which we encode with // code_hash = 0). @@ -204,17 +218,17 @@ impl ExecutionGadget for BeginTxGadget { // TODO: And not precompile cb.condition(not::expr(tx_is_create.expr()), |cb| { cb.account_read( - tx_callee_address.expr(), + tx_callee_address.to_word(), AccountFieldTag::CodeHash, - phase2_code_hash.expr(), + code_hash.to_word(), ); // rwc_delta += 1 }); // Transfer value from caller to callee, creating account if necessary. let transfer_with_gas_fee = TransferWithGasFeeGadget::construct( cb, - tx_caller_address.expr(), - tx_callee_address.expr(), + tx_caller_address.to_word(), + tx_callee_address.to_word(), not::expr(callee_not_exists.expr()), or::expr([tx_is_create.expr(), callee_not_exists.expr()]), tx_value.clone(), @@ -222,18 +236,24 @@ impl ExecutionGadget for BeginTxGadget { &mut reversion_info, ); - let caller_nonce_hash_bytes = array_init::array_init(|_| cb.query_byte()); + let caller_nonce_hash_bytes = cb.query_word32(); let create = ContractCreateGadget::construct(cb); - cb.require_equal( + cb.require_equal_word( "tx caller address equivalence", - tx_caller_address.expr(), + tx_caller_address.to_word(), create.caller_address(), ); cb.condition(tx_is_create.expr(), |cb| { - cb.require_equal( + cb.require_equal_word( "call callee address equivalence", - call_callee_address.expr(), - expr_from_bytes(&caller_nonce_hash_bytes[0..N_BYTES_ACCOUNT_ADDRESS]), + call_callee_address.to_word(), + AccountAddress::::new( + caller_nonce_hash_bytes.limbs[0..N_BYTES_ACCOUNT_ADDRESS] + .to_vec() + .try_into() + .unwrap(), + ) + .to_word(), ); }); cb.require_equal( @@ -244,48 +264,53 @@ impl ExecutionGadget for BeginTxGadget { // 1. Handle contract creation transaction. cb.condition(tx_is_create.expr(), |cb| { - let output_rlc = cb.word_rlc::( - caller_nonce_hash_bytes - .iter() - .map(Expr::expr) - .collect::>() - .try_into() - .unwrap(), + cb.keccak_table_lookup( + create.input_rlc(cb), + create.input_length(), + caller_nonce_hash_bytes.to_word(), ); - cb.keccak_table_lookup(create.input_rlc(cb), create.input_length(), output_rlc); cb.account_write( - call_callee_address.expr(), + call_callee_address.to_word(), AccountFieldTag::Nonce, - 1.expr(), - 0.expr(), + Word::one(), + Word::zero(), Some(&mut reversion_info), ); for (field_tag, value) in [ - (CallContextFieldTag::Depth, 1.expr()), - (CallContextFieldTag::CallerAddress, tx_caller_address.expr()), + (CallContextFieldTag::Depth, Word::one()), + ( + CallContextFieldTag::CallerAddress, + tx_caller_address.to_word(), + ), ( CallContextFieldTag::CalleeAddress, - call_callee_address.expr(), + call_callee_address.to_word(), ), - (CallContextFieldTag::CallDataOffset, 0.expr()), + (CallContextFieldTag::CallDataOffset, Word::zero()), ( CallContextFieldTag::CallDataLength, - tx_call_data_length.expr(), + Word::from_lo_unchecked(tx_call_data_length.expr()), + ), + (CallContextFieldTag::Value, tx_value.to_word()), + (CallContextFieldTag::IsStatic, Word::zero()), + (CallContextFieldTag::LastCalleeId, Word::zero()), + ( + CallContextFieldTag::LastCalleeReturnDataOffset, + Word::zero(), + ), + ( + CallContextFieldTag::LastCalleeReturnDataLength, + Word::zero(), ), - (CallContextFieldTag::Value, tx_value.expr()), - (CallContextFieldTag::IsStatic, 0.expr()), - (CallContextFieldTag::LastCalleeId, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataOffset, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataLength, 0.expr()), - (CallContextFieldTag::IsRoot, 1.expr()), - (CallContextFieldTag::IsCreate, 1.expr()), + (CallContextFieldTag::IsRoot, Word::one()), + (CallContextFieldTag::IsCreate, Word::one()), ( CallContextFieldTag::CodeHash, - cb.curr.state.code_hash.expr(), + cb.curr.state.code_hash.to_word(), ), ] { - cb.call_context_lookup(true.expr(), Some(call_id.expr()), field_tag, value); + cb.call_context_lookup_write(Some(call_id.expr()), field_tag, value); } cb.require_step_state_transition(StepStateTransition { @@ -317,7 +342,7 @@ impl ExecutionGadget for BeginTxGadget { call_id: To(call_id.expr()), is_root: To(true.expr()), is_create: To(tx_is_create.expr()), - code_hash: To(cb.curr.state.code_hash.expr()), + code_hash: To(cb.curr.state.code_hash.to_word()), gas_left: To(gas_left.clone()), // There are a + 1 reversible writes: // - a TransferWithGasFeeGadget @@ -370,24 +395,39 @@ impl ExecutionGadget for BeginTxGadget { |cb| { // Setup first call's context. for (field_tag, value) in [ - (CallContextFieldTag::Depth, 1.expr()), - (CallContextFieldTag::CallerAddress, tx_caller_address.expr()), - (CallContextFieldTag::CalleeAddress, tx_callee_address.expr()), - (CallContextFieldTag::CallDataOffset, 0.expr()), + (CallContextFieldTag::Depth, Word::one()), + ( + CallContextFieldTag::CallerAddress, + tx_caller_address.to_word(), + ), + ( + CallContextFieldTag::CalleeAddress, + tx_callee_address.to_word(), + ), + (CallContextFieldTag::CallDataOffset, Word::zero()), ( CallContextFieldTag::CallDataLength, - tx_call_data_length.expr(), + Word::from_lo_unchecked(tx_call_data_length.expr()), + ), + (CallContextFieldTag::Value, tx_value.to_word()), + (CallContextFieldTag::IsStatic, Word::zero()), + (CallContextFieldTag::LastCalleeId, Word::zero()), + ( + CallContextFieldTag::LastCalleeReturnDataOffset, + Word::zero(), + ), + ( + CallContextFieldTag::LastCalleeReturnDataLength, + Word::zero(), + ), + (CallContextFieldTag::IsRoot, Word::one()), + ( + CallContextFieldTag::IsCreate, + Word::from_lo_unchecked(tx_is_create.expr()), ), - (CallContextFieldTag::Value, tx_value.expr()), - (CallContextFieldTag::IsStatic, 0.expr()), - (CallContextFieldTag::LastCalleeId, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataOffset, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataLength, 0.expr()), - (CallContextFieldTag::IsRoot, 1.expr()), - (CallContextFieldTag::IsCreate, tx_is_create.expr()), - (CallContextFieldTag::CodeHash, phase2_code_hash.expr()), + (CallContextFieldTag::CodeHash, code_hash.to_word()), ] { - cb.call_context_lookup(true.expr(), Some(call_id.expr()), field_tag, value); + cb.call_context_lookup_write(Some(call_id.expr()), field_tag, value); } cb.require_step_state_transition(StepStateTransition { @@ -419,7 +459,7 @@ impl ExecutionGadget for BeginTxGadget { call_id: To(call_id.expr()), is_root: To(true.expr()), is_create: To(tx_is_create.expr()), - code_hash: To(phase2_code_hash.expr()), + code_hash: To(code_hash.to_word()), gas_left: To(gas_left), reversible_write_counter: To(transfer_with_gas_fee.reversible_w_delta()), log_id: To(0.expr()), @@ -439,14 +479,13 @@ impl ExecutionGadget for BeginTxGadget { tx_callee_address, call_callee_address, tx_is_create, - tx_value, tx_call_data_length, tx_call_data_gas_cost, tx_call_data_word_length, reversion_info, sufficient_gas_left, transfer_with_gas_fee, - phase2_code_hash, + code_hash, is_empty_code_hash, caller_nonce_hash_bytes, create, @@ -466,7 +505,7 @@ impl ExecutionGadget for BeginTxGadget { call: &Call, step: &ExecStep, ) -> Result<(), Error> { - let gas_fee = tx.gas_price * tx.gas; + let gas_fee = tx.gas_price * tx.gas(); let zero = eth_types::Word::zero(); let mut rws = StepRws::new(block, step); @@ -474,13 +513,13 @@ impl ExecutionGadget for BeginTxGadget { let is_coinbase_warm = rws.next().tx_access_list_value_pair().1; let mut callee_code_hash = zero; - if !is_precompiled(&tx.callee_address) && !tx.is_create { + if !is_precompiled(&tx.to_or_contract_addr()) && !tx.is_create() { callee_code_hash = rws.next().account_value_pair().1; } - let callee_exists = - is_precompiled(&tx.callee_address) || (!tx.is_create && !callee_code_hash.is_zero()); + let callee_exists = is_precompiled(&tx.to_or_contract_addr()) + || (!tx.is_create() && !callee_code_hash.is_zero()); let caller_balance_sub_fee_pair = rws.next().account_value_pair(); - let must_create = tx.is_create; + let must_create = tx.is_create(); if (!callee_exists && !tx.value.is_zero()) || must_create { callee_code_hash = rws.next().account_value_pair().1; } @@ -492,61 +531,45 @@ impl ExecutionGadget for BeginTxGadget { }; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.tx_nonce - .assign(region, offset, Value::known(F::from(tx.nonce)))?; + .assign(region, offset, Value::known(F::from(tx.nonce.as_u64())))?; self.tx_gas - .assign(region, offset, Value::known(F::from(tx.gas)))?; + .assign(region, offset, Value::known(F::from(tx.gas())))?; self.tx_gas_price - .assign(region, offset, Some(tx.gas_price.to_le_bytes()))?; + .assign_u256(region, offset, tx.gas_price)?; self.mul_gas_fee_by_gas - .assign(region, offset, tx.gas_price, tx.gas, gas_fee)?; - let caller_address = tx - .caller_address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"); - let callee_address = tx - .callee_address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"); + .assign(region, offset, tx.gas_price, tx.gas(), gas_fee)?; self.tx_caller_address - .assign(region, offset, Value::known(caller_address))?; - self.tx_caller_address_is_zero - .assign(region, offset, caller_address)?; - self.tx_callee_address - .assign(region, offset, Value::known(callee_address))?; - self.call_callee_address.assign( + .assign_h160(region, offset, tx.from)?; + self.tx_caller_address_is_zero.assign_u256( region, offset, - Value::known( - if tx.is_create { - get_contract_address(tx.caller_address, tx.nonce) - } else { - tx.callee_address - } - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), + U256::from_big_endian(&tx.from.to_fixed_bytes()), )?; + self.tx_callee_address + .assign_h160(region, offset, tx.to_or_contract_addr())?; + self.call_callee_address + .assign_h160(region, offset, tx.to_or_contract_addr())?; self.is_caller_callee_equal.assign( region, offset, - Value::known(F::from((caller_address == callee_address) as u64)), + Value::known(F::from((tx.from == tx.to_or_contract_addr()) as u64)), )?; self.tx_is_create - .assign(region, offset, Value::known(F::from(tx.is_create as u64)))?; + .assign(region, offset, Value::known(F::from(tx.is_create().into())))?; self.tx_call_data_length.assign( region, offset, - Value::known(F::from(tx.call_data_length as u64)), + Value::known(F::from(tx.call_data.len() as u64)), )?; self.tx_call_data_gas_cost.assign( region, offset, - Value::known(F::from(tx.call_data_gas_cost)), + Value::known(F::from(tx.call_data_gas_cost())), )?; self.tx_call_data_word_length - .assign(region, offset, tx.call_data_length as u128 + 31)?; + .assign(region, offset, tx.call_data.len() as u128 + 31)?; self.reversion_info.assign( region, offset, @@ -554,7 +577,7 @@ impl ExecutionGadget for BeginTxGadget { call.is_persistent, )?; self.sufficient_gas_left - .assign(region, offset, F::from(tx.gas - step.gas_cost))?; + .assign(region, offset, F::from(tx.gas() - step.gas_cost))?; self.transfer_with_gas_fee.assign( region, offset, @@ -564,53 +587,41 @@ impl ExecutionGadget for BeginTxGadget { tx.value, gas_fee, )?; - self.phase2_code_hash - .assign(region, offset, region.word_rlc(callee_code_hash))?; - self.is_empty_code_hash.assign_value( + self.code_hash + .assign_u256(region, offset, callee_code_hash)?; + self.is_empty_code_hash.assign_u256( region, offset, - region.word_rlc(callee_code_hash), - region.empty_code_hash_rlc(), + callee_code_hash, + CodeDB::empty_code_hash().to_word(), )?; self.callee_not_exists - .assign_value(region, offset, region.word_rlc(callee_code_hash))?; + .assign_u256(region, offset, callee_code_hash)?; let untrimmed_contract_addr = { let mut stream = ethers_core::utils::rlp::RlpStream::new(); stream.begin_list(2); - stream.append(&tx.caller_address); - stream.append(ð_types::U256::from(tx.nonce)); + stream.append(&tx.from); + stream.append(&tx.nonce.to_word()); let rlp_encoding = stream.out().to_vec(); keccak256(&rlp_encoding) }; - for (c, v) in self - .caller_nonce_hash_bytes - .iter() - .rev() - .zip(untrimmed_contract_addr.iter()) - { - c.assign(region, offset, Value::known(F::from(*v as u64)))?; - } + self.caller_nonce_hash_bytes.assign_u256( + region, + offset, + U256::from_big_endian(&untrimmed_contract_addr), + )?; self.create.assign( region, offset, - tx.caller_address, - tx.nonce, + tx.from, + tx.nonce.as_u64(), Some(callee_code_hash), None, )?; - self.coinbase.assign( - region, - offset, - Value::known( - block - .context - .coinbase - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.coinbase + .assign_h160(region, offset, block.context.coinbase)?; self.is_coinbase_warm.assign( region, offset, @@ -740,7 +751,7 @@ mod test { accs[1].address(from).balance(eth(1)).nonce(multibyte_nonce); }, |mut txs, _| { - txs[0].to(to).from(from).nonce(multibyte_nonce); + txs[0].to(to).from(from); }, |block, _| block, ) @@ -841,7 +852,6 @@ mod test { |mut txs, _accs| { txs[0] .from(MOCK_ACCOUNTS[0]) - .nonce(nonce) .gas_price(gwei(2)) .gas(Word::from(0x10000)) .value(eth(2)) diff --git a/zkevm-circuits/src/evm_circuit/execution/bitwise.rs b/zkevm-circuits/src/evm_circuit/execution/bitwise.rs index eef97570fb..947ee2a7dd 100644 --- a/zkevm-circuits/src/evm_circuit/execution/bitwise.rs +++ b/zkevm-circuits/src/evm_circuit/execution/bitwise.rs @@ -6,21 +6,24 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Word, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct BitwiseGadget { same_context: SameContextGadget, - a: Word, - b: Word, - c: Word, + a: Word32Cell, + b: Word32Cell, + c: Word32Cell, } impl ExecutionGadget for BitwiseGadget { @@ -31,13 +34,13 @@ impl ExecutionGadget for BitwiseGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let c = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let c = cb.query_word32(); - cb.stack_pop(a.expr()); - cb.stack_pop(b.expr()); - cb.stack_push(c.expr()); + cb.stack_pop(a.to_word()); + cb.stack_pop(b.to_word()); + cb.stack_push(c.to_word()); // Because opcode AND, OR, and XOR are continuous, so we can make the // FixedTableTag of them also continuous, and use the opcode delta from @@ -50,9 +53,9 @@ impl ExecutionGadget for BitwiseGadget { Lookup::Fixed { tag: tag.clone(), values: [ - a.cells[idx].expr(), - b.cells[idx].expr(), - c.cells[idx].expr(), + a.limbs[idx].expr(), + b.limbs[idx].expr(), + c.limbs[idx].expr(), ], }, ); @@ -88,9 +91,9 @@ impl ExecutionGadget for BitwiseGadget { self.same_context.assign_exec_step(region, offset, step)?; let [a, b, c] = [0, 1, 2].map(|index| block.get_rws(step, index).stack_value()); - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.b.assign(region, offset, Some(b.to_le_bytes()))?; - self.c.assign(region, offset, Some(c.to_le_bytes()))?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; + self.c.assign_u256(region, offset, c)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/block_ctx.rs b/zkevm-circuits/src/evm_circuit/execution/block_ctx.rs index f53b0c96b1..f3026c5202 100644 --- a/zkevm-circuits/src/evm_circuit/execution/block_ctx.rs +++ b/zkevm-circuits/src/evm_circuit/execution/block_ctx.rs @@ -1,34 +1,40 @@ use crate::{ evm_circuit::{ - execution::ExecutionGadget, - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_U64, N_BYTES_WORD}, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::BlockContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::plonk::Error; +use super::ExecutionGadget; + #[derive(Clone, Debug)] -pub(crate) struct BlockCtxGadget { +pub(crate) struct BlockCtxGadget { same_context: SameContextGadget, - value: RandomLinearCombination, + value: WordCell, } -impl BlockCtxGadget { - fn construct(cb: &mut EVMConstraintBuilder) -> Self { - let value = cb.query_word_rlc(); +impl ExecutionGadget for BlockCtxGadget { + const NAME: &'static str = "BlockCTX"; + + const EXECUTION_STATE: ExecutionState = ExecutionState::BLOCKCTX; + + fn configure(cb: &mut EVMConstraintBuilder) -> Self { + let value = cb.query_word_unchecked(); // block table lookup below - // Push the const generic parameter N_BYTES value to the stack - cb.stack_push(value.expr()); + cb.stack_push(value.to_word()); // Get op's FieldTag let opcode = cb.query_cell(); @@ -37,12 +43,7 @@ impl BlockCtxGadget { // Lookup block table with block context ops // TIMESTAMP/NUMBER/GASLIMIT, COINBASE and DIFFICULTY/BASEFEE - let value_expr = if N_BYTES == N_BYTES_WORD { - value.expr() - } else { - from_bytes::expr(&value.cells) - }; - cb.block_lookup(blockctx_tag, None, value_expr); + cb.block_lookup(blockctx_tag, None, value.to_word()); // State transition let step_state_transition = StepStateTransition { @@ -59,109 +60,6 @@ impl BlockCtxGadget { value, } } -} - -#[derive(Clone, Debug)] -pub(crate) struct BlockCtxU64Gadget { - value_u64: BlockCtxGadget, -} - -impl ExecutionGadget for BlockCtxU64Gadget { - const NAME: &'static str = "BlockCTXU64"; - - const EXECUTION_STATE: ExecutionState = ExecutionState::BLOCKCTXU64; - - fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let value_u64 = BlockCtxGadget::construct(cb); - - Self { value_u64 } - } - - fn assign_exec_step( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - block: &Block, - _: &Transaction, - _: &Call, - step: &ExecStep, - ) -> Result<(), Error> { - self.value_u64 - .same_context - .assign_exec_step(region, offset, step)?; - - let value = block.get_rws(step, 0).stack_value(); - - self.value_u64.value.assign( - region, - offset, - Some(u64::try_from(value).unwrap().to_le_bytes()), - )?; - - Ok(()) - } -} - -#[derive(Clone, Debug)] -pub(crate) struct BlockCtxU160Gadget { - value_u160: BlockCtxGadget, -} - -impl ExecutionGadget for BlockCtxU160Gadget { - const NAME: &'static str = "BlockCTXU160"; - - const EXECUTION_STATE: ExecutionState = ExecutionState::BLOCKCTXU160; - - fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let value_u160 = BlockCtxGadget::construct(cb); - - Self { value_u160 } - } - - fn assign_exec_step( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - block: &Block, - _: &Transaction, - _: &Call, - step: &ExecStep, - ) -> Result<(), Error> { - self.value_u160 - .same_context - .assign_exec_step(region, offset, step)?; - - let value = block.get_rws(step, 0).stack_value(); - - self.value_u160.value.assign( - region, - offset, - Some( - value.to_le_bytes()[..N_BYTES_ACCOUNT_ADDRESS] - .try_into() - .unwrap(), - ), - )?; - - Ok(()) - } -} - -#[derive(Clone, Debug)] -pub(crate) struct BlockCtxU256Gadget { - value_u256: BlockCtxGadget, -} - -impl ExecutionGadget for BlockCtxU256Gadget { - const NAME: &'static str = "BLOCKCTXU256"; - - const EXECUTION_STATE: ExecutionState = ExecutionState::BLOCKCTXU256; - - fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let value_u256 = BlockCtxGadget::construct(cb); - - Self { value_u256 } - } fn assign_exec_step( &self, @@ -172,15 +70,11 @@ impl ExecutionGadget for BlockCtxU256Gadget { _: &Call, step: &ExecStep, ) -> Result<(), Error> { - self.value_u256 - .same_context - .assign_exec_step(region, offset, step)?; + self.same_context.assign_exec_step(region, offset, step)?; let value = block.get_rws(step, 0).stack_value(); - self.value_u256 - .value - .assign(region, offset, Some(value.to_le_bytes()))?; + self.value.assign_u256(region, offset, value)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/blockhash.rs b/zkevm-circuits/src/evm_circuit/execution/blockhash.rs index 78d140494f..8097169646 100644 --- a/zkevm-circuits/src/evm_circuit/execution/blockhash.rs +++ b/zkevm-circuits/src/evm_circuit/execution/blockhash.rs @@ -16,11 +16,11 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::BlockContextFieldTag, - util::Expr, + util::word::WordExpr, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian, ToScalar}; -use gadgets::util::not; +use eth_types::{Field, ToScalar}; +use gadgets::util::{not, Expr}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] @@ -28,7 +28,7 @@ pub(crate) struct BlockHashGadget { same_context: SameContextGadget, block_number: WordByteCapGadget, current_block_number: Cell, - block_hash: Word, + block_hash: Word>, diff_lt: LtGadget, } @@ -42,13 +42,13 @@ impl ExecutionGadget for BlockHashGadget { cb.block_lookup( BlockContextFieldTag::Number.expr(), None, - current_block_number.expr(), + Word::from_lo_unchecked(current_block_number.expr()), ); let block_number = WordByteCapGadget::construct(cb, current_block_number.expr()); - cb.stack_pop(block_number.original_word()); + cb.stack_pop(block_number.original_word().to_word()); - let block_hash = cb.query_word_rlc(); + let block_hash = cb.query_word_unchecked(); let diff_lt = LtGadget::construct( cb, @@ -62,18 +62,18 @@ impl ExecutionGadget for BlockHashGadget { cb.block_lookup( BlockContextFieldTag::BlockHash.expr(), Some(block_number.valid_value()), - block_hash.expr(), + block_hash.to_word(), ); }); cb.condition(not::expr(is_valid), |cb| { - cb.require_zero( + cb.require_zero_word( "Invalid block number for block hash lookup", - block_hash.expr(), + block_hash.to_word(), ); }); - cb.stack_push(block_hash.expr()); + cb.stack_push(block_hash.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(2.expr()), @@ -116,11 +116,8 @@ impl ExecutionGadget for BlockHashGadget { self.current_block_number .assign(region, offset, Value::known(current_block_number))?; - self.block_hash.assign( - region, - offset, - Some(block.get_rws(step, 1).stack_value().to_le_bytes()), - )?; + self.block_hash + .assign_u256(region, offset, block.get_rws(step, 1).stack_value())?; self.diff_lt.assign( region, diff --git a/zkevm-circuits/src/evm_circuit/execution/byte.rs b/zkevm-circuits/src/evm_circuit/execution/byte.rs index a21c0570e8..532c7c61da 100644 --- a/zkevm-circuits/src/evm_circuit/execution/byte.rs +++ b/zkevm-circuits/src/evm_circuit/execution/byte.rs @@ -6,11 +6,14 @@ use crate::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, math_gadget::{IsEqualGadget, IsZeroGadget}, - sum, CachedRegion, Word, + sum, CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use array_init::array_init; use bus_mapping::evm::OpcodeId; @@ -20,8 +23,8 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct ByteGadget { same_context: SameContextGadget, - index: Word, - value: Word, + index: Word32Cell, + value: Word32Cell, is_msb_sum_zero: IsZeroGadget, is_byte_selected: [IsEqualGadget; 32], } @@ -32,14 +35,14 @@ impl ExecutionGadget for ByteGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::BYTE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let index = cb.query_word_rlc(); - let value = cb.query_word_rlc(); + let index = cb.query_word32(); + let value = cb.query_word32(); // If any of the non-LSB bytes of the index word are non-zero we never // need to copy any bytes. So just sum all the non-LSB byte // values here and then check if it's non-zero so we can use // that as an additional condition when to copy the byte value. - let is_msb_sum_zero = IsZeroGadget::construct(cb, sum::expr(&index.cells[1..32])); + let is_msb_sum_zero = IsZeroGadget::construct(cb, sum::expr(&index.limbs[1..32])); // Now we just need to check that `result[0]` is the sum of all copied // bytes. We go byte by byte and check if `idx == index[0]`. @@ -50,11 +53,11 @@ impl ExecutionGadget for ByteGadget { let is_byte_selected = array_init(|idx| { // Check if this byte is selected looking only at the LSB of the // index word - IsEqualGadget::construct(cb, index.cells[0].expr(), (31 - idx).expr()) + IsEqualGadget::construct(cb, index.limbs[0].expr(), (31 - idx).expr()) }); // Sum all possible selected bytes - let selected_byte = value.cells.iter().zip(is_byte_selected.iter()).fold( + let selected_byte = value.limbs.iter().zip(is_byte_selected.iter()).fold( 0.expr(), |acc, (cell, is_selected)| { acc + is_selected.expr() * is_msb_sum_zero.expr() * cell.expr() @@ -65,9 +68,9 @@ impl ExecutionGadget for ByteGadget { // push the selected byte on the stack // We can push the selected byte here directly because // it only uses the LSB of a word. - cb.stack_pop(index.expr()); - cb.stack_pop(value.expr()); - cb.stack_push(selected_byte); + cb.stack_pop(index.to_word()); + cb.stack_pop(value.to_word()); + cb.stack_push(Word::from_lo_unchecked(selected_byte)); // State transition let step_state_transition = StepStateTransition { @@ -101,21 +104,22 @@ impl ExecutionGadget for ByteGadget { self.same_context.assign_exec_step(region, offset, step)?; // Inputs/Outputs - let index = block.get_rws(step, 0).stack_value().to_le_bytes(); - let value = block.get_rws(step, 1).stack_value().to_le_bytes(); - self.index.assign(region, offset, Some(index))?; - self.value.assign(region, offset, Some(value))?; + let index = block.get_rws(step, 0).stack_value(); + let value = block.get_rws(step, 1).stack_value(); + let index_bytes = index.to_le_bytes(); + self.index.assign_u256(region, offset, index)?; + self.value.assign_u256(region, offset, value)?; // Set `is_msb_sum_zero` self.is_msb_sum_zero - .assign(region, offset, sum::value(&index[1..32]))?; + .assign(region, offset, sum::value(&index_bytes[1..32]))?; // Set `is_byte_selected` for i in 0..32 { self.is_byte_selected[i].assign( region, offset, - F::from(index[0] as u64), + F::from(index_bytes[0] as u64), F::from((31 - i) as u64), )?; } diff --git a/zkevm-circuits/src/evm_circuit/execution/calldatacopy.rs b/zkevm-circuits/src/evm_circuit/execution/calldatacopy.rs index 6d1fb475cc..887bd63d75 100644 --- a/zkevm-circuits/src/evm_circuit/execution/calldatacopy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/calldatacopy.rs @@ -15,7 +15,10 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use bus_mapping::{circuit_input_builder::CopyDataType, evm::OpcodeId}; use eth_types::{evm_types::GasCost, Field, ToScalar}; @@ -48,24 +51,27 @@ impl ExecutionGadget for CallDataCopyGadget { let call_data_length = cb.query_cell(); let call_data_offset = cb.query_cell(); - let length = cb.query_word_rlc(); - let memory_offset = cb.query_cell_phase2(); + let length = cb.query_memory_address(); + let memory_offset = cb.query_word_unchecked(); let data_offset = WordByteCapGadget::construct(cb, call_data_length.expr()); // Pop memory_offset, data_offset, length from stack - cb.stack_pop(memory_offset.expr()); - cb.stack_pop(data_offset.original_word()); - cb.stack_pop(length.expr()); + cb.stack_pop(memory_offset.to_word()); + cb.stack_pop(data_offset.original_word().to_word()); + cb.stack_pop(length.to_word()); // Lookup the calldata_length and caller_address in Tx context table or // Call context table cb.condition(cb.curr.state.is_root.expr(), |cb| { - cb.call_context_lookup(false.expr(), None, CallContextFieldTag::TxId, src_id.expr()); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( + None, + CallContextFieldTag::TxId, + Word::from_lo_unchecked(src_id.expr()), + ); + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataLength, - call_data_length.expr(), + Word::from_lo_unchecked(call_data_length.expr()), ); cb.require_zero( "call_data_offset == 0 in the root call", @@ -73,23 +79,20 @@ impl ExecutionGadget for CallDataCopyGadget { ); }); cb.condition(1.expr() - cb.curr.state.is_root.expr(), |cb| { - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallerId, - src_id.expr(), + Word::from_lo_unchecked(src_id.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataLength, - call_data_length.expr(), + Word::from_lo_unchecked(call_data_length.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataOffset, - call_data_offset.expr(), + Word::from_lo_unchecked(call_data_offset.expr()), ); }); @@ -121,9 +124,9 @@ impl ExecutionGadget for CallDataCopyGadget { let src_addr_end = call_data_offset.expr() + call_data_length.expr(); cb.copy_table_lookup( - src_id.expr(), + Word::from_lo_unchecked(src_id.expr()), src_tag, - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), src_addr, src_addr_end, @@ -183,16 +186,17 @@ impl ExecutionGadget for CallDataCopyGadget { let memory_address = self .memory_address .assign(region, offset, memory_offset, length)?; - let src_id = if call.is_root { tx.id } else { call.caller_id }; - self.src_id.assign( - region, - offset, - Value::known(F::from(u64::try_from(src_id).unwrap())), - )?; + let src_id = if call.is_root { + tx.id + } else { + call.caller_id as u64 + }; + self.src_id + .assign(region, offset, Value::known(F::from(src_id)))?; // Call data length and call data offset let (call_data_length, call_data_offset) = if call.is_root { - (tx.call_data_length as u64, 0_u64) + (tx.call_data.len() as u64, 0_u64) } else { (call.call_data_length, call.call_data_offset) }; @@ -253,7 +257,7 @@ impl ExecutionGadget for CallDataCopyGadget { #[cfg(test)] mod test { use crate::{evm_circuit::test::rand_bytes, test_util::CircuitTestBuilder}; - use bus_mapping::circuit_input_builder::CircuitsParams; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{bytecode, Word}; use mock::{ generate_mock_call_bytecode, @@ -292,9 +296,9 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_calldata: 600, - ..CircuitsParams::default() + ..FixedCParams::default() }) .run(); } diff --git a/zkevm-circuits/src/evm_circuit/execution/calldataload.rs b/zkevm-circuits/src/evm_circuit/execution/calldataload.rs index 555a105667..d7b0aba51a 100644 --- a/zkevm-circuits/src/evm_circuit/execution/calldataload.rs +++ b/zkevm-circuits/src/evm_circuit/execution/calldataload.rs @@ -22,7 +22,10 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::{CallContextFieldTag, TxContextFieldTag}, - util::Expr, + util::{ + word::{Word, Word32, WordExpr}, + Expr, + }, }; use super::ExecutionGadget; @@ -65,22 +68,20 @@ impl ExecutionGadget for CallDataLoadGadget { let call_data_offset = cb.query_cell(); let data_offset = WordByteCapGadget::construct(cb, call_data_length.expr()); - cb.stack_pop(data_offset.original_word()); + cb.stack_pop(data_offset.original_word().to_word()); cb.condition( and::expr([data_offset.not_overflow(), cb.curr.state.is_root.expr()]), |cb| { - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::TxId, - src_id.expr(), + Word::from_lo_unchecked(src_id.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataLength, - call_data_length.expr(), + Word::from_lo_unchecked(call_data_length.expr()), ); cb.require_equal( "if is_root then call_data_offset == 0", @@ -96,23 +97,20 @@ impl ExecutionGadget for CallDataLoadGadget { not::expr(cb.curr.state.is_root.expr()), ]), |cb| { - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallerId, - src_id.expr(), + Word::from_lo_unchecked(src_id.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataLength, - call_data_length.expr(), + Word::from_lo_unchecked(call_data_length.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataOffset, - call_data_offset.expr(), + Word::from_lo_unchecked(call_data_offset.expr()), ); }, ); @@ -143,7 +141,7 @@ impl ExecutionGadget for CallDataLoadGadget { src_id.expr(), TxContextFieldTag::CallData, Some(src_addr.expr() + idx.expr()), - buffer_reader.byte(idx), + Word::from_lo_unchecked(buffer_reader.byte(idx)), ); }, ); @@ -174,13 +172,13 @@ impl ExecutionGadget for CallDataLoadGadget { // Add a lookup constraint for the 32-bytes that should have been pushed // to the stack. let calldata_word: [Expression; N_BYTES_WORD] = calldata_word.try_into().unwrap(); - let calldata_word = cb.word_rlc(calldata_word); - cb.require_zero( + let calldata_word = Word32::new(calldata_word); + cb.require_zero_word( "Stack push result must be 0 if stack pop offset is Uint64 overflow", - data_offset.overflow() * calldata_word.expr(), + calldata_word.to_word().mul_selector(data_offset.overflow()), ); - cb.stack_push(calldata_word); + cb.stack_push(calldata_word.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(cb.rw_counter_offset()), @@ -215,12 +213,16 @@ impl ExecutionGadget for CallDataLoadGadget { // Assign to the buffer reader gadget. let (src_id, call_data_offset, call_data_length) = if call.is_root { - (tx.id, 0, tx.call_data_length as u64) + (tx.id, 0, tx.call_data.len() as u64) } else { - (call.caller_id, call.call_data_offset, call.call_data_length) + ( + call.caller_id as u64, + call.call_data_offset, + call.call_data_length, + ) }; self.src_id - .assign(region, offset, Value::known(F::from(src_id as u64)))?; + .assign(region, offset, Value::known(F::from(src_id)))?; self.call_data_length .assign(region, offset, Value::known(F::from(call_data_length)))?; self.call_data_offset @@ -247,7 +249,7 @@ impl ExecutionGadget for CallDataLoadGadget { for (i, byte) in calldata_bytes.iter_mut().enumerate() { if call.is_root { // Fetch from tx call data. - if src_addr + (i as u64) < tx.call_data_length as u64 { + if src_addr + (i as u64) < tx.call_data.len() as u64 { *byte = tx.call_data[src_addr as usize + i]; } } else { @@ -261,14 +263,8 @@ impl ExecutionGadget for CallDataLoadGadget { } } - self.buffer_reader.assign( - region, - offset, - src_addr, - src_addr_end, - &calldata_bytes, - &[true; N_BYTES_WORD], - )?; + self.buffer_reader + .assign(region, offset, src_addr, src_addr_end, &calldata_bytes)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/calldatasize.rs b/zkevm-circuits/src/evm_circuit/execution/calldatasize.rs index dc6028e53b..311365feb3 100644 --- a/zkevm-circuits/src/evm_circuit/execution/calldatasize.rs +++ b/zkevm-circuits/src/evm_circuit/execution/calldatasize.rs @@ -1,26 +1,28 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_CALLDATASIZE, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct CallDataSizeGadget { same_context: SameContextGadget, - call_data_size: RandomLinearCombination, + call_data_size: WordCell, } impl ExecutionGadget for CallDataSizeGadget { @@ -32,16 +34,15 @@ impl ExecutionGadget for CallDataSizeGadget { let opcode = cb.query_cell(); // Add lookup constraint in the call context for the calldatasize field. - let call_data_size = cb.query_word_rlc(); - cb.call_context_lookup( - false.expr(), + let call_data_size = cb.query_word_unchecked(); + cb.call_context_lookup_read( None, CallContextFieldTag::CallDataLength, - from_bytes::expr(&call_data_size.cells), + call_data_size.to_word(), ); // The calldatasize should be pushed to the top of the stack. - cb.stack_push(call_data_size.expr()); + cb.stack_push(call_data_size.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(2.expr()), @@ -72,15 +73,8 @@ impl ExecutionGadget for CallDataSizeGadget { let call_data_size = block.get_rws(step, 1).stack_value(); - self.call_data_size.assign( - region, - offset, - Some( - call_data_size.to_le_bytes()[..N_BYTES_CALLDATASIZE] - .try_into() - .unwrap(), - ), - )?; + self.call_data_size + .assign_u64(region, offset, call_data_size.as_u64())?; Ok(()) } @@ -89,7 +83,7 @@ impl ExecutionGadget for CallDataSizeGadget { #[cfg(test)] mod test { use crate::{evm_circuit::test::rand_bytes, test_util::CircuitTestBuilder}; - use bus_mapping::circuit_input_builder::CircuitsParams; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{address, bytecode, Word}; use itertools::Itertools; @@ -125,9 +119,9 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_calldata: 1200, - ..CircuitsParams::default() + ..FixedCParams::default() }) .run(); } else { @@ -167,9 +161,9 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_calldata: 600, - ..CircuitsParams::default() + ..FixedCParams::default() }) .run(); }; diff --git a/zkevm-circuits/src/evm_circuit/execution/caller.rs b/zkevm-circuits/src/evm_circuit/execution/caller.rs index a57b97dc8e..d1c6819e5e 100644 --- a/zkevm-circuits/src/evm_circuit/execution/caller.rs +++ b/zkevm-circuits/src/evm_circuit/execution/caller.rs @@ -1,27 +1,28 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_ACCOUNT_ADDRESS, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct CallerGadget { same_context: SameContextGadget, - // Using RLC to match against rw_table->stack_op value - caller_address: RandomLinearCombination, + caller_address: WordCell, } impl ExecutionGadget for CallerGadget { @@ -30,18 +31,17 @@ impl ExecutionGadget for CallerGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::CALLER; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let caller_address = cb.query_word_rlc(); + let caller_address = cb.query_word_unchecked(); // Lookup rw_table -> call_context with caller address - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, // cb.curr.state.call_id CallContextFieldTag::CallerAddress, - from_bytes::expr(&caller_address.cells), + caller_address.to_word(), ); // Push the value to the stack - cb.stack_push(caller_address.expr()); + cb.stack_push(caller_address.to_word()); // State transition let opcode = cb.query_cell(); @@ -73,15 +73,7 @@ impl ExecutionGadget for CallerGadget { let caller = block.get_rws(step, 1).stack_value(); - self.caller_address.assign( - region, - offset, - Some( - caller.to_le_bytes()[..N_BYTES_ACCOUNT_ADDRESS] - .try_into() - .unwrap(), - ), - )?; + self.caller_address.assign_u256(region, offset, caller)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/callop.rs b/zkevm-circuits/src/evm_circuit/execution/callop.rs index 9ca15f7859..fc556ad0d9 100644 --- a/zkevm-circuits/src/evm_circuit/execution/callop.rs +++ b/zkevm-circuits/src/evm_circuit/execution/callop.rs @@ -1,17 +1,22 @@ -use crate::evm_circuit::{ - execution::ExecutionGadget, - param::{N_BYTES_GAS, N_BYTES_U64}, - step::ExecutionState, - util::{ - and, - common_gadget::{CommonCallGadget, TransferGadget}, - constraint_builder::{ - ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, - Transition::{Delta, To}, +use crate::{ + evm_circuit::{ + execution::ExecutionGadget, + param::{N_BYTES_GAS, N_BYTES_U64}, + step::ExecutionState, + util::{ + and, + common_gadget::{CommonCallGadget, TransferGadget}, + constraint_builder::{ + ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, + Transition::{Delta, To}, + }, + math_gadget::{ + ConstantDivisionGadget, IsZeroGadget, LtGadget, LtWordGadget, MinMaxGadget, + }, + not, or, select, CachedRegion, Cell, }, - math_gadget::{ConstantDivisionGadget, IsZeroGadget, LtGadget, LtWordGadget, MinMaxGadget}, - not, or, select, CachedRegion, Cell, Word, }, + util::word::{Word, WordCell, WordExpr}, }; use crate::{ @@ -20,7 +25,7 @@ use crate::{ util::Expr, }; use bus_mapping::evm::OpcodeId; -use eth_types::{evm_types::GAS_STIPEND_CALL_WITH_VALUE, Field, ToLittleEndian, ToScalar, U256}; +use eth_types::{evm_types::GAS_STIPEND_CALL_WITH_VALUE, Field, ToAddress, U256}; use halo2_proofs::{circuit::Value, plonk::Error}; /// Gadget for call related opcodes. It supports `OpcodeId::CALL`, @@ -36,18 +41,18 @@ pub(crate) struct CallOpGadget { is_staticcall: IsZeroGadget, tx_id: Cell, reversion_info: ReversionInfo, - current_callee_address: Cell, - current_caller_address: Cell, + current_callee_address: WordCell, + current_caller_address: WordCell, is_static: Cell, depth: Cell, call: CommonCallGadget, - current_value: Word, + current_value: WordCell, is_warm: Cell, is_warm_prev: Cell, callee_reversion_info: ReversionInfo, transfer: TransferGadget, // current handling Call* opcode's caller balance - caller_balance_word: Word, + caller_balance: WordCell, // check if insufficient balance case is_insufficient_balance: LtWordGadget, is_depth_ok: LtGadget, @@ -75,17 +80,15 @@ impl ExecutionGadget for CallOpGadget { let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); - let [is_static, depth, current_callee_address] = [ - CallContextFieldTag::IsStatic, - CallContextFieldTag::Depth, - CallContextFieldTag::CalleeAddress, - ] - .map(|field_tag| cb.call_context(None, field_tag)); + let [is_static, depth] = [CallContextFieldTag::IsStatic, CallContextFieldTag::Depth] + .map(|field_tag| cb.call_context(None, field_tag)); + let current_callee_address = + cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); let (current_caller_address, current_value) = cb.condition(is_delegatecall.expr(), |cb| { ( - cb.call_context(None, CallContextFieldTag::CallerAddress), - cb.call_context_as_word(None, CallContextFieldTag::Value), + cb.call_context_read_as_word(None, CallContextFieldTag::CallerAddress), + cb.call_context_read_as_word(None, CallContextFieldTag::Value), ) }); @@ -97,36 +100,37 @@ impl ExecutionGadget for CallOpGadget { is_staticcall.expr(), ); cb.condition(not::expr(is_call.expr() + is_callcode.expr()), |cb| { - cb.require_zero( + cb.require_zero_word( "for non call/call code, value is zero", - call_gadget.value.expr(), + call_gadget.value.to_word(), ); }); - let caller_address = select::expr( + let caller_address = Word::select( is_delegatecall.expr(), - current_caller_address.expr(), - current_callee_address.expr(), + current_caller_address.to_word(), + current_callee_address.to_word(), ); - let callee_address = select::expr( + let callee_address = Word::select( is_callcode.expr() + is_delegatecall.expr(), - current_callee_address.expr(), - call_gadget.callee_address_expr(), + current_callee_address.to_word(), + call_gadget.callee_address(), ); // Add callee to access list let is_warm = cb.query_bool(); let is_warm_prev = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - call_gadget.callee_address_expr(), + call_gadget.callee_address(), is_warm.expr(), is_warm_prev.expr(), Some(&mut reversion_info), ); // Propagate rw_counter_end_of_reversion and is_persistent - let mut callee_reversion_info = cb.reversion_info_write(Some(callee_call_id.expr())); + let mut callee_reversion_info = + cb.reversion_info_write_unchecked(Some(callee_call_id.expr())); cb.require_equal( "callee_is_persistent == is_persistent â‹… is_success", callee_reversion_info.is_persistent(), @@ -147,14 +151,14 @@ impl ExecutionGadget for CallOpGadget { ); }); - let caller_balance_word = cb.query_word_rlc(); + let caller_balance = cb.query_word_unchecked(); cb.account_read( - caller_address.expr(), + caller_address.to_word(), AccountFieldTag::Balance, - caller_balance_word.expr(), + caller_balance.to_word(), ); let is_insufficient_balance = - LtWordGadget::construct(cb, &caller_balance_word, &call_gadget.value); + LtWordGadget::construct(cb, &caller_balance.to_word(), &call_gadget.value.to_word()); // depth < 1025 let is_depth_ok = LtGadget::construct(cb, depth.expr(), 1025.expr()); @@ -175,16 +179,20 @@ impl ExecutionGadget for CallOpGadget { // skip the transfer (this is necessary for non-existing accounts, which // will not be crated when value is 0 and so the callee balance lookup // would be invalid). - let transfer = cb.condition(and::expr(&[is_call.expr(), is_precheck_ok.expr()]), |cb| { - TransferGadget::construct( - cb, - caller_address.expr(), - callee_address.expr(), - not::expr(call_gadget.callee_not_exists.expr()), - call_gadget.value.clone(), - &mut callee_reversion_info, - ) - }); + let transfer = cb.condition( + is_call.expr() * not::expr(is_insufficient_balance.expr()), + |cb| { + TransferGadget::construct( + cb, + caller_address.to_word(), + callee_address.to_word(), + not::expr(call_gadget.callee_not_exists.expr()), + 0.expr(), + call_gadget.value.clone(), + &mut callee_reversion_info, + ) + }, + ); // For CALLCODE opcode, verify caller balance is greater than or equal to stack // `value` in successful case. that is `is_insufficient_balance` is false. @@ -231,7 +239,7 @@ impl ExecutionGadget for CallOpGadget { CallContextFieldTag::LastCalleeReturnDataOffset, CallContextFieldTag::LastCalleeReturnDataLength, ] { - cb.call_context_lookup(true.expr(), None, field_tag, 0.expr()); + cb.call_context_lookup_write(None, field_tag, Word::zero()); } // For CALL opcode, it has an extra stack pop `value` (+1) and if the value is @@ -276,7 +284,7 @@ impl ExecutionGadget for CallOpGadget { CallContextFieldTag::LastCalleeReturnDataOffset, CallContextFieldTag::LastCalleeReturnDataLength, ] { - cb.call_context_lookup(true.expr(), None, field_tag, 0.expr()); + cb.call_context_lookup_write(None, field_tag, Word::zero()); } cb.require_step_state_transition(StepStateTransition { @@ -319,54 +327,76 @@ impl ExecutionGadget for CallOpGadget { cb.curr.state.reversible_write_counter.expr() + 1.expr(), ), ] { - cb.call_context_lookup(true.expr(), None, field_tag, value); + cb.call_context_lookup_write(None, field_tag, Word::from_lo_unchecked(value)); } // Setup next call's context. let cd_address = call_gadget.cd_address.clone(); let rd_address = call_gadget.rd_address.clone(); for (field_tag, value) in [ - (CallContextFieldTag::CallerId, cb.curr.state.call_id.expr()), - (CallContextFieldTag::TxId, tx_id.expr()), - (CallContextFieldTag::Depth, depth.expr() + 1.expr()), + ( + CallContextFieldTag::CallerId, + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), + ), + ( + CallContextFieldTag::TxId, + Word::from_lo_unchecked(tx_id.expr()), + ), + ( + CallContextFieldTag::Depth, + Word::from_lo_unchecked(depth.expr() + 1.expr()), + ), (CallContextFieldTag::CallerAddress, caller_address), (CallContextFieldTag::CalleeAddress, callee_address), - (CallContextFieldTag::CallDataOffset, cd_address.offset()), - (CallContextFieldTag::CallDataLength, cd_address.length()), - (CallContextFieldTag::ReturnDataOffset, rd_address.offset()), - (CallContextFieldTag::ReturnDataLength, rd_address.length()), + ( + CallContextFieldTag::CallDataOffset, + Word::from_lo_unchecked(cd_address.offset()), + ), + ( + CallContextFieldTag::CallDataLength, + Word::from_lo_unchecked(cd_address.length()), + ), + ( + CallContextFieldTag::ReturnDataOffset, + Word::from_lo_unchecked(rd_address.offset()), + ), + ( + CallContextFieldTag::ReturnDataLength, + Word::from_lo_unchecked(rd_address.length()), + ), ( CallContextFieldTag::Value, - select::expr( + Word::select( is_delegatecall.expr(), - current_value.expr(), - call_gadget.value.expr(), + current_value.to_word(), + call_gadget.value.to_word(), ), ), ( CallContextFieldTag::IsSuccess, - call_gadget.is_success.expr(), + Word::from_lo_unchecked(call_gadget.is_success.expr()), ), ( CallContextFieldTag::IsStatic, - or::expr([is_static.expr(), is_staticcall.expr()]), + Word::from_lo_unchecked(or::expr([is_static.expr(), is_staticcall.expr()])), + ), + (CallContextFieldTag::LastCalleeId, Word::zero()), + ( + CallContextFieldTag::LastCalleeReturnDataOffset, + Word::zero(), ), - (CallContextFieldTag::LastCalleeId, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataOffset, 0.expr()), - (CallContextFieldTag::LastCalleeReturnDataLength, 0.expr()), - (CallContextFieldTag::IsRoot, 0.expr()), - (CallContextFieldTag::IsCreate, 0.expr()), + ( + CallContextFieldTag::LastCalleeReturnDataLength, + Word::zero(), + ), + (CallContextFieldTag::IsRoot, Word::zero()), + (CallContextFieldTag::IsCreate, Word::zero()), ( CallContextFieldTag::CodeHash, - call_gadget.phase2_callee_code_hash.expr(), + call_gadget.callee_code_hash.to_word(), ), ] { - cb.call_context_lookup( - true.expr(), - Some(callee_call_id.expr()), - field_tag, - value, - ); + cb.call_context_lookup_write(Some(callee_call_id.expr()), field_tag, value); } // Give gas stipend if value is not zero @@ -395,7 +425,7 @@ impl ExecutionGadget for CallOpGadget { call_id: To(callee_call_id.expr()), is_root: To(false.expr()), is_create: To(false.expr()), - code_hash: To(call_gadget.phase2_callee_code_hash.expr()), + code_hash: To(call_gadget.callee_code_hash.to_word()), gas_left: To(callee_gas_left), // For CALL opcode, `transfer` invocation has two account write if value is not // zero. @@ -423,7 +453,7 @@ impl ExecutionGadget for CallOpGadget { is_warm_prev, callee_reversion_info, transfer, - caller_balance_word, + caller_balance, is_insufficient_balance, is_depth_ok, one_64th_gas, @@ -484,8 +514,8 @@ impl ExecutionGadget for CallOpGadget { // check if it is insufficient balance case. // get caller balance let (caller_balance, _) = block.get_rws(step, 17 + rw_offset).account_value_pair(); - self.caller_balance_word - .assign(region, offset, Some(caller_balance.to_le_bytes()))?; + self.caller_balance + .assign_u256(region, offset, caller_balance)?; self.is_insufficient_balance .assign(region, offset, caller_balance, value)?; @@ -528,26 +558,18 @@ impl ExecutionGadget for CallOpGadget { call.rw_counter_end_of_reversion, call.is_persistent, )?; - self.current_callee_address.assign( + self.current_callee_address.assign_h160( region, offset, - Value::known( - current_callee_address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), + current_callee_address.to_address(), )?; - self.current_caller_address.assign( + self.current_caller_address.assign_h160( region, offset, - Value::known( - current_caller_address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), + current_caller_address.to_address(), )?; self.current_value - .assign(region, offset, Some(current_value.to_le_bytes()))?; + .assign_u256(region, offset, current_value)?; self.is_static .assign(region, offset, Value::known(F::from(is_static.low_u64())))?; self.depth @@ -565,7 +587,7 @@ impl ExecutionGadget for CallOpGadget { rd_offset, rd_length, step.memory_word_size(), - region.word_rlc(callee_code_hash), + callee_code_hash, )?; self.is_warm .assign(region, offset, Value::known(F::from(is_warm as u64)))?; @@ -615,7 +637,7 @@ impl ExecutionGadget for CallOpGadget { mod test { use super::*; use crate::test_util::CircuitTestBuilder; - use bus_mapping::circuit_input_builder::CircuitsParams; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{ address, bytecode, evm_types::OpcodeId, geth_types::Account, word, Address, ToWord, Word, U64, @@ -906,7 +928,7 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_rws: 500, ..Default::default() }) @@ -1014,7 +1036,7 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_rws: 300000, ..Default::default() }) diff --git a/zkevm-circuits/src/evm_circuit/execution/callvalue.rs b/zkevm-circuits/src/evm_circuit/execution/callvalue.rs index 237c954096..978452a58d 100644 --- a/zkevm-circuits/src/evm_circuit/execution/callvalue.rs +++ b/zkevm-circuits/src/evm_circuit/execution/callvalue.rs @@ -5,12 +5,15 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -21,7 +24,7 @@ pub(crate) struct CallValueGadget { same_context: SameContextGadget, // Value in rw_table->stack_op and call_context->call_value are both RLC // encoded, so no need to decode. - call_value: Cell, + call_value: WordCell, } impl ExecutionGadget for CallValueGadget { @@ -30,18 +33,17 @@ impl ExecutionGadget for CallValueGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::CALLVALUE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let call_value = cb.query_cell_phase2(); + let call_value = cb.query_word_unchecked(); // Lookup rw_table -> call_context with call value - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, // cb.curr.state.call_id CallContextFieldTag::Value, - call_value.expr(), + call_value.to_word(), ); // Push the value to the stack - cb.stack_push(call_value.expr()); + cb.stack_push(call_value.to_word()); // State transition let opcode = cb.query_cell(); @@ -73,8 +75,7 @@ impl ExecutionGadget for CallValueGadget { let call_value = block.get_rws(step, 1).stack_value(); - self.call_value - .assign(region, offset, region.word_rlc(call_value))?; + self.call_value.assign_u256(region, offset, call_value)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/chainid.rs b/zkevm-circuits/src/evm_circuit/execution/chainid.rs index e635b1e391..920877f017 100644 --- a/zkevm-circuits/src/evm_circuit/execution/chainid.rs +++ b/zkevm-circuits/src/evm_circuit/execution/chainid.rs @@ -5,12 +5,15 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::BlockContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -19,7 +22,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct ChainIdGadget { same_context: SameContextGadget, - chain_id: Cell, + chain_id: WordCell, } impl ExecutionGadget for ChainIdGadget { @@ -28,13 +31,17 @@ impl ExecutionGadget for ChainIdGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::CHAINID; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let chain_id = cb.query_cell_phase2(); + let chain_id = cb.query_word_unchecked(); // Push the value to the stack - cb.stack_push(chain_id.expr()); + cb.stack_push(chain_id.to_word()); // Lookup block table with chain_id - cb.block_lookup(BlockContextFieldTag::ChainId.expr(), None, chain_id.expr()); + cb.block_lookup( + BlockContextFieldTag::ChainId.expr(), + None, + chain_id.to_word(), + ); // State transition let opcode = cb.query_cell(); @@ -65,8 +72,7 @@ impl ExecutionGadget for ChainIdGadget { self.same_context.assign_exec_step(region, offset, step)?; let chain_id = block.get_rws(step, 0).stack_value(); - self.chain_id - .assign(region, offset, region.word_rlc(chain_id))?; + self.chain_id.assign_u256(region, offset, chain_id)?; Ok(()) } } diff --git a/zkevm-circuits/src/evm_circuit/execution/codecopy.rs b/zkevm-circuits/src/evm_circuit/execution/codecopy.rs index f47fef2936..c95902b885 100644 --- a/zkevm-circuits/src/evm_circuit/execution/codecopy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/codecopy.rs @@ -16,7 +16,10 @@ use crate::{ }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use super::ExecutionGadget; @@ -53,23 +56,23 @@ impl ExecutionGadget for CodeCopyGadget { let code_size = cb.query_cell(); - let size = cb.query_word_rlc(); - let dst_memory_offset = cb.query_cell_phase2(); + let length = cb.query_memory_address(); + let dst_memory_offset = cb.query_word_unchecked(); let code_offset = WordByteCapGadget::construct(cb, code_size.expr()); // Pop items from stack. - cb.stack_pop(dst_memory_offset.expr()); - cb.stack_pop(code_offset.original_word()); - cb.stack_pop(size.expr()); + cb.stack_pop(dst_memory_offset.to_word()); + cb.stack_pop(code_offset.original_word().to_word()); + cb.stack_pop(Word::from_lo_unchecked(length.expr())); // Construct memory address in the destionation (memory) to which we copy code. - let dst_memory_addr = MemoryAddressGadget::construct(cb, dst_memory_offset, size); + let dst_memory_addr = MemoryAddressGadget::construct(cb, dst_memory_offset, length); // Fetch the hash of bytecode running in current environment. let code_hash = cb.curr.state.code_hash.clone(); // Fetch the bytecode length from the bytecode table. - cb.bytecode_length(code_hash.expr(), code_size.expr()); + cb.bytecode_length(code_hash.to_word(), code_size.expr()); // Calculate the next memory size and the gas cost for this memory // access. This also accounts for the dynamic gas required to copy bytes to @@ -91,9 +94,9 @@ impl ExecutionGadget for CodeCopyGadget { ); cb.copy_table_lookup( - code_hash.expr(), + code_hash.to_word(), CopyDataType::Bytecode.expr(), - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), src_addr, code_size.expr(), diff --git a/zkevm-circuits/src/evm_circuit/execution/codesize.rs b/zkevm-circuits/src/evm_circuit/execution/codesize.rs index 86df028c24..cab8f2253c 100644 --- a/zkevm-circuits/src/evm_circuit/execution/codesize.rs +++ b/zkevm-circuits/src/evm_circuit/execution/codesize.rs @@ -1,4 +1,3 @@ -use array_init::array_init; use bus_mapping::evm::OpcodeId; use eth_types::Field; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -11,11 +10,11 @@ use crate::{ constraint_builder::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition, }, - from_bytes, CachedRegion, Cell, + CachedRegion, Cell, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{word::WordExpr, Expr}, }; use super::ExecutionGadget; @@ -23,7 +22,7 @@ use super::ExecutionGadget; #[derive(Clone, Debug)] pub(crate) struct CodesizeGadget { same_context: SameContextGadget, - codesize_bytes: [Cell; 8], + codesize_bytes: U64Cell, codesize: Cell, } @@ -35,19 +34,19 @@ impl ExecutionGadget for CodesizeGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let codesize_bytes = array_init(|_| cb.query_byte()); + let codesize_bytes = cb.query_u64(); let code_hash = cb.curr.state.code_hash.clone(); let codesize = cb.query_cell(); - cb.bytecode_length(code_hash.expr(), codesize.expr()); + cb.bytecode_length(code_hash.to_word(), codesize.expr()); cb.require_equal( "Constraint: bytecode length lookup == codesize", - from_bytes::expr(&codesize_bytes), + codesize_bytes.expr(), codesize.expr(), ); - cb.stack_push(cb.word_rlc(codesize_bytes.clone().map(|c| c.expr()))); + cb.stack_push(codesize_bytes.to_word()); let step_state_transition = StepStateTransition { gas_left: Transition::Delta(-OpcodeId::CODESIZE.constant_gas_cost().expr()), @@ -78,13 +77,8 @@ impl ExecutionGadget for CodesizeGadget { let codesize = block.get_rws(step, 0).stack_value().as_u64(); - for (c, b) in self - .codesize_bytes - .iter() - .zip(codesize.to_le_bytes().iter()) - { - c.assign(region, offset, Value::known(F::from(*b as u64)))?; - } + self.codesize_bytes + .assign(region, offset, Some(codesize.to_le_bytes()))?; self.codesize .assign(region, offset, Value::known(F::from(codesize)))?; diff --git a/zkevm-circuits/src/evm_circuit/execution/comparator.rs b/zkevm-circuits/src/evm_circuit/execution/comparator.rs index 9d593ef747..efcb877992 100644 --- a/zkevm-circuits/src/evm_circuit/execution/comparator.rs +++ b/zkevm-circuits/src/evm_circuit/execution/comparator.rs @@ -5,27 +5,28 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, - math_gadget::{ComparisonGadget, IsEqualGadget}, - select, CachedRegion, Cell, Word, + math_gadget::{CmpWordsGadget, IsEqualGadget}, + select, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ComparatorGadget { same_context: SameContextGadget, - a: Word, - b: Word, + a: WordCell, + b: WordCell, result: Cell, - comparison_lo: ComparisonGadget, - comparison_hi: ComparisonGadget, is_eq: IsEqualGadget, is_gt: IsEqualGadget, + word_comparison: CmpWordsGadget, WordCell>, } impl ExecutionGadget for ComparatorGadget { @@ -36,8 +37,8 @@ impl ExecutionGadget for ComparatorGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); + let a = cb.query_word_unchecked(); + let b = cb.query_word_unchecked(); // Check if opcode is EQ let is_eq = IsEqualGadget::construct(cb, opcode.expr(), OpcodeId::EQ.expr()); @@ -45,42 +46,25 @@ impl ExecutionGadget for ComparatorGadget { // actually do greater than instead of smaller than. let is_gt = IsEqualGadget::construct(cb, opcode.expr(), OpcodeId::GT.expr()); - // `a[0..16] <= b[0..16]` - let comparison_lo = ComparisonGadget::construct( - cb, - from_bytes::expr(&a.cells[0..16]), - from_bytes::expr(&b.cells[0..16]), - ); - let (lt_lo, eq_lo) = comparison_lo.expr(); - - // `a[16..32] <= b[16..32]` - let comparison_hi = ComparisonGadget::construct( - cb, - from_bytes::expr(&a.cells[16..32]), - from_bytes::expr(&b.cells[16..32]), - ); - let (lt_hi, eq_hi) = comparison_hi.expr(); - - // `a < b` when: - // - `a[16..32] < b[16..32]` OR - // - `a[16..32] == b[16..32]` AND `a[0..16] < b[0..16]` - let lt = select::expr(lt_hi, 1.expr(), eq_hi.clone() * lt_lo); - // `a == b` when both parts are equal - let eq = eq_hi * eq_lo; + let word_comparison = CmpWordsGadget::construct(cb, a.clone(), b.clone()); // The result is: // - `lt` when LT or GT // - `eq` when EQ // Use copy to avoid degree too high for stack_push below. - let result = cb.copy(select::expr(is_eq.expr(), eq, lt)); + let result = cb.copy(select::expr( + is_eq.expr(), + word_comparison.eq.clone(), + word_comparison.lt.clone(), + )); // Pop a and b from the stack, push the result on the stack. // When swap is enabled we swap stack places between a and b. // We can push result here directly because // it only uses the LSB of a word. - cb.stack_pop(select::expr(is_gt.expr(), b.expr(), a.expr())); - cb.stack_pop(select::expr(is_gt.expr(), a.expr(), b.expr())); - cb.stack_push(result.expr()); + cb.stack_pop(Word::select(is_gt.expr(), b.to_word(), a.to_word())); + cb.stack_pop(Word::select(is_gt.expr(), a.to_word(), b.to_word())); + cb.stack_push(Word::from_lo_unchecked(result.expr())); // State transition let step_state_transition = StepStateTransition { @@ -96,9 +80,8 @@ impl ExecutionGadget for ComparatorGadget { same_context, a, b, + word_comparison, result, - comparison_lo, - comparison_hi, is_eq, is_gt, } @@ -134,27 +117,12 @@ impl ExecutionGadget for ComparatorGadget { )?; let indices = if is_gt == F::ONE { [1, 0] } else { [0, 1] }; - let [a, b] = indices.map(|index| block.get_rws(step, index).stack_value().to_le_bytes()); + let [a, b] = indices.map(|index| block.get_rws(step, index).stack_value()); let result = block.get_rws(step, 2).stack_value(); - // `a[0..16] <= b[0..16]` - self.comparison_lo.assign( - region, - offset, - from_bytes::value(&a[0..16]), - from_bytes::value(&b[0..16]), - )?; - - // `a[16..32] <= b[16..32]` - self.comparison_hi.assign( - region, - offset, - from_bytes::value(&a[16..32]), - from_bytes::value(&b[16..32]), - )?; - - self.a.assign(region, offset, Some(a))?; - self.b.assign(region, offset, Some(b))?; + self.word_comparison.assign(region, offset, a, b)?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; self.result .assign(region, offset, Value::known(F::from(result.low_u64())))?; diff --git a/zkevm-circuits/src/evm_circuit/execution/create.rs b/zkevm-circuits/src/evm_circuit/execution/create.rs new file mode 100644 index 0000000000..14ac7e9603 --- /dev/null +++ b/zkevm-circuits/src/evm_circuit/execution/create.rs @@ -0,0 +1,963 @@ +use crate::{ + evm_circuit::{ + execution::ExecutionGadget, + param::{ + N_BYTES_ACCOUNT_ADDRESS, N_BYTES_GAS, N_BYTES_MEMORY_ADDRESS, N_BYTES_MEMORY_WORD_SIZE, + N_BYTES_U64, N_BYTES_WORD, + }, + step::ExecutionState, + util::{ + common_gadget::TransferGadget, + constraint_builder::{ + ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, + Transition::{Delta, To}, + }, + math_gadget::{ + ConstantDivisionGadget, ContractCreateGadget, IsZeroGadget, IsZeroWordGadget, + LtGadget, LtWordGadget, + }, + memory_gadget::{MemoryAddressGadget, MemoryExpansionGadget}, + not, AccountAddress, CachedRegion, Cell, Word, WordExpr, + }, + witness::{Block, Call, ExecStep, Transaction}, + }, + table::{AccountFieldTag, CallContextFieldTag}, + util::{ + word::{Word32Cell, WordCell}, + Expr, + }, +}; +use bus_mapping::{circuit_input_builder::CopyDataType, evm::OpcodeId, state_db::CodeDB}; +use eth_types::{ + evm_types::{GasCost, INIT_CODE_WORD_GAS}, + Field, ToBigEndian, ToScalar, U256, +}; +use ethers_core::utils::keccak256; +use gadgets::util::{and, or, select}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; + +use std::iter::once; + +/// Gadget for CREATE and CREATE2 opcodes +#[derive(Clone, Debug)] +pub(crate) struct CreateGadget { + opcode: Cell, + tx_id: Cell, + reversion_info: ReversionInfo, + depth: Cell, + + is_create2: IsZeroGadget, + is_success: Cell, + was_warm: Cell, + value: Word32Cell, + + caller_balance: WordCell, + callee_reversion_info: ReversionInfo, + callee_nonce: Cell, + prev_code_hash: WordCell, + transfer: TransferGadget, + create: ContractCreateGadget, + + init_code: MemoryAddressGadget, + init_code_word_size: ConstantDivisionGadget, + init_code_rlc: Cell, + keccak_output: Word32Cell, + + is_depth_in_range: LtGadget, + is_insufficient_balance: LtWordGadget, + is_nonce_in_range: LtGadget, + not_address_collision: IsZeroWordGadget>>, + + memory_expansion: MemoryExpansionGadget, + gas_left: ConstantDivisionGadget, +} + +impl ExecutionGadget + for CreateGadget +{ + const NAME: &'static str = "CREATE"; + + const EXECUTION_STATE: ExecutionState = S; + + fn configure(cb: &mut EVMConstraintBuilder) -> Self { + let opcode = cb.query_cell(); + cb.opcode_lookup(opcode.expr(), 1.expr()); + cb.require_in_set( + "Opcode is CREATE or CREATE2", + opcode.expr(), + vec![OpcodeId::CREATE2.expr(), OpcodeId::CREATE.expr()], + ); + let is_create2 = IsZeroGadget::construct(cb, opcode.expr() - OpcodeId::CREATE2.expr()); + + // Use rw_counter of the step which triggers next call as its call_id. + let callee_call_id = cb.curr.state.rw_counter.clone(); + let current_call_id = cb.curr.state.call_id.clone(); + let is_success = cb.query_bool(); + + // read from call context + let tx_id = cb.call_context(None, CallContextFieldTag::TxId); + let depth = cb.call_context(None, CallContextFieldTag::Depth); + let mut reversion_info = cb.reversion_info_read(None); + + let keccak_output = cb.query_word32(); + let create = ContractCreateGadget::construct(cb); + let contract_addr = AccountAddress::new( + keccak_output.limbs[..N_BYTES_ACCOUNT_ADDRESS] + .to_vec() + .try_into() + .unwrap(), + ); + + // stack operations + let value = cb.query_word32(); + let length = cb.query_memory_address(); + let offset = cb.query_word_unchecked(); + cb.stack_pop(value.to_word()); + cb.stack_pop(offset.to_word()); + cb.stack_pop(length.to_word()); + cb.condition(is_create2.expr(), |cb| { + cb.stack_pop(create.salt()); + }); + cb.stack_push(contract_addr.to_word().mul_selector(is_success.expr())); + + // read caller's balance and nonce + let caller_nonce = create.caller_nonce(); + let caller_balance = cb.query_word_unchecked(); + cb.account_read( + create.caller_address(), + AccountFieldTag::Balance, + caller_balance.to_word(), + ); + cb.account_read( + create.caller_address(), + AccountFieldTag::Nonce, + Word::from_lo_unchecked(caller_nonce.expr()), + ); + + // Pre-check: call depth, user's nonce and user's balance + let is_depth_in_range = LtGadget::construct(cb, depth.expr(), 1025.expr()); + let is_insufficient_balance = + LtWordGadget::construct(cb, &caller_balance.to_word(), &value.to_word()); + let is_nonce_in_range = LtGadget::construct(cb, caller_nonce.expr(), u64::MAX.expr()); + let is_precheck_ok = and::expr([ + is_depth_in_range.expr(), + not::expr(is_insufficient_balance.expr()), + is_nonce_in_range.expr(), + ]); + + // verify gas cost + let init_code = MemoryAddressGadget::construct(cb, offset, length); + let memory_expansion = MemoryExpansionGadget::construct(cb, [init_code.address()]); + let init_code_word_size = ConstantDivisionGadget::construct( + cb, + init_code.length() + (N_BYTES_WORD - 1).expr(), + N_BYTES_WORD as u64, + ); + let keccak_gas_cost = init_code_word_size.quotient() + * select::expr( + is_create2.expr(), + (INIT_CODE_WORD_GAS + GasCost::COPY_SHA3).expr(), + INIT_CODE_WORD_GAS.expr(), + ); + let gas_cost = GasCost::CREATE.expr() + memory_expansion.gas_cost() + keccak_gas_cost; + let gas_remaining = cb.curr.state.gas_left.expr() - gas_cost.clone(); + let gas_left = ConstantDivisionGadget::construct(cb, gas_remaining.clone(), 64); + let callee_gas_left = gas_remaining - gas_left.quotient(); + + let was_warm = cb.query_bool(); + let init_code_rlc = cb.query_cell_phase2(); + let prev_code_hash = cb.query_word_unchecked(); + let callee_nonce = cb.query_cell(); + let not_address_collision = cb.condition(is_precheck_ok.expr(), |cb| { + // increase caller's nonce + cb.account_write( + create.caller_address(), + AccountFieldTag::Nonce, + Word::from_lo_unchecked(caller_nonce.expr() + 1.expr()), + Word::from_lo_unchecked(caller_nonce.expr()), + Some(&mut reversion_info), + ); + + // add callee to access list + cb.account_access_list_write_unchecked( + tx_id.expr(), + contract_addr.to_word(), + 1.expr(), + was_warm.expr(), + Some(&mut reversion_info), + ); + + // read contract's previous hash + cb.account_read( + contract_addr.to_word(), + AccountFieldTag::CodeHash, + prev_code_hash.to_word(), + ); + + // ErrContractAddressCollision, if any one of following criteria meets. + // Nonce is not zero or account code hash is not either 0 or EMPTY_CODE_HASH. + // Here use `isZeroWord(callee_nonce + prev_code_hash_word * (prev_code_hash_word - + // empty_code_hash_word))` to represent `(callee_nonce == 0 && (prev_code_hash_word == 0 + // or prev_code_hash_word == empty_code_hash_word))` + let prev_code_hash_word = prev_code_hash.to_word(); + IsZeroWordGadget::construct( + cb, + &Word::from_lo_unchecked(callee_nonce.expr()).add_unchecked( + prev_code_hash_word + .clone() + .mul_unchecked(prev_code_hash_word.sub_unchecked(cb.empty_code_hash())), + ), + ) + }); + + for (field_tag, value) in [ + ( + CallContextFieldTag::ProgramCounter, + Word::from_lo_unchecked(cb.curr.state.program_counter.expr() + 1.expr()), + ), + ( + CallContextFieldTag::StackPointer, + Word::from_lo_unchecked( + cb.curr.state.stack_pointer.expr() + 2.expr() + is_create2.expr(), + ), + ), + ( + CallContextFieldTag::GasLeft, + Word::from_lo_unchecked(gas_left.quotient()), + ), + ( + CallContextFieldTag::MemorySize, + Word::from_lo_unchecked(memory_expansion.next_memory_word_size()), + ), + ( + CallContextFieldTag::ReversibleWriteCounter, + Word::from_lo_unchecked(cb.curr.state.reversible_write_counter.expr() + 2.expr()), + ), + ] { + cb.call_context_lookup_write(None, field_tag, value); + } + + let mut callee_reversion_info = + cb.reversion_info_write_unchecked(Some(callee_call_id.expr())); + let transfer = cb.condition( + and::expr([is_precheck_ok.clone(), not_address_collision.expr()]), + |cb| { + cb.condition(init_code.has_length(), |cb| { + // the init code is being copied from memory to bytecode, so a copy table lookup + // to verify that the associated fields for the copy event. + cb.copy_table_lookup( + Word::from_lo_unchecked(current_call_id.expr()), + CopyDataType::Memory.expr(), + create.code_hash(), + CopyDataType::Bytecode.expr(), + init_code.offset(), + init_code.address(), + 0.expr(), // dst_addr + init_code.length(), // length + init_code_rlc.expr(), // rlc_acc + init_code.length(), // rwc_inc + ); + }); + + // keccak table lookup to verify contract address. + cb.keccak_table_lookup( + create.input_rlc(cb), + create.input_length(), + keccak_output.to_word(), + ); + + // propagate is_persistent + cb.require_equal( + "callee_is_persistent == is_persistent â‹… is_success", + callee_reversion_info.is_persistent(), + reversion_info.is_persistent() * is_success.expr(), + ); + + // transfer + let transfer = TransferGadget::construct( + cb, + create.caller_address(), + contract_addr.to_word(), + 0.expr(), + 1.expr(), + value.clone(), + &mut callee_reversion_info, + ); + + // EIP 161, the nonce of a newly created contract is 1 + cb.account_write( + contract_addr.to_word(), + AccountFieldTag::Nonce, + Word::one(), + Word::zero(), + Some(&mut callee_reversion_info), + ); + + cb.condition(init_code.has_length(), |cb| { + for (field_tag, value) in [ + ( + CallContextFieldTag::CallerId, + Word::from_lo_unchecked(current_call_id.expr()), + ), + ( + CallContextFieldTag::IsSuccess, + Word::from_lo_unchecked(is_success.expr()), + ), + ( + CallContextFieldTag::IsPersistent, + Word::from_lo_unchecked(callee_reversion_info.is_persistent()), + ), + ( + CallContextFieldTag::TxId, + Word::from_lo_unchecked(tx_id.expr()), + ), + (CallContextFieldTag::CallerAddress, create.caller_address()), + (CallContextFieldTag::CalleeAddress, contract_addr.to_word()), + ( + CallContextFieldTag::RwCounterEndOfReversion, + Word::from_lo_unchecked( + callee_reversion_info.rw_counter_end_of_reversion(), + ), + ), + ( + CallContextFieldTag::Depth, + Word::from_lo_unchecked(depth.expr() + 1.expr()), + ), + ( + CallContextFieldTag::IsRoot, + Word::from_lo_unchecked(false.expr()), + ), + ( + CallContextFieldTag::IsStatic, + Word::from_lo_unchecked(false.expr()), + ), + ( + CallContextFieldTag::IsCreate, + Word::from_lo_unchecked(true.expr()), + ), + (CallContextFieldTag::CodeHash, create.code_hash()), + ] { + cb.call_context_lookup_write(Some(callee_call_id.expr()), field_tag, value); + } + + cb.require_step_state_transition(StepStateTransition { + rw_counter: Delta(cb.rw_counter_offset()), + call_id: To(callee_call_id.expr()), + is_root: To(false.expr()), + is_create: To(true.expr()), + code_hash: To(create.code_hash()), + gas_left: To(callee_gas_left), + reversible_write_counter: To( + 1.expr() + transfer.reversible_w_delta().expr() + ), + ..StepStateTransition::new_context() + }) + }); + + // handle state transition if empty init code + cb.condition(not::expr(init_code.has_length()), |cb| { + for field_tag in [ + CallContextFieldTag::LastCalleeId, + CallContextFieldTag::LastCalleeReturnDataOffset, + CallContextFieldTag::LastCalleeReturnDataLength, + ] { + cb.call_context_lookup_write(None, field_tag, Word::zero()); + } + cb.require_step_state_transition(StepStateTransition { + rw_counter: Delta(cb.rw_counter_offset()), + program_counter: Delta(1.expr()), + stack_pointer: Delta(2.expr() + is_create2.expr()), + gas_left: Delta(-gas_cost.expr()), + reversible_write_counter: Delta( + 3.expr() + transfer.reversible_w_delta().expr(), + ), + ..Default::default() + }) + }); + + transfer + }, + ); + + cb.condition( + is_success.expr() * (1.expr() - reversion_info.is_persistent()), + |cb| { + cb.require_equal( + "callee_rw_counter_end_of_reversion == rw_counter_end_of_reversion-(reversible_write_counter + 1)", + callee_reversion_info.rw_counter_end_of_reversion(), + reversion_info.rw_counter_of_reversion(1.expr()), + ); + }, + ); + + // Handle the case where an error of ErrDepth, ErrInsufficientBalance, + // ErrNonceUintOverflow or ErrContractAddressCollision occurred. + cb.condition( + or::expr([ + not::expr(is_precheck_ok), + not::expr(not_address_collision.expr()), + ]), + |cb| { + // Save caller's call state + for field_tag in [ + CallContextFieldTag::LastCalleeId, + CallContextFieldTag::LastCalleeReturnDataOffset, + CallContextFieldTag::LastCalleeReturnDataLength, + ] { + cb.call_context_lookup_write(None, field_tag, Word::zero()); + } + + cb.require_step_state_transition(StepStateTransition { + rw_counter: Delta(cb.rw_counter_offset()), + program_counter: Delta(1.expr()), + stack_pointer: Delta(2.expr() + is_create2.expr()), + memory_word_size: To(memory_expansion.next_memory_word_size()), + gas_left: Delta(-gas_cost.expr()), + ..StepStateTransition::default() + }); + }, + ); + + Self { + opcode, + reversion_info, + tx_id, + was_warm, + value, + depth, + callee_reversion_info, + transfer, + init_code, + init_code_rlc, + memory_expansion, + gas_left, + init_code_word_size, + create, + caller_balance, + is_depth_in_range, + is_insufficient_balance, + is_nonce_in_range, + keccak_output, + not_address_collision, + is_success, + prev_code_hash, + callee_nonce, + is_create2, + } + } + + fn assign_exec_step( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + block: &Block, + tx: &Transaction, + call: &Call, + step: &ExecStep, + ) -> Result<(), Error> { + let opcode = step.opcode().unwrap(); + let is_create2 = opcode == OpcodeId::CREATE2; + self.opcode + .assign(region, offset, Value::known(F::from(opcode.as_u64())))?; + self.is_create2.assign( + region, + offset, + F::from(opcode.as_u64()) - F::from(OpcodeId::CREATE2.as_u64()), + )?; + + self.tx_id + .assign(region, offset, Value::known(tx.id.to_scalar().unwrap()))?; + self.depth.assign( + region, + offset, + Value::known(call.depth.to_scalar().unwrap()), + )?; + self.reversion_info.assign( + region, + offset, + block.get_rws(step, 2).call_context_value().as_usize(), + block.get_rws(step, 3).call_context_value().as_usize() != 0, + )?; + + // 0..3 : TxId, Depth, RwCounterEndOfReversion and IsPersistent + // stack value starts from 4 + let [value, init_code_start, init_code_length] = + [4, 5, 6].map(|idx| block.get_rws(step, idx).stack_value()); + self.value.assign_u256(region, offset, value)?; + let salt = if is_create2 { + block.get_rws(step, 7).stack_value() + } else { + U256::zero() + }; + let rw_offset = if is_create2 { 8 } else { 7 }; + + // Pre-check: call depth, user's nonce and user's balance + let (caller_balance, _) = block.get_rws(step, rw_offset + 1).account_value_pair(); + let (caller_nonce, _) = block.get_rws(step, rw_offset + 2).account_value_pair(); + let is_precheck_ok = + if call.depth < 1025 && caller_balance >= value && caller_nonce.as_u64() < u64::MAX { + 1 + } else { + 0 + }; + + self.caller_balance + .assign_u256(region, offset, caller_balance)?; + let (callee_prev_code_hash, was_warm) = if is_precheck_ok == 1 { + let (_, was_warm) = block + .get_rws(step, rw_offset + 4) + .tx_access_list_value_pair(); + let (callee_prev_code_hash, _) = + block.get_rws(step, rw_offset + 5).account_value_pair(); + (callee_prev_code_hash, was_warm) + } else { + (U256::from(0), false) + }; + + // 3 RWs while is_precheck_ok is true + // account_write(caller), tx_access_list_write(callee) and account_read(callee) + let [callee_rw_counter_end_of_reversion, callee_is_persistent] = [ + rw_offset + 11 - (1 - is_precheck_ok) * 3, + rw_offset + 12 - (1 - is_precheck_ok) * 3, + ] + .map(|i| block.get_rws(step, i).call_context_value()); + + // retrieve code_hash for creating address + let is_address_collision = !callee_prev_code_hash.is_zero(); + + self.prev_code_hash.assign_u256( + region, + offset, + if is_address_collision { + callee_prev_code_hash + } else { + U256::from(0) + }, + )?; + self.not_address_collision.assign_u256( + region, + offset, + U256::from(is_address_collision as u8), + )?; + + // gas cost of memory expansion + let init_code_address = + self.init_code + .assign(region, offset, init_code_start, init_code_length)?; + let (_, memory_expansion_gas_cost) = self.memory_expansion.assign( + region, + offset, + step.memory_word_size(), + [init_code_address], + )?; + let (init_code_word_size, _) = self.init_code_word_size.assign( + region, + offset, + (31u64 + init_code_length.as_u64()).into(), + )?; + let gas_left = step.gas_left + - GasCost::CREATE + - memory_expansion_gas_cost + - u64::try_from(init_code_word_size).unwrap() + * if is_create2 { + INIT_CODE_WORD_GAS + GasCost::COPY_SHA3 + } else { + INIT_CODE_WORD_GAS + }; + self.gas_left.assign(region, offset, gas_left.into())?; + self.callee_reversion_info.assign( + region, + offset, + callee_rw_counter_end_of_reversion.low_u64() as usize, + callee_is_persistent.low_u64() != 0, + )?; + + // assign witness while pre-check is okay + let copy_rw_increase = init_code_length.as_usize(); + let code_hash = if is_precheck_ok == 1 { + // transfer + let [caller_balance_pair, callee_balance_pair] = if !value.is_zero() { + [ + rw_offset + copy_rw_increase + 14, + rw_offset + copy_rw_increase + 15, + ] + .map(|i| block.get_rws(step, i).account_value_pair()) + } else { + [(0.into(), 0.into()), (0.into(), 0.into())] + }; + self.transfer.assign( + region, + offset, + caller_balance_pair, + callee_balance_pair, + value, + )?; + + // copy_table_lookup + let values: Vec<_> = (rw_offset + 13..rw_offset + 13 + copy_rw_increase) + .map(|i| block.get_rws(step, i).memory_value()) + .collect(); + let code_hash = CodeDB::hash(&values); + let keccak_input: Vec = if is_create2 { + once(0xffu8) + .chain(call.address.to_fixed_bytes()) + .chain(salt.to_be_bytes()) + .chain(code_hash.to_fixed_bytes()) + .collect() + } else { + let mut stream = ethers_core::utils::rlp::RlpStream::new(); + stream.begin_list(2); + stream.append(&call.address); + stream.append(&caller_nonce); + stream.out().to_vec() + }; + let mut keccak_output = keccak256(keccak_input); + keccak_output.reverse(); + + self.keccak_output.assign_u256( + region, + offset, + U256::from_little_endian(&keccak_output), + )?; + self.init_code_rlc.assign( + region, + offset, + region.keccak_rlc(&values.iter().rev().cloned().collect::>()), + )?; + self.was_warm + .assign(region, offset, Value::known(F::from(was_warm.into())))?; + self.callee_nonce + .assign(region, offset, Value::known(F::ZERO))?; + + code_hash + } else { + CodeDB::empty_code_hash() + }; + + self.create.assign( + region, + offset, + call.address, + caller_nonce.as_u64(), + Some(U256::from(code_hash.to_fixed_bytes())), + Some(salt), + )?; + + // If transfer value is zero, there is no balance update + let transfer_offset = if value.is_zero() { 2 } else { 0 }; + self.is_success.assign( + region, + offset, + Value::known(if is_precheck_ok == 0 || is_address_collision { + F::ZERO + } else if init_code_length.as_usize() == 0 { + F::ONE + } else { + block + .get_rws(step, 18 + rw_offset + copy_rw_increase - transfer_offset) + .call_context_value() + .to_scalar() + .unwrap() + }), + )?; + + self.is_insufficient_balance + .assign(region, offset, caller_balance, value)?; + self.is_depth_in_range + .assign(region, offset, F::from(call.depth as u64), F::from(1025))?; + self.is_nonce_in_range.assign( + region, + offset, + F::from(caller_nonce.as_u64()), + F::from(u64::MAX), + )?; + + Ok(()) + } +} + +#[cfg(test)] +mod test { + use crate::test_util::CircuitTestBuilder; + use eth_types::{ + address, bytecode, evm_types::OpcodeId, geth_types::Account, word, Address, Bytecode, Word, + }; + use itertools::Itertools; + use lazy_static::lazy_static; + use mock::{eth, TestContext}; + + lazy_static! { + static ref CALLER_ADDRESS: Address = address!("0x00bbccddee000000000000000000000000002400"); + } + + fn run_test_circuits(ctx: TestContext<2, 1>) { + CircuitTestBuilder::new_from_test_ctx(ctx).run(); + } + + // RETURN or REVERT with a piece of random data, + // We don't care the init code content bcs we don't really run it. + // Here, we assign data with [0x60; 10], + fn initialization_bytecode(is_success: bool) -> Bytecode { + let memory_bytes = [0x60; 10]; + let memory_address = 0; + let memory_value = Word::from_big_endian(&memory_bytes); + let mut code = bytecode! { + PUSH10(memory_value) + PUSH1(memory_address) + MSTORE + PUSH2(5) + PUSH2(32u64 - u64::try_from(memory_bytes.len()).unwrap()) + }; + code.write_op(if is_success { + OpcodeId::RETURN + } else { + OpcodeId::REVERT + }); + code + } + + fn creator_bytecode( + initialization_bytecode: Bytecode, + value: Word, + is_create2: bool, + is_persistent: bool, + ) -> Bytecode { + let initialization_bytes = initialization_bytecode.code(); + let mut code = bytecode! { + PUSH32(Word::from_big_endian(&initialization_bytes)) + PUSH1(0) + MSTORE + }; + if is_create2 { + code.append(&bytecode! {PUSH1(45)}); // salt; + } + code.append(&bytecode! { + PUSH1(initialization_bytes.len()) // size + PUSH1(32 - initialization_bytes.len()) // length + PUSH2(value) // value + }); + code.write_op(if is_create2 { + OpcodeId::CREATE2 + } else { + OpcodeId::CREATE + }); + if !is_persistent { + code.append(&bytecode! { + PUSH1(0) + PUSH1(0) + REVERT + }); + } + code + } + + fn creator_bytecode_address_collision(initialization_bytecode: Bytecode) -> Bytecode { + let initialization_bytes = initialization_bytecode.code(); + let mut code = bytecode! { + PUSH32(Word::from_big_endian(&initialization_bytes)) + PUSH1(0) + MSTORE + }; + + code.append(&bytecode! {PUSH1(45)}); // salt; + code.append(&bytecode! { + PUSH1(initialization_bytes.len()) // size + PUSH1(32 - initialization_bytes.len()) // length + PUSH2(23414) // value (endowment in CREATE2) + }); + code.write_op(OpcodeId::CREATE2); + + // construct address collision by create2 twice + code.append(&bytecode! {PUSH1(45)}); // salt; + + code.append(&bytecode! { + PUSH1(initialization_bytes.len()) // size + PUSH1(32 - initialization_bytes.len()) // length + PUSH2(23414) // value (endowment in CREATE2) + }); + code.write_op(OpcodeId::CREATE2); + code.append(&bytecode! { + PUSH1(0) + PUSH1(0) + REVERT + }); + + code + } + + fn test_context(caller: Account) -> TestContext<2, 1> { + TestContext::new( + None, + |accs| { + accs[0] + .address(address!("0x000000000000000000000000000000000000cafe")) + .balance(eth(10)); + accs[1].account(&caller); + }, + |mut txs, accs| { + txs[0] + .from(accs[0].address) + .to(accs[1].address) + .gas(word!("0x2386F26FC10000")); + }, + |block, _| block, + ) + .unwrap() + } + + #[test] + fn test_create() { + for ((is_success, is_create2), is_persistent) in [true, false] + .iter() + .cartesian_product(&[true, false]) + .cartesian_product(&[true, false]) + { + let init_code = initialization_bytecode(*is_success); + let root_code = creator_bytecode(init_code, 23414.into(), *is_create2, *is_persistent); + let caller = Account { + address: *CALLER_ADDRESS, + code: root_code.into(), + nonce: 1.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + } + + #[test] + fn test_create_rlp_nonce() { + for nonce in [0, 1, 127, 128, 255, 256, 0x10000, u64::MAX - 1] { + let caller = Account { + address: *CALLER_ADDRESS, + code: creator_bytecode(initialization_bytecode(true), 23414.into(), false, true) + .into(), + nonce: nonce.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)) + } + } + + #[test] + fn test_create_empty_init_code() { + for is_create2 in [true, false] { + let caller = Account { + address: *CALLER_ADDRESS, + code: creator_bytecode(vec![].into(), 23414.into(), is_create2, true).into(), + nonce: 10.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + } + + #[test] + fn test_create_overflow_offset_and_zero_size() { + for is_create2 in [true, false] { + let mut bytecode = bytecode! { + PUSH1(0) // size + PUSH32(Word::MAX) // offset + PUSH2(23414) // value + }; + bytecode.write_op(if is_create2 { + OpcodeId::CREATE2 + } else { + OpcodeId::CREATE + }); + let caller = Account { + address: *CALLER_ADDRESS, + code: bytecode.into(), + nonce: 10.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + } + + #[test] + fn test_create_address_collision_error() { + let initialization_code = initialization_bytecode(false); + let root_code = creator_bytecode_address_collision(initialization_code); + let caller = Account { + address: *CALLER_ADDRESS, + code: root_code.into(), + nonce: 1.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + + // Ignore this test case. It could run successfully but slow for CI. + #[ignore] + #[test] + fn test_create_error_depth() { + let code = bytecode! { + PUSH1(0x20) + PUSH1(0x0) + PUSH1(0x0) + CODECOPY + PUSH1(0x20) + PUSH1(0x0) + PUSH1(0x0) + CREATE + } + .into(); + let caller = Account { + address: *CALLER_ADDRESS, + code, + nonce: 1.into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + + #[test] + fn test_create_insufficient_balance() { + let value = 23414.into(); + for is_create2 in [true, false] { + let caller = Account { + address: mock::MOCK_ACCOUNTS[0], + nonce: 1.into(), + code: creator_bytecode(initialization_bytecode(false), value, is_create2, true) + .into(), + balance: value - 1, + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + } + + #[test] + fn test_create_nonce_uint_overflow() { + // TRICKY: + // Caller nonce could not be set to `u64::MAX` directly. Since geth + // [preCheck](https://github.com/ethereum/go-ethereum/blob/4a9fa31450d3cdcea84735b68cd5a0a8450473f8/core/state_transition.go#L262) + // function has a check for nonce uint overflow. So there are two nested + // CREATE (or CREATE2) in bytecode, which could increase nonce from + // `u64::MAX - 1` to `u64::MAX` in the internal loop. + for is_create2 in [true, false] { + let init_code = initialization_bytecode(true); + let mut root_code = creator_bytecode(init_code.clone(), 23414.into(), is_create2, true); + root_code.append(&root_code.clone()); + + // bytecodes.into_iter().for_each(|code| { + let caller = Account { + address: *CALLER_ADDRESS, + code: root_code.into(), + nonce: (u64::MAX - 1).into(), + balance: eth(10), + ..Default::default() + }; + run_test_circuits(test_context(caller)); + } + } +} diff --git a/zkevm-circuits/src/evm_circuit/execution/dummy.rs b/zkevm-circuits/src/evm_circuit/execution/dummy.rs index eda17c468d..425aa1a443 100644 --- a/zkevm-circuits/src/evm_circuit/execution/dummy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/dummy.rs @@ -4,18 +4,18 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, step::ExecutionState, - util::{constraint_builder::EVMConstraintBuilder, CachedRegion, Word}, + util::{constraint_builder::EVMConstraintBuilder, CachedRegion}, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::word::{WordCell, WordExpr}, }; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct DummyGadget { - pops: [Word; N_POP], - pushes: [Word; N_PUSH], + pops: [WordCell; N_POP], + pushes: [WordCell; N_PUSH], _marker: PhantomData, } @@ -27,13 +27,13 @@ impl const EXECUTION_STATE: ExecutionState = S; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let pops: [Word; N_POP] = [(); N_POP].map(|_| cb.query_word_rlc()); - let pushes: [Word; N_PUSH] = [(); N_PUSH].map(|_| cb.query_word_rlc()); + let pops: [WordCell; N_POP] = [(); N_POP].map(|_| cb.query_word_unchecked()); + let pushes: [WordCell; N_PUSH] = [(); N_PUSH].map(|_| cb.query_word_unchecked()); for pop in pops.iter() { - cb.stack_pop(pop.expr()); + cb.stack_pop(pop.to_word()); } for push in pushes.iter() { - cb.stack_push(push.expr()); + cb.stack_push(push.to_word()); } Self { pops, @@ -61,11 +61,11 @@ impl for i in 0..N_POP { let value = block.get_rws(step, i).stack_value(); - self.pops[i].assign(region, offset, Some(value.to_le_bytes()))?; + self.pops[i].assign_u256(region, offset, value)?; } for i in 0..N_PUSH { let value = block.get_rws(step, N_POP + i).stack_value(); - self.pushes[i].assign(region, offset, Some(value.to_le_bytes()))?; + self.pushes[i].assign_u256(region, offset, value)?; } Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/dup.rs b/zkevm-circuits/src/evm_circuit/execution/dup.rs index 9dc0816dd7..49c2a58a0a 100644 --- a/zkevm-circuits/src/evm_circuit/execution/dup.rs +++ b/zkevm-circuits/src/evm_circuit/execution/dup.rs @@ -5,11 +5,14 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; @@ -17,7 +20,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct DupGadget { same_context: SameContextGadget, - value: Cell, + value: WordCell, } impl ExecutionGadget for DupGadget { @@ -28,15 +31,15 @@ impl ExecutionGadget for DupGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let value = cb.query_cell_phase2(); + let value = cb.query_word_unchecked(); // The stack index we have to peek, deduced from the 'x' value of 'dupx' // The offset starts at 0 for DUP1 let dup_offset = opcode.expr() - OpcodeId::DUP1.expr(); // Peek the value at `dup_offset` and push the value on the stack - cb.stack_lookup(false.expr(), dup_offset, value.expr()); - cb.stack_push(value.expr()); + cb.stack_lookup(false.expr(), dup_offset, value.to_word()); + cb.stack_push(value.to_word()); // State transition let step_state_transition = StepStateTransition { @@ -66,7 +69,7 @@ impl ExecutionGadget for DupGadget { self.same_context.assign_exec_step(region, offset, step)?; let value = block.get_rws(step, 0).stack_value(); - self.value.assign(region, offset, region.word_rlc(value))?; + self.value.assign_u256(region, offset, value)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/end_block.rs b/zkevm-circuits/src/evm_circuit/execution/end_block.rs index 0b3eaee2a4..48e083602b 100644 --- a/zkevm-circuits/src/evm_circuit/execution/end_block.rs +++ b/zkevm-circuits/src/evm_circuit/execution/end_block.rs @@ -12,9 +12,10 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::{CallContextFieldTag, TxContextFieldTag}, - util::Expr, + util::{word::Word, Expr}, }; use eth_types::Field; +use gadgets::util::select; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] @@ -26,8 +27,6 @@ pub(crate) struct EndBlockGadget { max_txs: Cell, } -const EMPTY_BLOCK_N_RWS: u64 = 0; - impl ExecutionGadget for EndBlockGadget { const NAME: &'static str = "EndBlock"; @@ -41,10 +40,13 @@ impl ExecutionGadget for EndBlockGadget { // Note that rw_counter starts at 1 let is_empty_block = IsZeroGadget::construct(cb, cb.curr.state.rw_counter.clone().expr() - 1.expr()); - // If the block is empty, we do 0 rw_table lookups - // If the block is not empty, we will do 1 call_context lookup - let total_rws = not::expr(is_empty_block.expr()) - * (cb.curr.state.rw_counter.clone().expr() - 1.expr() + 1.expr()); + + let total_rws_before_padding = cb.curr.state.rw_counter.clone().expr() - 1.expr() + + select::expr( + is_empty_block.expr(), + 0.expr(), + 1.expr(), // If the block is not empty, we will do 1 call_context lookup below + ); // 1. Constraint total_rws and total_txs witness values depending on the empty // block case. @@ -54,7 +56,11 @@ impl ExecutionGadget for EndBlockGadget { }); cb.condition(not::expr(is_empty_block.expr()), |cb| { // 1b. total_txs matches the tx_id that corresponds to the final step. - cb.call_context_lookup(0.expr(), None, CallContextFieldTag::TxId, total_txs.expr()); + cb.call_context_lookup_read( + None, + CallContextFieldTag::TxId, + Word::from_lo_unchecked(total_txs.expr()), + ); }); // 2. If total_txs == max_txs, we know we have covered all txs from the @@ -68,7 +74,7 @@ impl ExecutionGadget for EndBlockGadget { total_txs.expr() + 1.expr(), TxContextFieldTag::CallerAddress, None, - 0.expr(), + Word::zero(), ); // Since every tx lookup done in the EVM circuit must succeed // and uses a unique tx_id, we know that at @@ -81,7 +87,7 @@ impl ExecutionGadget for EndBlockGadget { // rw_table to ensure there is no malicious insertion. // Verify that there are at most total_rws meaningful entries in the rw_table cb.rw_table_start_lookup(1.expr()); - cb.rw_table_start_lookup(max_rws.expr() - total_rws.expr()); + cb.rw_table_start_lookup(max_rws.expr() - total_rws_before_padding.expr()); // Since every lookup done in the EVM circuit must succeed and uses // a unique rw_counter, we know that at least there are // total_rws meaningful entries in the rw_table. @@ -133,7 +139,7 @@ impl ExecutionGadget for EndBlockGadget { let max_txs_assigned = self.max_txs.assign(region, offset, Value::known(max_txs))?; // When rw_indices is not empty, we're at the last row (at a fixed offset), // where we need to access the max_rws and max_txs constant. - if !step.rw_indices_len() == 0 { + if step.rw_indices_len() != 0 { region.constrain_constant(max_rws_assigned, max_rws)?; region.constrain_constant(max_txs_assigned, max_txs)?; } diff --git a/zkevm-circuits/src/evm_circuit/execution/end_tx.rs b/zkevm-circuits/src/evm_circuit/execution/end_tx.rs index 64eec3fafc..e44fcdd1de 100644 --- a/zkevm-circuits/src/evm_circuit/execution/end_tx.rs +++ b/zkevm-circuits/src/evm_circuit/execution/end_tx.rs @@ -18,10 +18,13 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::{BlockContextFieldTag, CallContextFieldTag, TxContextFieldTag, TxReceiptFieldTag}, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::operation::Target; -use eth_types::{evm_types::MAX_REFUND_QUOTIENT_OF_GAS_USED, Field, ToScalar}; +use eth_types::{evm_types::MAX_REFUND_QUOTIENT_OF_GAS_USED, Field}; use halo2_proofs::{circuit::Value, plonk::Error}; use strum::EnumCount; @@ -33,11 +36,11 @@ pub(crate) struct EndTxGadget { refund: Cell, effective_refund: MinMaxGadget, mul_gas_price_by_refund: MulWordByU64Gadget, - tx_caller_address: Cell, + tx_caller_address: WordCell, gas_fee_refund: UpdateBalanceGadget, sub_gas_price_by_base_fee: AddWordsGadget, mul_effective_tip_by_gas_used: MulWordByU64Gadget, - coinbase: Cell, + coinbase: WordCell, coinbase_reward: UpdateBalanceGadget, current_cumulative_gas_used: Cell, is_first_tx: IsEqualGadget, @@ -53,10 +56,10 @@ impl ExecutionGadget for EndTxGadget { let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let is_persistent = cb.call_context(None, CallContextFieldTag::IsPersistent); - let [tx_gas, tx_caller_address] = - [TxContextFieldTag::Gas, TxContextFieldTag::CallerAddress] - .map(|field_tag| cb.tx_context(tx_id.expr(), field_tag, None)); - let tx_gas_price = cb.tx_context_as_word(tx_id.expr(), TxContextFieldTag::GasPrice, None); + let tx_gas = cb.tx_context(tx_id.expr(), TxContextFieldTag::Gas, None); + let tx_caller_address = + cb.tx_context_as_word(tx_id.expr(), TxContextFieldTag::CallerAddress, None); + let tx_gas_price = cb.tx_context_as_word32(tx_id.expr(), TxContextFieldTag::GasPrice, None); // Calculate effective gas to refund let gas_used = tx_gas.expr() - cb.curr.state.gas_left.expr(); @@ -66,7 +69,7 @@ impl ExecutionGadget for EndTxGadget { MAX_REFUND_QUOTIENT_OF_GAS_USED as u64, ); let refund = cb.query_cell(); - cb.tx_refund_read(tx_id.expr(), refund.expr()); + cb.tx_refund_read(tx_id.expr(), Word::from_lo_unchecked(refund.expr())); let effective_refund = MinMaxGadget::construct(cb, max_refund.quotient(), refund.expr()); // Add effective_refund * tx_gas_price back to caller's balance @@ -77,28 +80,29 @@ impl ExecutionGadget for EndTxGadget { ); let gas_fee_refund = UpdateBalanceGadget::construct( cb, - tx_caller_address.expr(), + tx_caller_address.to_word(), vec![mul_gas_price_by_refund.product().clone()], None, ); // Add gas_used * effective_tip to coinbase's balance - let coinbase = cb.query_cell(); - let base_fee = cb.query_word_rlc(); + let coinbase = cb.query_word_unchecked(); + let base_fee = cb.query_word32(); + // lookup && range check for (tag, value) in [ - (BlockContextFieldTag::Coinbase, coinbase.expr()), - (BlockContextFieldTag::BaseFee, base_fee.expr()), + (BlockContextFieldTag::Coinbase, coinbase.to_word()), + (BlockContextFieldTag::BaseFee, base_fee.to_word()), ] { cb.block_lookup(tag.expr(), None, value); } - let effective_tip = cb.query_word_rlc(); + let effective_tip = cb.query_word32(); let sub_gas_price_by_base_fee = AddWordsGadget::construct(cb, [effective_tip.clone(), base_fee], tx_gas_price); let mul_effective_tip_by_gas_used = MulWordByU64Gadget::construct(cb, effective_tip, gas_used.clone()); let coinbase_reward = UpdateBalanceGadget::construct( cb, - coinbase.expr(), + coinbase.to_word(), vec![mul_effective_tip_by_gas_used.product().clone()], None, ); @@ -146,11 +150,11 @@ impl ExecutionGadget for EndTxGadget { cb.condition( cb.next.execution_state_selector([ExecutionState::BeginTx]), |cb| { - cb.call_context_lookup( - true.expr(), + cb.call_context_lookup_write( Some(cb.next.state.rw_counter.expr()), CallContextFieldTag::TxId, - tx_id.expr() + 1.expr(), + // tx_id has been lookup and range_check above + Word::from_lo_unchecked(tx_id.expr() + 1.expr()), ); cb.require_step_state_transition(StepStateTransition { @@ -201,15 +205,15 @@ impl ExecutionGadget for EndTxGadget { call: &Call, step: &ExecStep, ) -> Result<(), Error> { - let gas_used = tx.gas - step.gas_left; + let gas_used = tx.gas() - step.gas_left; let (refund, _) = block.get_rws(step, 2).tx_refund_value_pair(); let [(caller_balance, caller_balance_prev), (coinbase_balance, coinbase_balance_prev)] = [3, 4].map(|index| block.get_rws(step, index).account_value_pair()); self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.tx_gas - .assign(region, offset, Value::known(F::from(tx.gas)))?; + .assign(region, offset, Value::known(F::from(tx.gas())))?; let (max_refund, _) = self.max_refund.assign(region, offset, gas_used as u128)?; self.refund .assign(region, offset, Value::known(F::from(refund)))?; @@ -228,15 +232,8 @@ impl ExecutionGadget for EndTxGadget { effective_refund + step.gas_left, gas_fee_refund, )?; - self.tx_caller_address.assign( - region, - offset, - Value::known( - tx.caller_address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.tx_caller_address + .assign_h160(region, offset, tx.from)?; self.gas_fee_refund.assign( region, offset, @@ -258,17 +255,8 @@ impl ExecutionGadget for EndTxGadget { gas_used, effective_tip * gas_used, )?; - self.coinbase.assign( - region, - offset, - Value::known( - block - .context - .coinbase - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.coinbase + .assign_h160(region, offset, block.context.coinbase)?; self.coinbase_reward.assign( region, offset, @@ -284,7 +272,7 @@ impl ExecutionGadget for EndTxGadget { // while later transactions need 4 (with one extra cumulative gas read) lookups let rw = &block.rws[( Target::TxReceipt, - (tx.id - 2) * (TxReceiptFieldTag::COUNT + 1) + 2, + (tx.id as usize - 2) * (TxReceiptFieldTag::COUNT + 1) + 2, )]; rw.receipt_value() }; @@ -295,7 +283,7 @@ impl ExecutionGadget for EndTxGadget { Value::known(F::from(current_cumulative_gas_used)), )?; self.is_first_tx - .assign(region, offset, F::from(tx.id as u64), F::ONE)?; + .assign(region, offset, F::from(tx.id), F::ONE)?; self.is_persistent.assign( region, offset, @@ -309,14 +297,15 @@ impl ExecutionGadget for EndTxGadget { #[cfg(test)] mod test { use crate::test_util::CircuitTestBuilder; - use bus_mapping::circuit_input_builder::CircuitsParams; - use eth_types::{self, bytecode}; - - use mock::{eth, test_ctx::helpers::account_0_code_account_1_no_code, TestContext}; + use bus_mapping::circuit_input_builder::FixedCParams; + use eth_types::{self, bytecode, Word}; + use mock::{ + eth, gwei, test_ctx::helpers::account_0_code_account_1_no_code, TestContext, MOCK_ACCOUNTS, + }; fn test_ok(ctx: TestContext) { CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_txs: 5, ..Default::default() }) @@ -325,19 +314,142 @@ mod test { #[test] fn end_tx_gadget_simple() { - // TODO: Enable this with respective code when SSTORE is implemented. - // Tx with non-capped refund - // test_ok(vec![mock_tx( - // address!("0x00000000000000000000000000000000000000fe"), - // Some(27000), - // None, - // )]); - // Tx with capped refund - // test_ok(vec![mock_tx( - // address!("0x00000000000000000000000000000000000000fe"), - // Some(65000), - // None, - // )]); + let key_1: Word = 0x030201.into(); + let original_value: Word = 0x060504.into(); + let zero_value: Word = 0x0.into(); + + // Testing refunds + // When setting smart contract's non-zero values in storage to zero, + // the sender of the transaction receives some refund (each transaction's step may include a + // non-zero refund field). Moreover, the sum of the refunds is capped at $max_refund + // = gas_used / MAX_REFUND_QUOTIENT_OF_GAS_USED$ where MAX_REFUND_QUOTIENT_OF_GAS_USED = 5 (see EIP EIP 3529, https://eips.ethereum.org/EIPS/eip-3529) + // We test here that the refunds, capped or uncapped, have been correctly implemented by + // configuring an account, MOCK_ACCOUNTS[0], with a non null storage and some code cleaning + // the storage. + + // 1) Testing Tx with non capped refunds + // In this first test, we reset only one value to minimize the gas_used so that the refund + // is smaller than max_refund. More particularly, we expect here to have 21_000 (tx) + // + 5_000 (sstore) + 3 (push) + 3 (push) gas used, hence a max_refund of 5_201 while + // the refund should add up to 4_800 (refund of 1 sstore). Hence, we can check after the + // transaction that MOCK_ACCOUNTS[0]'s balance decreased by: + // (21_000 + 5_000 + 3 + 3 - 4_800) * 2_000_000_000 (=gas_cost). + // To see the refund and balances, uncomment the code below, set TestContext to + // TestContext::<4, 2> and run the following command: cargo test + // evm_circuit::execution::end_tx::test::end_tx_gadget_simple -- --exact --nocapture + let bytecode_uncapped = bytecode! { + PUSH32(zero_value) + PUSH32(key_1) + SSTORE + STOP + }; + let storage_uncapped = vec![(key_1, original_value)].into_iter(); + + let ctx = TestContext::<2, 1>::new( + None, + |accs| { + accs[0] + .address(MOCK_ACCOUNTS[0]) + .balance(Word::from(10u64.pow(19))) + .code(bytecode_uncapped) + .storage(storage_uncapped.into_iter()); + accs[1] + .address(MOCK_ACCOUNTS[1]) + .balance(Word::from(10u64.pow(19))); + // accs[2] + // .address(MOCK_ACCOUNTS[2]) + // .code(bytecode! { + // PUSH32(MOCK_ACCOUNTS[1]) + // BALANCE + // STOP + // }) + // .balance(Word::from(10u64.pow(19))); + // accs[3] + // .address(MOCK_ACCOUNTS[3]) + // .balance(Word::from(10u64.pow(19))); + }, + |mut txs, accs| { + txs[0] + .to(accs[0].address) + .from(accs[1].address) + .gas(Word::from(30_000)) + .gas_price(gwei(2)); + // txs[1] + // .to(accs[2].address) + // .from(accs[3].address) + // .gas(Word::from(30_000)) + // .gas_price(gwei(2)) + // .nonce(0); + }, + |block, _tx| block, + ) + .unwrap(); + + // for (i, trace) in ctx.geth_traces.iter().enumerate() { + // println!( + // "\n---------- trace {}: gas={}, failed={}, return_value={}", + // i, trace.gas, trace.failed, trace.return_value + // ); + // for (j, step) in trace.struct_logs.iter().enumerate() { + // println!( + // " step {}: gas={}, gas_cost={}, refund={}, top_stack={}", + // j, + // step.gas, + // step.gas_cost, + // step.refund, + // if step.stack.last().is_ok() { + // step.stack.last().unwrap() + // } else { + // Word::from(0) + // }, + // ) + // } + // } + test_ok(ctx); + + // 2) Testing Tx with capped refunds + // In this second test, we reset several values so that the refund is greater than + // max_refund and hence the effective refund is capped. More particularly, we expect + // here to have 21_000 (tx) + 2 * (5_000 (sstore) + 3 (push) + 3 (push)) gas used, hence a + // max_refund of 6_202 while the refund should add up to 9_600 (refund of 2 sstore). + // Hence, we can check after the transaction that MOCK_ACCOUNTS[0]'s balance decreased by: + // (21_000 + 2 * (5_000 + 3 + 3) - 6_202) * 2_000_000_000 (=gas_cost). + let key_2: Word = 0x030202.into(); + let bytecode_capped = bytecode! { + PUSH32(zero_value) + PUSH32(key_1) + SSTORE + PUSH32(zero_value) + PUSH32(key_2) + SSTORE + STOP + }; + let storage_capped = vec![(key_1, original_value), (key_2, original_value)].into_iter(); + + test_ok( + TestContext::<2, 1>::new( + None, + |accs| { + accs[0] + .address(MOCK_ACCOUNTS[0]) + .balance(Word::from(10u64.pow(19))) + .code(bytecode_capped) + .storage(storage_capped); + accs[1] + .address(MOCK_ACCOUNTS[1]) + .balance(Word::from(10u64.pow(19))); + }, + |mut txs, accs| { + txs[0] + .to(accs[0].address) + .from(accs[1].address) + .gas(Word::from(50_000)) + .gas_price(gwei(2)); + }, + |block, _tx| block, + ) + .unwrap(), + ); // Multiple txs test_ok( diff --git a/zkevm-circuits/src/evm_circuit/execution/error_invalid_creation_code.rs b/zkevm-circuits/src/evm_circuit/execution/error_invalid_creation_code.rs new file mode 100644 index 0000000000..db2957d53a --- /dev/null +++ b/zkevm-circuits/src/evm_circuit/execution/error_invalid_creation_code.rs @@ -0,0 +1,226 @@ +use crate::{ + evm_circuit::{ + execution::ExecutionGadget, + step::ExecutionState, + util::{ + common_gadget::CommonErrorGadget, + constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, + math_gadget::IsEqualGadget, + memory_gadget::MemoryAddressGadget, + CachedRegion, Cell, + }, + witness::{Block, Call, ExecStep, Transaction}, + }, + util::{word::WordExpr, Expr}, +}; +use eth_types::{evm_types::INVALID_INIT_CODE_FIRST_BYTE, Field}; +use halo2_proofs::{circuit::Value, plonk::Error}; + +/// Gadget for the invalid creation code error +#[derive(Clone, Debug)] +pub(crate) struct ErrorInvalidCreationCodeGadget { + opcode: Cell, + first_byte: Cell, + is_first_byte_invalid: IsEqualGadget, + memory_address: MemoryAddressGadget, + common_error_gadget: CommonErrorGadget, +} + +impl ExecutionGadget for ErrorInvalidCreationCodeGadget { + const NAME: &'static str = "ErrorInvalidCreationCode"; + + const EXECUTION_STATE: ExecutionState = ExecutionState::ErrorInvalidCreationCode; + + fn configure(cb: &mut EVMConstraintBuilder) -> Self { + let opcode = cb.query_cell(); + let first_byte = cb.query_cell(); + + let offset = cb.query_word_unchecked(); + let length = cb.query_memory_address(); + + cb.stack_pop(offset.to_word()); + cb.stack_pop(length.to_word()); + cb.require_true("is_create is true", cb.curr.state.is_create.expr()); + + let memory_address = MemoryAddressGadget::construct(cb, offset, length); + cb.memory_lookup(0.expr(), memory_address.offset(), first_byte.expr(), None); + + let is_first_byte_invalid = + IsEqualGadget::construct(cb, first_byte.expr(), INVALID_INIT_CODE_FIRST_BYTE.expr()); + cb.require_true( + "is_first_byte_invalid is true", + is_first_byte_invalid.expr(), + ); + + let common_error_gadget = CommonErrorGadget::construct_with_return_data( + cb, + opcode.expr(), + 5.expr(), + memory_address.offset(), + memory_address.length(), + ); + + Self { + opcode, + first_byte, + is_first_byte_invalid, + memory_address, + common_error_gadget, + } + } + + fn assign_exec_step( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + block: &Block, + _tx: &Transaction, + call: &Call, + step: &ExecStep, + ) -> Result<(), Error> { + let opcode = step.opcode().unwrap(); + self.opcode + .assign(region, offset, Value::known(F::from(opcode.as_u64())))?; + + let [memory_offset, length] = [0, 1].map(|i| block.rws[step.rw_index(i)].stack_value()); + self.memory_address + .assign(region, offset, memory_offset, length)?; + + let first_byte = block.rws[step.rw_index(2)].memory_value().into(); + self.first_byte + .assign(region, offset, Value::known(F::from(first_byte)))?; + self.is_first_byte_invalid.assign( + region, + offset, + F::from(first_byte), + F::from(INVALID_INIT_CODE_FIRST_BYTE.into()), + )?; + + self.common_error_gadget + .assign(region, offset, block, call, step, 5)?; + + Ok(()) + } +} + +#[cfg(test)] +mod test { + use crate::test_util::CircuitTestBuilder; + use eth_types::{ + address, bytecode, evm_types::OpcodeId, geth_types::Account, Address, Bytecode, U256, + }; + use mock::{eth, TestContext, MOCK_ACCOUNTS}; + + const CALLER_ADDRESS: Address = Address::repeat_byte(0xaa); + + #[test] + fn test_invalid_creation_code_for_create_opcodes() { + [false, true].into_iter().for_each(|is_create2| { + let code = caller_code(is_create2, init_code(10)).into(); + + let caller = Account { + address: CALLER_ADDRESS, + code, + nonce: 1.into(), + balance: eth(10), + ..Default::default() + }; + + CircuitTestBuilder::new_from_test_ctx(test_ctx(caller)).run(); + }); + } + + // Test ErrInvalidCode in transaction deployment (`tx.to == null`). + #[test] + fn test_invalid_creation_code_for_tx_deployment() { + let deploy_code = init_code(20); + let test_ctx = TestContext::<1, 1>::new( + None, + |accs| { + accs[0].address(MOCK_ACCOUNTS[0]).balance(eth(20)); + }, + |mut txs, _accs| { + txs[0] + .from(MOCK_ACCOUNTS[0]) + .gas(53630_u64.into()) + .value(eth(1)) + .input(deploy_code.into()); + }, + |block, _tx| block.number(0xcafe_u64), + ) + .unwrap(); + CircuitTestBuilder::new_from_test_ctx(test_ctx).run(); + } + + fn caller_code(is_create2: bool, init_code: Bytecode) -> Bytecode { + let init_bytes = init_code.code(); + let init_len = init_bytes.len(); + + let memory_bytes: Vec<_> = init_bytes + .into_iter() + .chain(0_u8..32 - init_len as u8 % 32) + .collect(); + + let mut code = Bytecode::default(); + memory_bytes.chunks(32).enumerate().for_each(|(idx, word)| { + code.push(32, U256::from_big_endian(word)); + code.push(32, U256::from(idx * 32)); + code.write_op(OpcodeId::MSTORE); + }); + + if is_create2 { + code.append(&bytecode! {PUSH1(45)}); // salt + } + code.append(&bytecode! { + PUSH1(init_len) // size + PUSH2(0x00) // offset + PUSH2(23414) // value + }); + code.write_op(if is_create2 { + OpcodeId::CREATE2 + } else { + OpcodeId::CREATE + }); + code.append(&bytecode! { + PUSH1(0) + PUSH1(0) + RETURN + }); + + code + } + + fn init_code(size: usize) -> Bytecode { + let memory_bytes = vec![0xef; size]; + let memory_value = U256::from_big_endian(&memory_bytes); + + bytecode! { + PUSH32(memory_value) + PUSH32(0) + MSTORE + PUSH1(5) // length to copy + PUSH1(32 - memory_bytes.len()) // offset + RETURN + } + } + + fn test_ctx(caller: Account) -> TestContext<2, 1> { + TestContext::new( + None, + |accs| { + accs[0] + .address(address!("0x000000000000000000000000000000000000cafe")) + .balance(eth(10)); + accs[1].account(&caller); + }, + |mut txs, accs| { + txs[0] + .from(accs[0].address) + .to(accs[1].address) + .gas(103800_u64.into()); + }, + |block, _| block, + ) + .unwrap() + } +} diff --git a/zkevm-circuits/src/evm_circuit/execution/error_invalid_jump.rs b/zkevm-circuits/src/evm_circuit/execution/error_invalid_jump.rs index 888c340aba..8edb48b549 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_invalid_jump.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_invalid_jump.rs @@ -6,12 +6,15 @@ use crate::{ util::{ common_gadget::{CommonErrorGadget, WordByteCapGadget}, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - math_gadget::{IsEqualGadget, IsZeroGadget}, + math_gadget::{IsEqualGadget, IsZeroWordGadget}, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field, ToWord, U256}; @@ -26,8 +29,8 @@ pub(crate) struct ErrorInvalidJumpGadget { is_code: Cell, is_jump_dest: IsEqualGadget, is_jumpi: IsEqualGadget, - phase2_condition: Cell, - is_condition_zero: IsZeroGadget, + condition: WordCell, + is_condition_zero: IsZeroWordGadget>, common_error_gadget: CommonErrorGadget, } @@ -43,7 +46,7 @@ impl ExecutionGadget for ErrorInvalidJumpGadget { let opcode = cb.query_cell(); let value = cb.query_cell(); let is_code = cb.query_cell(); - let phase2_condition = cb.query_cell_phase2(); + let condition = cb.query_word_unchecked(); cb.require_in_set( "ErrorInvalidJump only happend in JUMP or JUMPI", @@ -58,24 +61,24 @@ impl ExecutionGadget for ErrorInvalidJumpGadget { // first default this condition, if use will re-construct with real condition // value - let is_condition_zero = IsZeroGadget::construct(cb, phase2_condition.expr()); + let is_condition_zero = IsZeroWordGadget::construct(cb, &condition); // Pop the value from the stack - cb.stack_pop(dest.original_word()); + cb.stack_pop(dest.original_word().to_word()); cb.condition(is_jumpi.expr(), |cb| { - cb.stack_pop(phase2_condition.expr()); + cb.stack_pop(condition.to_word()); // if condition is zero, jump will not happen, so constrain condition not zero cb.require_zero("condition is not zero", is_condition_zero.expr()); }); // Look up bytecode length - cb.bytecode_length(cb.curr.state.code_hash.expr(), code_len.expr()); + cb.bytecode_length(cb.curr.state.code_hash.to_word(), code_len.expr()); // If destination is in valid range, lookup for the value. cb.condition(dest.lt_cap(), |cb| { cb.bytecode_lookup( - cb.curr.state.code_hash.expr(), + cb.curr.state.code_hash.to_word(), dest.valid_value(), is_code.expr(), value.expr(), @@ -97,7 +100,7 @@ impl ExecutionGadget for ErrorInvalidJumpGadget { is_code, is_jump_dest, is_jumpi, - phase2_condition, + condition, is_condition_zero, common_error_gadget, } @@ -122,7 +125,6 @@ impl ExecutionGadget for ErrorInvalidJumpGadget { } else { U256::zero() }; - let condition_rlc = region.word_rlc(condition); let code = block .bytecodes @@ -161,10 +163,9 @@ impl ExecutionGadget for ErrorInvalidJumpGadget { F::from(OpcodeId::JUMPI.as_u64()), )?; - self.phase2_condition - .assign(region, offset, condition_rlc)?; + self.condition.assign_u256(region, offset, condition)?; self.is_condition_zero - .assign_value(region, offset, condition_rlc)?; + .assign_value(region, offset, Value::known(Word::from(condition)))?; self.common_error_gadget.assign( region, @@ -242,16 +243,6 @@ mod test { .run(); } - // internal call test - struct Stack { - gas: u64, - value: Word, - cd_offset: u64, - cd_length: u64, - rd_offset: u64, - rd_length: u64, - } - fn callee(code: Bytecode) -> Account { let code = code.to_vec(); let is_empty = code.is_empty(); @@ -264,53 +255,6 @@ mod test { } } - fn caller(opcode: OpcodeId, stack: Stack, caller_is_success: bool) -> Account { - let is_call = opcode == OpcodeId::CALL; - let terminator = if caller_is_success { - OpcodeId::RETURN - } else { - OpcodeId::REVERT - }; - - // Call twice for testing both cold and warm access - let mut bytecode = bytecode! { - PUSH32(Word::from(stack.rd_length)) - PUSH32(Word::from(stack.rd_offset)) - PUSH32(Word::from(stack.cd_length)) - PUSH32(Word::from(stack.cd_offset)) - }; - if is_call { - bytecode.push(32, stack.value); - } - bytecode.append(&bytecode! { - PUSH32(Address::repeat_byte(0xff).to_word()) - PUSH32(Word::from(stack.gas)) - .write_op(opcode) - PUSH32(Word::from(stack.rd_length)) - PUSH32(Word::from(stack.rd_offset)) - PUSH32(Word::from(stack.cd_length)) - PUSH32(Word::from(stack.cd_offset)) - }); - if is_call { - bytecode.push(32, stack.value); - } - bytecode.append(&bytecode! { - PUSH32(Address::repeat_byte(0xff).to_word()) - PUSH32(Word::from(stack.gas)) - .write_op(opcode) - PUSH1(0) - PUSH1(0) - .write_op(terminator) - }); - - Account { - address: Address::repeat_byte(0xfe), - balance: Word::from(10).pow(20.into()), - code: bytecode.to_vec().into(), - ..Default::default() - } - } - // jump or jumpi error happen in internal call fn test_internal_jump_error(is_jumpi: bool) { let mut caller_bytecode = bytecode! { diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_call.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_call.rs index e85783efe0..41dad3a55f 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_call.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_call.rs @@ -64,11 +64,7 @@ impl ExecutionGadget for ErrorOOGCallGadget { // Add callee to access list let is_warm = cb.query_bool(); - cb.account_access_list_read( - tx_id.expr(), - call_gadget.callee_address_expr(), - is_warm.expr(), - ); + cb.account_access_list_read(tx_id.expr(), call_gadget.callee_address(), is_warm.expr()); cb.condition(call_gadget.has_value.expr(), |cb| { cb.require_zero( @@ -156,7 +152,7 @@ impl ExecutionGadget for ErrorOOGCallGadget { rd_offset, rd_length, step.memory_word_size(), - region.word_rlc(callee_code_hash), + callee_code_hash, )?; self.opcode diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_exp.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_exp.rs index 98c262f7b5..aa15854892 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_exp.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_exp.rs @@ -7,15 +7,18 @@ use crate::{ common_gadget::CommonErrorGadget, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, math_gadget::{ByteSizeGadget, LtGadget}, - CachedRegion, Cell, Word, + CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; use eth_types::{ evm_types::{GasCost, OpcodeId}, - Field, ToLittleEndian, + Field, }; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -24,8 +27,8 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ErrorOOGExpGadget { opcode: Cell, - base: Word, - exponent: Word, + base: Word32Cell, + exponent: Word32Cell, exponent_byte_size: ByteSizeGadget, insufficient_gas_cost: LtGadget, common_error_gadget: CommonErrorGadget, @@ -45,15 +48,15 @@ impl ExecutionGadget for ErrorOOGExpGadget { OpcodeId::EXP.expr(), ); - let base = cb.query_word_rlc(); - let exponent = cb.query_word_rlc(); - cb.stack_pop(base.expr()); - cb.stack_pop(exponent.expr()); + let base = cb.query_word32(); + let exponent = cb.query_word32(); + cb.stack_pop(base.to_word()); + cb.stack_pop(exponent.to_word()); let exponent_byte_size = ByteSizeGadget::construct( cb, exponent - .cells + .limbs .iter() .map(Expr::expr) .collect::>() @@ -108,9 +111,8 @@ impl ExecutionGadget for ErrorOOGExpGadget { self.opcode .assign(region, offset, Value::known(F::from(opcode.as_u64())))?; - self.base.assign(region, offset, Some(base.to_le_bytes()))?; - self.exponent - .assign(region, offset, Some(exponent.to_le_bytes()))?; + self.base.assign_u256(region, offset, base)?; + self.exponent.assign_u256(region, offset, exponent)?; self.exponent_byte_size.assign(region, offset, exponent)?; self.insufficient_gas_cost.assign_value( region, diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_log.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_log.rs index 0892ce5958..8d3db42960 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_log.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_log.rs @@ -13,7 +13,7 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{word::WordExpr, Expr}, }; use eth_types::{ evm_types::{GasCost, OpcodeId}, @@ -41,12 +41,12 @@ impl ExecutionGadget for ErrorOOGLogGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let mstart = cb.query_cell_phase2(); - let msize = cb.query_word_rlc(); + let mstart = cb.query_word_unchecked(); + let msize = cb.query_memory_address(); // Pop mstart_address, msize from stack - cb.stack_pop(mstart.expr()); - cb.stack_pop(msize.expr()); + cb.stack_pop(mstart.to_word()); + cb.stack_pop(msize.to_word()); // constrain not in static call let is_static_call = cb.call_context(None, CallContextFieldTag::IsStatic); diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_memory_copy.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_memory_copy.rs index 63499da840..b7f5499540 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_memory_copy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_memory_copy.rs @@ -1,24 +1,26 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_GAS, N_BYTES_MEMORY_WORD_SIZE}, + param::{N_BYTES_GAS, N_BYTES_MEMORY_WORD_SIZE}, step::ExecutionState, util::{ common_gadget::CommonErrorGadget, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - from_bytes, math_gadget::{IsZeroGadget, LtGadget}, memory_gadget::{MemoryAddressGadget, MemoryCopierGasGadget, MemoryExpansionGadget}, - select, CachedRegion, Cell, Word, + select, AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use eth_types::{ evm_types::{GasCost, OpcodeId}, - Field, ToLittleEndian, U256, + Field, ToAddress, U256, }; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -32,9 +34,9 @@ pub(crate) struct ErrorOOGMemoryCopyGadget { is_warm: Cell, tx_id: Cell, /// Extra stack pop for `EXTCODECOPY` - external_address: Word, + external_address: AccountAddress, /// Source offset - src_offset: Word, + src_offset: WordCell, /// Destination offset and size to copy dst_memory_addr: MemoryAddressGadget, memory_expansion: MemoryExpansionGadget, @@ -62,10 +64,10 @@ impl ExecutionGadget for ErrorOOGMemoryCopyGadget { ], ); - let dst_offset = cb.query_cell_phase2(); - let src_offset = cb.query_word_rlc(); - let copy_size = cb.query_word_rlc(); - let external_address = cb.query_word_rlc(); + let dst_offset = cb.query_word_unchecked(); + let src_offset = cb.query_word_unchecked(); + let copy_size = cb.query_memory_address(); + let external_address = cb.query_account_address(); let is_warm = cb.query_bool(); let tx_id = cb.query_cell(); @@ -73,22 +75,22 @@ impl ExecutionGadget for ErrorOOGMemoryCopyGadget { IsZeroGadget::construct(cb, opcode.expr() - OpcodeId::EXTCODECOPY.expr()); cb.condition(is_extcodecopy.expr(), |cb| { - cb.call_context_lookup(false.expr(), None, CallContextFieldTag::TxId, tx_id.expr()); + cb.call_context_lookup_read( + None, + CallContextFieldTag::TxId, + Word::from_lo_unchecked(tx_id.expr()), + ); // Check if EXTCODECOPY external address is warm. - cb.account_access_list_read( - tx_id.expr(), - from_bytes::expr(&external_address.cells[..N_BYTES_ACCOUNT_ADDRESS]), - is_warm.expr(), - ); + cb.account_access_list_read(tx_id.expr(), external_address.to_word(), is_warm.expr()); // EXTCODECOPY has an extra stack pop for external address. - cb.stack_pop(external_address.expr()); + cb.stack_pop(external_address.to_word()); }); - cb.stack_pop(dst_offset.expr()); - cb.stack_pop(src_offset.expr()); - cb.stack_pop(copy_size.expr()); + cb.stack_pop(dst_offset.to_word()); + cb.stack_pop(src_offset.to_word()); + cb.stack_pop(copy_size.to_word()); let dst_memory_addr = MemoryAddressGadget::construct(cb, dst_offset, copy_size); let memory_expansion = MemoryExpansionGadget::construct(cb, [dst_memory_addr.address()]); @@ -183,11 +185,10 @@ impl ExecutionGadget for ErrorOOGMemoryCopyGadget { self.is_warm .assign(region, offset, Value::known(F::from(u64::from(is_warm))))?; self.tx_id - .assign(region, offset, Value::known(F::from(transaction.id as u64)))?; + .assign(region, offset, Value::known(F::from(transaction.id)))?; self.external_address - .assign(region, offset, Some(external_address.to_le_bytes()))?; - self.src_offset - .assign(region, offset, Some(src_offset.to_le_bytes()))?; + .assign_h160(region, offset, external_address.to_address())?; + self.src_offset.assign_u256(region, offset, src_offset)?; let memory_addr = self .dst_memory_addr .assign(region, offset, dst_offset, copy_size)?; diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_sload_sstore.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_sload_sstore.rs index a17e9487f2..d5ee9c2612 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_sload_sstore.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_sload_sstore.rs @@ -16,11 +16,14 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use eth_types::{ evm_types::{GasCost, OpcodeId}, - Field, ToScalar, U256, + Field, U256, }; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -31,14 +34,14 @@ pub(crate) struct ErrorOOGSloadSstoreGadget { opcode: Cell, tx_id: Cell, is_static: Cell, - callee_address: Cell, - phase2_key: Cell, - phase2_value: Cell, - phase2_value_prev: Cell, - phase2_original_value: Cell, + callee_address: WordCell, + key: WordCell, + value: WordCell, + value_prev: WordCell, + original_value: WordCell, is_warm: Cell, is_sstore: PairSelectGadget, - sstore_gas_cost: SstoreGasGadget, + sstore_gas_cost: SstoreGasGadget>, insufficient_gas_cost: LtGadget, // Constrain for SSTORE reentrancy sentry. insufficient_gas_sentry: LtGadget, @@ -62,43 +65,43 @@ impl ExecutionGadget for ErrorOOGSloadSstoreGadget { let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let is_static = cb.call_context(None, CallContextFieldTag::IsStatic); - let callee_address = cb.call_context(None, CallContextFieldTag::CalleeAddress); + let callee_address = cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); // Constrain `is_static` must be false for SSTORE. cb.require_zero("is_static == false", is_static.expr() * is_sstore.expr().0); - let phase2_key = cb.query_cell_phase2(); - let phase2_value = cb.query_cell_phase2(); - let phase2_value_prev = cb.query_cell_phase2(); - let phase2_original_value = cb.query_cell_phase2(); + let key = cb.query_word_unchecked(); + let value = cb.query_word_unchecked(); + let value_prev = cb.query_word_unchecked(); + let original_value = cb.query_word_unchecked(); let is_warm = cb.query_bool(); - cb.stack_pop(phase2_key.expr()); + cb.stack_pop(key.to_word()); cb.account_storage_access_list_read( tx_id.expr(), - callee_address.expr(), - phase2_key.expr(), - is_warm.expr(), + callee_address.to_word(), + key.to_word(), + Word::from_lo_unchecked(is_warm.expr()), ); let sload_gas_cost = SloadGasGadget::construct(cb, is_warm.expr()); let sstore_gas_cost = cb.condition(is_sstore.expr().0, |cb| { - cb.stack_pop(phase2_value.expr()); + cb.stack_pop(value.to_word()); cb.account_storage_read( - callee_address.expr(), - phase2_key.expr(), - phase2_value_prev.expr(), + callee_address.to_word(), + key.to_word(), + value_prev.to_word(), tx_id.expr(), - phase2_original_value.expr(), + original_value.to_word(), ); SstoreGasGadget::construct( cb, - phase2_value.clone(), - phase2_value_prev.clone(), - phase2_original_value.clone(), is_warm.clone(), + value.clone(), + value_prev.clone(), + original_value.clone(), ) }); @@ -137,10 +140,10 @@ impl ExecutionGadget for ErrorOOGSloadSstoreGadget { tx_id, is_static, callee_address, - phase2_key, - phase2_value, - phase2_value_prev, - phase2_original_value, + key, + value, + value_prev, + original_value, is_warm, is_sstore, sstore_gas_cost, @@ -186,26 +189,16 @@ impl ExecutionGadget for ErrorOOGSloadSstoreGadget { self.opcode .assign(region, offset, Value::known(F::from(opcode.as_u64())))?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.is_static .assign(region, offset, Value::known(F::from(call.is_static as u64)))?; - self.callee_address.assign( - region, - offset, - Value::known( - call.address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; - self.phase2_key - .assign(region, offset, region.word_rlc(key))?; - self.phase2_value - .assign(region, offset, region.word_rlc(value))?; - self.phase2_value_prev - .assign(region, offset, region.word_rlc(value_prev))?; - self.phase2_original_value - .assign(region, offset, region.word_rlc(original_value))?; + self.callee_address + .assign_h160(region, offset, call.address)?; + self.key.assign_u256(region, offset, key)?; + self.value.assign_u256(region, offset, value)?; + self.value_prev.assign_u256(region, offset, value_prev)?; + self.original_value + .assign_u256(region, offset, original_value)?; self.is_warm .assign(region, offset, Value::known(F::from(is_warm as u64)))?; @@ -374,10 +367,7 @@ mod test { #[derive(Default)] struct TestingData { key: U256, - value: U256, - value_prev: U256, original_value: U256, - is_warm: bool, gas_cost: u64, bytecode: Bytecode, } @@ -450,10 +440,7 @@ mod test { Self { key, - value, - value_prev, original_value, - is_warm, gas_cost, bytecode, } diff --git a/zkevm-circuits/src/evm_circuit/execution/error_oog_static_memory.rs b/zkevm-circuits/src/evm_circuit/execution/error_oog_static_memory.rs index 995913dbfd..6bea698c3a 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_oog_static_memory.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_oog_static_memory.rs @@ -7,19 +7,22 @@ use crate::{ constraint_builder::EVMConstraintBuilder, math_gadget::{IsEqualGadget, IsZeroGadget, RangeCheckGadget}, memory_gadget::{address_high, address_low, MemoryExpansionGadget}, - CachedRegion, Cell, Word, + CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; -use halo2_proofs::plonk::Error; +use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ErrorOOGStaticMemoryGadget { opcode: Cell, - address: Word, + address: Word32Cell, address_in_range: IsZeroGadget, // Allow memory size to expand to 5 bytes, because memory address could be // at most 2^40 - 1, after constant division by 32, the memory word size @@ -45,7 +48,7 @@ impl ExecutionGadget for ErrorOOGStaticMemoryGadget { let opcode = cb.query_cell(); // Query address by a full word - let address = cb.query_word_rlc(); + let address = cb.query_word32(); // Check if this is an MSTORE8 let is_mstore8 = IsEqualGadget::construct(cb, opcode.expr(), OpcodeId::MSTORE8.expr()); @@ -71,7 +74,7 @@ impl ExecutionGadget for ErrorOOGStaticMemoryGadget { // Pop the address from the stack // We still have to do this to verify the correctness of `address` - cb.stack_pop(address.expr()); + cb.stack_pop(address.to_word()); // TODO: Use ContextSwitchGadget to switch call context to caller's and // consume all gas_left. @@ -96,11 +99,12 @@ impl ExecutionGadget for ErrorOOGStaticMemoryGadget { step: &ExecStep, ) -> Result<(), Error> { let opcode = step.opcode().unwrap(); + self.opcode + .assign(region, offset, Value::known(F::from(opcode.as_u64())))?; // Inputs/Outputs let address = block.get_rws(step, 0).stack_value(); - self.address - .assign(region, offset, Some(address.to_le_bytes()))?; + self.address.assign_u256(region, offset, address)?; // Check if this is an MSTORE8 let is_mstore8 = self.is_mstore8.assign( diff --git a/zkevm-circuits/src/evm_circuit/execution/error_return_data_oo_bound.rs b/zkevm-circuits/src/evm_circuit/execution/error_return_data_oo_bound.rs index 5363dd2125..0b04546537 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_return_data_oo_bound.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_return_data_oo_bound.rs @@ -8,12 +8,15 @@ use crate::{ constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, from_bytes, math_gadget::{AddWordsGadget, IsZeroGadget, LtGadget}, - not, or, sum, CachedRegion, Cell, + not, or, sum, CachedRegion, Cell, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian, ToScalar}; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -21,7 +24,7 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ErrorReturnDataOutOfBoundGadget { opcode: Cell, - memory_offset: Cell, + memory_offset: U64Cell, sum: AddWordsGadget, // Hold the size of the last callee return data. return_data_length: Cell, @@ -40,10 +43,10 @@ impl ExecutionGadget for ErrorReturnDataOutOfBoundGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let memory_offset = cb.query_cell(); - let data_offset = cb.query_word_rlc(); - let size = cb.query_word_rlc(); - let remainder_end = cb.query_word_rlc(); + let memory_offset = cb.query_u64(); + let data_offset = cb.query_word32(); + let size = cb.query_word32(); + let remainder_end = cb.query_word32(); let return_data_length = cb.query_cell(); cb.require_equal( @@ -53,34 +56,33 @@ impl ExecutionGadget for ErrorReturnDataOutOfBoundGadget { ); // Pop memory_offset, offset, size from stack - cb.stack_pop(memory_offset.expr()); - cb.stack_pop(data_offset.expr()); - cb.stack_pop(size.expr()); + cb.stack_pop(memory_offset.to_word()); + cb.stack_pop(data_offset.to_word()); + cb.stack_pop(size.to_word()); // Read last callee return data length - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::LastCalleeReturnDataLength, - return_data_length.expr(), + Word::from_lo_unchecked(return_data_length.expr()), ); // Check if `data_offset` is Uint64 overflow. - let data_offset_larger_u64 = sum::expr(&data_offset.cells[N_BYTES_U64..]); + let data_offset_larger_u64 = sum::expr(&data_offset.limbs[N_BYTES_U64..]); let is_data_offset_within_u64 = IsZeroGadget::construct(cb, data_offset_larger_u64); // Check if `remainder_end` is Uint64 overflow. let sum = AddWordsGadget::construct(cb, [data_offset, size], remainder_end.clone()); let is_end_u256_overflow = sum.carry().as_ref().unwrap(); - let remainder_end_larger_u64 = sum::expr(&remainder_end.cells[N_BYTES_U64..]); + let remainder_end_larger_u64 = sum::expr(&remainder_end.limbs[N_BYTES_U64..]); let is_remainder_end_within_u64 = IsZeroGadget::construct(cb, remainder_end_larger_u64); // check if `remainder_end` exceeds return data length. let is_remainder_end_exceed_len = LtGadget::construct( cb, return_data_length.expr(), - from_bytes::expr(&remainder_end.cells[..N_BYTES_U64]), + from_bytes::expr(&remainder_end.limbs[..N_BYTES_U64]), ); // Need to check if `data_offset + size` is U256 overflow via `AddWordsGadget` carry. If @@ -132,7 +134,7 @@ impl ExecutionGadget for ErrorReturnDataOutOfBoundGadget { [0, 1, 2].map(|index| block.get_rws(step, index).stack_value()); self.memory_offset - .assign(region, offset, Value::known(F::from(dest_offset.as_u64())))?; + .assign(region, offset, Some(dest_offset.as_u64().to_le_bytes()))?; let remainder_end = data_offset.overflowing_add(size).0; self.sum diff --git a/zkevm-circuits/src/evm_circuit/execution/error_stack.rs b/zkevm-circuits/src/evm_circuit/execution/error_stack.rs index 61d746d83e..e74cb392f7 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_stack.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_stack.rs @@ -72,7 +72,7 @@ impl ExecutionGadget for ErrorStackGadget { mod test { use crate::test_util::CircuitTestBuilder; - use bus_mapping::{circuit_input_builder::CircuitsParams, evm::OpcodeId}; + use bus_mapping::{circuit_input_builder::FixedCParams, evm::OpcodeId}; use eth_types::{ self, address, bytecode, bytecode::Bytecode, geth_types::Account, Address, ToWord, Word, U64, @@ -137,7 +137,7 @@ mod test { CircuitTestBuilder::new_from_test_ctx( TestContext::<2, 1>::simple_ctx_with_bytecode(bytecode).unwrap(), ) - .params(CircuitsParams { + .params(FixedCParams { max_rws: 2048, ..Default::default() }) diff --git a/zkevm-circuits/src/evm_circuit/execution/error_write_protection.rs b/zkevm-circuits/src/evm_circuit/execution/error_write_protection.rs index 0f1fbe7a0c..91a1181878 100644 --- a/zkevm-circuits/src/evm_circuit/execution/error_write_protection.rs +++ b/zkevm-circuits/src/evm_circuit/execution/error_write_protection.rs @@ -5,25 +5,28 @@ use crate::{ util::{ common_gadget::CommonErrorGadget, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - math_gadget::IsZeroGadget, - sum, CachedRegion, Cell, Word as RLCWord, + math_gadget::{IsZeroGadget, IsZeroWordGadget}, + AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian, U256}; +use eth_types::{evm_types::OpcodeId, Field, ToAddress, U256}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ErrorWriteProtectionGadget { opcode: Cell, is_call: IsZeroGadget, - gas: RLCWord, - code_address: RLCWord, - value: RLCWord, - is_value_zero: IsZeroGadget, + gas: WordCell, + code_address: AccountAddress, + value: WordCell, + is_value_zero: IsZeroWordGadget>, common_error_gadget: CommonErrorGadget, } @@ -35,10 +38,10 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); let is_call = IsZeroGadget::construct(cb, opcode.expr() - OpcodeId::CALL.expr()); - let gas_word = cb.query_word_rlc(); - let code_address_word = cb.query_word_rlc(); - let value = cb.query_word_rlc(); - let is_value_zero = IsZeroGadget::construct(cb, value.expr()); + let gas_word = cb.query_word_unchecked(); + let code_address = cb.query_account_address(); + let value = cb.query_word_unchecked(); + let is_value_zero = IsZeroWordGadget::construct(cb, &value); // require_in_set method will spilit into more low degree expressions if exceed // max_degree. otherwise need to do fixed lookup for these opcodes @@ -63,14 +66,14 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { // Lookup values from stack if opcode is call // Precondition: If there's a StackUnderflow CALL, is handled before this error cb.condition(is_call.expr(), |cb| { - cb.stack_pop(gas_word.expr()); - cb.stack_pop(code_address_word.expr()); - cb.stack_pop(value.expr()); + cb.stack_pop(gas_word.to_word()); + cb.stack_pop(code_address.to_word()); + cb.stack_pop(value.to_word()); cb.require_zero("value of call is not zero", is_value_zero.expr()); }); // current call context is readonly - cb.call_context_lookup(false.expr(), None, CallContextFieldTag::IsStatic, 1.expr()); + cb.call_context_lookup_read(None, CallContextFieldTag::IsStatic, Word::one()); // constrain not root call as at least one previous staticcall preset. cb.require_zero( @@ -84,7 +87,7 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { opcode, is_call, gas: gas_word, - code_address: code_address_word, + code_address, value, is_value_zero, common_error_gadget, @@ -111,11 +114,10 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { [0, 1, 2].map(|index| block.get_rws(step, index).stack_value()); } - self.gas.assign(region, offset, Some(gas.to_le_bytes()))?; + self.gas.assign_u256(region, offset, gas)?; self.code_address - .assign(region, offset, Some(code_address.to_le_bytes()))?; - self.value - .assign(region, offset, Some(value.to_le_bytes()))?; + .assign_h160(region, offset, code_address.to_address())?; + self.value.assign_u256(region, offset, value)?; self.is_call.assign( region, @@ -123,7 +125,7 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { F::from(opcode.as_u64()) - F::from(OpcodeId::CALL.as_u64()), )?; self.is_value_zero - .assign(region, offset, sum::value(&value.to_le_bytes()))?; + .assign(region, offset, Word::from(value))?; self.common_error_gadget.assign( region, @@ -142,21 +144,10 @@ impl ExecutionGadget for ErrorWriteProtectionGadget { mod test { use crate::test_util::CircuitTestBuilder; use eth_types::{ - address, bytecode, bytecode::Bytecode, evm_types::OpcodeId, geth_types::Account, Address, - ToWord, Word, U64, + address, bytecode, bytecode::Bytecode, geth_types::Account, Address, ToWord, Word, U64, }; use mock::TestContext; - // internal call test - struct Stack { - gas: u64, - value: Word, - cd_offset: u64, - cd_length: u64, - rd_offset: u64, - rd_length: u64, - } - fn callee(code: Bytecode) -> Account { let code = code.to_vec(); let is_empty = code.is_empty(); @@ -170,52 +161,6 @@ mod test { } } - fn caller(opcode: OpcodeId, stack: Stack, caller_is_success: bool) -> Account { - let is_call = opcode == OpcodeId::CALL; - let terminator = if caller_is_success { - OpcodeId::RETURN - } else { - OpcodeId::REVERT - }; - - let mut bytecode = bytecode! { - PUSH32(Word::from(stack.rd_length)) - PUSH32(Word::from(stack.rd_offset)) - PUSH32(Word::from(stack.cd_length)) - PUSH32(Word::from(stack.cd_offset)) - }; - if is_call { - bytecode.push(32, stack.value); - } - bytecode.append(&bytecode! { - PUSH32(Address::repeat_byte(0xff).to_word()) - PUSH32(Word::from(stack.gas)) - .write_op(opcode) - PUSH32(Word::from(stack.rd_length)) - PUSH32(Word::from(stack.rd_offset)) - PUSH32(Word::from(stack.cd_length)) - PUSH32(Word::from(stack.cd_offset)) - }); - if is_call { - bytecode.push(32, stack.value); - } - bytecode.append(&bytecode! { - PUSH32(Address::repeat_byte(0xff).to_word()) - PUSH32(Word::from(stack.gas)) - .write_op(opcode) - PUSH1(0) - PUSH1(0) - .write_op(terminator) - }); - - Account { - address: Address::repeat_byte(0xfe), - balance: Word::from(10).pow(20.into()), - code: bytecode.to_vec().into(), - ..Default::default() - } - } - #[test] fn test_write_protection() { // test sstore with write protection error diff --git a/zkevm-circuits/src/evm_circuit/execution/exp.rs b/zkevm-circuits/src/evm_circuit/execution/exp.rs index 5a1f8dd4e3..0945e2819e 100644 --- a/zkevm-circuits/src/evm_circuit/execution/exp.rs +++ b/zkevm-circuits/src/evm_circuit/execution/exp.rs @@ -1,20 +1,25 @@ use bus_mapping::evm::OpcodeId; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar, U256}; -use gadgets::util::{and, not, split_u256, sum, Expr}; -use halo2_proofs::{circuit::Value, plonk::Error}; +use eth_types::{evm_types::GasCost, Field, ToScalar, U256}; +use gadgets::util::{and, not, split_u256, Expr}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; -use crate::evm_circuit::{ - step::ExecutionState, - util::{ - common_gadget::SameContextGadget, - constraint_builder::{ - ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition, +use crate::{ + evm_circuit::{ + step::ExecutionState, + util::{ + common_gadget::SameContextGadget, + constraint_builder::{ + ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition, + }, + math_gadget::{ByteSizeGadget, IsEqualGadget, IsZeroGadget}, + CachedRegion, Cell, }, - from_bytes, - math_gadget::{ByteSizeGadget, IsEqualGadget, IsZeroGadget}, - CachedRegion, Cell, Word, + witness::{Block, Call, ExecStep, Transaction}, }, - witness::{Block, Call, ExecStep, Transaction}, + util::word::{Word32Cell, Word4, WordExpr}, }; use super::ExecutionGadget; @@ -24,15 +29,13 @@ pub(crate) struct ExponentiationGadget { /// Gadget to check that we stay within the same context. same_context: SameContextGadget, /// RLC-encoded integer base that will be exponentiated. - base: Word, + base: Word32Cell, /// RLC-encoded representation for base * base, i.e. base^2 - base_sq: Word, - /// RLC-encoded representation for zero. - zero_rlc: Word, + base_sq: Word32Cell, /// RLC-encoded exponent for the exponentiation operation. - exponent: Word, + exponent: Word32Cell, /// RLC-encoded result of the exponentiation. - exponentiation: Word, + exponentiation: Word32Cell, /// Gadget to check if low 128-bit part of exponent is zero or not. exponent_lo_is_zero: IsZeroGadget, /// Gadget to check if high 128-bit part of exponent is zero or not. @@ -55,32 +58,23 @@ impl ExecutionGadget for ExponentiationGadget { // Query RLC-encoded values for base, exponent and exponentiation, where: // base^exponent == exponentiation (mod 2^256). - let base_rlc = cb.query_word_rlc(); - let exponent_rlc = cb.query_word_rlc(); - let exponentiation_rlc = cb.query_word_rlc(); + let base = cb.query_word32(); + let exponent = cb.query_word32(); + let exponentiation = cb.query_word32(); // Pop RLC-encoded base and exponent from the stack. - cb.stack_pop(base_rlc.expr()); - cb.stack_pop(exponent_rlc.expr()); + cb.stack_pop(base.to_word()); + cb.stack_pop(exponent.to_word()); // Push RLC-encoded exponentiation to the stack. - cb.stack_push(exponentiation_rlc.expr()); + cb.stack_push(exponentiation.to_word()); // Extract low and high bytes of the base. - let (base_lo, base_hi) = ( - from_bytes::expr(&base_rlc.cells[0x00..0x10]), - from_bytes::expr(&base_rlc.cells[0x10..0x20]), - ); + let (base_lo, base_hi) = base.to_word().to_lo_hi(); // Extract low and high bytes of the exponent. - let (exponent_lo, exponent_hi) = ( - from_bytes::expr(&exponent_rlc.cells[0x00..0x10]), - from_bytes::expr(&exponent_rlc.cells[0x10..0x20]), - ); + let (exponent_lo, exponent_hi) = exponent.to_word().to_lo_hi(); // Extract low and high bytes of the exponentiation result. - let (exponentiation_lo, exponentiation_hi) = ( - from_bytes::expr(&exponentiation_rlc.cells[0x00..0x10]), - from_bytes::expr(&exponentiation_rlc.cells[0x10..0x20]), - ); + let (exponentiation_lo, exponentiation_hi) = exponentiation.to_word().to_lo_hi(); // We simplify constraints depending on whether or not the exponent is 0 or 1. // In order to do this, we build some utility expressions. @@ -92,12 +86,7 @@ impl ExecutionGadget for ExponentiationGadget { let exponent_is_one_expr = and::expr([exponent_lo_is_one.expr(), exponent_hi_is_zero.expr()]); - let zero_rlc = cb.query_word_rlc(); - cb.require_zero( - "base * base + c == base^2 (c == 0)", - sum::expr(&zero_rlc.cells), - ); - let base_sq = cb.query_word_rlc(); + let base_sq = cb.query_word32(); // If exponent == 0, base^exponent == 1, which implies: // 1. Low bytes of exponentiation == 1 @@ -140,23 +129,15 @@ impl ExecutionGadget for ExponentiationGadget { not::expr(exponent_is_one_expr), ]), |cb| { - let base_limbs = [ - from_bytes::expr(&base_rlc.cells[0x00..0x08]), - from_bytes::expr(&base_rlc.cells[0x08..0x10]), - from_bytes::expr(&base_rlc.cells[0x10..0x18]), - from_bytes::expr(&base_rlc.cells[0x18..0x20]), - ]; - let (base_sq_lo, base_sq_hi) = ( - from_bytes::expr(&base_sq.cells[0x00..0x10]), - from_bytes::expr(&base_sq.cells[0x10..0x20]), - ); + let base_limbs: Word4> = base.to_word_n(); + let (base_sq_lo, base_sq_hi) = base_sq.to_word().to_lo_hi(); let identifier = cb.curr.state.rw_counter.expr() + cb.rw_counter_offset(); // lookup for first step, i.e. // (is_last, base, exponent, exponentiation) cb.exp_table_lookup( identifier.clone(), single_step.expr(), - base_limbs.clone(), + base_limbs.limbs.clone(), [exponent_lo.clone(), exponent_hi.clone()], [exponentiation_lo.clone(), exponentiation_hi.clone()], ); @@ -164,7 +145,7 @@ impl ExecutionGadget for ExponentiationGadget { cb.exp_table_lookup( identifier, 1.expr(), - base_limbs, + base_limbs.limbs, [2.expr(), 0.expr()], // exponent == 2 [base_sq_lo.expr(), base_sq_hi.expr()], ); @@ -174,16 +155,7 @@ impl ExecutionGadget for ExponentiationGadget { // In order to calculate the dynamic gas cost of the exponentiation operation, // we need the byte-size of the exponent, i.e. the minimum number of // bytes that can represent the exponent value. - let exponent_byte_size = ByteSizeGadget::construct( - cb, - exponent_rlc - .cells - .iter() - .map(Expr::expr) - .collect::>() - .try_into() - .unwrap(), - ); + let exponent_byte_size = ByteSizeGadget::construct(cb, exponent.to_word_n().limbs); // Finally we build an expression for the dynamic gas cost as: // dynamic_gas = 50 * exponent_byte_size @@ -202,11 +174,10 @@ impl ExecutionGadget for ExponentiationGadget { Self { same_context, - base: base_rlc, + base, base_sq, - zero_rlc, - exponent: exponent_rlc, - exponentiation: exponentiation_rlc, + exponent, + exponentiation, exponent_lo_is_zero, exponent_hi_is_zero, exponent_lo_is_one, @@ -229,11 +200,10 @@ impl ExecutionGadget for ExponentiationGadget { let [base, exponent, exponentiation] = [0, 1, 2].map(|index| block.get_rws(step, index).stack_value()); - self.base.assign(region, offset, Some(base.to_le_bytes()))?; - self.exponent - .assign(region, offset, Some(exponent.to_le_bytes()))?; + self.base.assign_u256(region, offset, base)?; + self.exponent.assign_u256(region, offset, exponent)?; self.exponentiation - .assign(region, offset, Some(exponentiation.to_le_bytes()))?; + .assign_u256(region, offset, exponentiation)?; let (exponent_lo, exponent_hi) = split_u256(&exponent); let exponent_lo_scalar = exponent_lo @@ -250,10 +220,7 @@ impl ExecutionGadget for ExponentiationGadget { .assign(region, offset, exponent_lo_scalar, F::ONE)?; let (base_sq, _) = base.overflowing_mul(base); - self.zero_rlc - .assign(region, offset, Some(U256::zero().to_le_bytes()))?; - self.base_sq - .assign(region, offset, Some(base_sq.to_le_bytes()))?; + self.base_sq.assign_u256(region, offset, base_sq)?; let single_step = exponent.eq(&U256::from(2u64)); self.single_step .assign(region, offset, Value::known(F::from(single_step as u64)))?; diff --git a/zkevm-circuits/src/evm_circuit/execution/extcodecopy.rs b/zkevm-circuits/src/evm_circuit/execution/extcodecopy.rs index 49a24fbb44..25543d8419 100644 --- a/zkevm-circuits/src/evm_circuit/execution/extcodecopy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/extcodecopy.rs @@ -8,33 +8,36 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition, }, - from_bytes, - math_gadget::IsZeroGadget, + math_gadget::IsZeroWordGadget, memory_gadget::{MemoryAddressGadget, MemoryCopierGasGadget, MemoryExpansionGadget}, - not, select, CachedRegion, Cell, Word, + not, select, AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, + util::word::{Word, Word32Cell, WordExpr}, }; use bus_mapping::circuit_input_builder::CopyDataType; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar}; +use eth_types::{evm_types::GasCost, Field, ToScalar}; use gadgets::util::Expr; -use halo2_proofs::{circuit::Value, plonk::Error}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; use super::ExecutionGadget; #[derive(Clone, Debug)] pub(crate) struct ExtcodecopyGadget { same_context: SameContextGadget, - external_address_word: Word, + external_address_word: Word32Cell, memory_address: MemoryAddressGadget, code_offset: WordByteCapGadget, tx_id: Cell, reversion_info: ReversionInfo, is_warm: Cell, - code_hash: Cell, - not_exists: IsZeroGadget, + code_hash: Word32Cell, + not_exists: IsZeroWordGadget>>, code_size: Cell, copy_rwc_inc: Cell, memory_expansion: MemoryExpansionGadget, @@ -49,42 +52,46 @@ impl ExecutionGadget for ExtcodecopyGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let external_address_word = cb.query_word_rlc(); - let external_address = - from_bytes::expr(&external_address_word.cells[..N_BYTES_ACCOUNT_ADDRESS]); + let external_address_word = cb.query_word32(); + let external_address = AccountAddress::new( + external_address_word.limbs[..N_BYTES_ACCOUNT_ADDRESS] + .to_vec() + .try_into() + .unwrap(), + ); let code_size = cb.query_cell(); - let memory_length = cb.query_word_rlc(); - let memory_offset = cb.query_cell_phase2(); + let memory_length = cb.query_memory_address(); + let memory_offset = cb.query_word_unchecked(); let code_offset = WordByteCapGadget::construct(cb, code_size.expr()); - cb.stack_pop(external_address_word.expr()); - cb.stack_pop(memory_offset.expr()); - cb.stack_pop(code_offset.original_word()); - cb.stack_pop(memory_length.expr()); + cb.stack_pop(external_address_word.to_word()); + cb.stack_pop(memory_offset.to_word()); + cb.stack_pop(code_offset.original_word().to_word()); + cb.stack_pop(memory_length.to_word()); let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); let is_warm = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - external_address.expr(), + external_address.to_word(), 1.expr(), is_warm.expr(), Some(&mut reversion_info), ); - let code_hash = cb.query_cell_phase2(); + let code_hash = cb.query_word32(); cb.account_read( - external_address.expr(), + external_address.to_word(), AccountFieldTag::CodeHash, - code_hash.expr(), + code_hash.to_word(), ); - let not_exists = IsZeroGadget::construct(cb, code_hash.expr()); + let not_exists = IsZeroWordGadget::construct(cb, &code_hash.to_word()); let exists = not::expr(not_exists.expr()); cb.condition(exists.expr(), |cb| { - cb.bytecode_length(code_hash.expr(), code_size.expr()); + cb.bytecode_length(code_hash.to_word(), code_size.expr()); }); cb.condition(not_exists.expr(), |cb| { cb.require_zero("code_size is zero when non_exists", code_size.expr()); @@ -114,9 +121,9 @@ impl ExecutionGadget for ExtcodecopyGadget { ); cb.copy_table_lookup( - code_hash.expr(), + code_hash.to_word(), CopyDataType::Bytecode.expr(), - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), src_addr, code_size.expr(), @@ -175,13 +182,13 @@ impl ExecutionGadget for ExtcodecopyGadget { let [external_address, memory_offset, code_offset, memory_length] = [0, 1, 2, 3].map(|idx| block.get_rws(step, idx).stack_value()); self.external_address_word - .assign(region, offset, Some(external_address.to_le_bytes()))?; + .assign_u256(region, offset, external_address)?; let memory_address = self.memory_address .assign(region, offset, memory_offset, memory_length)?; self.tx_id - .assign(region, offset, Value::known(F::from(transaction.id as u64)))?; + .assign(region, offset, Value::known(F::from(transaction.id)))?; self.reversion_info.assign( region, offset, @@ -194,10 +201,8 @@ impl ExecutionGadget for ExtcodecopyGadget { .assign(region, offset, Value::known(F::from(is_warm as u64)))?; let code_hash = block.get_rws(step, 8).account_value_pair().0; - self.code_hash - .assign(region, offset, region.word_rlc(code_hash))?; - self.not_exists - .assign_value(region, offset, region.word_rlc(code_hash))?; + self.code_hash.assign_u256(region, offset, code_hash)?; + self.not_exists.assign_u256(region, offset, code_hash)?; let code_size = if code_hash.is_zero() { 0 diff --git a/zkevm-circuits/src/evm_circuit/execution/extcodehash.rs b/zkevm-circuits/src/evm_circuit/execution/extcodehash.rs index 1d14cffa34..825a84e492 100644 --- a/zkevm-circuits/src/evm_circuit/execution/extcodehash.rs +++ b/zkevm-circuits/src/evm_circuit/execution/extcodehash.rs @@ -8,24 +8,27 @@ use crate::{ constraint_builder::{ EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition::Delta, }, - from_bytes, select, CachedRegion, Cell, Word, + select, AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{Word32Cell, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian}; +use eth_types::{evm_types::GasCost, Field}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ExtcodehashGadget { same_context: SameContextGadget, - address_word: Word, + address_word: Word32Cell, tx_id: Cell, reversion_info: ReversionInfo, is_warm: Cell, - code_hash: Cell, + code_hash: WordCell, } impl ExecutionGadget for ExtcodehashGadget { @@ -34,26 +37,36 @@ impl ExecutionGadget for ExtcodehashGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::EXTCODEHASH; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let address_word = cb.query_word_rlc(); - let address = from_bytes::expr(&address_word.cells[..N_BYTES_ACCOUNT_ADDRESS]); - cb.stack_pop(address_word.expr()); + let address_word = cb.query_word32(); + let address = AccountAddress::new( + address_word.limbs[..N_BYTES_ACCOUNT_ADDRESS] + .to_vec() + .try_into() + .unwrap(), + ); + cb.stack_pop(address_word.to_word()); let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); let is_warm = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - address.expr(), + address.to_word(), 1.expr(), is_warm.expr(), Some(&mut reversion_info), ); - let code_hash = cb.query_cell_phase2(); + // range check will be cover by account code_hash lookup + let code_hash = cb.query_word_unchecked(); // For non-existing accounts the code_hash must be 0 in the rw_table. - cb.account_read(address, AccountFieldTag::CodeHash, code_hash.expr()); - cb.stack_push(code_hash.expr()); + cb.account_read( + address.to_word(), + AccountFieldTag::CodeHash, + code_hash.to_word(), + ); + cb.stack_push(code_hash.to_word()); let gas_cost = select::expr( is_warm.expr(), @@ -94,11 +107,10 @@ impl ExecutionGadget for ExtcodehashGadget { self.same_context.assign_exec_step(region, offset, step)?; let address = block.get_rws(step, 0).stack_value(); - self.address_word - .assign(region, offset, Some(address.to_le_bytes()))?; + self.address_word.assign_u256(region, offset, address)?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.reversion_info.assign( region, offset, @@ -111,8 +123,7 @@ impl ExecutionGadget for ExtcodehashGadget { .assign(region, offset, Value::known(F::from(is_warm as u64)))?; let code_hash = block.get_rws(step, 5).account_value_pair().0; - self.code_hash - .assign(region, offset, region.word_rlc(code_hash))?; + self.code_hash.assign_u256(region, offset, code_hash)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/extcodesize.rs b/zkevm-circuits/src/evm_circuit/execution/extcodesize.rs index 8c00bd63c7..7c453c6a61 100644 --- a/zkevm-circuits/src/evm_circuit/execution/extcodesize.rs +++ b/zkevm-circuits/src/evm_circuit/execution/extcodesize.rs @@ -1,7 +1,7 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_U64}, + param::N_BYTES_ACCOUNT_ADDRESS, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,28 +9,30 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition::Delta, }, - from_bytes, - math_gadget::IsZeroGadget, - not, select, CachedRegion, Cell, RandomLinearCombination, Word, + math_gadget::IsZeroWordGadget, + not, select, AccountAddress, CachedRegion, Cell, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian}; +use eth_types::{evm_types::GasCost, Field}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ExtcodesizeGadget { same_context: SameContextGadget, - address_word: Word, + address_word: Word32Cell, reversion_info: ReversionInfo, tx_id: Cell, is_warm: Cell, - code_hash: Cell, - not_exists: IsZeroGadget, - code_size: RandomLinearCombination, + code_hash: WordCell, + not_exists: IsZeroWordGadget>, + code_size: U64Cell, } impl ExecutionGadget for ExtcodesizeGadget { @@ -39,36 +41,46 @@ impl ExecutionGadget for ExtcodesizeGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::EXTCODESIZE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let address_word = cb.query_word_rlc(); - let address = from_bytes::expr(&address_word.cells[..N_BYTES_ACCOUNT_ADDRESS]); - cb.stack_pop(address_word.expr()); + let address_word = cb.query_word32(); + let address = AccountAddress::new( + address_word.limbs[..N_BYTES_ACCOUNT_ADDRESS] + .to_vec() + .try_into() + .unwrap(), + ); + cb.stack_pop(address_word.to_word()); let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); let is_warm = cb.query_bool(); - cb.account_access_list_write( + cb.account_access_list_write_unchecked( tx_id.expr(), - address.expr(), + address.to_word(), 1.expr(), is_warm.expr(), Some(&mut reversion_info), ); - let code_hash = cb.query_cell_phase2(); + // range check will be cover by account code_hash lookup + let code_hash = cb.query_word_unchecked(); // For non-existing accounts the code_hash must be 0 in the rw_table. - cb.account_read(address.expr(), AccountFieldTag::CodeHash, code_hash.expr()); - let not_exists = IsZeroGadget::construct(cb, code_hash.expr()); + cb.account_read( + address.to_word(), + AccountFieldTag::CodeHash, + code_hash.to_word(), + ); + let not_exists = IsZeroWordGadget::construct(cb, &code_hash); let exists = not::expr(not_exists.expr()); - let code_size = cb.query_word_rlc(); + let code_size = cb.query_u64(); cb.condition(exists.expr(), |cb| { - cb.bytecode_length(code_hash.expr(), from_bytes::expr(&code_size.cells)); + cb.bytecode_length(code_hash.to_word(), code_size.expr()); }); cb.condition(not_exists.expr(), |cb| { cb.require_zero("code_size is zero when non_exists", code_size.expr()); }); - cb.stack_push(code_size.expr()); + cb.stack_push(code_size.to_word()); let gas_cost = select::expr( is_warm.expr(), @@ -112,11 +124,10 @@ impl ExecutionGadget for ExtcodesizeGadget { self.same_context.assign_exec_step(region, offset, step)?; let address = block.get_rws(step, 0).stack_value(); - self.address_word - .assign(region, offset, Some(address.to_le_bytes()))?; + self.address_word.assign_u256(region, offset, address)?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.reversion_info.assign( region, @@ -130,10 +141,9 @@ impl ExecutionGadget for ExtcodesizeGadget { .assign(region, offset, Value::known(F::from(is_warm as u64)))?; let code_hash = block.get_rws(step, 5).account_value_pair().0; - self.code_hash - .assign(region, offset, region.word_rlc(code_hash))?; + self.code_hash.assign_u256(region, offset, code_hash)?; self.not_exists - .assign_value(region, offset, region.word_rlc(code_hash))?; + .assign(region, offset, Word::from(code_hash))?; let code_size = block.get_rws(step, 6).stack_value().as_u64(); self.code_size diff --git a/zkevm-circuits/src/evm_circuit/execution/gas.rs b/zkevm-circuits/src/evm_circuit/execution/gas.rs index f8151dc7ca..b86441db34 100644 --- a/zkevm-circuits/src/evm_circuit/execution/gas.rs +++ b/zkevm-circuits/src/evm_circuit/execution/gas.rs @@ -1,7 +1,6 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_GAS, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,11 +8,11 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{word::WordExpr, Expr}, }; use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; @@ -21,7 +20,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct GasGadget { same_context: SameContextGadget, - gas_left: RandomLinearCombination, + gas_left: U64Cell, } impl ExecutionGadget for GasGadget { @@ -31,18 +30,18 @@ impl ExecutionGadget for GasGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { // The gas passed to a transaction is a 64-bit number. - let gas_left = cb.query_word_rlc(); + let gas_left = cb.query_u64(); // The `gas_left` in the current state has to be deducted by the gas // used by the `GAS` opcode itself. cb.require_equal( "Constraint: gas left equal to stack value", - from_bytes::expr(&gas_left.cells), + gas_left.expr(), cb.curr.state.gas_left.expr() - OpcodeId::GAS.constant_gas_cost().expr(), ); // Construct the value and push it to stack. - cb.stack_push(gas_left.expr()); + cb.stack_push(gas_left.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(1.expr()), @@ -145,8 +144,8 @@ mod test { // wrong `gas_left` value for the second step, to assert that // the circuit verification fails for this scenario. assert_eq!(block.txs.len(), 1); - assert_eq!(block.txs[0].steps.len(), 4); - block.txs[0].steps[2].gas_left -= 1; + assert_eq!(block.txs[0].steps().len(), 4); + block.txs[0].steps_mut()[2].gas_left -= 1; })) .evm_checks(Box::new(|prover, gate_rows, lookup_rows| { assert!(prover diff --git a/zkevm-circuits/src/evm_circuit/execution/gasprice.rs b/zkevm-circuits/src/evm_circuit/execution/gasprice.rs index 2e6c5561cb..cf01885460 100644 --- a/zkevm-circuits/src/evm_circuit/execution/gasprice.rs +++ b/zkevm-circuits/src/evm_circuit/execution/gasprice.rs @@ -10,7 +10,10 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::{CallContextFieldTag, TxContextFieldTag}, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -19,7 +22,7 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct GasPriceGadget { tx_id: Cell, - gas_price: Cell, + gas_price: WordCell, same_context: SameContextGadget, } @@ -30,7 +33,7 @@ impl ExecutionGadget for GasPriceGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { // Query gasprice value - let gas_price = cb.query_cell_phase2(); + let gas_price = cb.query_word_unchecked(); // Lookup in call_ctx the TxId let tx_id = cb.call_context(None, CallContextFieldTag::TxId); @@ -39,11 +42,11 @@ impl ExecutionGadget for GasPriceGadget { tx_id.expr(), TxContextFieldTag::GasPrice, None, - gas_price.expr(), + gas_price.to_word(), ); // Push the value to the stack - cb.stack_push(gas_price.expr()); + cb.stack_push(gas_price.to_word()); // State transition let opcode = cb.query_cell(); @@ -75,10 +78,9 @@ impl ExecutionGadget for GasPriceGadget { let gas_price = block.get_rws(step, 1).stack_value(); self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; - self.gas_price - .assign(region, offset, region.word_rlc(gas_price))?; + self.gas_price.assign_u256(region, offset, gas_price)?; self.same_context.assign_exec_step(region, offset, step)?; diff --git a/zkevm-circuits/src/evm_circuit/execution/is_zero.rs b/zkevm-circuits/src/evm_circuit/execution/is_zero.rs index 36671e5f5a..ec8b7334e6 100644 --- a/zkevm-circuits/src/evm_circuit/execution/is_zero.rs +++ b/zkevm-circuits/src/evm_circuit/execution/is_zero.rs @@ -5,21 +5,24 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - math_gadget, CachedRegion, Cell, + math_gadget, CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; -use halo2_proofs::plonk::Error; +use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct IsZeroGadget { same_context: SameContextGadget, - value: Cell, - is_zero: math_gadget::IsZeroGadget, + value: WordCell, + is_zero_word: math_gadget::IsZeroWordGadget>, } impl ExecutionGadget for IsZeroGadget { @@ -30,11 +33,11 @@ impl ExecutionGadget for IsZeroGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let value = cb.query_cell_phase2(); - let is_zero = math_gadget::IsZeroGadget::construct(cb, value.expr()); + let value = cb.query_word_unchecked(); + let is_zero_word = math_gadget::IsZeroWordGadget::construct(cb, &value); - cb.stack_pop(value.expr()); - cb.stack_push(is_zero.expr()); + cb.stack_pop(value.to_word()); + cb.stack_push(Word::from_lo_unchecked(is_zero_word.expr())); // State transition let step_state_transition = StepStateTransition { @@ -49,7 +52,7 @@ impl ExecutionGadget for IsZeroGadget { Self { same_context, value, - is_zero, + is_zero_word, } } @@ -65,9 +68,9 @@ impl ExecutionGadget for IsZeroGadget { self.same_context.assign_exec_step(region, offset, step)?; let value = block.get_rws(step, 0).stack_value(); - let value = region.word_rlc(value); - self.value.assign(region, offset, value)?; - self.is_zero.assign_value(region, offset, value)?; + self.value.assign_u256(region, offset, value)?; + self.is_zero_word + .assign_value(region, offset, Value::known(Word::from(value)))?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/jump.rs b/zkevm-circuits/src/evm_circuit/execution/jump.rs index fc03df544b..615d2ba7c3 100644 --- a/zkevm-circuits/src/evm_circuit/execution/jump.rs +++ b/zkevm-circuits/src/evm_circuit/execution/jump.rs @@ -1,7 +1,6 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_PROGRAM_COUNTER, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,19 +8,19 @@ use crate::{ EVMConstraintBuilder, StepStateTransition, Transition::{Delta, To}, }, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{word::WordExpr, Expr}, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct JumpGadget { same_context: SameContextGadget, - destination: RandomLinearCombination, + destination: U64Cell, } impl ExecutionGadget for JumpGadget { @@ -30,23 +29,19 @@ impl ExecutionGadget for JumpGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::JUMP; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let destination = cb.query_word_rlc(); + let destination = cb.query_u64(); // Pop the value from the stack - cb.stack_pop(destination.expr()); + cb.stack_pop(destination.to_word()); // Lookup opcode at destination - cb.opcode_lookup_at( - from_bytes::expr(&destination.cells), - OpcodeId::JUMPDEST.expr(), - 1.expr(), - ); + cb.opcode_lookup_at(destination.expr(), OpcodeId::JUMPDEST.expr(), 1.expr()); // State transition let opcode = cb.query_cell(); let step_state_transition = StepStateTransition { rw_counter: Delta(1.expr()), - program_counter: To(from_bytes::expr(&destination.cells)), + program_counter: To(destination.expr()), stack_pointer: Delta(1.expr()), gas_left: Delta(-OpcodeId::JUMP.constant_gas_cost().expr()), ..Default::default() @@ -71,15 +66,7 @@ impl ExecutionGadget for JumpGadget { self.same_context.assign_exec_step(region, offset, step)?; let destination = block.get_rws(step, 0).stack_value(); - self.destination.assign( - region, - offset, - Some( - destination.to_le_bytes()[..N_BYTES_PROGRAM_COUNTER] - .try_into() - .unwrap(), - ), - )?; + self.destination.assign_u256(region, offset, destination)?; Ok(()) } @@ -150,6 +137,11 @@ mod test { test_ok(rand_range(34..1 << 11)); } + #[test] + fn invalid_jump_err() { + test_invalid_jump(34); + } + #[test] #[ignore] fn jump_gadget_rand_huge_bytecode() { diff --git a/zkevm-circuits/src/evm_circuit/execution/jumpi.rs b/zkevm-circuits/src/evm_circuit/execution/jumpi.rs index 8c131e21e5..5697e8f0e2 100644 --- a/zkevm-circuits/src/evm_circuit/execution/jumpi.rs +++ b/zkevm-circuits/src/evm_circuit/execution/jumpi.rs @@ -9,22 +9,25 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::{Delta, To}, }, - math_gadget::IsZeroGadget, - select, CachedRegion, Cell, + math_gadget::IsZeroWordGadget, + select, CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field}; -use halo2_proofs::plonk::Error; +use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct JumpiGadget { same_context: SameContextGadget, dest: WordByteRangeGadget, - phase2_condition: Cell, - is_condition_zero: IsZeroGadget, + condition: WordCell, + is_condition_zero: IsZeroWordGadget>, } impl ExecutionGadget for JumpiGadget { @@ -34,14 +37,14 @@ impl ExecutionGadget for JumpiGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let dest = WordByteRangeGadget::construct(cb); - let phase2_condition = cb.query_cell_phase2(); + let condition = cb.query_word_unchecked(); // Pop the value from the stack - cb.stack_pop(dest.original_word()); - cb.stack_pop(phase2_condition.expr()); + cb.stack_pop(dest.original()); + cb.stack_pop(condition.to_word()); // Determine if the jump condition is met - let is_condition_zero = IsZeroGadget::construct(cb, phase2_condition.expr()); + let is_condition_zero = IsZeroWordGadget::construct(cb, &condition); let should_jump = 1.expr() - is_condition_zero.expr(); // Lookup opcode at destination when should_jump @@ -77,7 +80,7 @@ impl ExecutionGadget for JumpiGadget { Self { same_context, dest, - phase2_condition, + condition, is_condition_zero, } } @@ -94,12 +97,11 @@ impl ExecutionGadget for JumpiGadget { self.same_context.assign_exec_step(region, offset, step)?; let [destination, condition] = [0, 1].map(|index| block.get_rws(step, index).stack_value()); - let condition = region.word_rlc(condition); self.dest.assign(region, offset, destination)?; - self.phase2_condition.assign(region, offset, condition)?; + self.condition.assign_u256(region, offset, condition)?; self.is_condition_zero - .assign_value(region, offset, condition)?; + .assign_value(region, offset, Value::known(Word::from(condition)))?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/logs.rs b/zkevm-circuits/src/evm_circuit/execution/logs.rs index bf2f0d17ba..830a755a08 100644 --- a/zkevm-circuits/src/evm_circuit/execution/logs.rs +++ b/zkevm-circuits/src/evm_circuit/execution/logs.rs @@ -15,7 +15,11 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::{CallContextFieldTag, TxLogFieldTag}, - util::{build_tx_log_expression, Expr}, + util::{ + build_tx_log_expression, + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, }; use array_init::array_init; use bus_mapping::circuit_input_builder::CopyDataType; @@ -30,10 +34,10 @@ pub(crate) struct LogGadget { same_context: SameContextGadget, // memory address memory_address: MemoryAddressGadget, - phase2_topics: [Cell; 4], + topics: [Word32Cell; 4], topic_selectors: [Cell; 4], - contract_address: Cell, + contract_address: WordCell, is_static_call: Cell, is_persistent: Cell, tx_id: Cell, @@ -47,12 +51,12 @@ impl ExecutionGadget for LogGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::LOG; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let mstart = cb.query_cell_phase2(); - let msize = cb.query_word_rlc(); + let mstart = cb.query_word_unchecked(); + let msize = cb.query_memory_address(); // Pop mstart_address, msize from stack - cb.stack_pop(mstart.expr()); - cb.stack_pop(msize.expr()); + cb.stack_pop(mstart.to_word()); + cb.stack_pop(msize.to_word()); // read tx id let tx_id = cb.call_context(None, CallContextFieldTag::TxId); // constrain not in static call @@ -61,7 +65,8 @@ impl ExecutionGadget for LogGadget { // check contract_address in CallContext & TxLog // use call context's callee address as contract address - let contract_address = cb.call_context(None, CallContextFieldTag::CalleeAddress); + let contract_address = + cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); let is_persistent = cb.call_context(None, CallContextFieldTag::IsPersistent); cb.require_boolean("is_persistent is bool", is_persistent.expr()); @@ -71,16 +76,16 @@ impl ExecutionGadget for LogGadget { cb.curr.state.log_id.expr() + 1.expr(), TxLogFieldTag::Address, 0.expr(), - contract_address.expr(), + contract_address.to_word(), ); }); // constrain topics in logs - let phase2_topics = array_init(|_| cb.query_cell_phase2()); + let topics = array_init(|_| cb.query_word32()); let topic_selectors: [Cell; 4] = array_init(|_| cb.query_cell()); - for (idx, topic) in phase2_topics.iter().enumerate() { + for (idx, topic) in topics.iter().enumerate() { cb.condition(topic_selectors[idx].expr(), |cb| { - cb.stack_pop(topic.expr()); + cb.stack_pop(topic.to_word()); }); cb.condition(topic_selectors[idx].expr() * is_persistent.expr(), |cb| { cb.tx_log_lookup( @@ -88,7 +93,7 @@ impl ExecutionGadget for LogGadget { cb.curr.state.log_id.expr() + 1.expr(), TxLogFieldTag::Topic, idx.expr(), - topic.expr(), + topic.to_word(), ); }); } @@ -132,9 +137,9 @@ impl ExecutionGadget for LogGadget { let cond = memory_address.has_length() * is_persistent.expr(); cb.condition(cond.clone(), |cb| { cb.copy_table_lookup( - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), - tx_id.expr(), + Word::from_lo_unchecked(tx_id.expr()), CopyDataType::TxLog.expr(), memory_address.offset(), memory_address.address(), @@ -172,7 +177,7 @@ impl ExecutionGadget for LogGadget { Self { same_context, memory_address, - phase2_topics, + topics, topic_selectors, contract_address, is_static_call, @@ -225,29 +230,18 @@ impl ExecutionGadget for LogGadget { offset, Value::known(F::from(topic.is_some().into())), )?; - self.phase2_topics[i].assign( - region, - offset, - region.word_rlc(topic.unwrap_or_default()), - )?; + self.topics[i].assign_u256(region, offset, topic.unwrap_or_default())?; } - self.contract_address.assign( - region, - offset, - Value::known( - call.address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.contract_address + .assign_h160(region, offset, call.address)?; let is_persistent = call.is_persistent as u64; self.is_static_call .assign(region, offset, Value::known(F::from(call.is_static as u64)))?; self.is_persistent .assign(region, offset, Value::known(F::from(is_persistent)))?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; // rw_counter increase from copy table lookup is `msize` memory reads + `msize` // log writes when `is_persistent` is true. self.copy_rwc_inc.assign( diff --git a/zkevm-circuits/src/evm_circuit/execution/memory.rs b/zkevm-circuits/src/evm_circuit/execution/memory.rs index 2bf7999a44..9138397b13 100644 --- a/zkevm-circuits/src/evm_circuit/execution/memory.rs +++ b/zkevm-circuits/src/evm_circuit/execution/memory.rs @@ -1,7 +1,7 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::{N_BYTES_MEMORY_ADDRESS, N_BYTES_MEMORY_WORD_SIZE}, + param::N_BYTES_MEMORY_WORD_SIZE, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,23 +9,25 @@ use crate::{ EVMConstraintBuilder, StepStateTransition, Transition::{Delta, To}, }, - from_bytes, math_gadget::IsEqualGadget, memory_gadget::MemoryExpansionGadget, - not, CachedRegion, MemoryAddress, Word, + not, CachedRegion, MemoryAddress, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct MemoryGadget { same_context: SameContextGadget, address: MemoryAddress, - value: Word, + value: Word32Cell, memory_expansion: MemoryExpansionGadget, is_mload: IsEqualGadget, is_mstore8: IsEqualGadget, @@ -40,8 +42,8 @@ impl ExecutionGadget for MemoryGadget { let opcode = cb.query_cell(); // In successful case the address must be in 5 bytes - let address = cb.query_word_rlc(); - let value = cb.query_word_rlc(); + let address = cb.query_memory_address(); + let value = cb.query_word32(); // Check if this is an MLOAD let is_mload = IsEqualGadget::construct(cb, opcode.expr(), OpcodeId::MLOAD.expr()); @@ -56,35 +58,30 @@ impl ExecutionGadget for MemoryGadget { // access let memory_expansion = MemoryExpansionGadget::construct( cb, - [from_bytes::expr(&address.cells) + 1.expr() + (is_not_mstore8.clone() * 31.expr())], + [address.expr() + 1.expr() + (is_not_mstore8.clone() * 31.expr())], ); // Stack operations // Pop the address from the stack - cb.stack_pop(address.expr()); + cb.stack_pop(address.to_word()); // For MLOAD push the value to the stack // FOR MSTORE pop the value from the stack cb.stack_lookup( is_mload.expr(), cb.stack_pointer_offset().expr() - is_mload.expr(), - value.expr(), + value.to_word(), ); cb.condition(is_mstore8.expr(), |cb| { - cb.memory_lookup( - 1.expr(), - from_bytes::expr(&address.cells), - value.cells[0].expr(), - None, - ); + cb.memory_lookup(1.expr(), address.expr(), value.limbs[0].expr(), None); }); cb.condition(is_not_mstore8, |cb| { for idx in 0..32 { cb.memory_lookup( is_store.clone(), - from_bytes::expr(&address.cells) + idx.expr(), - value.cells[31 - idx].expr(), + address.expr() + idx.expr(), + value.limbs[31 - idx].expr(), None, ); } @@ -132,17 +129,8 @@ impl ExecutionGadget for MemoryGadget { // Inputs/Outputs let [address, value] = [0, 1].map(|index| block.get_rws(step, index).stack_value()); - self.address.assign( - region, - offset, - Some( - address.to_le_bytes()[..N_BYTES_MEMORY_ADDRESS] - .try_into() - .unwrap(), - ), - )?; - self.value - .assign(region, offset, Some(value.to_le_bytes()))?; + self.address.assign_u256(region, offset, address)?; + self.value.assign_u256(region, offset, value)?; // Check if this is an MLOAD self.is_mload.assign( diff --git a/zkevm-circuits/src/evm_circuit/execution/msize.rs b/zkevm-circuits/src/evm_circuit/execution/msize.rs index 37d04e91fe..2c34f0d958 100644 --- a/zkevm-circuits/src/evm_circuit/execution/msize.rs +++ b/zkevm-circuits/src/evm_circuit/execution/msize.rs @@ -9,20 +9,20 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{word::Word, Expr}, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; -use halo2_proofs::plonk::Error; +use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct MsizeGadget { same_context: SameContextGadget, - value: RandomLinearCombination, + value: Cell, } impl ExecutionGadget for MsizeGadget { @@ -31,17 +31,18 @@ impl ExecutionGadget for MsizeGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::MSIZE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let value = cb.query_word_rlc(); + let value = cb.query_cell(); - // memory_size is limited to 64 bits so we only consider 8 bytes + // memory_size is limited to 64 bits + // constrain equality with step state therefore only use single cell cb.require_equal( "Constrain memory_size equal to stack value", - from_bytes::expr(&value.cells), + value.expr(), cb.curr.state.memory_word_size.expr() * N_BYTES_WORD.expr(), ); // Push the value on the stack - cb.stack_push(value.expr()); + cb.stack_push(Word::from_lo_unchecked(value.expr())); // State transition let step_state_transition = StepStateTransition { @@ -70,8 +71,11 @@ impl ExecutionGadget for MsizeGadget { step: &ExecStep, ) -> Result<(), Error> { self.same_context.assign_exec_step(region, offset, step)?; - self.value - .assign(region, offset, Some((step.memory_size).to_le_bytes()))?; + self.value.assign( + region, + offset, + Value::known(F::from(step.memory_size as u64)), + )?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/mul_div_mod.rs b/zkevm-circuits/src/evm_circuit/execution/mul_div_mod.rs index 8804392410..bef4c22c26 100644 --- a/zkevm-circuits/src/evm_circuit/execution/mul_div_mod.rs +++ b/zkevm-circuits/src/evm_circuit/execution/mul_div_mod.rs @@ -3,21 +3,23 @@ use crate::{ execution::ExecutionGadget, step::ExecutionState, util::{ - self, common_gadget::SameContextGadget, constraint_builder::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - math_gadget::{IsZeroGadget, LtWordGadget, MulAddWordsGadget}, - select, sum, CachedRegion, + math_gadget::{IsZeroWordGadget, LtWordGadget, MulAddWordsGadget}, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian, U256}; +use eth_types::{Field, U256}; use halo2_proofs::plonk::Error; /// MulGadget verifies opcode MUL, DIV, and MOD. @@ -29,11 +31,11 @@ use halo2_proofs::plonk::Error; pub(crate) struct MulDivModGadget { same_context: SameContextGadget, /// Words a, b, c, d - pub words: [util::Word; 4], + pub words: [Word32Cell; 4], /// Gadget that verifies a * b + c = d mul_add_words: MulAddWordsGadget, /// Check if divisor is zero for DIV and MOD - divisor_is_zero: IsZeroGadget, + divisor_is_zero: IsZeroWordGadget>, /// Check if residue < divisor when divisor != 0 for DIV and MOD lt_word: LtWordGadget, } @@ -55,32 +57,39 @@ impl ExecutionGadget for MulDivModGadget { let is_mod = (opcode.expr() - OpcodeId::MUL.expr()) * (opcode.expr() - OpcodeId::DIV.expr()) * F::from(8).invert().unwrap(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let c = cb.query_word_rlc(); - let d = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let c = cb.query_word32(); + let d = cb.query_word32(); let mul_add_words = MulAddWordsGadget::construct(cb, [&a, &b, &c, &d]); - let divisor_is_zero = IsZeroGadget::construct(cb, sum::expr(&b.cells)); - let lt_word = LtWordGadget::construct(cb, &c, &b); + let divisor_is_zero = IsZeroWordGadget::construct(cb, &b); + let lt_word = LtWordGadget::construct(cb, &c.to_word(), &b.to_word()); // Pop a and b from the stack, push result on the stack // The first pop is multiplier for MUL and dividend for DIV/MOD // The second pop is multiplicand for MUL and divisor for DIV/MOD // The push is product for MUL, quotient for DIV, and residue for MOD // Note that for DIV/MOD, when divisor == 0, the push value is also 0. - cb.stack_pop(select::expr(is_mul.clone(), a.expr(), d.expr())); - cb.stack_pop(b.expr()); + cb.stack_pop(Word::select(is_mul.clone(), a.to_word(), d.to_word())); + cb.stack_pop(b.to_word()); cb.stack_push( - is_mul.clone() * d.expr() - + is_div * a.expr() * (1.expr() - divisor_is_zero.expr()) - + is_mod * c.expr() * (1.expr() - divisor_is_zero.expr()), + d.to_word() + .mul_selector(is_mul.clone()) + .add_unchecked( + a.to_word() + .mul_selector(is_div * (1.expr() - divisor_is_zero.expr())), + ) + .add_unchecked( + c.to_word() + .mul_selector(is_mod * (1.expr() - divisor_is_zero.expr())), + ), ); // Constraint for MUL case - cb.add_constraint( + cb.require_zero_word( "c == 0 for opcode MUL", - is_mul.clone() * sum::expr(&c.cells), + c.to_word().mul_selector(is_mul.clone()), ); // Constraints for DIV and MOD cases @@ -137,15 +146,13 @@ impl ExecutionGadget for MulDivModGadget { ), _ => unreachable!(), }; - self.words[0].assign(region, offset, Some(a.to_le_bytes()))?; - self.words[1].assign(region, offset, Some(b.to_le_bytes()))?; - self.words[2].assign(region, offset, Some(c.to_le_bytes()))?; - self.words[3].assign(region, offset, Some(d.to_le_bytes()))?; + self.words[0].assign_u256(region, offset, a)?; + self.words[1].assign_u256(region, offset, b)?; + self.words[2].assign_u256(region, offset, c)?; + self.words[3].assign_u256(region, offset, d)?; self.mul_add_words.assign(region, offset, [a, b, c, d])?; self.lt_word.assign(region, offset, c, b)?; - let b_sum = (0..32).fold(0, |acc, idx| acc + b.byte(idx) as u64); - self.divisor_is_zero - .assign(region, offset, F::from(b_sum))?; + self.divisor_is_zero.assign(region, offset, Word::from(b))?; Ok(()) } } diff --git a/zkevm-circuits/src/evm_circuit/execution/mulmod.rs b/zkevm-circuits/src/evm_circuit/execution/mulmod.rs index 3986b16d9d..c4b140b18e 100644 --- a/zkevm-circuits/src/evm_circuit/execution/mulmod.rs +++ b/zkevm-circuits/src/evm_circuit/execution/mulmod.rs @@ -3,21 +3,23 @@ use crate::{ execution::ExecutionGadget, step::ExecutionState, util::{ - self, common_gadget::SameContextGadget, constraint_builder::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - math_gadget::{IsZeroGadget, LtWordGadget, ModGadget, MulAddWords512Gadget}, - sum, CachedRegion, + math_gadget::{IsZeroWordGadget, LtWordGadget, ModGadget, MulAddWords512Gadget}, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian, U256}; +use eth_types::{Field, U256}; use halo2_proofs::plonk::Error; /// MulModGadget verifies opcode MULMOD @@ -27,15 +29,15 @@ use halo2_proofs::plonk::Error; pub(crate) struct MulModGadget { same_context: SameContextGadget, // a, b, n, r - pub words: [util::Word; 4], - k: util::Word, - a_reduced: util::Word, - d: util::Word, - e: util::Word, + pub words: [Word32Cell; 4], + k: Word32Cell, + a_reduced: Word32Cell, + d: Word32Cell, + e: Word32Cell, modword: ModGadget, mul512_left: MulAddWords512Gadget, mul512_right: MulAddWords512Gadget, - n_is_zero: IsZeroGadget, + n_is_zero: IsZeroWordGadget>, lt: LtWordGadget, } @@ -47,16 +49,16 @@ impl ExecutionGadget for MulModGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let n = cb.query_word_rlc(); - let r = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let n = cb.query_word32(); + let r = cb.query_word32(); - let k = cb.query_word_rlc(); + let k = cb.query_word32(); - let a_reduced = cb.query_word_rlc(); - let d = cb.query_word_rlc(); - let e = cb.query_word_rlc(); + let a_reduced = cb.query_word32(); + let d = cb.query_word32(); + let e = cb.query_word32(); // 1. k1 * n + a_reduced == a let modword = ModGadget::construct(cb, [&a, &n, &a_reduced]); @@ -68,17 +70,17 @@ impl ExecutionGadget for MulModGadget { let mul512_right = MulAddWords512Gadget::construct(cb, [&k, &n, &d, &e], Some(&r)); // (r < n ) or n == 0 - let n_is_zero = IsZeroGadget::construct(cb, sum::expr(&n.cells)); - let lt = LtWordGadget::construct(cb, &r, &n); + let n_is_zero = IsZeroWordGadget::construct(cb, &n); + let lt = LtWordGadget::construct(cb, &r.to_word(), &n.to_word()); cb.add_constraint( " (1 - (r < n) - (n==0)) ", 1.expr() - lt.expr() - n_is_zero.expr(), ); - cb.stack_pop(a.expr()); - cb.stack_pop(b.expr()); - cb.stack_pop(n.expr()); - cb.stack_push(r.expr()); + cb.stack_pop(a.to_word()); + cb.stack_pop(b.to_word()); + cb.stack_pop(n.to_word()); + cb.stack_push(r.to_word()); // State transition let step_state_transition = StepStateTransition { @@ -117,10 +119,10 @@ impl ExecutionGadget for MulModGadget { self.same_context.assign_exec_step(region, offset, step)?; let [r, n, b, a] = [3, 2, 1, 0].map(|index| block.get_rws(step, index).stack_value()); - self.words[0].assign(region, offset, Some(a.to_le_bytes()))?; - self.words[1].assign(region, offset, Some(b.to_le_bytes()))?; - self.words[2].assign(region, offset, Some(n.to_le_bytes()))?; - self.words[3].assign(region, offset, Some(r.to_le_bytes()))?; + self.words[0].assign_u256(region, offset, a)?; + self.words[1].assign_u256(region, offset, b)?; + self.words[2].assign_u256(region, offset, n)?; + self.words[3].assign_u256(region, offset, r)?; // 1. quotient and reduction of a mod n let (k1, a_reduced) = if n.is_zero() { (U256::zero(), U256::zero()) @@ -142,11 +144,10 @@ impl ExecutionGadget for MulModGadget { (r, U256::try_from(prod / n).unwrap()) }; - self.k.assign(region, offset, Some(k2.to_le_bytes()))?; - self.a_reduced - .assign(region, offset, Some(a_reduced.to_le_bytes()))?; - self.d.assign(region, offset, Some(d.to_le_bytes()))?; - self.e.assign(region, offset, Some(e.to_le_bytes()))?; + self.k.assign_u256(region, offset, k2)?; + self.a_reduced.assign_u256(region, offset, a_reduced)?; + self.d.assign_u256(region, offset, d)?; + self.e.assign_u256(region, offset, e)?; self.modword.assign(region, offset, a, n, a_reduced, k1)?; self.mul512_left @@ -156,8 +157,7 @@ impl ExecutionGadget for MulModGadget { self.lt.assign(region, offset, r, n)?; - let n_sum = (0..32).fold(0, |acc, idx| acc + n.byte(idx) as u64); - self.n_is_zero.assign(region, offset, F::from(n_sum))?; + self.n_is_zero.assign(region, offset, Word::from(n))?; Ok(()) } } diff --git a/zkevm-circuits/src/evm_circuit/execution/not.rs b/zkevm-circuits/src/evm_circuit/execution/not.rs index 37ddcc3f1b..d60e4dbbd8 100644 --- a/zkevm-circuits/src/evm_circuit/execution/not.rs +++ b/zkevm-circuits/src/evm_circuit/execution/not.rs @@ -6,20 +6,23 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Word, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct NotGadget { same_context: SameContextGadget, - input: Word, - output: Word, + input: Word32Cell, + output: Word32Cell, } impl ExecutionGadget for NotGadget { @@ -30,13 +33,13 @@ impl ExecutionGadget for NotGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let input = cb.query_word_rlc(); - let output = cb.query_word_rlc(); + let input = cb.query_word32(); + let output = cb.query_word32(); - cb.stack_pop(input.expr()); - cb.stack_push(output.expr()); + cb.stack_pop(input.to_word()); + cb.stack_push(output.to_word()); - for (i, o) in input.cells.iter().zip(output.cells.iter()) { + for (i, o) in input.limbs.iter().zip(output.limbs.iter()) { cb.add_lookup( "input XOR output is all 1's", Lookup::Fixed { @@ -75,10 +78,8 @@ impl ExecutionGadget for NotGadget { self.same_context.assign_exec_step(region, offset, step)?; let [input, output] = [0, 1].map(|index| block.get_rws(step, index).stack_value()); - self.input - .assign(region, offset, Some(input.to_le_bytes()))?; - self.output - .assign(region, offset, Some(output.to_le_bytes()))?; + self.input.assign_u256(region, offset, input)?; + self.output.assign_u256(region, offset, output)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/origin.rs b/zkevm-circuits/src/evm_circuit/execution/origin.rs index f53d0e2099..720d8d21b0 100644 --- a/zkevm-circuits/src/evm_circuit/execution/origin.rs +++ b/zkevm-circuits/src/evm_circuit/execution/origin.rs @@ -1,26 +1,25 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_ACCOUNT_ADDRESS, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, Cell, RandomLinearCombination, + AccountAddress, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{CallContextFieldTag, TxContextFieldTag}, - util::Expr, + util::{word::WordExpr, Expr}, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct OriginGadget { tx_id: Cell, - origin: RandomLinearCombination, + origin: AccountAddress, same_context: SameContextGadget, } @@ -30,7 +29,7 @@ impl ExecutionGadget for OriginGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::ORIGIN; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let origin = cb.query_word_rlc::(); + let origin = cb.query_account_address(); // Lookup in call_ctx the TxId let tx_id = cb.call_context(None, CallContextFieldTag::TxId); @@ -39,11 +38,11 @@ impl ExecutionGadget for OriginGadget { tx_id.expr(), TxContextFieldTag::CallerAddress, None, // None because unrelated to calldata - from_bytes::expr(&origin.cells), + origin.to_word(), ); // Push the value to the stack - cb.stack_push(origin.expr()); + cb.stack_push(origin.to_word()); // State transition let opcode = cb.query_cell(); @@ -76,18 +75,10 @@ impl ExecutionGadget for OriginGadget { // Assing TxId. self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; - // Assign Origin addr RLC. - self.origin.assign( - region, - offset, - Some( - origin.to_le_bytes()[..N_BYTES_ACCOUNT_ADDRESS] - .try_into() - .unwrap(), - ), - )?; + // Assign Origin addr. + self.origin.assign_u256(region, offset, origin)?; // Assign SameContextGadget witnesses. self.same_context.assign_exec_step(region, offset, step)?; diff --git a/zkevm-circuits/src/evm_circuit/execution/pc.rs b/zkevm-circuits/src/evm_circuit/execution/pc.rs index 905ae21d5c..b89f28e789 100644 --- a/zkevm-circuits/src/evm_circuit/execution/pc.rs +++ b/zkevm-circuits/src/evm_circuit/execution/pc.rs @@ -1,7 +1,6 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_PROGRAM_COUNTER, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,11 +8,11 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{word::WordExpr, Expr}, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -22,7 +21,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct PcGadget { same_context: SameContextGadget, - value: RandomLinearCombination, + value: U64Cell, } impl ExecutionGadget for PcGadget { @@ -31,17 +30,17 @@ impl ExecutionGadget for PcGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::PC; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let value = cb.query_word_rlc(); + let value = cb.query_u64(); // program_counter is limited to 64 bits so we only consider 8 bytes cb.require_equal( "Constrain program_counter equal to stack value", - from_bytes::expr(&value.cells), + value.expr(), cb.curr.state.program_counter.expr(), ); // Push the value on the stack - cb.stack_push(value.expr()); + cb.stack_push(value.to_word()); // State transition let step_state_transition = StepStateTransition { diff --git a/zkevm-circuits/src/evm_circuit/execution/pop.rs b/zkevm-circuits/src/evm_circuit/execution/pop.rs index 93103a4ae3..bb69d8f13b 100644 --- a/zkevm-circuits/src/evm_circuit/execution/pop.rs +++ b/zkevm-circuits/src/evm_circuit/execution/pop.rs @@ -5,11 +5,14 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -18,7 +21,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct PopGadget { same_context: SameContextGadget, - phase2_value: Cell, + value: WordCell, } impl ExecutionGadget for PopGadget { @@ -27,10 +30,10 @@ impl ExecutionGadget for PopGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::POP; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let phase2_value = cb.query_cell_phase2(); + let value = cb.query_word_unchecked(); // Pop the value from the stack - cb.stack_pop(phase2_value.expr()); + cb.stack_pop(value.to_word()); // State transition let step_state_transition = StepStateTransition { @@ -45,7 +48,7 @@ impl ExecutionGadget for PopGadget { Self { same_context, - phase2_value, + value, } } @@ -61,8 +64,7 @@ impl ExecutionGadget for PopGadget { self.same_context.assign_exec_step(region, offset, step)?; let value = block.get_rws(step, 0).stack_value(); - self.phase2_value - .assign(region, offset, region.word_rlc(value))?; + self.value.assign_u256(region, offset, value)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/push.rs b/zkevm-circuits/src/evm_circuit/execution/push.rs index 75c1add43c..2165347fc1 100644 --- a/zkevm-circuits/src/evm_circuit/execution/push.rs +++ b/zkevm-circuits/src/evm_circuit/execution/push.rs @@ -8,20 +8,23 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - sum, CachedRegion, Cell, Word, + sum, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; use array_init::array_init; -use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; +use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct PushGadget { same_context: SameContextGadget, - value: Word, + value: Word32Cell, selectors: [Cell; 31], } @@ -33,7 +36,7 @@ impl ExecutionGadget for PushGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let value = cb.query_word_rlc(); + let value = cb.query_word32(); // Query selectors for each opcode_lookup let selectors = array_init(|_| cb.query_bool()); @@ -51,7 +54,7 @@ impl ExecutionGadget for PushGadget { // [byte31, ..., byte2, byte1, byte0] // for idx in 0..32 { - let byte = &value.cells[idx]; + let byte = &value.limbs[idx]; let index = cb.curr.state.program_counter.expr() + opcode.expr() - (OpcodeId::PUSH1.as_u8() - 1 + idx as u8).expr(); if idx == 0 { @@ -79,7 +82,7 @@ impl ExecutionGadget for PushGadget { // byte should be 0 when selector is 0 cb.require_zero( "Constrain byte == 0 when selector == 0", - value.cells[idx + 1].expr() * (1.expr() - selectors[idx].expr()), + value.limbs[idx + 1].expr() * (1.expr() - selectors[idx].expr()), ); } @@ -95,7 +98,7 @@ impl ExecutionGadget for PushGadget { ); // Push the value on the stack - cb.stack_push(value.expr()); + cb.stack_push(value.to_word()); // State transition // `program_counter` needs to be increased by number of bytes pushed + 1 @@ -129,8 +132,7 @@ impl ExecutionGadget for PushGadget { let opcode = step.opcode().unwrap(); let value = block.get_rws(step, 0).stack_value(); - self.value - .assign(region, offset, Some(value.to_le_bytes()))?; + self.value.assign_u256(region, offset, value)?; let num_additional_pushed = opcode.postfix().expect("opcode with postfix") - 1; for (idx, selector) in self.selectors.iter().enumerate() { diff --git a/zkevm-circuits/src/evm_circuit/execution/return_revert.rs b/zkevm-circuits/src/evm_circuit/execution/return_revert.rs index f5dbefa402..95ca01cc91 100644 --- a/zkevm-circuits/src/evm_circuit/execution/return_revert.rs +++ b/zkevm-circuits/src/evm_circuit/execution/return_revert.rs @@ -9,17 +9,23 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition::{Delta, To}, }, - math_gadget::{IsZeroGadget, MinMaxGadget}, + math_gadget::{IsEqualGadget, IsZeroGadget, MinMaxGadget}, memory_gadget::{MemoryAddressGadget, MemoryExpansionGadget}, not, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::{circuit_input_builder::CopyDataType, evm::OpcodeId, state_db::CodeDB}; -use eth_types::{Field, ToScalar, U256}; +use eth_types::{ + evm_types::{GasCost, INVALID_INIT_CODE_FIRST_BYTE}, + Field, ToScalar, U256, +}; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] @@ -32,6 +38,10 @@ pub(crate) struct ReturnRevertGadget { is_success: Cell, restore_context: RestoreContextGadget, + // Used to check first byte of create init code must not be 0xef (EIP-3541). + init_code_first_byte: Cell, + is_init_code_first_byte_invalid: IsEqualGadget, + copy_length: MinMaxGadget, copy_rw_increase: Cell, copy_rw_increase_is_zero: IsZeroGadget, @@ -40,10 +50,10 @@ pub(crate) struct ReturnRevertGadget { return_data_length: Cell, memory_expansion: MemoryExpansionGadget, - code_hash: Cell, + code_hash: Word32Cell, caller_id: Cell, - address: Cell, + address: WordCell, reversion_info: ReversionInfo, } @@ -56,10 +66,10 @@ impl ExecutionGadget for ReturnRevertGadget { let opcode = cb.query_cell(); cb.opcode_lookup(opcode.expr(), 1.expr()); - let offset = cb.query_cell_phase2(); - let length = cb.query_word_rlc(); - cb.stack_pop(offset.expr()); - cb.stack_pop(length.expr()); + let offset = cb.query_word_unchecked(); + let length = cb.query_memory_address(); + cb.stack_pop(offset.to_word()); + cb.stack_pop(length.to_word()); let range = MemoryAddressGadget::construct(cb, offset, length); let is_success = cb.call_context(None, CallContextFieldTag::IsSuccess); @@ -95,57 +105,79 @@ impl ExecutionGadget for ReturnRevertGadget { let is_contract_deployment = is_create.clone() * is_success.expr() * not::expr(copy_rw_increase_is_zero.expr()); - let (caller_id, address, reversion_info, code_hash, deployed_code_rlc) = - cb.condition(is_contract_deployment.clone(), |cb| { - // We don't need to place any additional constraints on code_hash because the - // copy circuit enforces that it is the hash of the bytes in the copy lookup. - let code_hash = cb.query_cell_phase2(); - let deployed_code_rlc = cb.query_cell_phase2(); - cb.copy_table_lookup( - cb.curr.state.call_id.expr(), - CopyDataType::Memory.expr(), - code_hash.expr(), - CopyDataType::Bytecode.expr(), - range.offset(), - range.address(), - 0.expr(), - range.length(), - deployed_code_rlc.expr(), - copy_rw_increase.expr(), - ); + let code_deposit_cost = is_contract_deployment.clone() + * GasCost::CODE_DEPOSIT_BYTE_COST.expr() + * range.length(); + let ( + caller_id, + address, + reversion_info, + code_hash, + deployed_code_rlc, + init_code_first_byte, + is_init_code_first_byte_invalid, + ) = cb.condition(is_contract_deployment.clone(), |cb| { + // Read the first byte and check it must not be 0xef (EIP-3541). + let init_code_first_byte = cb.query_byte(); + cb.memory_lookup(0.expr(), range.offset(), init_code_first_byte.expr(), None); + let is_init_code_first_byte_invalid = IsEqualGadget::construct( + cb, + init_code_first_byte.expr(), + INVALID_INIT_CODE_FIRST_BYTE.expr(), + ); + cb.require_zero( + "First byte of create init code must not be 0xef", + is_init_code_first_byte_invalid.expr(), + ); - let [caller_id, address] = [ - CallContextFieldTag::CallerId, - CallContextFieldTag::CalleeAddress, - ] - .map(|tag| cb.call_context(None, tag)); - let mut reversion_info = cb.reversion_info_read(None); - - cb.account_write( - address.expr(), - AccountFieldTag::CodeHash, - code_hash.expr(), - cb.empty_code_hash_rlc(), - Some(&mut reversion_info), - ); + // We don't need to place any additional constraints on code_hash because the + // copy circuit enforces that it is the hash of the bytes in the copy lookup. + let code_hash = cb.query_word32(); + let deployed_code_rlc = cb.query_cell_phase2(); + cb.copy_table_lookup( + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), + CopyDataType::Memory.expr(), + code_hash.to_word(), + CopyDataType::Bytecode.expr(), + range.offset(), + range.address(), + 0.expr(), + range.length(), + deployed_code_rlc.expr(), + copy_rw_increase.expr(), + ); - ( - caller_id, - address, - reversion_info, - code_hash, - deployed_code_rlc, - ) - }); + let caller_id = cb.call_context(None, CallContextFieldTag::CallerId); + let address = cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); + + let mut reversion_info = cb.reversion_info_read(None); + + cb.account_write( + address.to_word(), + AccountFieldTag::CodeHash, + code_hash.to_word(), + cb.empty_code_hash(), + Some(&mut reversion_info), + ); + + ( + caller_id, + address, + reversion_info, + code_hash, + deployed_code_rlc, + init_code_first_byte, + is_init_code_first_byte_invalid, + ) + }); // Case B in the specs. cb.condition(is_root.expr(), |cb| { cb.require_next_state(ExecutionState::EndTx); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::IsPersistent, - is_success.expr(), + Word::from_lo_unchecked(is_success.expr()), ); cb.require_step_state_transition(StepStateTransition { program_counter: To(0.expr()), @@ -155,7 +187,7 @@ impl ExecutionGadget for ReturnRevertGadget { + not::expr(is_success.expr()) * cb.curr.state.reversible_write_counter.expr(), ), - gas_left: Delta(-memory_expansion.gas_cost()), + gas_left: Delta(-memory_expansion.gas_cost() - code_deposit_cost.expr()), reversible_write_counter: To(0.expr()), memory_word_size: To(0.expr()), ..StepStateTransition::default() @@ -200,9 +232,9 @@ impl ExecutionGadget for ReturnRevertGadget { * not::expr(copy_rw_increase_is_zero.expr()), |cb| { cb.copy_table_lookup( - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), - cb.next.state.call_id.expr(), + Word::from_lo_unchecked(cb.next.state.call_id.expr()), CopyDataType::Memory.expr(), range.offset(), range.address(), @@ -228,6 +260,8 @@ impl ExecutionGadget for ReturnRevertGadget { range, deployed_code_rlc, is_success, + init_code_first_byte, + is_init_code_first_byte_invalid, copy_length, copy_rw_increase, copy_rw_increase_is_zero, @@ -285,7 +319,7 @@ impl ExecutionGadget for ReturnRevertGadget { } if call.is_create() && call.is_success { - let values: Vec<_> = (3..3 + length.as_usize()) + let values: Vec<_> = (4..4 + length.as_usize()) .map(|index| block.get_rws(step, index).memory_value()) .collect(); self.deployed_code_rlc.assign( @@ -295,11 +329,8 @@ impl ExecutionGadget for ReturnRevertGadget { )?; let mut code_hash = CodeDB::hash(&values).to_fixed_bytes(); code_hash.reverse(); - self.code_hash.assign( - region, - offset, - region.word_rlc(U256::from_little_endian(&code_hash)), - )?; + self.code_hash + .assign_u256(region, offset, U256::from_little_endian(&code_hash))?; } let copy_rw_increase = if call.is_create() && call.is_success { @@ -315,9 +346,28 @@ impl ExecutionGadget for ReturnRevertGadget { .assign(region, offset, F::from(copy_rw_increase))?; let is_contract_deployment = call.is_create() && call.is_success && !length.is_zero(); + + let init_code_first_byte = if is_contract_deployment { + block.get_rws(step, 3).memory_value() + } else { + 0 + } + .into(); + self.init_code_first_byte.assign( + region, + offset, + Value::known(F::from(init_code_first_byte)), + )?; + self.is_init_code_first_byte_invalid.assign( + region, + offset, + F::from(init_code_first_byte), + F::from(INVALID_INIT_CODE_FIRST_BYTE.into()), + )?; + if !call.is_root { let rw_counter_offset = 3 + if is_contract_deployment { - 5 + length.as_u64() + 6 + length.as_u64() } else { 0 }; @@ -337,11 +387,7 @@ impl ExecutionGadget for ReturnRevertGadget { Value::known(call.caller_id.to_scalar().unwrap()), )?; - self.address.assign( - region, - offset, - Value::known(call.address.to_scalar().unwrap()), - )?; + self.address.assign_h160(region, offset, call.address)?; self.reversion_info.assign( region, @@ -498,7 +544,7 @@ mod test { { let initializer = callee_bytecode(*is_return, *offset, *length).code(); - let root_code = bytecode! { + let mut root_code = bytecode! { PUSH32(Word::from_big_endian(&initializer)) PUSH1(0) MSTORE @@ -509,6 +555,13 @@ mod test { CREATE }; + if !is_return { + root_code.append(&bytecode! { + PUSH1(0) + PUSH1(0) + REVERT + }); + } let ctx = TestContext::<2, 1>::new( None, @@ -537,7 +590,7 @@ mod test { } #[test] - fn test_nonpersistent_nonroot_create() { + fn test_return_nonpersistent_nonroot_create() { // Test the case where the initialization call is successful, but the CREATE // call is reverted. let initializer = callee_bytecode(true, 0, 10).code(); diff --git a/zkevm-circuits/src/evm_circuit/execution/returndatacopy.rs b/zkevm-circuits/src/evm_circuit/execution/returndatacopy.rs index aed699e68a..2c1b973f45 100644 --- a/zkevm-circuits/src/evm_circuit/execution/returndatacopy.rs +++ b/zkevm-circuits/src/evm_circuit/execution/returndatacopy.rs @@ -1,7 +1,7 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::{N_BYTES_MEMORY_ADDRESS, N_BYTES_MEMORY_WORD_SIZE}, + param::N_BYTES_MEMORY_WORD_SIZE, step::ExecutionState, util::{ common_gadget::SameContextGadget, @@ -9,7 +9,6 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::{Delta, To}, }, - from_bytes, math_gadget::RangeCheckGadget, memory_gadget::{MemoryAddressGadget, MemoryCopierGasGadget, MemoryExpansionGadget}, CachedRegion, Cell, MemoryAddress, @@ -17,10 +16,13 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use bus_mapping::{circuit_input_builder::CopyDataType, evm::OpcodeId}; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar}; +use eth_types::{evm_types::GasCost, Field, ToScalar}; use gadgets::util::not; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -60,44 +62,40 @@ impl ExecutionGadget for ReturnDataCopyGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let dest_offset = cb.query_cell_phase2(); - let data_offset = cb.query_word_rlc(); - let size = cb.query_word_rlc(); + let dest_offset = cb.query_word_unchecked(); + let data_offset = cb.query_memory_address(); + let size = cb.query_memory_address(); // 1. Pop dest_offset, offset, length from stack - cb.stack_pop(dest_offset.expr()); - cb.stack_pop(data_offset.expr()); - cb.stack_pop(size.expr()); + cb.stack_pop(dest_offset.to_word()); + cb.stack_pop(Word::from_lo_unchecked(data_offset.expr())); + cb.stack_pop(Word::from_lo_unchecked(size.expr())); // 2. Add lookup constraint in the call context for the returndatacopy field. let last_callee_id = cb.query_cell(); let return_data_offset = cb.query_cell(); let return_data_size = cb.query_cell(); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::LastCalleeId, - last_callee_id.expr(), + Word::from_lo_unchecked(last_callee_id.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::LastCalleeReturnDataOffset, - return_data_offset.expr(), + Word::from_lo_unchecked(return_data_offset.expr()), ); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::LastCalleeReturnDataLength, - return_data_size.expr(), + Word::from_lo_unchecked(return_data_size.expr()), ); // 3. contraints for copy: copy overflow check // i.e., offset + size <= return_data_size let in_bound_check = RangeCheckGadget::construct( cb, - return_data_size.expr() - - (from_bytes::expr(&data_offset.cells) + from_bytes::expr(&size.cells)), + return_data_size.expr() - (data_offset.expr() + size.expr()), ); // 4. memory copy @@ -117,11 +115,11 @@ impl ExecutionGadget for ReturnDataCopyGadget { let copy_rwc_inc = cb.query_cell(); cb.condition(dst_memory_addr.has_length(), |cb| { cb.copy_table_lookup( - last_callee_id.expr(), + Word::from_lo_unchecked(last_callee_id.expr()), CopyDataType::Memory.expr(), - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), - return_data_offset.expr() + from_bytes::expr(&data_offset.cells), + return_data_offset.expr() + data_offset.expr(), return_data_offset.expr() + return_data_size.expr(), dst_memory_addr.offset(), dst_memory_addr.length(), @@ -178,15 +176,7 @@ impl ExecutionGadget for ReturnDataCopyGadget { let [dest_offset, data_offset, size] = [0, 1, 2].map(|index| block.get_rws(step, index).stack_value()); - self.data_offset.assign( - region, - offset, - Some( - data_offset.to_le_bytes()[..N_BYTES_MEMORY_ADDRESS] - .try_into() - .unwrap(), - ), - )?; + self.data_offset.assign_u256(region, offset, data_offset)?; let [last_callee_id, return_data_offset, return_data_size] = [ (3, CallContextFieldTag::LastCalleeId), @@ -268,7 +258,7 @@ impl ExecutionGadget for ReturnDataCopyGadget { #[cfg(test)] mod test { use crate::{evm_circuit::test::rand_bytes, test_util::CircuitTestBuilder}; - use bus_mapping::circuit_input_builder::CircuitsParams; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{bytecode, Word}; use mock::{generate_mock_call_bytecode, test_ctx::TestContext, MockCallBytecodeParams}; @@ -321,7 +311,7 @@ mod test { .unwrap(); CircuitTestBuilder::new_from_test_ctx(ctx) - .params(CircuitsParams { + .params(FixedCParams { max_rws: 2048, ..Default::default() }) diff --git a/zkevm-circuits/src/evm_circuit/execution/returndatasize.rs b/zkevm-circuits/src/evm_circuit/execution/returndatasize.rs index 60aaafa0f0..14144d3aec 100644 --- a/zkevm-circuits/src/evm_circuit/execution/returndatasize.rs +++ b/zkevm-circuits/src/evm_circuit/execution/returndatasize.rs @@ -1,26 +1,28 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_U64, step::ExecutionState, util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - from_bytes, CachedRegion, RandomLinearCombination, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian}; +use eth_types::Field; use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct ReturnDataSizeGadget { same_context: SameContextGadget, - return_data_size: RandomLinearCombination, + return_data_size: WordCell, } impl ExecutionGadget for ReturnDataSizeGadget { @@ -32,16 +34,15 @@ impl ExecutionGadget for ReturnDataSizeGadget { let opcode = cb.query_cell(); // Add lookup constraint in the call context for the returndatasize field. - let return_data_size = cb.query_word_rlc(); - cb.call_context_lookup( - false.expr(), + let return_data_size = cb.query_word_unchecked(); + cb.call_context_lookup_read( None, CallContextFieldTag::LastCalleeReturnDataLength, - from_bytes::expr(&return_data_size.cells), + return_data_size.to_word(), ); // The returndatasize should be pushed to the top of the stack. - cb.stack_push(return_data_size.expr()); + cb.stack_push(return_data_size.to_word()); let step_state_transition = StepStateTransition { rw_counter: Delta(2.expr()), @@ -70,15 +71,8 @@ impl ExecutionGadget for ReturnDataSizeGadget { ) -> Result<(), Error> { self.same_context.assign_exec_step(region, offset, step)?; let return_data_size = block.get_rws(step, 1).stack_value(); - self.return_data_size.assign( - region, - offset, - Some( - return_data_size.to_le_bytes()[..N_BYTES_U64] - .try_into() - .expect("could not encode return_data_size as byte array in little endian"), - ), - )?; + self.return_data_size + .assign_u64(region, offset, return_data_size.as_u64())?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/sar.rs b/zkevm-circuits/src/evm_circuit/execution/sar.rs index 87dbd318a5..9cfb4ac939 100644 --- a/zkevm-circuits/src/evm_circuit/execution/sar.rs +++ b/zkevm-circuits/src/evm_circuit/execution/sar.rs @@ -1,7 +1,6 @@ use crate::{ evm_circuit::{ execution::ExecutionGadget, - param::N_BYTES_U64, step::ExecutionState, table::{FixedTableTag, Lookup}, util::{ @@ -10,18 +9,23 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - from_bytes, math_gadget::{IsEqualGadget, IsZeroGadget, LtGadget}, - select, sum, CachedRegion, Cell, Word, + select, sum, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32Cell, Word4, WordExpr}, + Expr, + }, }; use array_init::array_init; use bus_mapping::evm::OpcodeId; use eth_types::{Field, ToLittleEndian}; -use halo2_proofs::{circuit::Value, plonk::Error}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; /// SarGadget verifies SAR opcode. /// Verify signed word shift right as `signed(a) >> shift == signed(b)`; @@ -29,9 +33,9 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct SarGadget { same_context: SameContextGadget, - shift: Word, - a: Word, - b: Word, + shift: Word32Cell, + a: Word32Cell, + b: Word32Cell, // Each of the four `a64s` limbs is split into two parts (`a64s_lo` and `a64s_hi`) at position // `shf_mod64`, `a64s_lo` is the lower `shf_mod64` bits. a64s_lo: [Cell; 4], @@ -77,13 +81,16 @@ impl ExecutionGadget for SarGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let shift = cb.query_word_rlc(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); + let shift = cb.query_word32(); + let a = cb.query_word32(); + let b = cb.query_word32(); + + cb.stack_pop(shift.to_word()); + cb.stack_pop(a.to_word()); + cb.stack_push(b.to_word()); - cb.stack_pop(shift.expr()); - cb.stack_pop(a.expr()); - cb.stack_push(b.expr()); + let a64s: Word4> = a.to_word_n(); + let b64s: Word4> = b.to_word_n(); let a64s_lo = array_init(|_| cb.query_cell()); let a64s_hi = array_init(|_| cb.query_cell()); @@ -92,13 +99,13 @@ impl ExecutionGadget for SarGadget { let p_lo = cb.query_cell(); let p_hi = cb.query_cell(); let p_top = cb.query_cell(); - let is_neg = LtGadget::construct(cb, 127.expr(), a.cells[31].expr()); - let shf_lt256 = IsZeroGadget::construct(cb, sum::expr(&shift.cells[1..32])); + let is_neg = LtGadget::construct(cb, 127.expr(), a.limbs[31].expr()); + let shf_lt256 = IsZeroGadget::construct(cb, sum::expr(&shift.limbs[1..32])); for idx in 0..4 { cb.require_equal( "a64s[idx] == a64s_lo[idx] + a64s_hi[idx] * p_lo", - from_bytes::expr(&a.cells[N_BYTES_U64 * idx..N_BYTES_U64 * (idx + 1)]), + a64s.limbs[idx].clone(), a64s_lo[idx].expr() + a64s_hi[idx].expr() * p_lo.expr(), ); } @@ -129,7 +136,7 @@ impl ExecutionGadget for SarGadget { cb.require_equal( "Constrain merged b64s[0] value", - from_bytes::expr(&b.cells[0..N_BYTES_U64]), + b64s.limbs[0].expr(), (a64s_hi[0].expr() + a64s_lo[1].expr() * p_hi.expr()) * shf_div64_eq0.expr() + (a64s_hi[1].expr() + a64s_lo[2].expr() * p_hi.expr()) * shf_div64_eq1.expr() + (a64s_hi[2].expr() + a64s_lo[3].expr() * p_hi.expr()) * shf_div64_eq2.expr() @@ -144,7 +151,7 @@ impl ExecutionGadget for SarGadget { ); cb.require_equal( "Constrain merged b64s[1] value", - from_bytes::expr(&b.cells[N_BYTES_U64..N_BYTES_U64 * 2]), + b64s.limbs[1].expr(), (a64s_hi[1].expr() + a64s_lo[2].expr() * p_hi.expr()) * shf_div64_eq0.expr() + (a64s_hi[2].expr() + a64s_lo[3].expr() * p_hi.expr()) * shf_div64_eq1.expr() + (a64s_hi[3].expr() + p_top.expr()) * shf_div64_eq2.expr() @@ -157,7 +164,7 @@ impl ExecutionGadget for SarGadget { ); cb.require_equal( "Constrain merged b64s[2] value", - from_bytes::expr(&b.cells[N_BYTES_U64 * 2..N_BYTES_U64 * 3]), + b64s.limbs[2].expr(), (a64s_hi[2].expr() + a64s_lo[3].expr() * p_hi.expr()) * shf_div64_eq0.expr() + (a64s_hi[3].expr() + p_top.expr()) * shf_div64_eq1.expr() + is_neg.expr() @@ -166,7 +173,7 @@ impl ExecutionGadget for SarGadget { ); cb.require_equal( "Constrain merged b64s[3] value", - from_bytes::expr(&b.cells[N_BYTES_U64 * 3..]), + b64s.limbs[3].expr(), (a64s_hi[3].expr() + p_top.expr()) * shf_div64_eq0.expr() + is_neg.expr() * u64::MAX.expr() * (1.expr() - shf_div64_eq0.expr()), ); @@ -178,7 +185,7 @@ impl ExecutionGadget for SarGadget { cb.require_equal("shf_mod64 < 64", shf_mod64_lt_64.expr(), 1.expr()); cb.require_equal( "shift[0] == shf_mod64 + shf_div64 * 64", - shift.cells[0].expr(), + shift.limbs[0].expr(), shf_mod64.expr() + shf_div64.expr() * 64.expr(), ); @@ -189,7 +196,7 @@ impl ExecutionGadget for SarGadget { Lookup::Fixed { tag: FixedTableTag::SignByte.expr(), values: [ - a.cells[31].expr(), + a.limbs[31].expr(), select::expr(is_neg.expr(), 255.expr(), 0.expr()), 0.expr(), ], @@ -268,10 +275,9 @@ impl ExecutionGadget for SarGadget { self.same_context.assign_exec_step(region, offset, step)?; let [shift, a, b] = [0, 1, 2].map(|idx| block.get_rws(step, idx).stack_value()); - self.shift - .assign(region, offset, Some(shift.to_le_bytes()))?; - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.b.assign(region, offset, Some(b.to_le_bytes()))?; + self.shift.assign_u256(region, offset, shift)?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; let is_neg = 127 < a.to_le_bytes()[31]; let shf0 = u128::from(shift.to_le_bytes()[0]); diff --git a/zkevm-circuits/src/evm_circuit/execution/sdiv_smod.rs b/zkevm-circuits/src/evm_circuit/execution/sdiv_smod.rs index 7398ced5ed..02866e7cb4 100644 --- a/zkevm-circuits/src/evm_circuit/execution/sdiv_smod.rs +++ b/zkevm-circuits/src/evm_circuit/execution/sdiv_smod.rs @@ -8,12 +8,17 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - math_gadget::{AbsWordGadget, IsZeroGadget, LtGadget, LtWordGadget, MulAddWordsGadget}, - select, sum, CachedRegion, + math_gadget::{ + AbsWordGadget, IsZeroWordGadget, LtGadget, LtWordGadget, MulAddWordsGadget, + }, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::{Field, ToLittleEndian, U256}; @@ -22,16 +27,16 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct SignedDivModGadget { same_context: SameContextGadget, - quotient_abs_word: AbsWordGadget, - divisor_abs_word: AbsWordGadget, - remainder_abs_word: AbsWordGadget, - dividend_abs_word: AbsWordGadget, + quotient_abs: AbsWordGadget, + divisor_abs: AbsWordGadget, + remainder_abs: AbsWordGadget, + dividend_abs: AbsWordGadget, mul_add_words: MulAddWordsGadget, remainder_abs_lt_divisor_abs: LtWordGadget, dividend_is_signed_overflow: LtGadget, - quotient_is_zero: IsZeroGadget, - divisor_is_zero: IsZeroGadget, - remainder_is_zero: IsZeroGadget, + quotient_is_zero: IsZeroWordGadget>, + divisor_is_zero: IsZeroWordGadget>, + remainder_is_zero: IsZeroWordGadget>, } impl ExecutionGadget for SignedDivModGadget { @@ -43,37 +48,45 @@ impl ExecutionGadget for SignedDivModGadget { let opcode = cb.query_cell(); let is_sdiv = (OpcodeId::SMOD.expr() - opcode.expr()) * F::from(2).invert().unwrap(); - let quotient_abs_word = AbsWordGadget::construct(cb); - let divisor_abs_word = AbsWordGadget::construct(cb); - let remainder_abs_word = AbsWordGadget::construct(cb); - let dividend_abs_word = AbsWordGadget::construct(cb); - let quotient_is_zero = IsZeroGadget::construct(cb, sum::expr("ient_abs_word.x().cells)); - let divisor_is_zero = IsZeroGadget::construct(cb, sum::expr(&divisor_abs_word.x().cells)); - let remainder_is_zero = - IsZeroGadget::construct(cb, sum::expr(&remainder_abs_word.x().cells)); + let quotient_abs = AbsWordGadget::construct(cb); + let divisor_abs = AbsWordGadget::construct(cb); + let remainder_abs = AbsWordGadget::construct(cb); + let dividend_abs = AbsWordGadget::construct(cb); + let quotient_is_zero = IsZeroWordGadget::construct(cb, quotient_abs.x()); + let divisor_is_zero = IsZeroWordGadget::construct(cb, divisor_abs.x()); + let remainder_is_zero = IsZeroWordGadget::construct(cb, remainder_abs.x()); - cb.stack_pop(dividend_abs_word.x().expr()); - cb.stack_pop(divisor_abs_word.x().expr()); - cb.stack_push(select::expr( + cb.stack_pop(dividend_abs.x().to_word()); + cb.stack_pop(divisor_abs.x().to_word()); + cb.stack_push(Word::select( is_sdiv, - quotient_abs_word.x().expr() * (1.expr() - divisor_is_zero.expr()), - remainder_abs_word.x().expr() * (1.expr() - divisor_is_zero.expr()), + quotient_abs + .x() + .to_word() + .mul_selector(1.expr() - divisor_is_zero.expr()), + remainder_abs + .x() + .to_word() + .mul_selector(1.expr() - divisor_is_zero.expr()), )); // Constrain `|quotient| * |divisor| + |remainder| = |dividend|`. let mul_add_words = MulAddWordsGadget::construct( cb, [ - quotient_abs_word.x_abs(), - divisor_abs_word.x_abs(), - remainder_abs_word.x_abs(), - dividend_abs_word.x_abs(), + quotient_abs.x_abs(), + divisor_abs.x_abs(), + remainder_abs.x_abs(), + dividend_abs.x_abs(), ], ); cb.add_constraint("overflow == 0", mul_add_words.overflow()); - let remainder_abs_lt_divisor_abs = - LtWordGadget::construct(cb, remainder_abs_word.x_abs(), divisor_abs_word.x_abs()); + let remainder_abs_lt_divisor_abs = LtWordGadget::construct( + cb, + &remainder_abs.x_abs().to_word(), + &divisor_abs.x_abs().to_word(), + ); cb.add_constraint( "abs(remainder) < abs(divisor) when divisor != 0", (1.expr() - remainder_abs_lt_divisor_abs.expr()) * (1.expr() - divisor_is_zero.expr()), @@ -85,7 +98,7 @@ impl ExecutionGadget for SignedDivModGadget { * (1.expr() - remainder_is_zero.expr()), |cb| cb.add_constraint( "sign(dividend) == sign(remainder) when quotient, divisor and remainder are all non-zero", - dividend_abs_word.is_neg().expr() - remainder_abs_word.is_neg().expr(), + dividend_abs.is_neg().expr() - remainder_abs.is_neg().expr(), ) ); @@ -96,7 +109,7 @@ impl ExecutionGadget for SignedDivModGadget { // `sign(dividend) == sign(divisor) ^ sign(quotient)` cannot be applied // for this case. let dividend_is_signed_overflow = - LtGadget::construct(cb, 127.expr(), dividend_abs_word.x_abs().cells[31].expr()); + LtGadget::construct(cb, 127.expr(), dividend_abs.x_abs().limbs[31].expr()); // Constrain sign(dividend) == sign(divisor) ^ sign(quotient) when both // quotient and divisor are non-zero and dividend is not signed overflow. @@ -107,11 +120,9 @@ impl ExecutionGadget for SignedDivModGadget { |cb| { cb.add_constraint( "sign(dividend) == sign(divisor) ^ sign(quotient)", - quotient_abs_word.is_neg().expr() + divisor_abs_word.is_neg().expr() - - dividend_abs_word.is_neg().expr() - - 2.expr() - * quotient_abs_word.is_neg().expr() - * divisor_abs_word.is_neg().expr(), + quotient_abs.is_neg().expr() + divisor_abs.is_neg().expr() + - dividend_abs.is_neg().expr() + - 2.expr() * quotient_abs.is_neg().expr() * divisor_abs.is_neg().expr(), ) }, ); @@ -127,10 +138,10 @@ impl ExecutionGadget for SignedDivModGadget { Self { same_context, - quotient_abs_word, - divisor_abs_word, - remainder_abs_word, - dividend_abs_word, + quotient_abs, + divisor_abs, + remainder_abs, + dividend_abs, mul_add_words, remainder_abs_lt_divisor_abs, dividend_is_signed_overflow, @@ -185,13 +196,13 @@ impl ExecutionGadget for SignedDivModGadget { let divisor_abs = get_abs(divisor); let remainder_abs = get_abs(remainder); let dividend_abs = get_abs(dividend); - self.quotient_abs_word + self.quotient_abs .assign(region, offset, quotient, quotient_abs)?; - self.divisor_abs_word + self.divisor_abs .assign(region, offset, divisor, divisor_abs)?; - self.remainder_abs_word + self.remainder_abs .assign(region, offset, remainder, remainder_abs)?; - self.dividend_abs_word + self.dividend_abs .assign(region, offset, dividend, dividend_abs)?; self.mul_add_words.assign( region, @@ -206,15 +217,12 @@ impl ExecutionGadget for SignedDivModGadget { 127.into(), u64::from(dividend_abs.to_le_bytes()[31]).into(), )?; - let quotient_sum = (0..32).fold(0, |acc, idx| acc + quotient.byte(idx) as u64); - let divisor_sum = (0..32).fold(0, |acc, idx| acc + divisor.byte(idx) as u64); - let remainder_sum = (0..32).fold(0, |acc, idx| acc + remainder.byte(idx) as u64); self.quotient_is_zero - .assign(region, offset, F::from(quotient_sum))?; + .assign(region, offset, Word::from(quotient))?; self.divisor_is_zero - .assign(region, offset, F::from(divisor_sum))?; + .assign(region, offset, Word::from(divisor))?; self.remainder_is_zero - .assign(region, offset, F::from(remainder_sum))?; + .assign(region, offset, Word::from(remainder))?; Ok(()) } } diff --git a/zkevm-circuits/src/evm_circuit/execution/selfbalance.rs b/zkevm-circuits/src/evm_circuit/execution/selfbalance.rs index b170e88360..a222299ca0 100644 --- a/zkevm-circuits/src/evm_circuit/execution/selfbalance.rs +++ b/zkevm-circuits/src/evm_circuit/execution/selfbalance.rs @@ -5,22 +5,25 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToScalar}; -use halo2_proofs::{circuit::Value, plonk::Error}; +use eth_types::Field; +use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct SelfbalanceGadget { same_context: SameContextGadget, - callee_address: Cell, - phase2_self_balance: Cell, + callee_address: WordCell, + self_balance: WordCell, } impl ExecutionGadget for SelfbalanceGadget { @@ -29,16 +32,16 @@ impl ExecutionGadget for SelfbalanceGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::SELFBALANCE; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let callee_address = cb.call_context(None, CallContextFieldTag::CalleeAddress); + let callee_address = cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); - let phase2_self_balance = cb.query_cell_phase2(); + let self_balance = cb.query_word_unchecked(); cb.account_read( - callee_address.expr(), + callee_address.to_word(), AccountFieldTag::Balance, - phase2_self_balance.expr(), + self_balance.to_word(), ); - cb.stack_push(phase2_self_balance.expr()); + cb.stack_push(self_balance.to_word()); let opcode = cb.query_cell(); let step_state_transition = StepStateTransition { @@ -52,8 +55,8 @@ impl ExecutionGadget for SelfbalanceGadget { Self { same_context, - phase2_self_balance, callee_address, + self_balance, } } @@ -68,19 +71,12 @@ impl ExecutionGadget for SelfbalanceGadget { ) -> Result<(), Error> { self.same_context.assign_exec_step(region, offset, step)?; - self.callee_address.assign( - region, - offset, - Value::known( - call.address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.callee_address + .assign_h160(region, offset, call.address)?; let self_balance = block.get_rws(step, 2).stack_value(); - self.phase2_self_balance - .assign(region, offset, region.word_rlc(self_balance))?; + self.self_balance + .assign_u256(region, offset, self_balance)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/sha3.rs b/zkevm-circuits/src/evm_circuit/execution/sha3.rs index 736b961dfa..cdb885e9cf 100644 --- a/zkevm-circuits/src/evm_circuit/execution/sha3.rs +++ b/zkevm-circuits/src/evm_circuit/execution/sha3.rs @@ -1,20 +1,23 @@ use bus_mapping::{circuit_input_builder::CopyDataType, evm::OpcodeId}; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar}; +use eth_types::{evm_types::GasCost, Field, ToScalar}; use gadgets::util::{not, Expr}; use halo2_proofs::{circuit::Value, plonk::Error}; -use crate::evm_circuit::{ - param::N_BYTES_MEMORY_WORD_SIZE, - step::ExecutionState, - util::{ - common_gadget::SameContextGadget, - constraint_builder::{ - ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition, +use crate::{ + evm_circuit::{ + param::N_BYTES_MEMORY_WORD_SIZE, + step::ExecutionState, + util::{ + common_gadget::SameContextGadget, + constraint_builder::{ + ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition, + }, + memory_gadget::{MemoryAddressGadget, MemoryCopierGasGadget, MemoryExpansionGadget}, + rlc, CachedRegion, Cell, }, - memory_gadget::{MemoryAddressGadget, MemoryCopierGasGadget, MemoryExpansionGadget}, - rlc, CachedRegion, Cell, Word, + witness::{Block, Call, ExecStep, Transaction}, }, - witness::{Block, Call, ExecStep, Transaction}, + util::word::{Word, WordCell, WordExpr}, }; use super::ExecutionGadget; @@ -23,7 +26,7 @@ use super::ExecutionGadget; pub(crate) struct Sha3Gadget { same_context: SameContextGadget, memory_address: MemoryAddressGadget, - sha3_rlc: Word, + sha3_digest: WordCell, copy_rwc_inc: Cell, rlc_acc: Cell, memory_expansion: MemoryExpansionGadget, @@ -38,13 +41,13 @@ impl ExecutionGadget for Sha3Gadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let offset = cb.query_cell_phase2(); - let size = cb.query_word_rlc(); - let sha3_rlc = cb.query_word_rlc(); + let offset = cb.query_word_unchecked(); + let size = cb.query_memory_address(); + let sha3_digest = cb.query_word_unchecked(); - cb.stack_pop(offset.expr()); - cb.stack_pop(size.expr()); - cb.stack_push(sha3_rlc.expr()); + cb.stack_pop(offset.to_word()); + cb.stack_pop(size.to_word()); + cb.stack_push(sha3_digest.to_word()); let memory_address = MemoryAddressGadget::construct(cb, offset, size); @@ -53,9 +56,9 @@ impl ExecutionGadget for Sha3Gadget { cb.condition(memory_address.has_length(), |cb| { cb.copy_table_lookup( - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::Memory.expr(), - cb.curr.state.call_id.expr(), + Word::from_lo_unchecked(cb.curr.state.call_id.expr()), CopyDataType::RlcAcc.expr(), memory_address.offset(), memory_address.address(), @@ -70,7 +73,11 @@ impl ExecutionGadget for Sha3Gadget { cb.require_zero("copy_rwc_inc == 0 for size = 0", copy_rwc_inc.expr()); cb.require_zero("rlc_acc == 0 for size = 0", rlc_acc.expr()); }); - cb.keccak_table_lookup(rlc_acc.expr(), memory_address.length(), sha3_rlc.expr()); + cb.keccak_table_lookup( + rlc_acc.expr(), + memory_address.length(), + sha3_digest.to_word(), + ); let memory_expansion = MemoryExpansionGadget::construct(cb, [memory_address.address()]); let memory_copier_gas = MemoryCopierGasGadget::construct( @@ -94,7 +101,7 @@ impl ExecutionGadget for Sha3Gadget { Self { same_context, memory_address, - sha3_rlc, + sha3_digest, copy_rwc_inc, rlc_acc, memory_expansion, @@ -118,8 +125,7 @@ impl ExecutionGadget for Sha3Gadget { let memory_address = self .memory_address .assign(region, offset, memory_offset, size)?; - self.sha3_rlc - .assign(region, offset, Some(sha3_output.to_le_bytes()))?; + self.sha3_digest.assign_u256(region, offset, sha3_output)?; self.copy_rwc_inc.assign( region, @@ -157,16 +163,16 @@ impl ExecutionGadget for Sha3Gadget { #[cfg(test)] mod tests { use crate::test_util::CircuitTestBuilder; - use bus_mapping::{circuit_input_builder::CircuitsParams, evm::Sha3CodeGen}; + use bus_mapping::circuit_input_builder::FixedCParams; use eth_types::{bytecode, U256}; - use mock::TestContext; + use mock::{Sha3CodeGen, TestContext}; fn test_ok(mut gen: Sha3CodeGen) { let (code, _) = gen.gen_sha3_code(); CircuitTestBuilder::new_from_test_ctx( TestContext::<2, 1>::simple_ctx_with_bytecode(code).unwrap(), ) - .params(CircuitsParams { + .params(FixedCParams { max_rws: 5500, ..Default::default() }) diff --git a/zkevm-circuits/src/evm_circuit/execution/shl_shr.rs b/zkevm-circuits/src/evm_circuit/execution/shl_shr.rs index 798a1101fe..a95a633101 100644 --- a/zkevm-circuits/src/evm_circuit/execution/shl_shr.rs +++ b/zkevm-circuits/src/evm_circuit/execution/shl_shr.rs @@ -4,19 +4,20 @@ use crate::{ step::ExecutionState, table::{FixedTableTag, Lookup}, util::{ - self, common_gadget::SameContextGadget, constraint_builder::{ ConstrainBuilderCommon, EVMConstraintBuilder, StepStateTransition, Transition::Delta, }, - from_bytes, - math_gadget::{IsZeroGadget, LtWordGadget, MulAddWordsGadget}, + math_gadget::{IsZeroGadget, IsZeroWordGadget, LtWordGadget, MulAddWordsGadget}, sum, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::{Field, ToLittleEndian, U256}; @@ -29,12 +30,12 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct ShlShrGadget { same_context: SameContextGadget, - quotient: util::Word, - divisor: util::Word, - remainder: util::Word, - dividend: util::Word, + quotient: Word32Cell, + divisor: Word32Cell, + remainder: Word32Cell, + dividend: Word32Cell, /// Shift word - shift: util::Word, + shift: Word32Cell, /// First byte of shift word shf0: Cell, /// Gadget that verifies quotient * divisor + remainder = dividend @@ -42,9 +43,9 @@ pub(crate) struct ShlShrGadget { /// Identify if `shift` is less than 256 or not shf_lt256: IsZeroGadget, /// Check if divisor is zero - divisor_is_zero: IsZeroGadget, + divisor_is_zero: IsZeroWordGadget>, /// Check if remainder is zero - remainder_is_zero: IsZeroGadget, + remainder_is_zero: IsZeroWordGadget>, /// Check if remainder < divisor when divisor != 0 remainder_lt_divisor: LtWordGadget, } @@ -59,38 +60,50 @@ impl ExecutionGadget for ShlShrGadget { let is_shl = OpcodeId::SHR.expr() - opcode.expr(); let is_shr = 1.expr() - is_shl.expr(); - let quotient = cb.query_word_rlc(); - let divisor = cb.query_word_rlc(); - let remainder = cb.query_word_rlc(); - let dividend = cb.query_word_rlc(); - let shift = cb.query_word_rlc(); + let quotient = cb.query_word32(); + let divisor = cb.query_word32(); + let remainder = cb.query_word32(); + let dividend = cb.query_word32(); + let shift = cb.query_word32(); let shf0 = cb.query_cell(); let mul_add_words = MulAddWordsGadget::construct(cb, ["ient, &divisor, &remainder, ÷nd]); - let shf_lt256 = IsZeroGadget::construct(cb, sum::expr(&shift.cells[1..32])); - let divisor_is_zero = IsZeroGadget::construct(cb, sum::expr(&divisor.cells)); - let remainder_is_zero = IsZeroGadget::construct(cb, sum::expr(&remainder.cells)); - let remainder_lt_divisor = LtWordGadget::construct(cb, &remainder, &divisor); + let shf_lt256 = IsZeroGadget::construct(cb, sum::expr(&shift.limbs[1..32])); + let divisor_is_zero = IsZeroWordGadget::construct(cb, &divisor); + let remainder_is_zero = IsZeroWordGadget::construct(cb, &remainder); + let remainder_lt_divisor = + LtWordGadget::construct(cb, &remainder.to_word(), &divisor.to_word()); // Constrain stack pops and pushes as: // - for SHL, two pops are shift and quotient, and push is dividend. // - for SHR, two pops are shift and dividend, and push is quotient. - cb.stack_pop(shift.expr()); - cb.stack_pop(is_shl.expr() * quotient.expr() + is_shr.expr() * dividend.expr()); + cb.stack_pop(shift.to_word()); + cb.stack_pop( + quotient + .to_word() + .mul_selector(is_shl.expr()) + .add_unchecked(dividend.to_word().mul_selector(is_shr.expr())), + ); cb.stack_push( - (is_shl.expr() * dividend.expr() + is_shr.expr() * quotient.expr()) - * (1.expr() - divisor_is_zero.expr()), + (dividend + .to_word() + .mul_selector(is_shl.expr()) + .add_unchecked(quotient.to_word().mul_selector(is_shr.expr()))) + .mul_selector(1.expr() - divisor_is_zero.expr()), ); cb.require_zero( "shf0 == shift.cells[0]", - shf0.expr() - shift.cells[0].expr(), + shf0.expr() - shift.limbs[0].expr(), ); - cb.require_zero( + cb.require_zero_word( "shift == shift.cells[0] when divisor != 0", - (1.expr() - divisor_is_zero.expr()) * (shift.expr() - shift.cells[0].expr()), + shift + .to_word() + .sub_unchecked(Word::from_lo_unchecked(shift.limbs[0].expr())) + .mul_selector(1.expr() - divisor_is_zero.expr()), ); cb.require_zero( @@ -115,8 +128,7 @@ impl ExecutionGadget for ShlShrGadget { // Constrain divisor_lo == 2^shf0 when shf0 < 128, and // divisor_hi == 2^(128 - shf0) otherwise. - let divisor_lo = from_bytes::expr(&divisor.cells[..16]); - let divisor_hi = from_bytes::expr(&divisor.cells[16..]); + let (divisor_lo, divisor_hi) = divisor.to_word().to_lo_hi(); cb.condition(1.expr() - divisor_is_zero.expr(), |cb| { cb.add_lookup( "Pow2 lookup of shf0, divisor_lo and divisor_hi", @@ -184,27 +196,20 @@ impl ExecutionGadget for ShlShrGadget { OpcodeId::SHR => (push, pop2 - push * divisor, pop2), _ => unreachable!(), }; - self.quotient - .assign(region, offset, Some(quotient.to_le_bytes()))?; - self.divisor - .assign(region, offset, Some(divisor.to_le_bytes()))?; - self.remainder - .assign(region, offset, Some(remainder.to_le_bytes()))?; - self.dividend - .assign(region, offset, Some(dividend.to_le_bytes()))?; - self.shift - .assign(region, offset, Some(pop1.to_le_bytes()))?; + self.quotient.assign_u256(region, offset, quotient)?; + self.divisor.assign_u256(region, offset, divisor)?; + self.remainder.assign_u256(region, offset, remainder)?; + self.dividend.assign_u256(region, offset, dividend)?; + self.shift.assign_u256(region, offset, pop1)?; self.shf0 .assign(region, offset, Value::known(F::from(shf0)))?; self.mul_add_words .assign(region, offset, [quotient, divisor, remainder, dividend])?; self.shf_lt256.assign(region, offset, F::from(shf_lt256))?; - let divisor_sum = (0..32).fold(0, |acc, idx| acc + divisor.byte(idx) as u64); self.divisor_is_zero - .assign(region, offset, F::from(divisor_sum))?; - let remainder_sum = (0..32).fold(0, |acc, idx| acc + remainder.byte(idx) as u64); + .assign(region, offset, Word::from(divisor))?; self.remainder_is_zero - .assign(region, offset, F::from(remainder_sum))?; + .assign(region, offset, Word::from(remainder))?; self.remainder_lt_divisor .assign(region, offset, remainder, divisor) } diff --git a/zkevm-circuits/src/evm_circuit/execution/signed_comparator.rs b/zkevm-circuits/src/evm_circuit/execution/signed_comparator.rs index 8ee8357385..3f910d10fa 100644 --- a/zkevm-circuits/src/evm_circuit/execution/signed_comparator.rs +++ b/zkevm-circuits/src/evm_circuit/execution/signed_comparator.rs @@ -7,11 +7,14 @@ use crate::{ constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, from_bytes, math_gadget::{ComparisonGadget, IsEqualGadget, LtGadget}, - select, CachedRegion, Cell, Word, + select, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word, Word32Cell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field, ToLittleEndian}; use halo2_proofs::{circuit::Value, plonk::Error}; @@ -22,8 +25,8 @@ use halo2_proofs::{circuit::Value, plonk::Error}; pub(crate) struct SignedComparatorGadget { same_context: SameContextGadget, - a: Word, - b: Word, + a: Word32Cell, + b: Word32Cell, sign_check_a: LtGadget, sign_check_b: LtGadget, @@ -42,8 +45,8 @@ impl ExecutionGadget for SignedComparatorGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); // The Signed Comparator gadget is used for both opcodes SLT and SGT. // Depending on whether the opcode is SLT or SGT, we @@ -56,8 +59,8 @@ impl ExecutionGadget for SignedComparatorGadget { // number is negative if the most significant cell >= 128 // (0b10000000). a and b being in the little-endian notation, the // most-significant byte is the last byte. - let sign_check_a = LtGadget::construct(cb, a.cells[31].expr(), 128.expr()); - let sign_check_b = LtGadget::construct(cb, b.cells[31].expr(), 128.expr()); + let sign_check_a = LtGadget::construct(cb, a.limbs[31].expr(), 128.expr()); + let sign_check_b = LtGadget::construct(cb, b.limbs[31].expr(), 128.expr()); // sign_check_a_lt expression implies a is positive since its MSB < 2**7 // sign_check_b_lt expression implies b is positive since its MSB < 2**7 @@ -72,16 +75,10 @@ impl ExecutionGadget for SignedComparatorGadget { // significant bytes. While only considering the absolute // values, we have: a < b == 1 iff ((a_hi < b_hi) || ((a_hi == // b_hi) && (a_lo < b_lo))) - let lt_lo = LtGadget::construct( - cb, - from_bytes::expr(&a.cells[0..16]), - from_bytes::expr(&b.cells[0..16]), - ); - let comparison_hi = ComparisonGadget::construct( - cb, - from_bytes::expr(&a.cells[16..32]), - from_bytes::expr(&b.cells[16..32]), - ); + let (a_lo, a_hi) = a.to_word().to_lo_hi(); + let (b_lo, b_hi) = b.to_word().to_lo_hi(); + let lt_lo = LtGadget::construct(cb, a_lo, b_lo); + let comparison_hi = ComparisonGadget::construct(cb, a_hi, b_hi); let a_lt_b_lo = lt_lo.expr(); let (a_lt_b_hi, a_eq_b_hi) = comparison_hi.expr(); @@ -112,9 +109,9 @@ impl ExecutionGadget for SignedComparatorGadget { let result = a_neg_b_pos.clone() + (1.expr() - a_neg_b_pos - b_neg_a_pos) * a_lt_b.expr(); // Pop a and b from the stack, push the result on the stack. - cb.stack_pop(select::expr(is_sgt.expr(), b.expr(), a.expr())); - cb.stack_pop(select::expr(is_sgt.expr(), a.expr(), b.expr())); - cb.stack_push(result); + cb.stack_pop(Word::select(is_sgt.expr(), b.to_word(), a.to_word())); + cb.stack_pop(Word::select(is_sgt.expr(), a.to_word(), b.to_word())); + cb.stack_push(Word::from_lo_unchecked(result)); // The read-write counter changes by three since we're reading two words // from stack and writing one. The program counter shifts only by one @@ -209,8 +206,8 @@ impl ExecutionGadget for SignedComparatorGadget { Value::known(if a < b { F::ONE } else { F::ZERO }), )?; - self.a.assign(region, offset, Some(a_le_bytes))?; - self.b.assign(region, offset, Some(b_le_bytes))?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/execution/signextend.rs b/zkevm-circuits/src/evm_circuit/execution/signextend.rs index ba16143688..fbf48b3d2c 100644 --- a/zkevm-circuits/src/evm_circuit/execution/signextend.rs +++ b/zkevm-circuits/src/evm_circuit/execution/signextend.rs @@ -11,11 +11,14 @@ use crate::{ Transition::Delta, }, math_gadget::{IsEqualGadget, IsZeroGadget}, - rlc, select, sum, CachedRegion, Cell, Word, + select, sum, CachedRegion, Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{Word32, Word32Cell, WordExpr}, + Expr, + }, }; use array_init::array_init; use bus_mapping::evm::OpcodeId; @@ -25,8 +28,8 @@ use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] pub(crate) struct SignextendGadget { same_context: SameContextGadget, - index: Word, - value: Word, + index: Word32Cell, + value: Word32Cell, sign_byte: Cell, is_msb_sum_zero: IsZeroGadget, is_byte_selected: [IsEqualGadget; 31], @@ -39,8 +42,8 @@ impl ExecutionGadget for SignextendGadget { const EXECUTION_STATE: ExecutionState = ExecutionState::SIGNEXTEND; fn configure(cb: &mut EVMConstraintBuilder) -> Self { - let index = cb.query_word_rlc(); - let value = cb.query_word_rlc(); + let index = cb.query_word32(); + let value = cb.query_word32(); let sign_byte = cb.query_cell(); let selectors = array_init(|_| cb.query_bool()); @@ -49,12 +52,12 @@ impl ExecutionGadget for SignextendGadget { // need to do any changes. So just sum all the non-LSB byte // values here and then check if it's non-zero so we can use // that as an additional condition to enable the selector. - let is_msb_sum_zero = IsZeroGadget::construct(cb, sum::expr(&index.cells[1..32])); + let is_msb_sum_zero = IsZeroGadget::construct(cb, sum::expr(&index.limbs[1..32])); // Check if this byte is selected looking only at the LSB of the index // word let is_byte_selected = - array_init(|idx| IsEqualGadget::construct(cb, index.cells[0].expr(), idx.expr())); + array_init(|idx| IsEqualGadget::construct(cb, index.limbs[0].expr(), idx.expr())); // We need to find the byte we have to get the sign from so we can // extend correctly. We go byte by byte and check if `idx == @@ -72,7 +75,7 @@ impl ExecutionGadget for SignextendGadget { let is_selected = and::expr(&[is_byte_selected[idx].expr(), is_msb_sum_zero.expr()]); // Add the byte to the sum when this byte is selected - selected_byte = selected_byte + (is_selected.clone() * value.cells[idx].expr()); + selected_byte = selected_byte + (is_selected.clone() * value.limbs[idx].expr()); // Verify the selector. // Cells are used here to store intermediate results, otherwise @@ -111,26 +114,23 @@ impl ExecutionGadget for SignextendGadget { // enabled need to be changed to the sign byte. // When a byte was selected all the **following** bytes need to be // replaced (hence the `selectors[idx - 1]`). - let result = rlc::expr( - &array_init::<_, _, 32>(|idx| { - if idx == 0 { - value.cells[idx].expr() - } else { - select::expr( - selectors[idx - 1].expr(), - sign_byte.expr(), - value.cells[idx].expr(), - ) - } - }), - cb.challenges().evm_word(), - ); + let result = Word32::new(array_init::<_, _, 32>(|idx| { + if idx == 0 { + value.limbs[idx].expr() + } else { + select::expr( + selectors[idx - 1].expr(), + sign_byte.expr(), + value.limbs[idx].expr(), + ) + } + })); // Pop the byte index and the value from the stack, push the result on // the stack - cb.stack_pop(index.expr()); - cb.stack_pop(value.expr()); - cb.stack_push(result); + cb.stack_pop(index.to_word()); + cb.stack_pop(value.to_word()); + cb.stack_push(result.to_word()); // State transition let step_state_transition = StepStateTransition { @@ -166,22 +166,24 @@ impl ExecutionGadget for SignextendGadget { self.same_context.assign_exec_step(region, offset, step)?; // Inputs/Outputs - let index = block.get_rws(step, 0).stack_value().to_le_bytes(); - let value = block.get_rws(step, 1).stack_value().to_le_bytes(); - self.index.assign(region, offset, Some(index))?; - self.value.assign(region, offset, Some(value))?; + let index = block.get_rws(step, 0).stack_value(); + let index_bytes = index.to_le_bytes(); + let value = block.get_rws(step, 1).stack_value(); + let value_bytes = value.to_le_bytes(); + self.index.assign_u256(region, offset, index)?; + self.value.assign_u256(region, offset, value)?; // Generate the selectors let msb_sum_zero = self.is_msb_sum_zero - .assign(region, offset, sum::value(&index[1..32]))?; + .assign(region, offset, sum::value(&index_bytes[1..32]))?; let mut previous_selector_value: F = 0.into(); for i in 0..31 { let selected = and::value(vec![ self.is_byte_selected[i].assign( region, offset, - F::from(index[0] as u64), + F::from(index_bytes[0] as u64), F::from(i as u64), )?, msb_sum_zero, @@ -195,8 +197,8 @@ impl ExecutionGadget for SignextendGadget { // Set the sign byte let mut sign = 0u64; - if index[0] < 31 && msb_sum_zero == F::ONE { - sign = (value[index[0] as usize] >> 7) as u64; + if index_bytes[0] < 31 && msb_sum_zero == F::ONE { + sign = (value_bytes[index_bytes[0] as usize] >> 7) as u64; } self.sign_byte .assign(region, offset, Value::known(F::from(sign * 0xFF))) diff --git a/zkevm-circuits/src/evm_circuit/execution/sload.rs b/zkevm-circuits/src/evm_circuit/execution/sload.rs index 32759f9aa1..3bee3fa2c9 100644 --- a/zkevm-circuits/src/evm_circuit/execution/sload.rs +++ b/zkevm-circuits/src/evm_circuit/execution/sload.rs @@ -12,9 +12,12 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{Field, ToScalar}; +use eth_types::Field; use halo2_proofs::{circuit::Value, plonk::Error}; #[derive(Clone, Debug)] @@ -22,10 +25,10 @@ pub(crate) struct SloadGadget { same_context: SameContextGadget, tx_id: Cell, reversion_info: ReversionInfo, - callee_address: Cell, - phase2_key: Cell, - phase2_value: Cell, - phase2_committed_value: Cell, + callee_address: WordCell, + key: WordCell, + value: WordCell, + committed_value: WordCell, is_warm: Cell, } @@ -39,31 +42,31 @@ impl ExecutionGadget for SloadGadget { let tx_id = cb.call_context(None, CallContextFieldTag::TxId); let mut reversion_info = cb.reversion_info_read(None); - let callee_address = cb.call_context(None, CallContextFieldTag::CalleeAddress); + let callee_address = cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); - let phase2_key = cb.query_cell_phase2(); + let key = cb.query_word_unchecked(); // Pop the key from the stack - cb.stack_pop(phase2_key.expr()); + cb.stack_pop(key.to_word()); - let phase2_value = cb.query_cell_phase2(); - let phase2_committed_value = cb.query_cell_phase2(); + let value = cb.query_word_unchecked(); + let committed_value = cb.query_word_unchecked(); cb.account_storage_read( - callee_address.expr(), - phase2_key.expr(), - phase2_value.expr(), + callee_address.to_word(), + key.to_word(), + value.to_word(), tx_id.expr(), - phase2_committed_value.expr(), + committed_value.to_word(), ); - cb.stack_push(phase2_value.expr()); + cb.stack_push(value.to_word()); let is_warm = cb.query_bool(); cb.account_storage_access_list_write( tx_id.expr(), - callee_address.expr(), - phase2_key.expr(), - true.expr(), - is_warm.expr(), + callee_address.to_word(), + key.to_word(), + Word::from_lo_unchecked(true.expr()), + Word::from_lo_unchecked(is_warm.expr()), Some(&mut reversion_info), ); @@ -82,9 +85,9 @@ impl ExecutionGadget for SloadGadget { tx_id, reversion_info, callee_address, - phase2_key, - phase2_value, - phase2_committed_value, + key, + value, + committed_value, is_warm, } } @@ -101,32 +104,24 @@ impl ExecutionGadget for SloadGadget { self.same_context.assign_exec_step(region, offset, step)?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.reversion_info.assign( region, offset, call.rw_counter_end_of_reversion, call.is_persistent, )?; - self.callee_address.assign( - region, - offset, - Value::known( - call.address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.callee_address + .assign_h160(region, offset, call.address)?; + let key = block.get_rws(step, 4).stack_value(); let value = block.get_rws(step, 6).stack_value(); - self.phase2_key - .assign(region, offset, region.word_rlc(key))?; - self.phase2_value - .assign(region, offset, region.word_rlc(value))?; + self.key.assign_u256(region, offset, key)?; + self.value.assign_u256(region, offset, value)?; let (_, committed_value) = block.get_rws(step, 5).aux_pair(); - self.phase2_committed_value - .assign(region, offset, region.word_rlc(committed_value))?; + self.committed_value + .assign_u256(region, offset, committed_value)?; let (_, is_warm) = block.get_rws(step, 7).tx_access_list_value_pair(); self.is_warm diff --git a/zkevm-circuits/src/evm_circuit/execution/sstore.rs b/zkevm-circuits/src/evm_circuit/execution/sstore.rs index fd0a90b558..46f030b0a3 100644 --- a/zkevm-circuits/src/evm_circuit/execution/sstore.rs +++ b/zkevm-circuits/src/evm_circuit/execution/sstore.rs @@ -9,16 +9,19 @@ use crate::{ ConstrainBuilderCommon, EVMConstraintBuilder, ReversionInfo, StepStateTransition, Transition::Delta, }, - math_gadget::{IsEqualGadget, IsZeroGadget, LtGadget}, - not, CachedRegion, Cell, + math_gadget::{IsEqualWordGadget, IsZeroWordGadget, LtGadget}, + not, CachedRegion, Cell, U64Cell, }, witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, Word32Cell, WordCell, WordExpr}, + Expr, + }, }; -use eth_types::{evm_types::GasCost, Field, ToScalar}; +use eth_types::{evm_types::GasCost, Field}; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression}, @@ -30,16 +33,16 @@ pub(crate) struct SstoreGadget { tx_id: Cell, is_static: Cell, reversion_info: ReversionInfo, - callee_address: Cell, - phase2_key: Cell, - phase2_value: Cell, - phase2_value_prev: Cell, - phase2_original_value: Cell, + callee_address: WordCell, + key: Word32Cell, + value: Word32Cell, + value_prev: Word32Cell, + original_value: Word32Cell, is_warm: Cell, - tx_refund_prev: Cell, + tx_refund_prev: U64Cell, // Constrain for SSTORE reentrancy sentry. sufficient_gas_sentry: LtGadget, - gas_cost: SstoreGasGadget, + gas_cost: SstoreGasGadget>, tx_refund: SstoreTxRefundGadget, } @@ -58,35 +61,35 @@ impl ExecutionGadget for SstoreGadget { cb.require_zero("is_static is false", is_static.expr()); let mut reversion_info = cb.reversion_info_read(None); - let callee_address = cb.call_context(None, CallContextFieldTag::CalleeAddress); + let callee_address = cb.call_context_read_as_word(None, CallContextFieldTag::CalleeAddress); - let phase2_key = cb.query_cell_phase2(); + let key = cb.query_word32(); // Pop the key from the stack - cb.stack_pop(phase2_key.expr()); + cb.stack_pop(key.to_word()); - let phase2_value = cb.query_cell_phase2(); + let value = cb.query_word32(); // Pop the value from the stack - cb.stack_pop(phase2_value.expr()); + cb.stack_pop(value.to_word()); - let phase2_value_prev = cb.query_cell_phase2(); - let phase2_original_value = cb.query_cell_phase2(); + let value_prev = cb.query_word32(); + let original_value = cb.query_word32(); cb.account_storage_write( - callee_address.expr(), - phase2_key.expr(), - phase2_value.expr(), - phase2_value_prev.expr(), + callee_address.to_word(), + key.to_word(), + value.to_word(), + value_prev.to_word(), tx_id.expr(), - phase2_original_value.expr(), + original_value.to_word(), Some(&mut reversion_info), ); let is_warm = cb.query_bool(); cb.account_storage_access_list_write( tx_id.expr(), - callee_address.expr(), - phase2_key.expr(), - true.expr(), - is_warm.expr(), + callee_address.to_word(), + key.to_word(), + Word::from_lo_unchecked(true.expr()), + Word::from_lo_unchecked(is_warm.expr()), Some(&mut reversion_info), ); @@ -104,24 +107,24 @@ impl ExecutionGadget for SstoreGadget { let gas_cost = SstoreGasGadget::construct( cb, - phase2_value.clone(), - phase2_value_prev.clone(), - phase2_original_value.clone(), is_warm.clone(), + value.clone(), + value_prev.clone(), + original_value.clone(), ); - let tx_refund_prev = cb.query_cell(); + let tx_refund_prev = cb.query_u64(); let tx_refund = SstoreTxRefundGadget::construct( cb, tx_refund_prev.clone(), - phase2_value.clone(), - phase2_value_prev.clone(), - phase2_original_value.clone(), + value.clone(), + value_prev.clone(), + original_value.clone(), ); cb.tx_refund_write( tx_id.expr(), - tx_refund.expr(), - tx_refund_prev.expr(), + Word::from_lo_unchecked(tx_refund.expr()), + tx_refund_prev.to_word(), Some(&mut reversion_info), ); @@ -141,10 +144,10 @@ impl ExecutionGadget for SstoreGadget { is_static, reversion_info, callee_address, - phase2_key, - phase2_value, - phase2_value_prev, - phase2_original_value, + key, + value, + value_prev, + original_value, is_warm, tx_refund_prev, sufficient_gas_sentry, @@ -165,7 +168,7 @@ impl ExecutionGadget for SstoreGadget { self.same_context.assign_exec_step(region, offset, step)?; self.tx_id - .assign(region, offset, Value::known(F::from(tx.id as u64)))?; + .assign(region, offset, Value::known(F::from(tx.id)))?; self.is_static .assign(region, offset, Value::known(F::from(call.is_static as u64)))?; self.reversion_info.assign( @@ -174,28 +177,18 @@ impl ExecutionGadget for SstoreGadget { call.rw_counter_end_of_reversion, call.is_persistent, )?; - self.callee_address.assign( - region, - offset, - Value::known( - call.address - .to_scalar() - .expect("unexpected Address -> Scalar conversion failure"), - ), - )?; + self.callee_address + .assign_h160(region, offset, call.address)?; let key = block.get_rws(step, 5).stack_value(); let value = block.get_rws(step, 6).stack_value(); - self.phase2_key - .assign(region, offset, region.word_rlc(key))?; - self.phase2_value - .assign(region, offset, region.word_rlc(value))?; + self.key.assign_u256(region, offset, key)?; + self.value.assign_u256(region, offset, value)?; let (_, value_prev, _, original_value) = block.get_rws(step, 7).storage_value_aux(); - self.phase2_value_prev - .assign(region, offset, region.word_rlc(value_prev))?; - self.phase2_original_value - .assign(region, offset, region.word_rlc(original_value))?; + self.value_prev.assign_u256(region, offset, value_prev)?; + self.original_value + .assign_u256(region, offset, original_value)?; let (_, is_warm) = block.get_rws(step, 8).tx_access_list_value_pair(); self.is_warm @@ -203,7 +196,7 @@ impl ExecutionGadget for SstoreGadget { let (tx_refund, tx_refund_prev) = block.get_rws(step, 9).tx_refund_value_pair(); self.tx_refund_prev - .assign(region, offset, Value::known(F::from(tx_refund_prev)))?; + .assign(region, offset, Some(tx_refund_prev.to_le_bytes()))?; self.sufficient_gas_sentry.assign_value( region, @@ -230,36 +223,34 @@ impl ExecutionGadget for SstoreGadget { #[derive(Clone, Debug)] pub(crate) struct SstoreTxRefundGadget { - tx_refund_old: Cell, + tx_refund_old: U64Cell, tx_refund_new: Expression, - value: Cell, - value_prev: Cell, - original_value: Cell, - value_prev_is_zero_gadget: IsZeroGadget, - value_is_zero_gadget: IsZeroGadget, - original_is_zero_gadget: IsZeroGadget, - original_eq_value_gadget: IsEqualGadget, - prev_eq_value_gadget: IsEqualGadget, - original_eq_prev_gadget: IsEqualGadget, + value_prev_is_zero_gadget: IsZeroWordGadget>>, + value_is_zero_gadget: IsZeroWordGadget>>, + original_is_zero_gadget: IsZeroWordGadget>>, + original_eq_value_gadget: IsEqualWordGadget>, Word>>, + prev_eq_value_gadget: IsEqualWordGadget>, Word>>, + original_eq_prev_gadget: IsEqualWordGadget>, Word>>, } impl SstoreTxRefundGadget { - pub(crate) fn construct( + pub(crate) fn construct>( cb: &mut EVMConstraintBuilder, - tx_refund_old: Cell, - value: Cell, - value_prev: Cell, - original_value: Cell, + tx_refund_old: U64Cell, + value: T, + value_prev: T, + original_value: T, ) -> Self { - let value_prev_is_zero_gadget = IsZeroGadget::construct(cb, value_prev.expr()); - let value_is_zero_gadget = IsZeroGadget::construct(cb, value.expr()); - let original_is_zero_gadget = IsZeroGadget::construct(cb, original_value.expr()); + let value_prev_is_zero_gadget = IsZeroWordGadget::construct(cb, &value_prev.to_word()); + let value_is_zero_gadget = IsZeroWordGadget::construct(cb, &value.to_word()); + let original_is_zero_gadget = IsZeroWordGadget::construct(cb, &original_value.to_word()); let original_eq_value_gadget = - IsEqualGadget::construct(cb, original_value.expr(), value.expr()); - let prev_eq_value_gadget = IsEqualGadget::construct(cb, value_prev.expr(), value.expr()); + IsEqualWordGadget::construct(cb, &original_value.to_word(), &value.to_word()); + let prev_eq_value_gadget = + IsEqualWordGadget::construct(cb, &value_prev.to_word(), &value.to_word()); let original_eq_prev_gadget = - IsEqualGadget::construct(cb, original_value.expr(), value_prev.expr()); + IsEqualWordGadget::construct(cb, &original_value.to_word(), &value_prev.to_word()); let value_prev_is_zero = value_prev_is_zero_gadget.expr(); let value_is_zero = value_is_zero_gadget.expr(); @@ -294,9 +285,6 @@ impl SstoreTxRefundGadget { - recreate_slot * (GasCost::SSTORE_CLEARS_SCHEDULE.expr()); Self { - value, - value_prev, - original_value, tx_refund_old, tx_refund_new, value_prev_is_zero_gadget, @@ -325,38 +313,30 @@ impl SstoreTxRefundGadget { original_value: eth_types::Word, ) -> Result<(), Error> { self.tx_refund_old - .assign(region, offset, Value::known(F::from(tx_refund_old)))?; - self.value.assign(region, offset, region.word_rlc(value))?; - self.value_prev - .assign(region, offset, region.word_rlc(value_prev))?; - self.original_value - .assign(region, offset, region.word_rlc(original_value))?; + .assign(region, offset, Some(tx_refund_old.to_le_bytes()))?; self.value_prev_is_zero_gadget - .assign_value(region, offset, region.word_rlc(value_prev))?; + .assign(region, offset, Word::from(value_prev))?; self.value_is_zero_gadget - .assign_value(region, offset, region.word_rlc(value))?; - self.original_is_zero_gadget.assign_value( - region, - offset, - region.word_rlc(original_value), - )?; - self.original_eq_value_gadget.assign_value( + .assign(region, offset, Word::from(value))?; + self.original_is_zero_gadget + .assign(region, offset, Word::from(original_value))?; + self.original_eq_value_gadget.assign( region, offset, - region.word_rlc(original_value), - region.word_rlc(value), + Word::from(original_value), + Word::from(value), )?; - self.prev_eq_value_gadget.assign_value( + self.prev_eq_value_gadget.assign( region, offset, - region.word_rlc(value_prev), - region.word_rlc(value), + Word::from(value_prev), + Word::from(value), )?; - self.original_eq_prev_gadget.assign_value( + self.original_eq_prev_gadget.assign( region, offset, - region.word_rlc(original_value), - region.word_rlc(value_prev), + Word::from(original_value), + Word::from(value_prev), )?; debug_assert_eq!( calc_expected_tx_refund(tx_refund_old, value, value_prev, original_value), diff --git a/zkevm-circuits/src/evm_circuit/execution/stop.rs b/zkevm-circuits/src/evm_circuit/execution/stop.rs index 5b635381c6..464b936f74 100644 --- a/zkevm-circuits/src/evm_circuit/execution/stop.rs +++ b/zkevm-circuits/src/evm_circuit/execution/stop.rs @@ -14,7 +14,10 @@ use crate::{ witness::{Block, Call, ExecStep, Transaction}, }, table::CallContextFieldTag, - util::Expr, + util::{ + word::{Word, WordExpr}, + Expr, + }, }; use bus_mapping::evm::OpcodeId; use eth_types::{Field, ToWord}; @@ -35,7 +38,7 @@ impl ExecutionGadget for StopGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let code_length = cb.query_cell(); - cb.bytecode_length(cb.curr.state.code_hash.expr(), code_length.expr()); + cb.bytecode_length(cb.curr.state.code_hash.to_word(), code_length.expr()); let is_out_of_range = IsZeroGadget::construct( cb, code_length.expr() - cb.curr.state.program_counter.expr(), @@ -54,7 +57,7 @@ impl ExecutionGadget for StopGadget { ); // Call ends with STOP must be successful - cb.call_context_lookup(false.expr(), None, CallContextFieldTag::IsSuccess, 1.expr()); + cb.call_context_lookup_read(None, CallContextFieldTag::IsSuccess, Word::one()); let is_to_end_tx = cb.next.execution_state_selector([ExecutionState::EndTx]); cb.require_equal( diff --git a/zkevm-circuits/src/evm_circuit/execution/swap.rs b/zkevm-circuits/src/evm_circuit/execution/swap.rs index 7238aa5833..b9722f6e45 100644 --- a/zkevm-circuits/src/evm_circuit/execution/swap.rs +++ b/zkevm-circuits/src/evm_circuit/execution/swap.rs @@ -5,11 +5,14 @@ use crate::{ util::{ common_gadget::SameContextGadget, constraint_builder::{EVMConstraintBuilder, StepStateTransition, Transition::Delta}, - CachedRegion, Cell, + CachedRegion, }, witness::{Block, Call, ExecStep, Transaction}, }, - util::Expr, + util::{ + word::{WordCell, WordExpr}, + Expr, + }, }; use eth_types::{evm_types::OpcodeId, Field}; use halo2_proofs::plonk::Error; @@ -17,7 +20,7 @@ use halo2_proofs::plonk::Error; #[derive(Clone, Debug)] pub(crate) struct SwapGadget { same_context: SameContextGadget, - phase2_values: [Cell; 2], + values: [WordCell; 2], } impl ExecutionGadget for SwapGadget { @@ -28,20 +31,20 @@ impl ExecutionGadget for SwapGadget { fn configure(cb: &mut EVMConstraintBuilder) -> Self { let opcode = cb.query_cell(); - let phase2_values = [cb.query_cell_phase2(), cb.query_cell_phase2()]; + let values = [cb.query_word_unchecked(), cb.query_word_unchecked()]; // The stack index we have to peek, deduced from the 'x' value of // 'swapx' The offset starts at 1 for SWAP1 let swap_offset = opcode.expr() - (OpcodeId::SWAP1.as_u64() - 1).expr(); // Peek the value at `swap_offset` - cb.stack_lookup(false.expr(), swap_offset.clone(), phase2_values[0].expr()); + cb.stack_lookup(false.expr(), swap_offset.clone(), values[0].to_word()); // Peek the value at the top of the stack - cb.stack_lookup(false.expr(), 0.expr(), phase2_values[1].expr()); + cb.stack_lookup(false.expr(), 0.expr(), values[1].to_word()); // Write the value previously at the top of the stack to `swap_offset` - cb.stack_lookup(true.expr(), swap_offset, phase2_values[1].expr()); + cb.stack_lookup(true.expr(), swap_offset, values[1].to_word()); // Write the value previously at `swap_offset` to the top of the stack - cb.stack_lookup(true.expr(), 0.expr(), phase2_values[0].expr()); + cb.stack_lookup(true.expr(), 0.expr(), values[0].to_word()); // State transition let step_state_transition = StepStateTransition { @@ -54,7 +57,7 @@ impl ExecutionGadget for SwapGadget { Self { same_context, - phase2_values, + values, } } @@ -69,12 +72,12 @@ impl ExecutionGadget for SwapGadget { ) -> Result<(), Error> { self.same_context.assign_exec_step(region, offset, step)?; - for (cell, value) in self.phase2_values.iter().zip( + for (cell, value) in self.values.iter().zip( [0, 1] .map(|index| block.get_rws(step, index).stack_value()) .iter(), ) { - cell.assign(region, offset, region.word_rlc(*value))?; + cell.assign_u256(region, offset, *value)?; } Ok(()) diff --git a/zkevm-circuits/src/evm_circuit/param.rs b/zkevm-circuits/src/evm_circuit/param.rs index e21530bb9c..d12b023111 100644 --- a/zkevm-circuits/src/evm_circuit/param.rs +++ b/zkevm-circuits/src/evm_circuit/param.rs @@ -1,3 +1,4 @@ +//! Constants and parameters for the EVM circuit use super::table::Table; use crate::evm_circuit::{step::ExecutionState, EvmCircuit}; use halo2_proofs::{ @@ -9,23 +10,28 @@ use std::collections::HashMap; // Step dimension pub(crate) const STEP_WIDTH: usize = 128; /// Step height -pub const MAX_STEP_HEIGHT: usize = 21; +pub const MAX_STEP_HEIGHT: usize = 19; /// The height of the state of a step, used by gates that connect two /// consecutive steps. We target 1, which is also convenient for padding with /// EndBlock steps. pub(crate) const STEP_STATE_HEIGHT: usize = 1; /// Number of Advice Phase2 columns in the EVM circuit -pub const N_PHASE2_COLUMNS: usize = 4; +pub const N_PHASE2_COLUMNS: usize = 1; /// Number of Advice Phase1 columns in the EVM circuit pub const N_PHASE1_COLUMNS: usize = - STEP_WIDTH - EVM_LOOKUP_COLS - N_PHASE2_COLUMNS - N_COPY_COLUMNS - N_BYTE_LOOKUPS; + STEP_WIDTH - EVM_LOOKUP_COLS - N_PHASE2_COLUMNS - N_COPY_COLUMNS - N_U8_LOOKUPS - N_U16_LOOKUPS; -// Number of copy columns +/// Number of copy columns pub const N_COPY_COLUMNS: usize = 2; -pub const N_BYTE_LOOKUPS: usize = 24; +/// Number of columns reserved for u8 lookup +pub const N_U8_LOOKUPS: usize = 24; + +// TODO shift #column/2 from u8 to u16 +/// Number of columns reserved for u16 lookup +pub const N_U16_LOOKUPS: usize = 0; /// Amount of lookup columns in the EVM circuit dedicated to lookups. pub(crate) const EVM_LOOKUP_COLS: usize = FIXED_TABLE_LOOKUPS @@ -80,6 +86,9 @@ pub(crate) const MAX_N_BYTES_INTEGER: usize = 31; // Number of bytes an EVM word has. pub(crate) const N_BYTES_WORD: usize = 32; +// Number of bytes an half EVM word has. +pub(crate) const N_BYTES_HALF_WORD: usize = N_BYTES_WORD / 2; + // Number of bytes an u64 has. pub(crate) const N_BYTES_U64: usize = 8; @@ -106,6 +115,51 @@ pub(crate) const N_BYTES_GAS: usize = N_BYTES_U64; // Number of bytes that will be used for call data's size. pub(crate) const N_BYTES_CALLDATASIZE: usize = N_BYTES_U64; +// Number of bytes that will be used for block values +pub(crate) const N_BYTES_COINBASE: usize = N_BYTES_ACCOUNT_ADDRESS; +pub(crate) const N_BYTES_GAS_LIMIT: usize = N_BYTES_U64; +pub(crate) const N_BYTES_NUMBER: usize = N_BYTES_U64; +pub(crate) const N_BYTES_TIMESTAMP: usize = N_BYTES_U64; +pub(crate) const N_BYTES_DIFFICULTY: usize = N_BYTES_WORD; +pub(crate) const N_BYTES_BASE_FEE: usize = N_BYTES_WORD; +pub(crate) const N_BYTES_CHAIN_ID: usize = N_BYTES_U64; +pub(crate) const N_BYTES_PREV_HASH: usize = 256 * N_BYTES_WORD; + +pub(crate) const N_BYTES_BLOCK: usize = N_BYTES_COINBASE + + N_BYTES_GAS_LIMIT + + N_BYTES_NUMBER + + N_BYTES_TIMESTAMP + + N_BYTES_DIFFICULTY + + N_BYTES_BASE_FEE + + N_BYTES_CHAIN_ID + + N_BYTES_PREV_HASH; + +pub(crate) const N_BYTES_EXTRA_VALUE: usize = N_BYTES_WORD // block hash + + N_BYTES_WORD // state root + + N_BYTES_WORD; // prev state root + +// Number of bytes that will be used for tx values +pub(crate) const N_BYTES_TX_NONCE: usize = N_BYTES_U64; +pub(crate) const N_BYTES_TX_GAS_LIMIT: usize = N_BYTES_U64; // gas limit type is U256, different with gas U64 +pub(crate) const N_BYTES_TX_GASPRICE: usize = N_BYTES_WORD; +pub(crate) const N_BYTES_TX_FROM: usize = N_BYTES_ACCOUNT_ADDRESS; +pub(crate) const N_BYTES_TX_TO: usize = N_BYTES_ACCOUNT_ADDRESS; +pub(crate) const N_BYTES_TX_IS_CREATE: usize = N_BYTES_U64; +pub(crate) const N_BYTES_TX_VALUE: usize = N_BYTES_WORD; +pub(crate) const N_BYTES_TX_CALLDATA_LEN: usize = N_BYTES_CALLDATASIZE; +pub(crate) const N_BYTES_TX_CALLDATA_GASCOST: usize = N_BYTES_U64; +pub(crate) const N_BYTES_TX_TXSIGNHASH: usize = N_BYTES_WORD; +pub(crate) const N_BYTES_TX: usize = N_BYTES_TX_NONCE + + N_BYTES_TX_GAS_LIMIT + + N_BYTES_TX_GASPRICE + + N_BYTES_TX_FROM + + N_BYTES_TX_TO + + N_BYTES_TX_IS_CREATE + + N_BYTES_TX_VALUE + + N_BYTES_TX_CALLDATA_LEN + + N_BYTES_TX_CALLDATA_GASCOST + + N_BYTES_TX_TXSIGNHASH; + lazy_static::lazy_static! { // Step slot height in evm circuit pub(crate) static ref EXECUTION_STATE_HEIGHT_MAP : HashMap = get_step_height_map(); diff --git a/zkevm-circuits/src/evm_circuit/step.rs b/zkevm-circuits/src/evm_circuit/step.rs index 17af7a0531..b87277eefd 100644 --- a/zkevm-circuits/src/evm_circuit/step.rs +++ b/zkevm-circuits/src/evm_circuit/step.rs @@ -1,11 +1,22 @@ -use super::util::{CachedRegion, CellManager, CellType}; +//! EVM execution state. We model the EVM execution as a finite state machine. The execution of a +//! EVM block goes from one state to another, but never at an undefined state. The EVM circuit +//! enables the selectors and thus activates the constraints for the state that the execution +//! reaches. + +use super::{ + param::MAX_STEP_HEIGHT, + util::{evm_cm_distribute_advice, CachedRegion, Cell, CellType}, +}; use crate::{ evm_circuit::{ - param::{EXECUTION_STATE_HEIGHT_MAP, MAX_STEP_HEIGHT, STEP_STATE_HEIGHT, STEP_WIDTH}, - util::Cell, + param::{EXECUTION_STATE_HEIGHT_MAP, STEP_WIDTH}, witness::{Block, Call, ExecStep}, }, - util::Expr, + util::{ + cell_manager::{CMFixedWidthStrategy, CellManager}, + word::{Word, WordCell}, + Expr, + }, }; use bus_mapping::{ circuit_input_builder::ExecState, @@ -21,8 +32,11 @@ use std::{fmt::Display, iter}; use strum::IntoEnumIterator; use strum_macros::EnumIter; +#[allow(missing_docs, reason = "some docs here are tedious and not helpful")] #[allow(non_camel_case_types)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, EnumIter)] +/// All the possible execution states that the computation of EVM can arrive. +/// Some states are shared by multiple opcodes. pub enum ExecutionState { // Internal state BeginTx, @@ -30,18 +44,25 @@ pub enum ExecutionState { EndBlock, // Opcode successful cases STOP, - ADD_SUB, // ADD, SUB - MUL_DIV_MOD, // MUL, DIV, MOD - SDIV_SMOD, // SDIV, SMOD - SHL_SHR, // SHL, SHR + /// ADD and SUB opcodes share this state + ADD_SUB, + /// MUL, DIV, MOD + MUL_DIV_MOD, + /// SDIV, SMOD + SDIV_SMOD, + /// SHL, SHR + SHL_SHR, ADDMOD, MULMOD, EXP, SIGNEXTEND, - CMP, // LT, GT, EQ - SCMP, // SLT, SGT + /// LT, GT, EQ + CMP, + /// SLT, SGT + SCMP, ISZERO, - BITWISE, // AND, OR, XOR + /// AND, OR, XOR + BITWISE, NOT, BYTE, SAR, @@ -63,13 +84,13 @@ pub enum ExecutionState { RETURNDATACOPY, EXTCODEHASH, BLOCKHASH, - BLOCKCTXU64, // TIMESTAMP, NUMBER, GASLIMIT - BLOCKCTXU160, // COINBASE - BLOCKCTXU256, // DIFFICULTY, BASEFEE + /// TIMESTAMP, NUMBER, GASLIMIT, COINBASE, DIFFICULTY, BASEFEE + BLOCKCTX, CHAINID, SELFBALANCE, POP, - MEMORY, // MLOAD, MSTORE, MSTORE8 + /// MLOAD, MSTORE, MSTORE8 + MEMORY, SLOAD, SSTORE, JUMP, @@ -78,13 +99,18 @@ pub enum ExecutionState { MSIZE, GAS, JUMPDEST, - PUSH, // PUSH1, PUSH2, ..., PUSH32 - DUP, // DUP1, DUP2, ..., DUP16 - SWAP, // SWAP1, SWAP2, ..., SWAP16 - LOG, // LOG0, LOG1, ..., LOG4 + /// PUSH1, PUSH2, ..., PUSH32 + PUSH, + /// DUP1, DUP2, ..., DUP16 + DUP, + /// SWAP1, SWAP2, ..., SWAP16 + SWAP, + /// LOG0, LOG1, ..., LOG4 + LOG, CREATE, - CALL_OP, // CALL, CALLCODE, DELEGATECALL, STATICCALL - RETURN_REVERT, // RETURN, REVERT + /// CALL, CALLCODE, DELEGATECALL, STATICCALL + CALL_OP, + RETURN_REVERT, CREATE2, SELFDESTRUCT, // Error cases @@ -236,11 +262,12 @@ impl From<&ExecStep> for ExecutionState { OpcodeId::EXTCODEHASH => ExecutionState::EXTCODEHASH, OpcodeId::EXTCODESIZE => ExecutionState::EXTCODESIZE, OpcodeId::BLOCKHASH => ExecutionState::BLOCKHASH, - OpcodeId::TIMESTAMP | OpcodeId::NUMBER | OpcodeId::GASLIMIT => { - ExecutionState::BLOCKCTXU64 - } - OpcodeId::COINBASE => ExecutionState::BLOCKCTXU160, - OpcodeId::DIFFICULTY | OpcodeId::BASEFEE => ExecutionState::BLOCKCTXU256, + OpcodeId::TIMESTAMP + | OpcodeId::NUMBER + | OpcodeId::GASLIMIT + | OpcodeId::COINBASE + | OpcodeId::DIFFICULTY + | OpcodeId::BASEFEE => ExecutionState::BLOCKCTX, OpcodeId::GAS => ExecutionState::GAS, OpcodeId::SAR => ExecutionState::SAR, OpcodeId::SELFBALANCE => ExecutionState::SELFBALANCE, @@ -264,9 +291,9 @@ impl From<&ExecStep> for ExecutionState { OpcodeId::RETURN | OpcodeId::REVERT => ExecutionState::RETURN_REVERT, OpcodeId::RETURNDATASIZE => ExecutionState::RETURNDATASIZE, OpcodeId::RETURNDATACOPY => ExecutionState::RETURNDATACOPY, + OpcodeId::CREATE => ExecutionState::CREATE, + OpcodeId::CREATE2 => ExecutionState::CREATE2, // dummy ops - OpcodeId::CREATE => dummy!(ExecutionState::CREATE), - OpcodeId::CREATE2 => dummy!(ExecutionState::CREATE2), OpcodeId::SELFDESTRUCT => dummy!(ExecutionState::SELFDESTRUCT), _ => unimplemented!("unimplemented opcode {:?}", op), } @@ -278,7 +305,7 @@ impl From<&ExecStep> for ExecutionState { } } -pub trait HasExecutionState { +pub(crate) trait HasExecutionState { fn execution_state(&self) -> ExecutionState; } @@ -329,6 +356,7 @@ impl ExecutionState { || self.halts_in_exception() } + /// Get the opocdes that are related to the execution state pub fn responsible_opcodes(&self) -> Vec { if matches!(self, Self::ErrorStack) { return OpcodeId::valid_opcodes() @@ -376,9 +404,14 @@ impl ExecutionState { Self::RETURNDATACOPY => vec![OpcodeId::RETURNDATACOPY], Self::EXTCODEHASH => vec![OpcodeId::EXTCODEHASH], Self::BLOCKHASH => vec![OpcodeId::BLOCKHASH], - Self::BLOCKCTXU64 => vec![OpcodeId::TIMESTAMP, OpcodeId::NUMBER, OpcodeId::GASLIMIT], - Self::BLOCKCTXU160 => vec![OpcodeId::COINBASE], - Self::BLOCKCTXU256 => vec![OpcodeId::DIFFICULTY, OpcodeId::BASEFEE], + Self::BLOCKCTX => vec![ + OpcodeId::TIMESTAMP, + OpcodeId::NUMBER, + OpcodeId::GASLIMIT, + OpcodeId::COINBASE, + OpcodeId::DIFFICULTY, + OpcodeId::BASEFEE, + ], Self::CHAINID => vec![OpcodeId::CHAINID], Self::SELFBALANCE => vec![OpcodeId::SELFBALANCE], Self::POP => vec![OpcodeId::POP], @@ -488,11 +521,12 @@ impl ExecutionState { .collect() } + /// Get the state hight pub fn get_step_height_option(&self) -> Option { EXECUTION_STATE_HEIGHT_MAP.get(self).copied() } - pub fn get_step_height(&self) -> usize { + pub(crate) fn get_step_height(&self) -> usize { self.get_step_height_option() .unwrap_or_else(|| panic!("Execution state unknown: {:?}", self)) } @@ -515,6 +549,7 @@ impl From for ResponsibleOp { } impl ResponsibleOp { + /// Get the opcode pub fn opcode(&self) -> OpcodeId { *match self { ResponsibleOp::Op(opcode) => opcode, @@ -537,9 +572,13 @@ pub(crate) struct DynamicSelectorHalf { } impl DynamicSelectorHalf { - pub(crate) fn new(cell_manager: &mut CellManager, count: usize) -> Self { - let target_pairs = cell_manager.query_cells(CellType::StoragePhase1, (count + 1) / 2); - let target_odd = cell_manager.query_cell(CellType::StoragePhase1); + pub(crate) fn new( + meta: &mut ConstraintSystem, + cell_manager: &mut CellManager, + count: usize, + ) -> Self { + let target_pairs = cell_manager.query_cells(meta, CellType::StoragePhase1, (count + 1) / 2); + let target_odd = cell_manager.query_cell(meta, CellType::StoragePhase1); Self { count, target_pairs, @@ -637,7 +676,7 @@ pub(crate) struct StepState { /// In the case of a contract creation internal call, this denotes the hash /// of the chunk of bytes from caller's memory that represent the /// contract init code. - pub(crate) code_hash: Cell, + pub(crate) code_hash: WordCell, /// The program counter pub(crate) program_counter: Cell, /// The stack pointer @@ -655,7 +694,7 @@ pub(crate) struct StepState { #[derive(Clone, Debug)] pub(crate) struct Step { pub(crate) state: StepState, - pub(crate) cell_manager: CellManager, + pub(crate) cell_manager: CellManager, } impl Step { @@ -663,31 +702,34 @@ impl Step { meta: &mut ConstraintSystem, advices: [Column; STEP_WIDTH], offset: usize, - is_next: bool, ) -> Self { - let height = if is_next { - STEP_STATE_HEIGHT // Query only the state of the next step. - } else { - MAX_STEP_HEIGHT // Query the entire current step. - }; - let mut cell_manager = CellManager::new(meta, height, &advices, offset); + let cell_manager_strategy = + CMFixedWidthStrategy::new(evm_cm_distribute_advice::(meta, &advices), offset) + .with_perm_substitution() + .with_max_height(MAX_STEP_HEIGHT); + + let mut cell_manager = CellManager::new(cell_manager_strategy); let state = { StepState { execution_state: DynamicSelectorHalf::new( + meta, &mut cell_manager, ExecutionState::amount(), ), - rw_counter: cell_manager.query_cell(CellType::StoragePhase1), - call_id: cell_manager.query_cell(CellType::StoragePhase1), - is_root: cell_manager.query_cell(CellType::StoragePhase1), - is_create: cell_manager.query_cell(CellType::StoragePhase1), - code_hash: cell_manager.query_cell(CellType::StoragePhase2), - program_counter: cell_manager.query_cell(CellType::StoragePhase1), - stack_pointer: cell_manager.query_cell(CellType::StoragePhase1), - gas_left: cell_manager.query_cell(CellType::StoragePhase1), - memory_word_size: cell_manager.query_cell(CellType::StoragePhase1), - reversible_write_counter: cell_manager.query_cell(CellType::StoragePhase1), - log_id: cell_manager.query_cell(CellType::StoragePhase1), + rw_counter: cell_manager.query_cell(meta, CellType::StoragePhase1), + call_id: cell_manager.query_cell(meta, CellType::StoragePhase1), + is_root: cell_manager.query_cell(meta, CellType::StoragePhase1), + is_create: cell_manager.query_cell(meta, CellType::StoragePhase1), + code_hash: Word::new([ + cell_manager.query_cell(meta, CellType::StoragePhase1), + cell_manager.query_cell(meta, CellType::StoragePhase1), + ]), + program_counter: cell_manager.query_cell(meta, CellType::StoragePhase1), + stack_pointer: cell_manager.query_cell(meta, CellType::StoragePhase1), + gas_left: cell_manager.query_cell(meta, CellType::StoragePhase1), + memory_word_size: cell_manager.query_cell(meta, CellType::StoragePhase1), + reversible_write_counter: cell_manager.query_cell(meta, CellType::StoragePhase1), + log_id: cell_manager.query_cell(meta, CellType::StoragePhase1), } }; Self { @@ -732,7 +774,7 @@ impl Step { )?; self.state .code_hash - .assign(region, offset, region.word_rlc(call.code_hash.to_word()))?; + .assign_u256(region, offset, call.code_hash.to_word())?; self.state .program_counter .assign(region, offset, Value::known(F::from(step.pc)))?; diff --git a/zkevm-circuits/src/evm_circuit/table.rs b/zkevm-circuits/src/evm_circuit/table.rs index 071941daad..38557ca6fe 100644 --- a/zkevm-circuits/src/evm_circuit/table.rs +++ b/zkevm-circuits/src/evm_circuit/table.rs @@ -1,6 +1,9 @@ +//! Fixed lookup tables and dynamic lookup tables for the EVM circuit + use crate::{ evm_circuit::step::{ExecutionState, ResponsibleOp}, impl_expr, + util::word::Word, }; use bus_mapping::evm::OpcodeId; use eth_types::Field; @@ -10,28 +13,46 @@ use strum::IntoEnumIterator; use strum_macros::EnumIter; #[derive(Clone, Copy, Debug, EnumIter)] +/// Tags for different fixed tables pub enum FixedTableTag { + /// x == 0 Zero = 0, + /// 0 <= x < 5 Range5, + /// 0 <= x < 16 Range16, + /// 0 <= x < 32 Range32, + /// 0 <= x < 64 Range64, + /// 0 <= x < 128 Range128, + /// 0 <= x < 256 Range256, + /// 0 <= x < 512 Range512, + /// 0 <= x < 1024 Range1024, + /// -128 <= x < 128 SignByte, + /// bitwise AND BitwiseAnd, + /// bitwise OR BitwiseOr, + /// bitwise XOR BitwiseXor, + /// lookup for corresponding opcode ResponsibleOpcode, + /// power of 2 Pow2, + /// Lookup constant gas cost for opcodes ConstantGasCost, } impl_expr!(FixedTableTag); impl FixedTableTag { - pub fn build(&self) -> Box> { + /// build up the fixed table row values + pub(crate) fn build(&self) -> Box> { let tag = F::from(*self as u64); match self { Self::Zero => Box::new((0..1).map(move |_| [tag, F::ZERO, F::ZERO, F::ZERO])), @@ -121,40 +142,64 @@ impl FixedTableTag { } #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, EnumIter)] +/// Each item represents the lookup table to query pub enum Table { + /// The range check table for u8 + U8, + /// The range check table for u16 + U16, + /// The rest of the fixed table. See [`FixedTableTag`] Fixed, + /// Lookup for transactions Tx, + /// Lookup for read write operations Rw, + /// Lookup for bytecode table Bytecode, + /// Lookup for block constants Block, + /// Lookup for copy table Copy, + /// Lookup for keccak table Keccak, + /// Lookup for exp table Exp, } #[derive(Clone, Debug)] -pub struct RwValues { - pub id: Expression, - pub address: Expression, - pub field_tag: Expression, - pub storage_key: Expression, - pub value: Expression, - pub value_prev: Expression, - pub aux1: Expression, - pub aux2: Expression, +/// Read-Write Table fields +pub(crate) struct RwValues { + /// The unique identifier for the Read or Write. Depending on context, this field could be used + /// for Transaction ID or call ID + id: Expression, + /// The position to Stack, Memory, or account, where the read or write takes place, depending + /// on the cell value of the [`bus_mapping::operation::Target`]. + address: Expression, + /// Could be [`crate::table::CallContextFieldTag`], [`crate::table::AccountFieldTag`], + /// [`crate::table::TxLogFieldTag`], or [`crate::table::TxReceiptFieldTag`] depending on + /// the cell value of the [`bus_mapping::operation::Target`] + field_tag: Expression, + /// Storage key of two limbs + storage_key: Word>, + /// The current storage value + value: Word>, + /// The previous storage value + value_prev: Word>, + /// The initial storage value before the current transaction + init_val: Word>, } impl RwValues { + /// Constructor for RwValues #[allow(clippy::too_many_arguments)] - pub fn new( + pub(crate) fn new( id: Expression, address: Expression, field_tag: Expression, - storage_key: Expression, - value: Expression, - value_prev: Expression, - aux1: Expression, - aux2: Expression, + storage_key: Word>, + value: Word>, + value_prev: Word>, + init_val: Word>, ) -> Self { Self { id, @@ -163,8 +208,16 @@ impl RwValues { storage_key, value, value_prev, - aux1, - aux2, + init_val, + } + } + + pub(crate) fn revert_value(&self) -> Self { + let new_self = self.clone(); + Self { + value_prev: new_self.value, + value: new_self.value_prev, + ..new_self } } } @@ -189,7 +242,7 @@ pub(crate) enum Lookup { /// field_tag is Calldata, otherwise should be set to 0. index: Expression, /// Value of the field. - value: Expression, + value: Word>, }, /// Lookup to read-write table, which contains read-write access records of /// time-aware data. @@ -209,7 +262,7 @@ pub(crate) enum Lookup { /// contract code. Bytecode { /// Hash to specify which code to read. - hash: Expression, + hash: Word>, /// Tag to specify whether its the bytecode length or byte value in the /// bytecode. tag: Expression, @@ -229,18 +282,18 @@ pub(crate) enum Lookup { /// should be set to 0. number: Expression, /// Value of the field. - value: Expression, + value: Word>, }, /// Lookup to copy table. CopyTable { /// Whether the row is the first row of the copy event. is_first: Expression, /// The source ID for the copy event. - src_id: Expression, + src_id: Word>, /// The source tag for the copy event. src_tag: Expression, /// The destination ID for the copy event. - dst_id: Expression, + dst_id: Word>, /// The destination tag for the copy event. dst_tag: Expression, /// The source address where bytes are copied from. @@ -267,9 +320,9 @@ pub(crate) enum Lookup { input_rlc: Expression, /// Length of input that is being hashed. input_len: Expression, - /// Output (hash) until this state. This is the RLC representation of - /// the final output keccak256 hash of the input. - output_rlc: Expression, + /// Output (hash) until this state. hash will be split into multiple expression in little + /// endian. + output: Word>, }, /// Lookup to exponentiation table. ExpTable { @@ -310,49 +363,53 @@ impl Lookup { field_tag, index, value, - } => vec![id.clone(), field_tag.clone(), index.clone(), value.clone()], + } => vec![ + id.clone(), + field_tag.clone(), + index.clone(), + value.lo(), + value.hi(), + ], Self::Rw { counter, is_write, tag, values, - } => { - vec![ - counter.clone(), - is_write.clone(), - tag.clone(), - values.id.clone(), - values.address.clone(), - values.field_tag.clone(), - values.storage_key.clone(), - values.value.clone(), - values.value_prev.clone(), - values.aux1.clone(), - values.aux2.clone(), - ] - } + } => vec![ + counter.clone(), + is_write.clone(), + tag.clone(), + values.id.clone(), + values.address.clone(), + values.field_tag.clone(), + values.storage_key.lo(), + values.storage_key.hi(), + values.value.lo(), + values.value.hi(), + values.value_prev.lo(), + values.value_prev.hi(), + values.init_val.lo(), + values.init_val.hi(), + ], Self::Bytecode { hash, tag, index, is_code, value, - } => { - vec![ - hash.clone(), - tag.clone(), - index.clone(), - is_code.clone(), - value.clone(), - ] - } + } => vec![ + hash.lo(), + hash.hi(), + tag.clone(), + index.clone(), + is_code.clone(), + value.clone(), + ], Self::Block { field_tag, number, value, - } => { - vec![field_tag.clone(), number.clone(), value.clone()] - } + } => vec![field_tag.clone(), number.clone(), value.lo(), value.hi()], Self::CopyTable { is_first, src_id, @@ -368,9 +425,11 @@ impl Lookup { rwc_inc, } => vec![ is_first.clone(), - src_id.clone(), + src_id.lo(), + src_id.hi(), src_tag.clone(), - dst_id.clone(), + dst_id.lo(), + dst_id.hi(), dst_tag.clone(), src_addr.clone(), src_addr_end.clone(), @@ -383,12 +442,13 @@ impl Lookup { Self::KeccakTable { input_rlc, input_len, - output_rlc, + output, } => vec![ 1.expr(), // is_enabled input_rlc.clone(), input_len.clone(), - output_rlc.clone(), + output.lo(), + output.hi(), ], Self::ExpTable { identifier, @@ -416,12 +476,4 @@ impl Lookup { .collect(), } } - - pub(crate) fn degree(&self) -> usize { - self.input_exprs() - .iter() - .map(|expr| expr.degree()) - .max() - .unwrap() - } } diff --git a/zkevm-circuits/src/evm_circuit/test.rs b/zkevm-circuits/src/evm_circuit/test.rs index b282deb3b1..6302b3dd13 100644 --- a/zkevm-circuits/src/evm_circuit/test.rs +++ b/zkevm-circuits/src/evm_circuit/test.rs @@ -1,8 +1,6 @@ -#![allow(unused_imports)] pub use super::EvmCircuit; -use crate::evm_circuit::{detect_fixed_table_tags, witness::Block}; -use eth_types::{Field, Word}; +use eth_types::Word; use rand::{ distributions::uniform::{SampleRange, SampleUniform}, random, thread_rng, Rng, @@ -27,10 +25,3 @@ pub(crate) fn rand_bytes_array() -> [u8; N] { pub(crate) fn rand_word() -> Word { Word::from_big_endian(&rand_bytes_array::<32>()) } - -impl EvmCircuit { - pub fn get_test_cicuit_from_block(block: Block) -> Self { - let fixed_table_tags = detect_fixed_table_tags(&block); - EvmCircuit::::new_dev(block, fixed_table_tags) - } -} diff --git a/zkevm-circuits/src/evm_circuit/util.rs b/zkevm-circuits/src/evm_circuit/util.rs index f8136f55db..94cbc890f3 100644 --- a/zkevm-circuits/src/evm_circuit/util.rs +++ b/zkevm-circuits/src/evm_circuit/util.rs @@ -1,25 +1,26 @@ +pub use crate::util::{ + query_expression, + word::{Word, WordExpr}, + Challenges, Expr, +}; use crate::{ evm_circuit::{ param::{ - LOOKUP_CONFIG, N_BYTES_MEMORY_ADDRESS, N_BYTE_LOOKUPS, N_COPY_COLUMNS, N_PHASE2_COLUMNS, + LOOKUP_CONFIG, N_BYTES_MEMORY_ADDRESS, N_COPY_COLUMNS, N_PHASE2_COLUMNS, N_U8_LOOKUPS, }, table::Table, }, - util::{query_expression, Challenges, Expr}, + util::{cell_manager::CMFixedWidthStrategyDistribution, int_decomposition::IntDecomposition}, witness::{Block, ExecStep, Rw, RwMap}, }; -use bus_mapping::state_db::CodeDB; -use eth_types::{Address, Field, ToLittleEndian, ToWord, U256}; +use eth_types::{Address, Field, U256}; use halo2_proofs::{ circuit::{AssignedCell, Region, Value}, - plonk::{Advice, Assigned, Column, ConstraintSystem, Error, Expression, VirtualCells}, + plonk::{Advice, Assigned, Column, ConstraintSystem, Error, Expression}, poly::Rotation, }; use itertools::Itertools; -use std::{ - collections::BTreeMap, - hash::{Hash, Hasher}, -}; +use std::hash::{Hash, Hasher}; pub(crate) mod common_gadget; pub(crate) mod constraint_builder; @@ -29,62 +30,11 @@ pub(crate) mod memory_gadget; pub use gadgets::util::{and, not, or, select, sum}; -#[derive(Clone, Debug)] -pub(crate) struct Cell { - // expression for constraint - expression: Expression, - column: Column, - // relative position to selector for synthesis - rotation: usize, - cell_column_index: usize, -} +use super::param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_U64, N_U16_LOOKUPS}; -impl Cell { - pub(crate) fn new( - meta: &mut VirtualCells, - column: Column, - rotation: usize, - cell_column_index: usize, - ) -> Self { - Self { - expression: meta.query_advice(column, Rotation(rotation as i32)), - column, - rotation, - cell_column_index, - } - } +#[deprecated(note = "Removing this would require to edit almost all gadget")] +pub(crate) use crate::util::cell_manager::{Cell, CellType}; - pub(crate) fn assign( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - value: Value, - ) -> Result, Error> { - region.assign_advice( - || { - format!( - "Cell column: {:?} and rotation: {}", - self.column, self.rotation - ) - }, - self.column, - offset + self.rotation, - || value, - ) - } -} - -impl Expr for Cell { - fn expr(&self) -> Expression { - self.expression.clone() - } -} - -impl Expr for &Cell { - fn expr(&self) -> Expression { - self.expression.clone() - } -} pub struct CachedRegion<'r, 'b, F: Field> { region: &'r mut Region<'b, F>, advice: Vec>, @@ -188,26 +138,14 @@ impl<'r, 'b, F: Field> CachedRegion<'r, 'b, F> { self.challenges } - pub fn word_rlc(&self, n: U256) -> Value { - self.challenges - .evm_word() - .map(|r| rlc::value(&n.to_le_bytes(), r)) - } - pub fn keccak_rlc(&self, le_bytes: &[u8]) -> Value { self.challenges .keccak_input() .map(|r| rlc::value(le_bytes, r)) } - pub fn empty_code_hash_rlc(&self) -> Value { - self.word_rlc(CodeDB::empty_code_hash().to_word()) - } - - pub fn code_hash(&self, n: U256) -> Value { - self.challenges - .evm_word() - .map(|r| rlc::value(&n.to_le_bytes(), r)) + pub fn code_hash(&self, n: U256) -> Word> { + Word::from(n).into_value() } /// Constrains a cell to have a constant value. @@ -242,234 +180,107 @@ impl Hash for StoredExpression { } } +/// Evaluate an expression using a `CachedRegion` at `offset`. +pub(crate) fn evaluate_expression( + expr: &Expression, + region: &CachedRegion<'_, '_, F>, + offset: usize, +) -> Value { + expr.evaluate( + &|scalar| Value::known(scalar), + &|_| unimplemented!("selector column"), + &|fixed_query| { + Value::known(region.get_fixed( + offset, + fixed_query.column_index(), + fixed_query.rotation(), + )) + }, + &|advice_query| { + Value::known(region.get_advice( + offset, + advice_query.column_index(), + advice_query.rotation(), + )) + }, + &|_| unimplemented!("instance column"), + &|challenge| *region.challenges().indexed()[challenge.index()], + &|a| -a, + &|a, b| a + b, + &|a, b| a * b, + &|a, scalar| a * Value::known(scalar), + ) +} + impl StoredExpression { pub fn assign( &self, region: &mut CachedRegion<'_, '_, F>, offset: usize, ) -> Result, Error> { - let value = self.expr.evaluate( - &|scalar| Value::known(scalar), - &|_| unimplemented!("selector column"), - &|fixed_query| { - Value::known(region.get_fixed( - offset, - fixed_query.column_index(), - fixed_query.rotation(), - )) - }, - &|advice_query| { - Value::known(region.get_advice( - offset, - advice_query.column_index(), - advice_query.rotation(), - )) - }, - &|_| unimplemented!("instance column"), - &|challenge| *region.challenges().indexed()[challenge.index()], - &|a| -a, - &|a, b| a + b, - &|a, b| a * b, - &|a, scalar| a * Value::known(scalar), - ); + let value = evaluate_expression(&self.expr, region, offset); self.cell.assign(region, offset, value)?; Ok(value) } } -#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] -pub(crate) enum CellType { - StoragePhase1, - StoragePhase2, - StoragePermutation, - LookupByte, - Lookup(Table), -} - -impl CellType { - // The phase that given `Expression` becomes evaluateable. - fn expr_phase(expr: &Expression) -> u8 { - use Expression::*; - match expr { - Challenge(challenge) => challenge.phase() + 1, - Advice(query) => query.phase(), - Constant(_) | Selector(_) | Fixed(_) | Instance(_) => 0, - Negated(a) | Expression::Scaled(a, _) => Self::expr_phase(a), - Sum(a, b) | Product(a, b) => std::cmp::max(Self::expr_phase(a), Self::expr_phase(b)), - } - } - - /// Return the storage phase of phase - pub(crate) fn storage_for_phase(phase: u8) -> CellType { - match phase { - 0 => CellType::StoragePhase1, - 1 => CellType::StoragePhase2, - _ => unreachable!(), - } - } - - /// Return the storage cell of the expression - pub(crate) fn storage_for_expr(expr: &Expression) -> CellType { - Self::storage_for_phase(Self::expr_phase::(expr)) - } -} - -#[derive(Clone, Debug)] -pub(crate) struct CellColumn { - pub(crate) index: usize, - pub(crate) cell_type: CellType, - pub(crate) height: usize, - pub(crate) expr: Expression, -} - -impl Expr for CellColumn { - fn expr(&self) -> Expression { - self.expr.clone() - } -} - -#[derive(Clone, Debug)] -pub(crate) struct CellManager { - width: usize, - height: usize, - cells: Vec>, - columns: Vec>, -} - -impl CellManager { - pub(crate) fn new( - meta: &mut ConstraintSystem, - height: usize, - advices: &[Column], - height_offset: usize, - ) -> Self { - // Setup the columns and query the cells - let width = advices.len(); - let mut cells = Vec::with_capacity(height * width); - let mut columns = Vec::with_capacity(width); - query_expression(meta, |meta| { - for c in 0..width { - for r in 0..height { - cells.push(Cell::new(meta, advices[c], height_offset + r, c)); - } - columns.push(CellColumn { - index: c, - cell_type: CellType::StoragePhase1, - height: 0, - expr: cells[c * height].expr(), - }); - } - }); - - let mut column_idx = 0; - - // Mark columns used for lookups in Phase3 - for &(table, count) in LOOKUP_CONFIG { - for _ in 0usize..count { - columns[column_idx].cell_type = CellType::Lookup(table); - column_idx += 1; - } - } - - // Mark columns used for Phase2 constraints - for _ in 0..N_PHASE2_COLUMNS { - columns[column_idx].cell_type = CellType::StoragePhase2; +// +#[allow(clippy::mut_range_bound)] +pub(crate) fn evm_cm_distribute_advice( + meta: &mut ConstraintSystem, + advices: &[Column], +) -> CMFixedWidthStrategyDistribution { + let mut dist = CMFixedWidthStrategyDistribution::default(); + + let mut column_idx = 0; + // Mark columns used for lookups in Phase3 + for &(table, count) in LOOKUP_CONFIG { + for _ in 0usize..count { + dist.add(CellType::Lookup(table), advices[column_idx]); column_idx += 1; } - - // Mark columns used for copy constraints - for _ in 0..N_COPY_COLUMNS { - meta.enable_equality(advices[column_idx]); - columns[column_idx].cell_type = CellType::StoragePermutation; - column_idx += 1; - } - - // Mark columns used for byte lookup - for _ in 0..N_BYTE_LOOKUPS { - columns[column_idx].cell_type = CellType::LookupByte; - assert_eq!(advices[column_idx].column_type().phase(), 0); - column_idx += 1; - } - - Self { - width, - height, - cells, - columns, - } } - pub(crate) fn query_cells(&mut self, cell_type: CellType, count: usize) -> Vec> { - let mut cells = Vec::with_capacity(count); - while cells.len() < count { - let column_idx = self.next_column(cell_type); - let column = &mut self.columns[column_idx]; - cells.push(self.cells[column_idx * self.height + column.height].clone()); - column.height += 1; - } - cells + // Mark columns used for Phase2 constraints + for _ in 0..N_PHASE2_COLUMNS { + dist.add(CellType::StoragePhase2, advices[column_idx]); + column_idx += 1; } - pub(crate) fn query_cell(&mut self, cell_type: CellType) -> Cell { - self.query_cells(cell_type, 1)[0].clone() + // Mark columns used for copy constraints + for _ in 0..N_COPY_COLUMNS { + meta.enable_equality(advices[column_idx]); + dist.add(CellType::StoragePermutation, advices[column_idx]); + column_idx += 1; } - fn next_column(&self, cell_type: CellType) -> usize { - let mut best_index: Option = None; - let mut best_height = self.height; - for column in self.columns.iter() { - if column.cell_type == cell_type && column.height < best_height { - best_index = Some(column.index); - best_height = column.height; - } - } - // Replace a CellType::Storage by CellType::StoragePermutation if the later has - // better height - if cell_type == CellType::StoragePhase1 { - for column in self.columns.iter() { - if column.cell_type == CellType::StoragePermutation && column.height < best_height { - best_index = Some(column.index); - best_height = column.height; - } - } - } - match best_index { - Some(index) => index, - // If we reach this case, it means that all the columns of cell_type have assignments - // taking self.height rows, so there's no more space. - None => panic!("not enough cells for query: {:?}", cell_type), - } + // Mark columns used for byte lookup + #[allow(clippy::reversed_empty_ranges)] + for _ in 0..N_U8_LOOKUPS { + dist.add(CellType::Lookup(Table::U8), advices[column_idx]); + assert_eq!(advices[column_idx].column_type().phase(), 0); + column_idx += 1; } - pub(crate) fn get_height(&self) -> usize { - self.columns - .iter() - .map(|column| column.height) - .max() - .unwrap() + // Mark columns used for byte lookup + #[allow(clippy::reversed_empty_ranges)] + for _ in 0..N_U16_LOOKUPS { + dist.add(CellType::Lookup(Table::U16), advices[column_idx]); + assert_eq!(advices[column_idx].column_type().phase(), 0); + column_idx += 1; } - /// Returns a map of CellType -> (width, height, num_cells) - pub(crate) fn get_stats(&self) -> BTreeMap { - let mut data = BTreeMap::new(); - for column in self.columns.iter() { - let (mut count, mut height, mut num_cells) = - data.get(&column.cell_type).unwrap_or(&(0, 0, 0)); - count += 1; - height = height.max(column.height); - num_cells += column.height; - data.insert(column.cell_type, (count, height, num_cells)); - } - data + // Mark columns used for for Phase1 constraints + for _ in column_idx..advices.len() { + dist.add(CellType::StoragePhase1, advices[column_idx]); + column_idx += 1; } - pub(crate) fn columns(&self) -> &[CellColumn] { - &self.columns - } + dist } #[derive(Clone, Debug)] -pub(crate) struct RandomLinearCombination { +pub struct RandomLinearCombination { // random linear combination expression of cells expression: Expression, // inner cells in little-endian for synthesis @@ -477,8 +288,7 @@ pub(crate) struct RandomLinearCombination { } impl RandomLinearCombination { - const N_BYTES: usize = N; - + /// XXX for randomness 256.expr(), consider using IntDecomposition instead pub(crate) fn new(cells: [Cell; N], randomness: Expression) -> Self { Self { expression: rlc::expr(&cells.clone().map(|cell| cell.expr()), randomness), @@ -510,10 +320,13 @@ impl Expr for RandomLinearCombination { } } -pub(crate) type Word = RandomLinearCombination; -pub(crate) type MemoryAddress = RandomLinearCombination; +pub(crate) type MemoryAddress = IntDecomposition; + +pub(crate) type AccountAddress = IntDecomposition; + +pub(crate) type U64Cell = IntDecomposition; -/// Decodes a field element from its byte representation +/// Decodes a field element from its byte representation in little endian order pub(crate) mod from_bytes { use crate::{evm_circuit::param::MAX_N_BYTES_INTEGER, util::Expr}; use eth_types::Field; @@ -635,6 +448,15 @@ pub(crate) fn is_precompiled(address: &Address) -> bool { address.0[0..19] == [0u8; 19] && (1..=9).contains(&address.0[19]) } +const BASE_128_BYTES: [u8; 32] = [ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +]; + +/// convert address (h160) to single expression. +pub fn address_word_to_expr(address: Word>) -> Expression { + address.lo() + address.hi() * Expression::Constant(F::from_repr(BASE_128_BYTES).unwrap()) +} + /// Helper struct to read rw operations from a step sequentially. pub(crate) struct StepRws<'a> { rws: &'a RwMap, @@ -662,3 +484,60 @@ impl<'a> StepRws<'a> { rw } } + +#[cfg(test)] +mod tests { + use halo2_proofs::halo2curves::bn256::Fr; + + use crate::evm_circuit::param::STEP_WIDTH; + + use super::*; + + #[test] + fn test_evm_cm_distribute_advice_1() { + let mut cs = ConstraintSystem::::default(); + let advices = vec![cs.advice_column(); STEP_WIDTH]; + + let cm = evm_cm_distribute_advice(&mut cs, &advices); + + let lookup_config_size = LOOKUP_CONFIG + .iter() + .map(|(_, size)| size.to_owned()) + .sum::(); + + assert_eq!( + cm.get(CellType::StoragePhase1).unwrap().len(), + STEP_WIDTH + - N_PHASE2_COLUMNS + - N_COPY_COLUMNS + - lookup_config_size + - N_U8_LOOKUPS + - N_U16_LOOKUPS + ); + assert_eq!( + cm.get(CellType::StoragePhase2).unwrap().len(), + N_PHASE2_COLUMNS + ); + assert_eq!( + cm.get(CellType::StoragePermutation).unwrap().len(), + N_COPY_COLUMNS + ); + + // CellType::Lookup + for &(table, count) in LOOKUP_CONFIG { + assert_eq!(cm.get(CellType::Lookup(table)).unwrap().len(), count); + } + assert_eq!( + cm.get(CellType::Lookup(Table::U8)).unwrap().len(), + N_U8_LOOKUPS + ); + if N_U16_LOOKUPS == 0 { + assert!(cm.get(CellType::Lookup(Table::U16)).is_none()); + } else { + assert_eq!( + cm.get(CellType::Lookup(Table::U16)).unwrap().len(), + N_U16_LOOKUPS + ); + } + } +} diff --git a/zkevm-circuits/src/evm_circuit/util/common_gadget.rs b/zkevm-circuits/src/evm_circuit/util/common_gadget.rs index 854eb40bba..f345e9da19 100644 --- a/zkevm-circuits/src/evm_circuit/util/common_gadget.rs +++ b/zkevm-circuits/src/evm_circuit/util/common_gadget.rs @@ -1,13 +1,13 @@ use super::{ constraint_builder::ConstrainBuilderCommon, from_bytes, - math_gadget::{IsEqualGadget, IsZeroGadget, LtGadget}, + math_gadget::{IsEqualWordGadget, IsZeroGadget, IsZeroWordGadget, LtGadget}, memory_gadget::{MemoryAddressGadget, MemoryExpansionGadget}, - CachedRegion, + AccountAddress, CachedRegion, }; use crate::{ evm_circuit::{ - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_GAS, N_BYTES_MEMORY_WORD_SIZE}, + param::{N_BYTES_GAS, N_BYTES_MEMORY_WORD_SIZE}, step::ExecutionState, table::{FixedTableTag, Lookup}, util::{ @@ -16,14 +16,18 @@ use crate::{ Transition::{Delta, Same, To}, }, math_gadget::{AddWordsGadget, RangeCheckGadget}, - not, or, Cell, CellType, Word, + not, or, Cell, }, }, table::{AccountFieldTag, CallContextFieldTag}, - util::Expr, + util::{ + word::{Word, Word32, Word32Cell, WordCell, WordExpr}, + Expr, + }, witness::{Block, Call, ExecStep}, }; -use eth_types::{evm_types::GasCost, Field, ToLittleEndian, ToScalar, U256}; +use bus_mapping::state_db::CodeDB; +use eth_types::{evm_types::GasCost, Field, ToAddress, ToLittleEndian, ToScalar, ToWord, U256}; use gadgets::util::{select, sum}; use halo2_proofs::{ circuit::Value, @@ -93,7 +97,7 @@ pub(crate) struct RestoreContextGadget { caller_id: Cell, caller_is_root: Cell, caller_is_create: Cell, - caller_code_hash: Cell, + caller_code_hash: WordCell, caller_program_counter: Cell, caller_stack_pointer: Cell, caller_gas_left: Cell, @@ -114,11 +118,15 @@ impl RestoreContextGadget { ) -> Self { // Read caller's context for restore let caller_id = cb.call_context(None, CallContextFieldTag::CallerId); - let [caller_is_root, caller_is_create, caller_code_hash, caller_program_counter, caller_stack_pointer, caller_gas_left, caller_memory_word_size, caller_reversible_write_counter] = + let [caller_is_root, caller_is_create] = + [CallContextFieldTag::IsRoot, CallContextFieldTag::IsCreate] + .map(|field_tag| cb.call_context(Some(caller_id.expr()), field_tag)); + + let caller_code_hash = + cb.call_context_read_as_word(Some(caller_id.expr()), CallContextFieldTag::CodeHash); + + let [caller_program_counter, caller_stack_pointer, caller_gas_left, caller_memory_word_size, caller_reversible_write_counter] = [ - CallContextFieldTag::IsRoot, - CallContextFieldTag::IsCreate, - CallContextFieldTag::CodeHash, CallContextFieldTag::ProgramCounter, CallContextFieldTag::StackPointer, CallContextFieldTag::GasLeft, @@ -152,7 +160,12 @@ impl RestoreContextGadget { ), ), ] { - cb.call_context_lookup(true.expr(), Some(caller_id.expr()), field_tag, value); + // TODO review and assure range check + cb.call_context_lookup_write( + Some(caller_id.expr()), + field_tag, + Word::from_lo_unchecked(value), + ); } let code_deposit_cost = cb.curr.state.is_create.expr() @@ -186,7 +199,7 @@ impl RestoreContextGadget { call_id: To(caller_id.expr()), is_root: To(caller_is_root.expr()), is_create: To(caller_is_create.expr()), - code_hash: To(caller_code_hash.expr()), + code_hash: To(caller_code_hash.to_word()), program_counter: To(caller_program_counter.expr()), stack_pointer: To(caller_stack_pointer.expr()), gas_left: To(gas_left), @@ -250,7 +263,7 @@ impl RestoreContextGadget { } self.caller_code_hash - .assign(region, offset, region.word_rlc(caller_code_hash))?; + .assign_u256(region, offset, caller_code_hash)?; Ok(()) } @@ -266,19 +279,19 @@ impl { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - address: Expression, - updates: Vec>, + address: Word>, + updates: Vec>, reversion_info: Option<&mut ReversionInfo>, ) -> Self { debug_assert!(updates.len() == N_ADDENDS - 1); - let balance_addend = cb.query_word_rlc(); - let balance_sum = cb.query_word_rlc(); + let balance_addend = cb.query_word32(); + let balance_sum = cb.query_word32(); - let [value, value_prev] = if INCREASE { - [balance_sum.expr(), balance_addend.expr()] + let [value, value_prev]: [Word32>; 2] = if INCREASE { + [balance_sum.to_word_n(), balance_addend.to_word_n()] } else { - [balance_addend.expr(), balance_sum.expr()] + [balance_addend.to_word_n(), balance_sum.to_word_n()] }; let add_words = AddWordsGadget::construct( @@ -294,30 +307,14 @@ impl cb.account_write( address, AccountFieldTag::Balance, - value, - value_prev, + value.to_word(), + value_prev.to_word(), reversion_info, ); Self { add_words } } - pub(crate) fn balance(&self) -> &Word { - if INCREASE { - self.add_words.sum() - } else { - &self.add_words.addends()[0] - } - } - - pub(crate) fn balance_prev(&self) -> &Word { - if INCREASE { - &self.add_words.addends()[0] - } else { - self.add_words.sum() - } - } - pub(crate) fn assign( &self, region: &mut CachedRegion<'_, '_, F>, @@ -354,36 +351,36 @@ pub(crate) struct TransferWithGasFeeGadget { receiver: UpdateBalanceGadget, receiver_exists: Expression, must_create: Expression, - pub(crate) value_is_zero: IsZeroGadget, + pub(crate) value_is_zero: IsZeroWordGadget>, } impl TransferWithGasFeeGadget { #[allow(clippy::too_many_arguments)] pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - sender_address: Expression, - receiver_address: Expression, + sender_address: Word>, + receiver_address: Word>, receiver_exists: Expression, must_create: Expression, - value: Word, - gas_fee: Word, + value: Word32Cell, + gas_fee: Word32Cell, reversion_info: &mut ReversionInfo, ) -> Self { let sender_sub_fee = - UpdateBalanceGadget::construct(cb, sender_address.expr(), vec![gas_fee], None); - let value_is_zero = IsZeroGadget::construct(cb, value.expr()); + UpdateBalanceGadget::construct(cb, sender_address.to_word(), vec![gas_fee], None); + let value_is_zero = IsZeroWordGadget::construct(cb, &value); // If receiver doesn't exist, create it cb.condition( or::expr([ - not::expr(value_is_zero.expr()) * not::expr(receiver_exists.clone()), + not::expr(value_is_zero.expr()) * not::expr(receiver_exists.expr()), must_create.clone(), ]), |cb| { cb.account_write( receiver_address.clone(), AccountFieldTag::CodeHash, - cb.empty_code_hash_rlc(), - 0.expr(), + cb.empty_code_hash(), + Word::zero(), Some(reversion_info), ); }, @@ -399,7 +396,7 @@ impl TransferWithGasFeeGadget { let receiver = UpdateBalanceGadget::construct( cb, receiver_address, - vec![value], + vec![value.clone()], Some(reversion_info), ); (sender_sub_value, receiver) @@ -420,7 +417,7 @@ impl TransferWithGasFeeGadget { 1.expr() + // +1 Write Account (receiver) CodeHash (account creation via code_hash update) or::expr([ - not::expr(self.value_is_zero.expr()) * not::expr(self.receiver_exists.clone()), + not::expr(self.value_is_zero.expr()) * not::expr(self.receiver_exists.expr()), self.must_create.clone()] ) * 1.expr() + // +1 Write Account (sender) Balance @@ -432,7 +429,7 @@ impl TransferWithGasFeeGadget { // NOTE: Write Account (sender) Balance (Not Reversible tx fee) // +1 Write Account (receiver) CodeHash (account creation via code_hash update) or::expr([ - not::expr(self.value_is_zero.expr()) * not::expr(self.receiver_exists.clone()), + not::expr(self.value_is_zero.expr()) * not::expr(self.receiver_exists.expr()), self.must_create.clone()] ) * 1.expr() + // +1 Write Account (sender) Balance @@ -473,7 +470,7 @@ impl TransferWithGasFeeGadget { receiver_balance, )?; self.value_is_zero - .assign_value(region, offset, region.word_rlc(value))?; + .assign_value(region, offset, Value::known(Word::from(value)))?; Ok(()) } } @@ -486,28 +483,34 @@ impl TransferWithGasFeeGadget { pub(crate) struct TransferGadget { sender: UpdateBalanceGadget, receiver: UpdateBalanceGadget, - pub(crate) value_is_zero: IsZeroGadget, + must_create: Expression, + receiver_exists: Expression, + pub(crate) value_is_zero: IsZeroWordGadget>, } impl TransferGadget { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - sender_address: Expression, - receiver_address: Expression, + sender_address: Word>, + receiver_address: Word>, receiver_exists: Expression, - value: Word, + must_create: Expression, + value: Word32Cell, reversion_info: &mut ReversionInfo, ) -> Self { - let value_is_zero = IsZeroGadget::construct(cb, value.expr()); + let value_is_zero = IsZeroWordGadget::construct(cb, &value); // If receiver doesn't exist, create it cb.condition( - not::expr(value_is_zero.expr()) * not::expr(receiver_exists), + or::expr([ + not::expr(value_is_zero.expr()) * not::expr(receiver_exists.expr()), + must_create.clone(), + ]), |cb| { cb.account_write( receiver_address.clone(), AccountFieldTag::CodeHash, - cb.empty_code_hash_rlc(), - 0.expr(), + cb.empty_code_hash(), + Word::zero(), Some(reversion_info), ); }, @@ -530,18 +533,23 @@ impl TransferGadget { }); Self { + must_create, sender, receiver, + receiver_exists, value_is_zero, } } - pub(crate) fn sender(&self) -> &UpdateBalanceGadget { - &self.sender - } - - pub(crate) fn receiver(&self) -> &UpdateBalanceGadget { - &self.receiver + pub(crate) fn reversible_w_delta(&self) -> Expression { + // +1 Write Account (receiver) CodeHash (account creation via code_hash update) + or::expr([ + not::expr(self.value_is_zero.expr()) * not::expr(self.receiver_exists.clone()), + self.must_create.clone()] + ) * 1.expr() + + // +1 Write Account (sender) Balance + // +1 Write Account (receiver) Balance + not::expr(self.value_is_zero.expr()) * 2.expr() } pub(crate) fn assign( @@ -567,7 +575,7 @@ impl TransferGadget { receiver_balance, )?; self.value_is_zero - .assign_value(region, offset, region.word_rlc(value))?; + .assign_value(region, offset, Value::known(Word::from(value)))?; Ok(()) } } @@ -576,20 +584,20 @@ impl TransferGadget { pub(crate) struct CommonCallGadget { pub is_success: Cell, - pub gas: Word, + pub gas: Word32Cell, pub gas_is_u64: IsZeroGadget, - pub callee_address: Word, - pub value: Word, + pub callee_address: AccountAddress, + pub value: Word32Cell, pub cd_address: MemoryAddressGadget, pub rd_address: MemoryAddressGadget, pub memory_expansion: MemoryExpansionGadget, - value_is_zero: IsZeroGadget, + value_is_zero: IsZeroWordGadget>, pub has_value: Expression, - pub phase2_callee_code_hash: Cell, - pub is_empty_code_hash: IsEqualGadget, + pub callee_code_hash: WordCell, + pub is_empty_code_hash: IsEqualWordGadget, Word>>, - pub callee_not_exists: IsZeroGadget, + pub callee_not_exists: IsZeroWordGadget>, } impl CommonCallGadget { @@ -607,13 +615,13 @@ impl CommonCallGadget 1.expr(), ); - let gas_word = cb.query_word_rlc(); - let callee_address_word = cb.query_word_rlc(); - let value = cb.query_word_rlc(); - let cd_offset = cb.query_cell_phase2(); - let cd_length = cb.query_word_rlc(); - let rd_offset = cb.query_cell_phase2(); - let rd_length = cb.query_word_rlc(); + let gas_word = cb.query_word32(); + let callee_address = cb.query_account_address(); + let value = cb.query_word32(); + let cd_offset = cb.query_word_unchecked(); + let cd_length = cb.query_memory_address(); + let rd_offset = cb.query_word_unchecked(); + let rd_length = cb.query_memory_address(); let is_success = cb.query_bool(); // Lookup values from stack @@ -624,49 +632,49 @@ impl CommonCallGadget // callee address is `current_callee_address`. // For both CALL and STATICCALL, caller address is // `current_callee_address` and callee address is `callee_address`. - cb.stack_pop(gas_word.expr()); - cb.stack_pop(callee_address_word.expr()); + cb.stack_pop(gas_word.to_word()); + cb.stack_pop(callee_address.to_word()); // `CALL` and `CALLCODE` opcodes have an additional stack pop `value`. - cb.condition(is_call + is_callcode, |cb| cb.stack_pop(value.expr())); - cb.stack_pop(cd_offset.expr()); - cb.stack_pop(cd_length.expr()); - cb.stack_pop(rd_offset.expr()); - cb.stack_pop(rd_length.expr()); + cb.condition(is_call + is_callcode, |cb| cb.stack_pop(value.to_word())); + cb.stack_pop(cd_offset.to_word()); + cb.stack_pop(cd_length.to_word()); + cb.stack_pop(rd_offset.to_word()); + cb.stack_pop(rd_length.to_word()); cb.stack_push(if IS_SUCCESS_CALL { - is_success.expr() + Word::from_lo_unchecked(is_success.expr()) // is_success is bool } else { - 0.expr() + Word::zero() }); // Recomposition of random linear combination to integer - let gas_is_u64 = IsZeroGadget::construct(cb, sum::expr(&gas_word.cells[N_BYTES_GAS..])); + let gas_is_u64 = IsZeroGadget::construct(cb, sum::expr(&gas_word.limbs[N_BYTES_GAS..])); let cd_address = MemoryAddressGadget::construct(cb, cd_offset, cd_length); let rd_address = MemoryAddressGadget::construct(cb, rd_offset, rd_length); let memory_expansion = MemoryExpansionGadget::construct(cb, [cd_address.address(), rd_address.address()]); // construct common gadget - let value_is_zero = IsZeroGadget::construct(cb, sum::expr(&value.cells)); + let value_is_zero = IsZeroWordGadget::construct(cb, &value); let has_value = select::expr( is_delegatecall.expr() + is_staticcall.expr(), 0.expr(), 1.expr() - value_is_zero.expr(), ); - let phase2_callee_code_hash = cb.query_cell_with_type(CellType::StoragePhase2); + let callee_code_hash = cb.query_word_unchecked(); cb.account_read( - from_bytes::expr(&callee_address_word.cells[..N_BYTES_ACCOUNT_ADDRESS]), + callee_address.to_word(), AccountFieldTag::CodeHash, - phase2_callee_code_hash.expr(), + callee_code_hash.to_word(), ); let is_empty_code_hash = - IsEqualGadget::construct(cb, phase2_callee_code_hash.expr(), cb.empty_code_hash_rlc()); - let callee_not_exists = IsZeroGadget::construct(cb, phase2_callee_code_hash.expr()); + IsEqualWordGadget::construct(cb, &callee_code_hash, &cb.empty_code_hash()); + let callee_not_exists = IsZeroWordGadget::construct(cb, &callee_code_hash); Self { is_success, - callee_address: callee_address_word, + callee_address, gas: gas_word, gas_is_u64, value, @@ -675,18 +683,18 @@ impl CommonCallGadget memory_expansion, value_is_zero, has_value, - phase2_callee_code_hash, + callee_code_hash, is_empty_code_hash, callee_not_exists, } } - pub fn callee_address_expr(&self) -> Expression { - from_bytes::expr(&self.callee_address.cells[..N_BYTES_ACCOUNT_ADDRESS]) + pub fn callee_address(&self) -> Word> { + self.callee_address.to_word() } pub fn gas_expr(&self) -> Expression { - from_bytes::expr(&self.gas.cells[..N_BYTES_GAS]) + from_bytes::expr(&self.gas.limbs[..N_BYTES_GAS]) } pub fn gas_cost_expr( @@ -719,13 +727,12 @@ impl CommonCallGadget rd_offset: U256, rd_length: U256, memory_word_size: u64, - phase2_callee_code_hash: Value, + callee_code_hash: U256, ) -> Result { - self.gas.assign(region, offset, Some(gas.to_le_bytes()))?; + self.gas.assign_u256(region, offset, gas)?; self.callee_address - .assign(region, offset, Some(callee_address.to_le_bytes()))?; - self.value - .assign(region, offset, Some(value.to_le_bytes()))?; + .assign_h160(region, offset, callee_address.to_address())?; + self.value.assign_u256(region, offset, value)?; if IS_SUCCESS_CALL { self.is_success .assign(region, offset, Value::known(F::from(is_success.low_u64())))?; @@ -749,17 +756,20 @@ impl CommonCallGadget )?; self.value_is_zero - .assign(region, offset, sum::value(&value.to_le_bytes()))?; - self.phase2_callee_code_hash - .assign(region, offset, phase2_callee_code_hash)?; + .assign(region, offset, Word::from(value))?; + self.callee_code_hash + .assign_u256(region, offset, callee_code_hash)?; self.is_empty_code_hash.assign_value( region, offset, - phase2_callee_code_hash, - region.empty_code_hash_rlc(), + Value::known(Word::from(callee_code_hash)), + Value::known(Word::from(CodeDB::empty_code_hash().to_word())), + )?; + self.callee_not_exists.assign_value( + region, + offset, + Value::known(Word::from(callee_code_hash)), )?; - self.callee_not_exists - .assign_value(region, offset, phase2_callee_code_hash)?; Ok(memory_expansion_gas_cost) } @@ -793,7 +803,6 @@ impl CommonCallGadget #[derive(Clone, Debug)] pub(crate) struct SloadGasGadget { - is_warm: Expression, gas_cost: Expression, } @@ -805,7 +814,7 @@ impl SloadGasGadget { GasCost::COLD_SLOAD.expr(), ); - Self { is_warm, gas_cost } + Self { gas_cost } } pub(crate) fn expr(&self) -> Expression { @@ -815,29 +824,25 @@ impl SloadGasGadget { } #[derive(Clone, Debug)] -pub(crate) struct SstoreGasGadget { - value: Cell, - value_prev: Cell, - original_value: Cell, +pub(crate) struct SstoreGasGadget { is_warm: Cell, gas_cost: Expression, - value_eq_prev: IsEqualGadget, - original_eq_prev: IsEqualGadget, - original_is_zero: IsZeroGadget, + value_eq_prev: IsEqualWordGadget, + original_eq_prev: IsEqualWordGadget, + original_is_zero: IsZeroWordGadget, } -impl SstoreGasGadget { +impl + Clone> SstoreGasGadget { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - value: Cell, - value_prev: Cell, - original_value: Cell, is_warm: Cell, + value: T, + value_prev: T, + original_value: T, ) -> Self { - let value_eq_prev = IsEqualGadget::construct(cb, value.expr(), value_prev.expr()); - let original_eq_prev = - IsEqualGadget::construct(cb, original_value.expr(), value_prev.expr()); - let original_is_zero = IsZeroGadget::construct(cb, original_value.expr()); + let value_eq_prev = IsEqualWordGadget::construct(cb, &value, &value_prev); + let original_eq_prev = IsEqualWordGadget::construct(cb, &original_value, &value_prev); + let original_is_zero = IsZeroWordGadget::construct(cb, &original_value); let warm_case_gas = select::expr( value_eq_prev.expr(), GasCost::WARM_ACCESS.expr(), @@ -858,9 +863,6 @@ impl SstoreGasGadget { ); Self { - value, - value_prev, - original_value, is_warm, gas_cost, value_eq_prev, @@ -882,27 +884,25 @@ impl SstoreGasGadget { original_value: eth_types::Word, is_warm: bool, ) -> Result<(), Error> { - self.value.assign(region, offset, region.word_rlc(value))?; - self.value_prev - .assign(region, offset, region.word_rlc(value_prev))?; - self.original_value - .assign(region, offset, region.word_rlc(original_value))?; self.is_warm .assign(region, offset, Value::known(F::from(is_warm as u64)))?; self.value_eq_prev.assign_value( region, offset, - region.word_rlc(value), - region.word_rlc(value_prev), + Value::known(Word::from(value)), + Value::known(Word::from(value_prev)), )?; self.original_eq_prev.assign_value( region, offset, - region.word_rlc(original_value), - region.word_rlc(value_prev), + Value::known(Word::from(original_value)), + Value::known(Word::from(value_prev)), + )?; + self.original_is_zero.assign_value( + region, + offset, + Value::known(Word::from(original_value)), )?; - self.original_is_zero - .assign_value(region, offset, region.word_rlc(original_value))?; Ok(()) } } @@ -941,7 +941,7 @@ pub(crate) fn cal_sstore_gas_cost_for_assignment( #[derive(Clone, Debug)] pub(crate) struct CommonErrorGadget { - rw_counter_end_of_reversion: Cell, + rw_counter_end_of_reversion: WordCell, restore_context: RestoreContextGadget, } @@ -950,19 +950,28 @@ impl CommonErrorGadget { cb: &mut EVMConstraintBuilder, opcode: Expression, rw_counter_delta: Expression, + ) -> Self { + Self::construct_with_return_data(cb, opcode, rw_counter_delta, 0.expr(), 0.expr()) + } + + pub(crate) fn construct_with_return_data( + cb: &mut EVMConstraintBuilder, + opcode: Expression, + rw_counter_delta: Expression, + return_data_offset: Expression, + return_data_length: Expression, ) -> Self { cb.opcode_lookup(opcode.expr(), 1.expr()); - let rw_counter_end_of_reversion = cb.query_cell(); + let rw_counter_end_of_reversion = cb.query_word_unchecked(); // rw_counter_end_of_reversion just used for read lookup, therefore skip range check // current call must be failed. - cb.call_context_lookup(false.expr(), None, CallContextFieldTag::IsSuccess, 0.expr()); + cb.call_context_lookup_read(None, CallContextFieldTag::IsSuccess, Word::zero()); - cb.call_context_lookup( - false.expr(), + cb.call_context_lookup_read( None, CallContextFieldTag::RwCounterEndOfReversion, - rw_counter_end_of_reversion.expr(), + rw_counter_end_of_reversion.to_word(), ); // Go to EndTx only when is_root @@ -990,8 +999,8 @@ impl CommonErrorGadget { cb, 0.expr(), 0.expr(), - 0.expr(), - 0.expr(), + return_data_offset, + return_data_length, 0.expr(), 0.expr(), ) @@ -1002,7 +1011,7 @@ impl CommonErrorGadget { cb.curr.state.rw_counter.expr() + cb.rw_counter_offset() - 1.expr(); cb.require_equal( "rw_counter_end_of_reversion = rw_counter_end_of_step + reversible_counter", - rw_counter_end_of_reversion.expr(), + rw_counter_end_of_reversion.lo().expr(), rw_counter_end_of_step + cb.curr.state.reversible_write_counter.expr(), ); @@ -1022,10 +1031,10 @@ impl CommonErrorGadget { step: &ExecStep, rw_offset: usize, ) -> Result { - self.rw_counter_end_of_reversion.assign( + self.rw_counter_end_of_reversion.assign_u64( region, offset, - Value::known(F::from(call.rw_counter_end_of_reversion as u64)), + call.rw_counter_end_of_reversion as u64, )?; self.restore_context .assign(region, offset, block, call, step, rw_offset)?; @@ -1080,8 +1089,8 @@ impl WordByteCapGadget { self.lt_cap.expr() } - pub(crate) fn original_word(&self) -> Expression { - self.word.original_word() + pub(crate) fn original_word(&self) -> Word32Cell { + self.word.original.clone() } pub(crate) fn overflow(&self) -> Expression { @@ -1100,7 +1109,7 @@ impl WordByteCapGadget { /// Check if the passed in word is within the specified byte range (not overflow). #[derive(Clone, Debug)] pub(crate) struct WordByteRangeGadget { - original: Word, + original: Word32Cell, not_overflow: IsZeroGadget, } @@ -1108,8 +1117,8 @@ impl WordByteRangeGadget { pub(crate) fn construct(cb: &mut EVMConstraintBuilder) -> Self { debug_assert!(VALID_BYTES < 32); - let original = cb.query_word_rlc(); - let not_overflow = IsZeroGadget::construct(cb, sum::expr(&original.cells[VALID_BYTES..])); + let original = cb.query_word32(); + let not_overflow = IsZeroGadget::construct(cb, sum::expr(&original.limbs[VALID_BYTES..])); Self { original, @@ -1124,8 +1133,7 @@ impl WordByteRangeGadget { offset: usize, original: U256, ) -> Result { - self.original - .assign(region, offset, Some(original.to_le_bytes()))?; + self.original.assign_u256(region, offset, original)?; let overflow_hi = original.to_le_bytes()[VALID_BYTES..] .iter() @@ -1136,16 +1144,16 @@ impl WordByteRangeGadget { Ok(overflow_hi == 0) } - pub(crate) fn original_word(&self) -> Expression { - self.original.expr() - } - pub(crate) fn overflow(&self) -> Expression { not::expr(self.not_overflow()) } + pub(crate) fn original(&self) -> Word> { + self.original.to_word() + } + pub(crate) fn valid_value(&self) -> Expression { - from_bytes::expr(&self.original.cells[..VALID_BYTES]) + from_bytes::expr(&self.original.limbs[..VALID_BYTES]) } pub(crate) fn not_overflow(&self) -> Expression { diff --git a/zkevm-circuits/src/evm_circuit/util/constraint_builder.rs b/zkevm-circuits/src/evm_circuit/util/constraint_builder.rs index 93ea3d51ca..f62c46bd79 100644 --- a/zkevm-circuits/src/evm_circuit/util/constraint_builder.rs +++ b/zkevm-circuits/src/evm_circuit/util/constraint_builder.rs @@ -2,14 +2,18 @@ use crate::{ evm_circuit::{ param::STACK_CAPACITY, step::{ExecutionState, Step}, - table::{FixedTableTag, Lookup, RwValues}, - util::{Cell, RandomLinearCombination, Word}, + table::{FixedTableTag, Lookup, RwValues, Table}, + util::{Cell, RandomLinearCombination}, }, table::{ AccountFieldTag, BytecodeFieldTag, CallContextFieldTag, TxContextFieldTag, TxLogFieldTag, TxReceiptFieldTag, }, - util::{build_tx_log_expression, Challenges, Expr}, + util::{ + build_tx_log_expression, query_expression, + word::{Word, Word32, Word32Cell, WordCell, WordExpr}, + Challenges, Expr, + }, }; use bus_mapping::{operation::Target, state_db::EMPTY_CODE_HASH_LE}; use eth_types::Field; @@ -17,12 +21,16 @@ use gadgets::util::not; use halo2_proofs::{ circuit::Value, plonk::{ - Error, + ConstraintSystem, Error, Expression::{self, Constant}, + VirtualCells, }, }; -use super::{rlc, CachedRegion, CellType, StoredExpression}; +use super::{ + address_word_to_expr, rlc, AccountAddress, CachedRegion, CellType, MemoryAddress, + StoredExpression, U64Cell, +}; // Max degree allowed in all expressions passing through the ConstraintBuilder. // It aims to cap `extended_k` to 2, which allows constraint degree to 2^2+1, @@ -50,7 +58,7 @@ pub(crate) struct StepStateTransition { pub(crate) call_id: Transition>, pub(crate) is_root: Transition>, pub(crate) is_create: Transition>, - pub(crate) code_hash: Transition>, + pub(crate) code_hash: Transition>>, pub(crate) program_counter: Transition>, pub(crate) stack_pointer: Transition>, pub(crate) gas_left: Transition>, @@ -148,6 +156,22 @@ pub(crate) trait ConstrainBuilderCommon { self.add_constraint(name, constraint); } + fn require_zero_word(&mut self, name: &'static str, word: Word>) { + self.require_equal_word(name, word, Word::zero()); + } + + fn require_equal_word( + &mut self, + name: &'static str, + lhs: Word>, + rhs: Word>, + ) { + let (lhs_lo, lhs_hi) = lhs.to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_lo_hi(); + self.add_constraint(name, lhs_lo - rhs_lo); + self.add_constraint(name, lhs_hi - rhs_hi); + } + fn require_equal(&mut self, name: &'static str, lhs: Expression, rhs: Expression) { self.add_constraint(name, lhs - rhs); } @@ -156,6 +180,10 @@ pub(crate) trait ConstrainBuilderCommon { self.add_constraint(name, value.clone() * (1.expr() - value)); } + fn require_true(&mut self, name: &'static str, value: Expression) { + self.require_equal(name, value, 1.expr()); + } + fn require_in_set( &mut self, name: &'static str, @@ -248,7 +276,6 @@ impl BaseConstraintBuilder { enum ConstraintLocation { Step, StepFirst, - StepLast, NotStepLast, } @@ -264,8 +291,7 @@ pub(crate) struct Constraints { pub(crate) not_step_last: Vec<(&'static str, Expression)>, } -pub(crate) struct EVMConstraintBuilder<'a, F> { - pub max_degree: usize, +pub(crate) struct EVMConstraintBuilder<'a, F: Field> { pub(crate) curr: Step, pub(crate) next: Step, challenges: &'a Challenges>, @@ -274,11 +300,12 @@ pub(crate) struct EVMConstraintBuilder<'a, F> { rw_counter_offset: Expression, program_counter_offset: usize, stack_pointer_offset: Expression, - log_id_offset: usize, in_next_step: bool, conditions: Vec>, constraints_location: ConstraintLocation, stored_expressions: Vec>, + pub(crate) debug_expressions: Vec<(String, Expression)>, + meta: &'a mut ConstraintSystem, } impl<'a, F: Field> ConstrainBuilderCommon for EVMConstraintBuilder<'a, F> { @@ -296,13 +323,13 @@ impl<'a, F: Field> ConstrainBuilderCommon for EVMConstraintBuilder<'a, F> { impl<'a, F: Field> EVMConstraintBuilder<'a, F> { pub(crate) fn new( + meta: &'a mut ConstraintSystem, curr: Step, next: Step, challenges: &'a Challenges>, execution_state: ExecutionState, ) -> Self { Self { - max_degree: MAX_DEGREE, curr, next, challenges, @@ -316,18 +343,26 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { rw_counter_offset: 0.expr(), program_counter_offset: 0, stack_pointer_offset: 0.expr(), - log_id_offset: 0, in_next_step: false, conditions: Vec::new(), constraints_location: ConstraintLocation::Step, stored_expressions: Vec::new(), + meta, + debug_expressions: Vec::new(), } } /// Returns (list of constraints, list of first step constraints, stored /// expressions, height used). #[allow(clippy::type_complexity)] - pub(crate) fn build(self) -> (Constraints, Vec>, usize) { + pub(crate) fn build( + self, + ) -> ( + Constraints, + Vec>, + usize, + &'a mut ConstraintSystem, + ) { let exec_state_sel = self.curr.execution_state_selector([self.execution_state]); let mul_exec_state_sel = |c: Vec<(&'static str, Expression)>| { c.into_iter() @@ -343,9 +378,14 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { }, self.stored_expressions, self.curr.cell_manager.get_height(), + self.meta, ) } + pub(crate) fn query_expression(&mut self, f: impl FnMut(&mut VirtualCells) -> T) -> T { + query_expression(self.meta, f) + } + fn condition_expr_opt(&self) -> Option> { let mut iter = self.conditions.iter(); let first = match iter.next() { @@ -367,18 +407,10 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { self.rw_counter_offset.clone() } - pub(crate) fn program_counter_offset(&self) -> usize { - self.program_counter_offset - } - pub(crate) fn stack_pointer_offset(&self) -> Expression { self.stack_pointer_offset.clone() } - pub(crate) fn log_id_offset(&self) -> usize { - self.log_id_offset - } - // Query pub(crate) fn copy>(&mut self, value: E) -> Cell { @@ -394,23 +426,46 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { } pub(crate) fn query_byte(&mut self) -> Cell { - self.query_cell_with_type(CellType::LookupByte) + self.query_cell_with_type(CellType::Lookup(Table::U8)) + } + + // default query_word is 2 limbs. Each limb is not guaranteed to be 128 bits. + pub fn query_word_unchecked(&mut self) -> WordCell { + Word::new( + self.query_cells(CellType::StoragePhase1, 2) + .try_into() + .unwrap(), + ) } - pub(crate) fn query_word_rlc(&mut self) -> RandomLinearCombination { - RandomLinearCombination::::new(self.query_bytes(), self.challenges.evm_word()) + // query_word32 each limb is 8 bits, and any conversion to smaller limbs inherits the type + // check. + pub(crate) fn query_word32(&mut self) -> Word32Cell { + Word32::new(self.query_bytes()) } pub(crate) fn query_keccak_rlc(&mut self) -> RandomLinearCombination { RandomLinearCombination::::new(self.query_bytes(), self.challenges.keccak_input()) } + pub(crate) fn query_u64(&mut self) -> U64Cell { + U64Cell::new(self.query_bytes()) + } + + pub(crate) fn query_account_address(&mut self) -> AccountAddress { + AccountAddress::::new(self.query_bytes()) + } + + pub(crate) fn query_memory_address(&mut self) -> MemoryAddress { + MemoryAddress::::new(self.query_bytes()) + } + pub(crate) fn query_bytes(&mut self) -> [Cell; N] { - self.query_bytes_dyn(N).try_into().unwrap() + self.query_u8_dyn(N).try_into().unwrap() } - pub(crate) fn query_bytes_dyn(&mut self, count: usize) -> Vec> { - self.query_cells(CellType::LookupByte, count) + pub(crate) fn query_u8_dyn(&mut self, count: usize) -> Vec> { + self.query_cells(CellType::Lookup(Table::U8), count) } pub(crate) fn query_cell(&mut self) -> Cell { @@ -429,12 +484,6 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { self.query_cells(cell_type, 1).first().unwrap().clone() } - pub(crate) fn query_bool_with_type(&mut self, cell_type: CellType) -> Cell { - let cell = self.query_cell_with_type(cell_type); - self.require_boolean("Constrain cell to be a bool", cell.expr()); - cell - } - fn query_cells(&mut self, cell_type: CellType, count: usize) -> Vec> { if self.in_next_step { &mut self.next @@ -442,19 +491,15 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { &mut self.curr } .cell_manager - .query_cells(cell_type, count) - } - - pub(crate) fn word_rlc(&self, bytes: [Expression; N]) -> Expression { - rlc::expr(&bytes, self.challenges.evm_word()) + .query_cells(self.meta, cell_type, count) } pub(crate) fn keccak_rlc(&self, bytes: [Expression; N]) -> Expression { rlc::expr(&bytes, self.challenges.keccak_input()) } - pub(crate) fn empty_code_hash_rlc(&self) -> Expression { - self.word_rlc((*EMPTY_CODE_HASH_LE).map(|byte| byte.expr())) + pub(crate) fn empty_code_hash(&self) -> Word> { + Word32::new(EMPTY_CODE_HASH_LE.map(|byte| byte.expr())).to_word() } pub(crate) fn require_next_state(&mut self, execution_state: ExecutionState) { @@ -465,11 +510,6 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { ); } - pub(crate) fn require_next_state_not(&mut self, execution_state: ExecutionState) { - let next_state = self.next.execution_state_selector([execution_state]); - self.add_constraint("Constrain next execution state not", next_state.expr()); - } - pub(crate) fn require_step_state_transition( &mut self, step_state_transition: StepStateTransition, @@ -497,11 +537,29 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { }; } + macro_rules! constrain_word { + ($name:tt) => { + match step_state_transition.$name { + Transition::Same => self.require_equal_word( + concat!("State transition (same) constraint of ", stringify!($name)), + self.next.state.$name.to_word(), + self.curr.state.$name.to_word(), + ), + Transition::To(to) => self.require_equal_word( + concat!("State transition (to) constraint of ", stringify!($name)), + self.next.state.$name.to_word(), + to, + ), + _ => {} + } + }; + } + constrain!(rw_counter); constrain!(call_id); constrain!(is_root); constrain!(is_create); - constrain!(code_hash); + constrain_word!(code_hash); constrain!(program_counter); constrain!(stack_pointer); constrain!(gas_left); @@ -565,7 +623,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { self.add_lookup( "Opcode lookup", Lookup::Bytecode { - hash: self.curr.state.code_hash.expr(), + hash: self.curr.state.code_hash.to_word(), tag: BytecodeFieldTag::Byte.expr(), index, is_code, @@ -575,11 +633,9 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { ); } - // Bytecode table - pub(crate) fn bytecode_lookup( &mut self, - code_hash: Expression, + code_hash: Word>, index: Expression, is_code: Expression, value: Expression, @@ -596,7 +652,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { ) } - pub(crate) fn bytecode_length(&mut self, code_hash: Expression, value: Expression) { + pub(crate) fn bytecode_length(&mut self, code_hash: Word>, value: Expression) { self.add_lookup( "Bytecode (length)", Lookup::Bytecode { @@ -618,18 +674,29 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { index: Option>, ) -> Cell { let cell = self.query_cell(); - self.tx_context_lookup(id, field_tag, index, cell.expr()); + // lookup read, unchecked is safe + self.tx_context_lookup(id, field_tag, index, Word::from_lo_unchecked(cell.expr())); cell } + pub(crate) fn tx_context_as_word32( + &mut self, + id: Expression, + field_tag: TxContextFieldTag, + index: Option>, + ) -> Word32Cell { + let word = self.query_word32(); + self.tx_context_lookup(id, field_tag, index, word.to_word()); + word + } pub(crate) fn tx_context_as_word( &mut self, id: Expression, field_tag: TxContextFieldTag, index: Option>, - ) -> Word { - let word = self.query_word_rlc(); - self.tx_context_lookup(id, field_tag, index, word.expr()); + ) -> WordCell { + let word = self.query_word_unchecked(); + self.tx_context_lookup(id, field_tag, index, word.to_word()); word } @@ -638,7 +705,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { id: Expression, field_tag: TxContextFieldTag, index: Option>, - value: Expression, + value: Word>, ) { self.add_lookup( "Tx lookup", @@ -656,7 +723,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { &mut self, tag: Expression, number: Option>, - val: Expression, + val: Word>, ) { self.add_lookup( "Block lookup", @@ -747,22 +814,17 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { reversion_info.rw_counter_of_reversion(reversible_write_counter_inc_selector), true.expr(), tag, - RwValues { - value_prev: values.value, - value: values.value_prev, - ..values - }, + values.revert_value(), ) }); } } // Access list - - pub(crate) fn account_access_list_write( + pub(crate) fn account_access_list_write_unchecked( &mut self, tx_id: Expression, - account_address: Expression, + account_address: Word>, value: Expression, value_prev: Expression, reversion_info: Option<&mut ReversionInfo>, @@ -772,13 +834,12 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::TxAccessListAccount, RwValues::new( tx_id, - account_address, - 0.expr(), - 0.expr(), - value, - value_prev, - 0.expr(), + address_word_to_expr(account_address), 0.expr(), + Word::zero(), + Word::from_lo_unchecked(value), + Word::from_lo_unchecked(value_prev), + Word::zero(), ), reversion_info, ); @@ -787,7 +848,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { pub(crate) fn account_access_list_read( &mut self, tx_id: Expression, - account_address: Expression, + account_address: Word>, value: Expression, ) { self.rw_lookup( @@ -796,24 +857,22 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::TxAccessListAccount, RwValues::new( tx_id, - account_address, - 0.expr(), - 0.expr(), - value.clone(), - value, - 0.expr(), + address_word_to_expr(account_address), 0.expr(), + Word::zero(), + Word::from_lo_unchecked(value.clone()), + Word::from_lo_unchecked(value), + Word::zero(), ), ); } - pub(crate) fn account_storage_access_list_write( &mut self, tx_id: Expression, - account_address: Expression, - storage_key: Expression, - value: Expression, - value_prev: Expression, + account_address: Word>, + storage_key: Word>, + value: Word>, + value_prev: Word>, reversion_info: Option<&mut ReversionInfo>, ) { self.reversible_write( @@ -821,13 +880,12 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::TxAccessListAccountStorage, RwValues::new( tx_id, - account_address, + address_word_to_expr(account_address), 0.expr(), storage_key, value, value_prev, - 0.expr(), - 0.expr(), + Word::zero(), ), reversion_info, ); @@ -836,9 +894,9 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { pub(crate) fn account_storage_access_list_read( &mut self, tx_id: Expression, - account_address: Expression, - storage_key: Expression, - value: Expression, + account_address: Word>, + storage_key: Word>, + value: Word>, ) { self.rw_lookup( "TxAccessListAccountStorage read", @@ -846,20 +904,19 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::TxAccessListAccountStorage, RwValues::new( tx_id, - account_address, + address_word_to_expr(account_address), 0.expr(), storage_key, value.clone(), value, - 0.expr(), - 0.expr(), + Word::zero(), ), ); } // Tx Refund - pub(crate) fn tx_refund_read(&mut self, tx_id: Expression, value: Expression) { + pub(crate) fn tx_refund_read(&mut self, tx_id: Expression, value: Word>) { self.rw_lookup( "TxRefund read", false.expr(), @@ -868,11 +925,10 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { tx_id, 0.expr(), 0.expr(), - 0.expr(), + Word::zero(), value.clone(), value, - 0.expr(), - 0.expr(), + Word::zero(), ), ); } @@ -880,8 +936,8 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { pub(crate) fn tx_refund_write( &mut self, tx_id: Expression, - value: Expression, - value_prev: Expression, + value: Word>, + value_prev: Word>, reversion_info: Option<&mut ReversionInfo>, ) { self.reversible_write( @@ -891,23 +947,21 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { tx_id, 0.expr(), 0.expr(), - 0.expr(), + Word::zero(), value, value_prev, - 0.expr(), - 0.expr(), + Word::zero(), ), reversion_info, ); } // Account - pub(crate) fn account_read( &mut self, - account_address: Expression, + account_address: Word>, field_tag: AccountFieldTag, - value: Expression, + value: Word>, ) { self.rw_lookup( "Account read", @@ -915,23 +969,22 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::Account, RwValues::new( 0.expr(), - account_address, + address_word_to_expr(account_address), field_tag.expr(), - 0.expr(), + Word::zero(), value.clone(), value, - 0.expr(), - 0.expr(), + Word::zero(), ), ); } pub(crate) fn account_write( &mut self, - account_address: Expression, + account_address: Word>, field_tag: AccountFieldTag, - value: Expression, - value_prev: Expression, + value: Word>, + value_prev: Word>, reversion_info: Option<&mut ReversionInfo>, ) { self.reversible_write( @@ -939,27 +992,25 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::Account, RwValues::new( 0.expr(), - account_address, + address_word_to_expr(account_address), field_tag.expr(), - 0.expr(), + Word::zero(), value, value_prev, - 0.expr(), - 0.expr(), + Word::zero(), ), reversion_info, ); } // Account Storage - pub(crate) fn account_storage_read( &mut self, - account_address: Expression, - key: Expression, - value: Expression, + account_address: Word>, + key: Word>, + value: Word>, tx_id: Expression, - committed_value: Expression, + committed_value: Word>, ) { self.rw_lookup( "account_storage_read", @@ -967,12 +1018,11 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::Storage, RwValues::new( tx_id, - account_address, + address_word_to_expr(account_address), 0.expr(), key, value.clone(), value, - 0.expr(), committed_value, ), ); @@ -981,12 +1031,12 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { #[allow(clippy::too_many_arguments)] pub(crate) fn account_storage_write( &mut self, - account_address: Expression, - key: Expression, - value: Expression, - value_prev: Expression, + account_address: Word>, + key: Word>, + value: Word>, + value_prev: Word>, tx_id: Expression, - committed_value: Expression, + committed_value: Word>, reversion_info: Option<&mut ReversionInfo>, ) { self.reversible_write( @@ -994,12 +1044,11 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { Target::Storage, RwValues::new( tx_id, - account_address, + address_word_to_expr(account_address), 0.expr(), key, value, value_prev, - 0.expr(), committed_value, ), reversion_info, @@ -1018,40 +1067,64 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { _ => CellType::StoragePhase1, }; let cell = self.query_cell_with_type(phase); - self.call_context_lookup(false.expr(), call_id, field_tag, cell.expr()); + self.call_context_lookup_read( + call_id, + field_tag, + Word::from_lo_unchecked(cell.expr()), // lookup read, unchecked is safe + ); cell } - pub(crate) fn call_context_as_word( + pub(crate) fn call_context_read_as_word( &mut self, call_id: Option>, field_tag: CallContextFieldTag, - ) -> Word { - let word = self.query_word_rlc(); - self.call_context_lookup(false.expr(), call_id, field_tag, word.expr()); + ) -> Word> { + let word = self.query_word_unchecked(); + self.call_context_lookup_read(call_id, field_tag, word.to_word()); word } - pub(crate) fn call_context_lookup( + pub(crate) fn call_context_lookup_read( &mut self, - is_write: Expression, call_id: Option>, field_tag: CallContextFieldTag, - value: Expression, + value: Word>, ) { self.rw_lookup( "CallContext lookup", - is_write, + 0.expr(), Target::CallContext, RwValues::new( call_id.unwrap_or_else(|| self.curr.state.call_id.expr()), 0.expr(), field_tag.expr(), - 0.expr(), + Word::zero(), value, + Word::zero(), + Word::zero(), + ), + ); + } + + pub(crate) fn call_context_lookup_write( + &mut self, + call_id: Option>, + field_tag: CallContextFieldTag, + value: Word>, + ) { + self.rw_lookup( + "CallContext lookup", + 1.expr(), + Target::CallContext, + RwValues::new( + call_id.unwrap_or_else(|| self.curr.state.call_id.expr()), 0.expr(), - 0.expr(), - 0.expr(), + field_tag.expr(), + Word::zero(), + value, + Word::zero(), + Word::zero(), ), ); } @@ -1067,7 +1140,20 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { ] .map(|field_tag| { let cell = self.query_cell(); - self.call_context_lookup(is_write.expr(), call_id.clone(), field_tag, cell.expr()); + if is_write { + self.call_context_lookup_write( + call_id.clone(), + field_tag, + Word::from_lo_unchecked(cell.expr()), + ); + } else { + self.call_context_lookup_read( + call_id.clone(), + field_tag, + Word::from_lo_unchecked(cell.expr()), + ); + } + cell }); @@ -1089,7 +1175,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { self.reversion_info(call_id, false) } - pub(crate) fn reversion_info_write( + pub(crate) fn reversion_info_write_unchecked( &mut self, call_id: Option>, ) -> ReversionInfo { @@ -1097,13 +1183,12 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { } // Stack - - pub(crate) fn stack_pop(&mut self, value: Expression) { + pub(crate) fn stack_pop(&mut self, value: Word>) { self.stack_lookup(false.expr(), self.stack_pointer_offset.clone(), value); self.stack_pointer_offset = self.stack_pointer_offset.clone() + self.condition_expr(); } - pub(crate) fn stack_push(&mut self, value: Expression) { + pub(crate) fn stack_push(&mut self, value: Word>) { self.stack_pointer_offset = self.stack_pointer_offset.clone() - self.condition_expr(); self.stack_lookup(true.expr(), self.stack_pointer_offset.expr(), value); } @@ -1112,7 +1197,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { &mut self, is_write: Expression, stack_pointer_offset: Expression, - value: Expression, + value: Word>, ) { self.rw_lookup( "Stack lookup", @@ -1122,11 +1207,10 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { self.curr.state.call_id.expr(), self.curr.state.stack_pointer.expr() + stack_pointer_offset, 0.expr(), - 0.expr(), + Word::zero(), value, - 0.expr(), - 0.expr(), - 0.expr(), + Word::zero(), + Word::zero(), ), ); } @@ -1148,11 +1232,11 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { call_id.unwrap_or_else(|| self.curr.state.call_id.expr()), memory_address, 0.expr(), - 0.expr(), - byte, - 0.expr(), - 0.expr(), - 0.expr(), + Word::zero(), + // TODO assure range check since write=true also possible + Word::from_lo_unchecked(byte), + Word::zero(), + Word::zero(), ), ); } @@ -1163,7 +1247,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { log_id: Expression, field_tag: TxLogFieldTag, index: Expression, - value: Expression, + value: Word>, ) { self.rw_lookup( "log data lookup", @@ -1173,17 +1257,15 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { tx_id, build_tx_log_expression(index, field_tag.expr(), log_id), 0.expr(), - 0.expr(), + Word::zero(), value, - 0.expr(), - 0.expr(), - 0.expr(), + Word::zero(), + Word::zero(), ), ); } // Tx Receipt - pub(crate) fn tx_receipt_lookup( &mut self, is_write: Expression, @@ -1199,11 +1281,11 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { tx_id, 0.expr(), tag.expr(), - 0.expr(), - value, - 0.expr(), - 0.expr(), - 0.expr(), + Word::zero(), + // TODO assure range check since write=true also possible + Word::from_lo_unchecked(value), + Word::zero(), + Word::zero(), ), ); } @@ -1216,16 +1298,15 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { counter, 0.expr(), Target::Start, - RwValues { - id: 0.expr(), - address: 0.expr(), - field_tag: 0.expr(), - storage_key: 0.expr(), - value: 0.expr(), - value_prev: 0.expr(), - aux1: 0.expr(), - aux2: 0.expr(), - }, + RwValues::new( + 0.expr(), + 0.expr(), + 0.expr(), + Word::zero(), + Word::zero(), + Word::zero(), + Word::zero(), + ), ); } @@ -1234,9 +1315,9 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { #[allow(clippy::too_many_arguments)] pub(crate) fn copy_table_lookup( &mut self, - src_id: Expression, + src_id: Word>, src_tag: Expression, - dst_id: Expression, + dst_id: Word>, dst_tag: Expression, src_addr: Expression, src_addr_end: Expression, @@ -1289,19 +1370,18 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { } // Keccak Table - pub(crate) fn keccak_table_lookup( &mut self, input_rlc: Expression, input_len: Expression, - output_rlc: Expression, + output: Word>, ) { self.add_lookup( "keccak lookup", Lookup::KeccakTable { input_rlc, input_len, - output_rlc, + output, }, ); } @@ -1334,32 +1414,6 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { ret } - /// This function needs to be used with extra precaution. You need to make - /// sure the layout is the same as the gadget for `next_step_state`. - /// `query_cell` will return cells in the next step in the `constraint` - /// function. - pub(crate) fn constrain_next_step( - &mut self, - next_step_state: ExecutionState, - condition: Option>, - constraint: impl FnOnce(&mut Self) -> R, - ) -> R { - assert!(!self.in_next_step, "Already in the next step"); - self.in_next_step = true; - let ret = match condition { - None => { - self.require_next_state(next_step_state); - constraint(self) - } - Some(cond) => self.condition(cond, |cb| { - cb.require_next_state(next_step_state); - constraint(cb) - }), - }; - self.in_next_step = false; - ret - } - /// TODO: Doc fn constraint_at_location( &mut self, @@ -1380,10 +1434,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { pub(crate) fn step_first(&mut self, constraint: impl FnOnce(&mut Self) -> R) -> R { self.constraint_at_location(ConstraintLocation::StepFirst, constraint) } - /// TODO: Doc - pub(crate) fn step_last(&mut self, constraint: impl FnOnce(&mut Self) -> R) -> R { - self.constraint_at_location(ConstraintLocation::StepLast, constraint) - } + /// TODO: Doc pub(crate) fn not_step_last(&mut self, constraint: impl FnOnce(&mut Self) -> R) -> R { self.constraint_at_location(ConstraintLocation::NotStepLast, constraint) @@ -1394,7 +1445,6 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { match self.constraints_location { ConstraintLocation::Step => self.constraints.step.push((name, constraint)), ConstraintLocation::StepFirst => self.constraints.step_first.push((name, constraint)), - ConstraintLocation::StepLast => self.constraints.step_last.push((name, constraint)), ConstraintLocation::NotStepLast => { self.constraints.not_step_last.push((name, constraint)) } @@ -1520,4 +1570,8 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> { None => 1.expr(), } } + + pub fn debug_expression>(&mut self, name: S, expr: Expression) { + self.debug_expressions.push((name.into(), expr)); + } } diff --git a/zkevm-circuits/src/evm_circuit/util/instrumentation.rs b/zkevm-circuits/src/evm_circuit/util/instrumentation.rs index eef04dbace..1674fcb636 100644 --- a/zkevm-circuits/src/evm_circuit/util/instrumentation.rs +++ b/zkevm-circuits/src/evm_circuit/util/instrumentation.rs @@ -1,7 +1,8 @@ -use crate::evm_circuit::{ - step::ExecutionState, - table::Table, - util::{constraint_builder::EVMConstraintBuilder, CellType}, +use crate::{ + evm_circuit::{ + step::ExecutionState, table::Table, util::constraint_builder::EVMConstraintBuilder, + }, + util::cell_manager::CellType, }; use eth_types::Field; use itertools::Itertools; @@ -73,8 +74,11 @@ impl Instrument { CellType::StoragePermutation => { report.storage_perm = data_entry; } - CellType::LookupByte => { - report.byte_lookup = data_entry; + CellType::Lookup(Table::U8) => { + report.u8_lookup = data_entry; + } + CellType::Lookup(Table::U16) => { + report.u16_lookup = data_entry; } CellType::Lookup(Table::Fixed) => { report.fixed_table = data_entry; @@ -116,6 +120,8 @@ pub struct ExecStateReport { pub storage_1: StateReportRow, pub storage_2: StateReportRow, pub storage_perm: StateReportRow, + pub u8_lookup: StateReportRow, + pub u16_lookup: StateReportRow, pub byte_lookup: StateReportRow, pub fixed_table: StateReportRow, pub tx_table: StateReportRow, diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget.rs index f9e89543d9..c72c3bf632 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget.rs @@ -4,14 +4,14 @@ use halo2_proofs::plonk::Expression; mod abs_word; mod add_words; -mod batched_is_zero; -mod binary_number; mod byte_size; mod cmp_words; mod comparison; mod constant_division; mod is_equal; +mod is_equal_word; mod is_zero; +mod is_zero_word; mod lt; mod lt_word; mod min_max; @@ -32,7 +32,9 @@ pub(crate) use cmp_words::CmpWordsGadget; pub(crate) use comparison::ComparisonGadget; pub(crate) use constant_division::ConstantDivisionGadget; pub(crate) use is_equal::IsEqualGadget; +pub(crate) use is_equal_word::IsEqualWordGadget; pub(crate) use is_zero::IsZeroGadget; +pub(crate) use is_zero_word::IsZeroWordGadget; pub(crate) use lt::LtGadget; pub(crate) use lt_word::LtWordGadget; pub(crate) use min_max::MinMaxGadget; diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/abs_word.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/abs_word.rs index e7bbe5dc8e..119e7d77a2 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/abs_word.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/abs_word.rs @@ -1,14 +1,19 @@ use crate::{ - evm_circuit::util::{ - self, - constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - from_bytes, - math_gadget::*, - CachedRegion, + evm_circuit::{ + param::N_BYTES_WORD, + util::{ + constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, + math_gadget::*, + CachedRegion, + }, + }, + util::{ + word::{Word32Cell, WordExpr}, + Expr, }, - util::Expr, }; use eth_types::{Field, ToLittleEndian, Word}; +use gadgets::util::sum; use halo2_proofs::plonk::Error; /// Construction of 256-bit word original and absolute values, which is useful @@ -19,23 +24,21 @@ use halo2_proofs::plonk::Error; /// (expressed as an U256 of `2^255`). #[derive(Clone, Debug)] pub(crate) struct AbsWordGadget { - x: util::Word, - x_abs: util::Word, - sum: util::Word, + x: Word32Cell, + x_abs: Word32Cell, + sum: Word32Cell, is_neg: LtGadget, add_words: AddWordsGadget, } impl AbsWordGadget { pub(crate) fn construct(cb: &mut EVMConstraintBuilder) -> Self { - let x = cb.query_word_rlc(); - let x_abs = cb.query_word_rlc(); - let sum = cb.query_word_rlc(); - let x_lo = from_bytes::expr(&x.cells[0..16]); - let x_hi = from_bytes::expr(&x.cells[16..32]); - let x_abs_lo = from_bytes::expr(&x_abs.cells[0..16]); - let x_abs_hi = from_bytes::expr(&x_abs.cells[16..32]); - let is_neg = LtGadget::construct(cb, 127.expr(), x.cells[31].expr()); + let x = cb.query_word32(); + let x_abs = cb.query_word32(); + let sum = cb.query_word32(); + let (x_lo, x_hi) = x.to_word().to_lo_hi(); + let (x_abs_lo, x_abs_hi) = x_abs.to_word().to_lo_hi(); + let is_neg = LtGadget::construct(cb, 127.expr(), x.limbs[31].expr()); cb.add_constraint( "x_abs_lo == x_lo when x >= 0", @@ -51,7 +54,7 @@ impl AbsWordGadget { let add_words = AddWordsGadget::construct(cb, [x.clone(), x_abs.clone()], sum.clone()); cb.add_constraint( "sum == 0 when x < 0", - is_neg.expr() * add_words.sum().expr(), + is_neg.expr() * sum::expr(add_words.sum().to_word_n::().limbs), ); cb.add_constraint( "carry_hi == 1 when x < 0", @@ -74,9 +77,8 @@ impl AbsWordGadget { x: Word, x_abs: Word, ) -> Result<(), Error> { - self.x.assign(region, offset, Some(x.to_le_bytes()))?; - self.x_abs - .assign(region, offset, Some(x_abs.to_le_bytes()))?; + self.x.assign_u256(region, offset, x)?; + self.x_abs.assign_u256(region, offset, x_abs)?; self.is_neg.assign( region, offset, @@ -84,20 +86,19 @@ impl AbsWordGadget { u64::from(x.to_le_bytes()[31]).into(), )?; let sum = x.overflowing_add(x_abs).0; - self.sum.assign(region, offset, Some(sum.to_le_bytes()))?; + self.sum.assign_u256(region, offset, sum)?; self.add_words.assign(region, offset, [x, x_abs], sum) } - pub(crate) fn x(&self) -> &util::Word { - &self.x + pub(crate) fn is_neg(&self) -> &LtGadget { + &self.is_neg } - pub(crate) fn x_abs(&self) -> &util::Word { - &self.x_abs + pub(crate) fn x(&self) -> &Word32Cell { + &self.x } - - pub(crate) fn is_neg(&self) -> &LtGadget { - &self.is_neg + pub(crate) fn x_abs(&self) -> &Word32Cell { + &self.x_abs } } diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/add_words.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/add_words.rs index 704fd60fef..8ad2e86284 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/add_words.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/add_words.rs @@ -2,19 +2,22 @@ use crate::{ evm_circuit::util::{ self, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - from_bytes, pow_of_two_expr, split_u256, sum, CachedRegion, Cell, + pow_of_two_expr, split_u256, sum, CachedRegion, Cell, + }, + util::{ + word::{Word32Cell, WordExpr}, + Expr, }, - util::Expr, }; -use eth_types::{Field, ToLittleEndian, ToScalar, Word}; +use eth_types::{Field, ToScalar, Word}; use halo2_proofs::{circuit::Value, plonk::Error}; /// Construction of 2 256-bit words addition and result, which is useful for /// opcode ADD, SUB and balance operation #[derive(Clone, Debug)] pub(crate) struct AddWordsGadget { - addends: [util::Word; N_ADDENDS], - sum: util::Word, + addends: [Word32Cell; N_ADDENDS], + sum: Word32Cell, carry_lo: Cell, carry_hi: Option>, } @@ -24,8 +27,8 @@ impl { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - addends: [util::Word; N_ADDENDS], - sum: util::Word, + addends: [Word32Cell; N_ADDENDS], + sum: Word32Cell, ) -> Self { let carry_lo = cb.query_cell(); let carry_hi = if CHECK_OVERFLOW { @@ -36,14 +39,13 @@ impl let addends_lo = &addends .iter() - .map(|addend| from_bytes::expr(&addend.cells[..16])) + .map(|addend| addend.to_word().lo()) .collect::>(); - let addends_hi = &addends + let addends_hi = addends .iter() - .map(|addend| from_bytes::expr(&addend.cells[16..])) + .map(|addend| addend.to_word().hi()) .collect::>(); - let sum_lo = from_bytes::expr(&sum.cells[..16]); - let sum_hi = from_bytes::expr(&sum.cells[16..]); + let (sum_lo, sum_hi) = sum.to_word().to_lo_hi(); cb.require_equal( "sum(addends_lo) == sum_lo + carry_lo â‹… 2^128", @@ -92,9 +94,9 @@ impl sum: Word, ) -> Result<(), Error> { for (word, value) in self.addends.iter().zip(addends.iter()) { - word.assign(region, offset, Some(value.to_le_bytes()))?; + word.assign_u256(region, offset, *value)?; } - self.sum.assign(region, offset, Some(sum.to_le_bytes()))?; + self.sum.assign_u256(region, offset, sum)?; let (addends_lo, addends_hi): (Vec<_>, Vec<_>) = addends.iter().map(split_u256).unzip(); let (sum_lo, sum_hi) = split_u256(&sum); @@ -133,11 +135,15 @@ impl Ok(()) } - pub(crate) fn addends(&self) -> &[util::Word] { + #[allow( + dead_code, + reason = "this method is a legit API but is currently only used in the tests" + )] + pub(crate) fn addends(&self) -> &[Word32Cell] { &self.addends } - pub(crate) fn sum(&self) -> &util::Word { + pub(crate) fn sum(&self) -> &Word32Cell { &self.sum } @@ -161,16 +167,16 @@ mod tests { const CHECK_OVERFLOW: bool, > { addwords_gadget: AddWordsGadget, - addends: [util::Word; N_ADDENDS], - sum: util::Word, + addends: [Word32Cell; N_ADDENDS], + sum: Word32Cell, } impl MathGadgetContainer for AddWordsTestContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let addends = [(); N_ADDENDS].map(|_| cb.query_word_rlc()); - let sum = cb.query_word_rlc(); + let addends = [(); N_ADDENDS].map(|_| cb.query_word32()); + let sum = cb.query_word32(); let addwords_gadget = AddWordsGadget::::construct( cb, addends.clone(), @@ -201,10 +207,10 @@ mod tests { let offset = 0; for (i, addend) in self.addends.iter().enumerate() { let a = witnesses[i]; - addend.assign(region, offset, Some(a.to_le_bytes()))?; + addend.assign_u256(region, offset, a)?; } let sum = witnesses[N_ADDENDS]; - self.sum.assign(region, offset, Some(sum.to_le_bytes()))?; + self.sum.assign_u256(region, offset, sum)?; let addends = witnesses[0..N_ADDENDS].try_into().unwrap(); self.addwords_gadget.assign(region, 0, addends, sum)?; diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/batched_is_zero.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/batched_is_zero.rs deleted file mode 100644 index 02c514843a..0000000000 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/batched_is_zero.rs +++ /dev/null @@ -1,187 +0,0 @@ -use crate::{ - evm_circuit::util::{ - constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - transpose_val_ret, CachedRegion, Cell, CellType, - }, - util::Expr, -}; -use eth_types::Field; -use halo2_proofs::{ - circuit::Value, - plonk::{Error, Expression}, -}; - -#[derive(Clone, Debug)] -pub struct BatchedIsZeroGadget { - is_zero: Cell, - nonempty_witness: Cell, -} - -impl BatchedIsZeroGadget { - pub(crate) fn construct(cb: &mut EVMConstraintBuilder, values: [Expression; N]) -> Self { - let max_values_phase = values - .iter() - .map(CellType::expr_phase) - .max() - .expect("BatchedIsZeroGadget needs at least one expression"); - - let cell_type = CellType::storage_for_phase(max_values_phase); - let is_zero = cb.query_bool_with_type(cell_type); - let nonempty_witness = cb.query_cell_with_type(cell_type); - - for value in values.iter() { - cb.require_zero( - "is_zero is 0 if there is any non-zero value", - is_zero.expr() * value.clone(), - ); - } - - cb.require_zero( - "is_zero is 1 if values are all zero", - values.iter().fold(1.expr() - is_zero.expr(), |acc, value| { - acc * (1.expr() - value.expr() * nonempty_witness.clone().expr()) - }), - ); - - Self { - is_zero, - nonempty_witness, - } - } - - pub(crate) fn expr(&self) -> Expression { - self.is_zero.expr() - } - - pub(crate) fn assign( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - values: [F; N], - ) -> Result { - let is_zero = - if let Some(inverse) = values.iter().find_map(|value| Option::from(value.invert())) { - self.nonempty_witness - .assign(region, offset, Value::known(inverse))?; - F::ZERO - } else { - F::ONE - }; - self.is_zero.assign(region, offset, Value::known(is_zero))?; - - Ok(is_zero) - } - - pub(crate) fn assign_value( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - values: [Value; N], - ) -> Result, Error> { - let values: Value<[F; N]> = - Value::>::from_iter(values).map(|vv| vv.try_into().unwrap()); - transpose_val_ret(values.map(|values| self.assign(region, offset, values))) - } -} - -#[cfg(test)] -mod tests { - use super::{super::test_util::*, *}; - use eth_types::*; - use halo2_proofs::{halo2curves::bn256::Fr, plonk::Error}; - - #[derive(Clone)] - /// IsZeroGadgetTestContainer: require(all(cells) == 0) - struct IsZeroGadgetTestContainer { - z_gadget: BatchedIsZeroGadget, - nums: [Cell; N], - } - - impl MathGadgetContainer for IsZeroGadgetTestContainer { - fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let nums = [(); N].map(|_| cb.query_cell()); - let z_gadget = BatchedIsZeroGadget::::construct( - cb, - nums.iter() - .map(|cell| cell.expr()) - .collect::>>() - .try_into() - .unwrap(), - ); - cb.require_equal("Input must be all 0", z_gadget.expr(), 1.expr()); - IsZeroGadgetTestContainer { z_gadget, nums } - } - - fn assign_gadget_container( - &self, - witnesses: &[Word], - region: &mut CachedRegion<'_, '_, F>, - ) -> Result<(), Error> { - let values = witnesses - .iter() - .map(|num| num.to_scalar().unwrap()) - .collect::>(); - let offset = 0; - - for (i, num) in self.nums.iter().enumerate() { - num.assign(region, offset, Value::known(values[i]))?; - } - self.z_gadget - .assign(region, offset, values.try_into().unwrap())?; - - Ok(()) - } - } - - #[test] - fn test_batched_iszero() { - try_test!(IsZeroGadgetTestContainer, [Word::from(0); 5], true); - } - - #[test] - fn test_batched_1_in_array_not_iszero() { - try_test!( - IsZeroGadgetTestContainer, - vec![ - Word::from(0), - Word::from(1), - Word::from(0), - Word::from(0), - Word::from(0), - ], - false - ); - } - - #[test] - fn test_batched_big_array_not_iszero() { - let mut test_nums = vec![Word::from(1)]; - test_nums.extend(vec![Word::from(0); 31]); - try_test!(IsZeroGadgetTestContainer, test_nums, false); - } - - #[test] - fn test_batched_single_cell_iszero() { - try_test!(IsZeroGadgetTestContainer, [Word::from(0)], true); - } - - #[test] - fn test_batched_single_cell_not_iszero() { - try_test!(IsZeroGadgetTestContainer, vec![WORD_LOW_MAX], false); - } - - #[test] - fn test_batched_wordmax_bytes_not_iszero() { - try_test!( - IsZeroGadgetTestContainer, - vec![ - WORD_LOW_MAX, - WORD_LOW_MAX, - WORD_LOW_MAX, - WORD_LOW_MAX, - WORD_LOW_MAX, - ], - false - ); - } -} diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/binary_number.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/binary_number.rs deleted file mode 100644 index d872bfc6b7..0000000000 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/binary_number.rs +++ /dev/null @@ -1,68 +0,0 @@ -use eth_types::Field; -use gadgets::{binary_number::AsBits, util::Expr}; -use halo2_proofs::{ - circuit::Value, - plonk::{Error, Expression}, -}; - -use crate::evm_circuit::util::{ - constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - CachedRegion, Cell, -}; - -#[derive(Clone, Debug)] -pub struct BinaryNumberGadget { - bits: [Cell; N], -} - -impl BinaryNumberGadget { - pub(crate) fn construct(cb: &mut EVMConstraintBuilder, value: Expression) -> Self { - let bits = array_init::array_init(|_| cb.query_bool()); - - // the binary representation of value must be correct. - cb.require_equal( - "binary representation of value should be correct", - value, - bits.iter() - .fold(0.expr(), |res, bit| bit.expr() + res * 2.expr()), - ); - - Self { bits } - } - - pub(crate) fn assign( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - value: T, - ) -> Result<(), Error> - where - T: AsBits, - { - for (c, v) in self.bits.iter().zip(value.as_bits().iter()) { - c.assign(region, offset, Value::known(F::from(*v as u64)))?; - } - Ok(()) - } - - pub(crate) fn value(&self) -> Expression { - self.bits - .iter() - .fold(0.expr(), |res, bit| bit.expr() + res * 2.expr()) - } - - pub(crate) fn value_equals(&self, other: T) -> Expression - where - T: AsBits, - { - gadgets::util::and::expr(other.as_bits().iter().zip(self.bits.iter()).map( - |(other_bit, self_bit)| { - if *other_bit { - self_bit.expr() - } else { - gadgets::util::not::expr(self_bit.expr()) - } - }, - )) - } -} diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/byte_size.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/byte_size.rs index e57dbaade3..1d82f26f0d 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/byte_size.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/byte_size.rs @@ -114,7 +114,7 @@ impl ByteSizeGadget { #[cfg(test)] mod tests { use super::{super::test_util::*, *}; - use crate::evm_circuit::util; + use crate::util::word::Word32Cell; use eth_types::Word; use halo2_proofs::{halo2curves::bn256::Fr, plonk::Error}; @@ -122,22 +122,14 @@ mod tests { /// ByteSizeGadgetContainer: require(N = byte_size(a)) struct ByteSizeGadgetContainer { bytesize_gadget: ByteSizeGadget, - a: util::Word, + a: Word32Cell, } impl MathGadgetContainer for ByteSizeGadgetContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let value_rlc = cb.query_word_rlc(); - let bytesize_gadget = ByteSizeGadget::::construct( - cb, - value_rlc - .cells - .iter() - .map(Expr::expr) - .collect::>() - .try_into() - .unwrap(), - ); + let value_word32 = cb.query_word32(); + let bytesize_gadget = + ByteSizeGadget::::construct(cb, value_word32.to_word_n().limbs); cb.require_equal( "byte size gadget must equal N", bytesize_gadget.byte_size(), @@ -145,7 +137,7 @@ mod tests { ); ByteSizeGadgetContainer { bytesize_gadget, - a: value_rlc, + a: value_word32, } } @@ -156,7 +148,7 @@ mod tests { ) -> Result<(), Error> { let offset = 0; let x = witnesses[0]; - self.a.assign(region, offset, Some(x.to_le_bytes()))?; + self.a.assign_u256(region, offset, x)?; self.bytesize_gadget.assign(region, offset, x)?; Ok(()) diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/cmp_words.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/cmp_words.rs index 1a6f657bf1..ed170d9c64 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/cmp_words.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/cmp_words.rs @@ -1,48 +1,40 @@ +use std::marker::PhantomData; + use crate::{ evm_circuit::util::{ - self, constraint_builder::EVMConstraintBuilder, from_bytes, math_gadget::*, select, - CachedRegion, + constraint_builder::EVMConstraintBuilder, from_bytes, math_gadget::*, select, CachedRegion, }, - util::Expr, + util::{word::WordExpr, Expr}, }; use eth_types::{Field, ToLittleEndian, Word}; use halo2_proofs::plonk::{Error, Expression}; #[derive(Clone, Debug)] /// CmpWordsGadget compares two words, exposing `eq` and `lt` -pub(crate) struct CmpWordsGadget { +pub(crate) struct CmpWordsGadget { comparison_lo: ComparisonGadget, comparison_hi: ComparisonGadget, pub eq: Expression, pub lt: Expression, + _marker: PhantomData<(T1, T2)>, } -impl CmpWordsGadget { - pub(crate) fn construct( - cb: &mut EVMConstraintBuilder, - a: &util::Word, - b: &util::Word, - ) -> Self { - // `a[0..16] <= b[0..16]` - let comparison_lo = ComparisonGadget::construct( - cb, - from_bytes::expr(&a.cells[0..16]), - from_bytes::expr(&b.cells[0..16]), - ); +impl, T2: WordExpr> CmpWordsGadget { + pub(crate) fn construct(cb: &mut EVMConstraintBuilder, a: T1, b: T2) -> Self { + let (a_lo, a_hi) = a.to_word().to_lo_hi(); + let (b_lo, b_hi) = b.to_word().to_lo_hi(); + // `a.lo <= b.lo` + let comparison_lo = ComparisonGadget::construct(cb, a_lo, b_lo); let (lt_lo, eq_lo) = comparison_lo.expr(); - // `a[16..32] <= b[16..32]` - let comparison_hi = ComparisonGadget::construct( - cb, - from_bytes::expr(&a.cells[16..32]), - from_bytes::expr(&b.cells[16..32]), - ); + // `a.hi <= b.hi` + let comparison_hi = ComparisonGadget::construct(cb, a_hi, b_hi); let (lt_hi, eq_hi) = comparison_hi.expr(); // `a < b` when: - // - `a[16..32] < b[16..32]` OR - // - `a[16..32] == b[16..32]` AND `a[0..16] < b[0..16]` + // - `a.hi < b.hi` OR + // - `a.hi == b.hi` AND `a.lo < b.lo` let lt = select::expr(lt_hi, 1.expr(), eq_hi.clone() * lt_lo); // `a == b` when both parts are equal @@ -53,6 +45,7 @@ impl CmpWordsGadget { comparison_hi, lt, eq, + _marker: Default::default(), } } @@ -86,25 +79,28 @@ impl CmpWordsGadget { #[cfg(test)] mod tests { use super::{test_util::*, *}; - use crate::evm_circuit::util::constraint_builder::ConstrainBuilderCommon; + use crate::{ + evm_circuit::util::constraint_builder::ConstrainBuilderCommon, util::word::WordCell, + }; use eth_types::Word; use halo2_proofs::{halo2curves::bn256::Fr, plonk::Error}; #[derive(Clone)] /// CmpWordGadgetTestContainer: require(a == b if CHECK_EQ else a < b) struct CmpWordGadgetTestContainer { - cmp_gadget: CmpWordsGadget, - a: util::Word, - b: util::Word, + cmp_gadget: CmpWordsGadget, WordCell>, + a_word: WordCell, + b_word: WordCell, } impl MathGadgetContainer for CmpWordGadgetTestContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let cmp_gadget = CmpWordsGadget::::construct(cb, &a, &b); + let a_word = cb.query_word_unchecked(); + let b_word = cb.query_word_unchecked(); + + let cmp_gadget = CmpWordsGadget::construct(cb, a_word.clone(), b_word.clone()); cb.require_equal( "(a < b) * (a == b) == 0", cmp_gadget.eq.clone() * cmp_gadget.lt.clone(), @@ -117,7 +113,11 @@ mod tests { cb.require_equal("a < b", cmp_gadget.lt.clone(), 1.expr()); } - CmpWordGadgetTestContainer { cmp_gadget, a, b } + CmpWordGadgetTestContainer { + cmp_gadget, + a_word, + b_word, + } } fn assign_gadget_container( @@ -129,8 +129,8 @@ mod tests { let b = witnesses[1]; let offset = 0; - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.b.assign(region, offset, Some(b.to_le_bytes()))?; + self.a_word.assign_u256(region, offset, a)?; + self.b_word.assign_u256(region, offset, b)?; self.cmp_gadget.assign(region, offset, a, b)?; Ok(()) } diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/constant_division.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/constant_division.rs index 838cc585c2..dff6e51a6b 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/constant_division.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/constant_division.rs @@ -2,7 +2,7 @@ use crate::{ evm_circuit::util::{ constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, math_gadget::*, - transpose_val_ret, CachedRegion, Cell, CellType, + CachedRegion, Cell, CellType, }, util::Expr, }; @@ -59,7 +59,7 @@ impl ConstantDivisionGadget { pub(crate) fn quotient(&self) -> Expression { self.quotient.expr() } - + #[allow(dead_code, reason = "remainder is a valid API but only used in tests")] pub(crate) fn remainder(&self) -> Expression { self.remainder.expr() } @@ -84,17 +84,6 @@ impl ConstantDivisionGadget { Ok((quotient, remainder)) } - - pub(crate) fn assign_value( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - numerator: Value, - ) -> Result, Error> { - transpose_val_ret( - numerator.map(|numerator| self.assign(region, offset, numerator.get_lower_128())), - ) - } } #[cfg(test)] @@ -132,7 +121,7 @@ mod tests { ConstantDivisionGadget::::construct(cb, a.expr(), DENOMINATOR); cb.require_equal( - "correct reminder", + "correct remainder", constdiv_gadget.remainder(), REMAINDER.expr(), ); diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal.rs index 1c472181c6..f0ddb64048 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal.rs @@ -1,11 +1,8 @@ use crate::evm_circuit::util::{ - constraint_builder::EVMConstraintBuilder, math_gadget::*, transpose_val_ret, CachedRegion, + constraint_builder::EVMConstraintBuilder, math_gadget::*, CachedRegion, }; use eth_types::Field; -use halo2_proofs::{ - circuit::Value, - plonk::{Error, Expression}, -}; +use halo2_proofs::plonk::{Error, Expression}; /// Returns `1` when `lhs == rhs`, and returns `0` otherwise. #[derive(Clone, Debug)] @@ -37,19 +34,6 @@ impl IsEqualGadget { ) -> Result { self.is_zero.assign(region, offset, lhs - rhs) } - - pub(crate) fn assign_value( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - lhs: Value, - rhs: Value, - ) -> Result, Error> { - transpose_val_ret( - lhs.zip(rhs) - .map(|(lhs, rhs)| self.assign(region, offset, lhs, rhs)), - ) - } } #[cfg(test)] diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal_word.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal_word.rs new file mode 100644 index 0000000000..5109d47061 --- /dev/null +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_equal_word.rs @@ -0,0 +1,83 @@ +use std::marker::PhantomData; + +use eth_types::Field; +use gadgets::util::and; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; + +use crate::{ + evm_circuit::util::{ + constraint_builder::EVMConstraintBuilder, transpose_val_ret, CachedRegion, + }, + util::word::{Word, WordExpr}, +}; + +use super::IsZeroGadget; + +/// Returns `1` when `lhs == rhs`, and returns `0` otherwise. +#[derive(Clone, Debug)] +pub struct IsEqualWordGadget { + is_zero_lo: IsZeroGadget, + is_zero_hi: IsZeroGadget, + _marker: PhantomData<(T1, T2)>, +} + +impl, T2: WordExpr> IsEqualWordGadget { + pub(crate) fn construct(cb: &mut EVMConstraintBuilder, lhs: &T1, rhs: &T2) -> Self { + let (lhs_lo, lhs_hi) = lhs.to_word().to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_word().to_lo_hi(); + let is_zero_lo = IsZeroGadget::construct(cb, lhs_lo - rhs_lo); + let is_zero_hi = IsZeroGadget::construct(cb, lhs_hi - rhs_hi); + + Self { + is_zero_lo, + is_zero_hi, + _marker: Default::default(), + } + } + + pub(crate) fn expr(&self) -> Expression { + and::expr([self.is_zero_lo.expr(), self.is_zero_hi.expr()]) + } + + pub(crate) fn assign( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: Word, + rhs: Word, + ) -> Result { + let (lhs_lo, lhs_hi) = lhs.to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_lo_hi(); + self.is_zero_lo.assign(region, offset, lhs_lo - rhs_lo)?; + self.is_zero_hi.assign(region, offset, lhs_hi - rhs_hi)?; + Ok(F::from(2)) + } + + pub(crate) fn assign_value( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: Value>, + rhs: Value>, + ) -> Result, Error> { + transpose_val_ret( + lhs.zip(rhs) + .map(|(lhs, rhs)| self.assign(region, offset, lhs, rhs)), + ) + } + + pub(crate) fn assign_u256( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + lhs: eth_types::Word, + rhs: eth_types::Word, + ) -> Result { + self.assign(region, offset, Word::from(lhs), Word::from(rhs)) + } +} + +// TODO add unittest diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero.rs index 9f7d3f252f..5e88655313 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero.rs @@ -1,7 +1,7 @@ use crate::{ evm_circuit::util::{ constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - transpose_val_ret, CachedRegion, Cell, CellType, + CachedRegion, Cell, CellType, }, util::Expr, }; @@ -54,15 +54,6 @@ impl IsZeroGadget { F::ZERO }) } - - pub(crate) fn assign_value( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - value: Value, - ) -> Result, Error> { - transpose_val_ret(value.map(|value| self.assign(region, offset, value))) - } } #[cfg(test)] diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero_word.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero_word.rs new file mode 100644 index 0000000000..f74ccf6a96 --- /dev/null +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/is_zero_word.rs @@ -0,0 +1,107 @@ +use std::marker::PhantomData; + +use eth_types::Field; +use gadgets::util::{and, Expr}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; + +use crate::{ + evm_circuit::util::{ + constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, + transpose_val_ret, CachedRegion, Cell, CellType, + }, + util::word::{Word, WordExpr}, +}; + +/// Returns `1` when `word == 0`, and returns `0` otherwise. +#[derive(Clone, Debug)] +pub struct IsZeroWordGadget { + inverse_lo: Cell, + inverse_hi: Cell, + is_zero: Expression, + _marker: PhantomData, +} + +impl> IsZeroWordGadget { + pub(crate) fn construct(cb: &mut EVMConstraintBuilder, word: &T) -> Self { + let (word_lo, word_hi) = word.to_word().to_lo_hi(); + let inverse_lo = cb.query_cell_with_type(CellType::storage_for_expr(&word_lo)); + let inverse_hi = cb.query_cell_with_type(CellType::storage_for_expr(&word_hi)); + + let is_zero_lo = 1.expr() - (word_lo.clone() * inverse_lo.expr()); + let is_zero_hi = 1.expr() - (word_hi.clone() * inverse_hi.expr()); + // when `value != 0` check `inverse = a.invert()`: value * (1 - value * + // inverse) + cb.add_constraint( + "word_lo â‹… (1 - word_lo â‹… word_lo_inv)", + word_lo * is_zero_lo.clone(), + ); + cb.add_constraint( + "word_hi â‹… (1 - word_hi â‹… word_hi_inv)", + word_hi * is_zero_hi.clone(), + ); + // when `value == 0` check `inverse = 0`: `inverse â‹… (1 - value * + // inverse)` + cb.add_constraint( + "word_lo_inv â‹… (1 - word_lo â‹… word_lo_inv)", + inverse_lo.expr() * is_zero_lo.clone(), + ); + cb.add_constraint( + "word_hi_inv â‹… (1 - word_hi â‹… word_hi_inv)", + inverse_hi.expr() * is_zero_hi.clone(), + ); + + Self { + inverse_lo, + inverse_hi, + is_zero: and::expr([is_zero_lo, is_zero_hi]), + _marker: Default::default(), + } + } + + pub(crate) fn expr(&self) -> Expression { + self.is_zero.clone() + } + + pub(crate) fn assign( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + value: Word, + ) -> Result { + let (value_lo, value_hi) = value.to_lo_hi(); + let inverse_lo = value_lo.invert().unwrap_or(F::from(0)); + self.inverse_lo + .assign(region, offset, Value::known(inverse_lo))?; + let inverse_hi = value_hi.invert().unwrap_or(F::from(0)); + self.inverse_hi + .assign(region, offset, Value::known(inverse_hi))?; + Ok(if value_lo.is_zero().into() && value_hi.is_zero().into() { + F::from(2) + } else { + F::from(0) + }) + } + + pub(crate) fn assign_u256( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + value: eth_types::Word, + ) -> Result { + self.assign(region, offset, Word::from(value)) + } + + pub(crate) fn assign_value( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + value: Value>, + ) -> Result, Error> { + transpose_val_ret(value.map(|value| self.assign(region, offset, value))) + } +} + +// TODO adding unittest diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/lt_word.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/lt_word.rs index 601d9a88e7..95c4010353 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/lt_word.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/lt_word.rs @@ -1,6 +1,8 @@ -use crate::evm_circuit::util::{ - self, constraint_builder::EVMConstraintBuilder, from_bytes, math_gadget::*, split_u256, - CachedRegion, +use crate::{ + evm_circuit::util::{ + constraint_builder::EVMConstraintBuilder, math_gadget::*, split_u256, CachedRegion, + }, + util::word::{self}, }; use eth_types::{Field, Word}; use halo2_proofs::plonk::{Error, Expression}; @@ -14,21 +16,15 @@ pub struct LtWordGadget { } impl LtWordGadget { - pub(crate) fn construct( + pub(crate) fn construct + Clone>( cb: &mut EVMConstraintBuilder, - lhs: &util::Word, - rhs: &util::Word, + lhs: &word::Word, + rhs: &word::Word, ) -> Self { - let comparison_hi = ComparisonGadget::construct( - cb, - from_bytes::expr(&lhs.cells[16..]), - from_bytes::expr(&rhs.cells[16..]), - ); - let lt_lo = LtGadget::construct( - cb, - from_bytes::expr(&lhs.cells[..16]), - from_bytes::expr(&rhs.cells[..16]), - ); + let (lhs_lo, lhs_hi) = lhs.to_lo_hi(); + let (rhs_lo, rhs_hi) = rhs.to_lo_hi(); + let comparison_hi = ComparisonGadget::construct(cb, lhs_hi.expr(), rhs_hi.expr()); + let lt_lo = LtGadget::construct(cb, lhs_lo.expr(), rhs_lo.expr()); Self { comparison_hi, lt_lo, @@ -67,25 +63,27 @@ impl LtWordGadget { #[cfg(test)] mod tests { - use crate::evm_circuit::util::constraint_builder::ConstrainBuilderCommon; + use crate::{ + evm_circuit::util::constraint_builder::ConstrainBuilderCommon, + util::word::{Word32Cell, WordExpr}, + }; use super::{test_util::*, *}; - use eth_types::*; use halo2_proofs::{halo2curves::bn256::Fr, plonk::Error}; #[derive(Clone)] /// LtWordTestContainer: require(a < b) struct LtWordTestContainer { ltword_gadget: LtWordGadget, - a: util::Word, - b: util::Word, + a: Word32Cell, + b: Word32Cell, } impl MathGadgetContainer for LtWordTestContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let ltword_gadget = LtWordGadget::::construct(cb, &a, &b); + let a = cb.query_word32(); + let b = cb.query_word32(); + let ltword_gadget = LtWordGadget::::construct(cb, &a.to_word(), &b.to_word()); cb.require_equal("a < b", ltword_gadget.expr(), 1.expr()); LtWordTestContainer { ltword_gadget, @@ -103,8 +101,8 @@ mod tests { let b = witnesses[1]; let offset = 0; - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.b.assign(region, offset, Some(b.to_le_bytes()))?; + self.a.assign_u256(region, offset, a)?; + self.b.assign_u256(region, offset, b)?; self.ltword_gadget.assign(region, 0, a, b)?; Ok(()) diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/min_max.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/min_max.rs index e17f9c7b39..ee6b101ab8 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/min_max.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/min_max.rs @@ -1,12 +1,8 @@ use crate::evm_circuit::util::{ - constraint_builder::EVMConstraintBuilder, math_gadget::*, select, transpose_val_ret, - CachedRegion, + constraint_builder::EVMConstraintBuilder, math_gadget::*, select, CachedRegion, }; use eth_types::Field; -use halo2_proofs::{ - circuit::Value, - plonk::{Error, Expression}, -}; +use halo2_proofs::plonk::{Error, Expression}; /// Returns `rhs` when `lhs < rhs`, and returns `lhs` otherwise. /// lhs and rhs `< 256**N_BYTES` /// `N_BYTES` is required to be `<= MAX_N_BYTES_INTEGER`. @@ -52,19 +48,6 @@ impl MinMaxGadget { (lhs, rhs) }) } - - pub(crate) fn assign_value( - &self, - region: &mut CachedRegion<'_, '_, F>, - offset: usize, - lhs: Value, - rhs: Value, - ) -> Result, Error> { - transpose_val_ret( - lhs.zip(rhs) - .map(|(lhs, rhs)| self.assign(region, offset, lhs, rhs)), - ) - } } #[cfg(test)] diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/modulo.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/modulo.rs index d4b65f20b0..4a8fa8726e 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/modulo.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/modulo.rs @@ -1,14 +1,16 @@ use crate::{ evm_circuit::util::{ - self, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - math_gadget::*, - sum, CachedRegion, + math_gadget::{LtWordGadget, *}, + CachedRegion, + }, + util::{ + word::{self, Word32Cell, WordExpr}, + Expr, }, - util::Expr, }; -use eth_types::{Field, ToLittleEndian, Word}; -use halo2_proofs::plonk::Error; +use eth_types::{Field, Word}; +use halo2_proofs::{circuit::Value, plonk::Error}; /// Constraints for the words a, n, r: /// a mod n = r, if n!=0 @@ -21,24 +23,24 @@ use halo2_proofs::plonk::Error; /// this equation assures that r { - k: util::Word, - a_or_zero: util::Word, + k: Word32Cell, + a_or_zero: Word32Cell, mul_add_words: MulAddWordsGadget, - n_is_zero: IsZeroGadget, - a_or_is_zero: IsZeroGadget, - eq: IsEqualGadget, + n_is_zero: IsZeroWordGadget>, + a_or_is_zero: IsZeroWordGadget>, + eq: IsEqualWordGadget, Word32Cell>, lt: LtWordGadget, } impl ModGadget { - pub(crate) fn construct(cb: &mut EVMConstraintBuilder, words: [&util::Word; 3]) -> Self { + pub(crate) fn construct(cb: &mut EVMConstraintBuilder, words: [&Word32Cell; 3]) -> Self { let (a, n, r) = (words[0], words[1], words[2]); - let k = cb.query_word_rlc(); - let a_or_zero = cb.query_word_rlc(); - let n_is_zero = IsZeroGadget::construct(cb, sum::expr(&n.cells)); - let a_or_is_zero = IsZeroGadget::construct(cb, sum::expr(&a_or_zero.cells)); + let k = cb.query_word32(); + let a_or_zero = cb.query_word32(); + let n_is_zero = IsZeroWordGadget::construct(cb, n); + let a_or_is_zero = IsZeroWordGadget::construct(cb, &a_or_zero); let mul_add_words = MulAddWordsGadget::construct(cb, [&k, n, r, &a_or_zero]); - let eq = IsEqualGadget::construct(cb, a.expr(), a_or_zero.expr()); - let lt = LtWordGadget::construct(cb, r, n); + let eq = IsEqualWordGadget::construct(cb, a, &a_or_zero); + let lt = LtWordGadget::construct(cb, &r.to_word(), &n.to_word()); // Constrain the aux variable a_or_zero to be =a or =0 if n==0: // (a == a_or_zero) ^ (n == 0 & a_or_zero == 0) cb.add_constraint( @@ -78,22 +80,19 @@ impl ModGadget { ) -> Result<(), Error> { let a_or_zero = if n.is_zero() { Word::zero() } else { a }; - self.k.assign(region, offset, Some(k.to_le_bytes()))?; - self.a_or_zero - .assign(region, offset, Some(a_or_zero.to_le_bytes()))?; - let n_sum = (0..32).fold(0, |acc, idx| acc + n.byte(idx) as u64); - let a_or_zero_sum = (0..32).fold(0, |acc, idx| acc + a_or_zero.byte(idx) as u64); - self.n_is_zero.assign(region, offset, F::from(n_sum))?; + self.k.assign_u256(region, offset, k)?; + self.a_or_zero.assign_u256(region, offset, a_or_zero)?; + self.n_is_zero.assign(region, offset, word::Word::from(n))?; self.a_or_is_zero - .assign(region, offset, F::from(a_or_zero_sum))?; + .assign(region, offset, word::Word::from(a_or_zero))?; self.mul_add_words .assign(region, offset, [k, n, r, a_or_zero])?; self.lt.assign(region, offset, r, n)?; self.eq.assign_value( region, offset, - region.word_rlc(a), - region.word_rlc(a_or_zero), + Value::known(word::Word::from(a)), + Value::known(word::Word::from(a_or_zero)), )?; Ok(()) @@ -110,16 +109,16 @@ mod tests { /// ModGadgetTestContainer: require(a % n == r) struct ModGadgetTestContainer { mod_gadget: ModGadget, - a: util::Word, - n: util::Word, - r: util::Word, + a: Word32Cell, + n: Word32Cell, + r: Word32Cell, } impl MathGadgetContainer for ModGadgetTestContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); - let n = cb.query_word_rlc(); - let r = cb.query_word_rlc(); + let a = cb.query_word32(); + let n = cb.query_word32(); + let r = cb.query_word32(); let mod_gadget = ModGadget::::construct(cb, [&a, &n, &r]); ModGadgetTestContainer { mod_gadget, @@ -145,9 +144,9 @@ mod tests { let offset = 0; - self.a.assign(region, offset, Some(a.to_le_bytes()))?; - self.n.assign(region, offset, Some(n.to_le_bytes()))?; - self.r.assign(region, offset, Some(r.to_le_bytes()))?; + self.a.assign_u256(region, offset, a)?; + self.n.assign_u256(region, offset, n)?; + self.r.assign_u256(region, offset, r)?; self.mod_gadget.assign(region, 0, a, n, r, k) } diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words.rs index 1a212906a7..85b9ee0b7c 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words.rs @@ -1,12 +1,14 @@ use crate::{ evm_circuit::util::{ - self, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, from_bytes, pow_of_two_expr, split_u256, split_u256_limb64, CachedRegion, Cell, }, - util::Expr, + util::{ + word::{Word, Word32Cell, Word4, WordExpr}, + Expr, + }, }; -use eth_types::{Field, ToLittleEndian, Word}; +use eth_types::{Field, ToLittleEndian, Word as U256Word}; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression}, @@ -50,7 +52,7 @@ pub(crate) struct MulAddWordsGadget { } impl MulAddWordsGadget { - pub(crate) fn construct(cb: &mut EVMConstraintBuilder, words: [&util::Word; 4]) -> Self { + pub(crate) fn construct(cb: &mut EVMConstraintBuilder, words: [&Word32Cell; 4]) -> Self { let (a, b, c, d) = (words[0], words[1], words[2], words[3]); let carry_lo = cb.query_bytes(); let carry_hi = cb.query_bytes(); @@ -59,15 +61,15 @@ impl MulAddWordsGadget { let mut a_limbs = vec![]; let mut b_limbs = vec![]; - for trunk in 0..4 { - let idx = (trunk * 8) as usize; - a_limbs.push(from_bytes::expr(&a.cells[idx..idx + 8])); - b_limbs.push(from_bytes::expr(&b.cells[idx..idx + 8])); + let word4_a: Word4> = a.to_word_n(); + let word4_b: Word4> = b.to_word_n(); + for i in 0..4 { + a_limbs.push(word4_a.limbs[i].expr()); + b_limbs.push(word4_b.limbs[i].expr()); } - let c_lo = from_bytes::expr(&c.cells[0..16]); - let c_hi = from_bytes::expr(&c.cells[16..32]); - let d_lo = from_bytes::expr(&d.cells[0..16]); - let d_hi = from_bytes::expr(&d.cells[16..32]); + + let word_c: Word> = c.to_word(); + let word_d: Word> = d.to_word(); let t0 = a_limbs[0].clone() * b_limbs[0].clone(); let t1 = a_limbs[0].clone() * b_limbs[1].clone() + a_limbs[1].clone() * b_limbs[0].clone(); @@ -88,13 +90,13 @@ impl MulAddWordsGadget { cb.require_equal( "(a * b)_lo + c_lo == d_lo + carry_lo â‹… 2^128", - t0.expr() + t1.expr() * pow_of_two_expr(64) + c_lo, - d_lo + carry_lo_expr.clone() * pow_of_two_expr(128), + t0.expr() + t1.expr() * pow_of_two_expr(64) + word_c.lo().expr(), + word_d.lo().expr() + carry_lo_expr.clone() * pow_of_two_expr(128), ); cb.require_equal( "(a * b)_hi + c_hi + carry_lo == d_hi + carry_hi â‹… 2^128", - t2.expr() + t3.expr() * pow_of_two_expr(64) + c_hi + carry_lo_expr, - d_hi + carry_hi_expr * pow_of_two_expr(128), + t2.expr() + t3.expr() * pow_of_two_expr(64) + word_c.hi().expr() + carry_lo_expr, + word_d.hi().expr() + carry_hi_expr * pow_of_two_expr(128), ); Self { @@ -108,7 +110,7 @@ impl MulAddWordsGadget { &self, region: &mut CachedRegion<'_, '_, F>, offset: usize, - words: [Word; 4], + words: [U256Word; 4], ) -> Result<(), Error> { let (a, b, c, d) = (words[0], words[1], words[2], words[3]); @@ -158,19 +160,19 @@ mod tests { /// MulAddGadgetContainer: require(a*b + c == d + carry*(2**256)) struct MulAddGadgetContainer { muladd_words_gadget: MulAddWordsGadget, - a: util::Word, - b: util::Word, - c: util::Word, - d: util::Word, + a: Word32Cell, + b: Word32Cell, + c: Word32Cell, + d: Word32Cell, carry: Cell, } impl MathGadgetContainer for MulAddGadgetContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let c = cb.query_word_rlc(); - let d = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let c = cb.query_word32(); + let d = cb.query_word32(); let carry = cb.query_cell(); let math_gadget = MulAddWordsGadget::::construct(cb, [&a, &b, &c, &d]); cb.require_equal("carry is correct", math_gadget.overflow(), carry.expr()); @@ -190,14 +192,10 @@ mod tests { region: &mut CachedRegion<'_, '_, F>, ) -> Result<(), Error> { let offset = 0; - self.a - .assign(region, offset, Some(witnesses[0].to_le_bytes()))?; - self.b - .assign(region, offset, Some(witnesses[1].to_le_bytes()))?; - self.c - .assign(region, offset, Some(witnesses[2].to_le_bytes()))?; - self.d - .assign(region, offset, Some(witnesses[3].to_le_bytes()))?; + self.a.assign_u256(region, offset, witnesses[0])?; + self.b.assign_u256(region, offset, witnesses[1])?; + self.c.assign_u256(region, offset, witnesses[2])?; + self.d.assign_u256(region, offset, witnesses[3])?; self.carry.assign( region, offset, diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words512.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words512.rs index 7548cb8ada..c4becb836e 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words512.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_add_words512.rs @@ -1,13 +1,18 @@ use crate::{ evm_circuit::util::{ - self, constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, from_bytes, pow_of_two_expr, split_u256, split_u256_limb64, CachedRegion, Cell, }, - util::Expr, + util::{ + word::{self, Word4, WordExpr}, + Expr, + }, }; use eth_types::{Field, ToLittleEndian, Word}; -use halo2_proofs::{circuit::Value, plonk::Error}; +use halo2_proofs::{ + circuit::Value, + plonk::{Error, Expression}, +}; /// Construct the gadget that checks a * b + c == d * 2**256 + e /// where a, b, c, d, e are 256-bit words. @@ -52,8 +57,8 @@ impl MulAddWords512Gadget { /// Addend is the optional c. pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - words: [&util::Word; 4], - addend: Option<&util::Word>, + words: [&word::Word32Cell; 4], + addend: Option<&word::Word32Cell>, ) -> Self { let carry_0 = cb.query_bytes(); let carry_1 = cb.query_bytes(); @@ -65,16 +70,15 @@ impl MulAddWords512Gadget { // Split input words in limbs let mut a_limbs = vec![]; let mut b_limbs = vec![]; - for trunk in 0..4 { - let idx = (trunk * 8) as usize; - a_limbs.push(from_bytes::expr(&words[0].cells[idx..idx + 8])); - b_limbs.push(from_bytes::expr(&words[1].cells[idx..idx + 8])); + let word4_a: Word4> = words[0].to_word_n(); + let word4_b: Word4> = words[1].to_word_n(); + for i in 0..4 { + a_limbs.push(word4_a.limbs[i].expr()); + b_limbs.push(word4_b.limbs[i].expr()); } - let d_lo = from_bytes::expr(&words[2].cells[0..16]); - let d_hi = from_bytes::expr(&words[2].cells[16..32]); - let e_lo = from_bytes::expr(&words[3].cells[0..16]); - let e_hi = from_bytes::expr(&words[3].cells[16..32]); + let (d_lo, d_hi) = words[2].to_word().to_lo_hi(); + let (e_lo, e_hi) = words[3].to_word().to_lo_hi(); // Limb multiplication let t0 = a_limbs[0].clone() * b_limbs[0].clone(); @@ -93,8 +97,8 @@ impl MulAddWords512Gadget { let t6 = a_limbs[3].clone() * b_limbs[3].clone(); if let Some(c) = addend { - let c_lo = from_bytes::expr(&c.cells[0..16]); - let c_hi = from_bytes::expr(&c.cells[16..32]); + let c = c.to_word(); + let (c_lo, c_hi) = c.to_lo_hi(); cb.require_equal( "(t0 + t1 â‹… 2^64) + c_lo == e_lo + carry_0 â‹… 2^128", t0.expr() + t1.expr() * pow_of_two_expr(64) + c_lo, @@ -203,20 +207,20 @@ mod tests { /// MulAddWords512GadgetContainer: require(a * b + c == d * 2**256 + e) struct MulAddWords512GadgetContainer { math_gadget: MulAddWords512Gadget, - a: util::Word, - b: util::Word, - d: util::Word, - e: util::Word, - addend: util::Word, + a: word::Word32Cell, + b: word::Word32Cell, + d: word::Word32Cell, + e: word::Word32Cell, + addend: word::Word32Cell, } impl MathGadgetContainer for MulAddWords512GadgetContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); - let b = cb.query_word_rlc(); - let d = cb.query_word_rlc(); - let e = cb.query_word_rlc(); - let addend = cb.query_word_rlc(); + let a = cb.query_word32(); + let b = cb.query_word32(); + let d = cb.query_word32(); + let e = cb.query_word32(); + let addend = cb.query_word32(); let math_gadget = MulAddWords512Gadget::::construct(cb, [&a, &b, &d, &e], Some(&addend)); MulAddWords512GadgetContainer { @@ -235,16 +239,11 @@ mod tests { region: &mut CachedRegion<'_, '_, F>, ) -> Result<(), Error> { let offset = 0; - self.a - .assign(region, offset, Some(witnesses[0].to_le_bytes()))?; - self.b - .assign(region, offset, Some(witnesses[1].to_le_bytes()))?; - self.d - .assign(region, offset, Some(witnesses[2].to_le_bytes()))?; - self.e - .assign(region, offset, Some(witnesses[3].to_le_bytes()))?; - self.addend - .assign(region, offset, Some(witnesses[4].to_le_bytes()))?; + self.a.assign_u256(region, offset, witnesses[0])?; + self.b.assign_u256(region, offset, witnesses[1])?; + self.d.assign_u256(region, offset, witnesses[2])?; + self.e.assign_u256(region, offset, witnesses[3])?; + self.addend.assign_u256(region, offset, witnesses[4])?; self.math_gadget.assign( region, offset, diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_word_u64.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_word_u64.rs index 1c5ce03e1e..220235a002 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_word_u64.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/mul_word_u64.rs @@ -4,9 +4,12 @@ use crate::{ constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, from_bytes, pow_of_two_expr, split_u256, CachedRegion, }, - util::Expr, + util::{ + word::{Word32Cell, WordExpr}, + Expr, + }, }; -use eth_types::{Field, ToLittleEndian, Word}; +use eth_types::{Field, Word}; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression}, @@ -16,28 +19,24 @@ use halo2_proofs::{ /// which disallows overflow. #[derive(Clone, Debug)] pub(crate) struct MulWordByU64Gadget { - multiplicand: util::Word, - product: util::Word, + multiplicand: Word32Cell, + product: Word32Cell, carry_lo: [util::Cell; 8], } impl MulWordByU64Gadget { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - multiplicand: util::Word, + multiplicand: Word32Cell, multiplier: Expression, ) -> Self { let gadget = Self { multiplicand, - product: cb.query_word_rlc(), + product: cb.query_word32(), carry_lo: cb.query_bytes(), }; - - let multiplicand_lo = from_bytes::expr(&gadget.multiplicand.cells[..16]); - let multiplicand_hi = from_bytes::expr(&gadget.multiplicand.cells[16..]); - - let product_lo = from_bytes::expr(&gadget.product.cells[..16]); - let product_hi = from_bytes::expr(&gadget.product.cells[16..]); + let (multiplicand_lo, multiplicand_hi) = gadget.multiplicand.to_word().to_lo_hi(); + let (product_lo, product_hi) = gadget.product.to_word().to_lo_hi(); let carry_lo = from_bytes::expr(&gadget.carry_lo[..8]); @@ -65,9 +64,8 @@ impl MulWordByU64Gadget { product: Word, ) -> Result<(), Error> { self.multiplicand - .assign(region, offset, Some(multiplicand.to_le_bytes()))?; - self.product - .assign(region, offset, Some(product.to_le_bytes()))?; + .assign_u256(region, offset, multiplicand)?; + self.product.assign_u256(region, offset, product)?; let (multiplicand_lo, _) = split_u256(&multiplicand); let (product_lo, _) = split_u256(&product); @@ -85,7 +83,7 @@ impl MulWordByU64Gadget { Ok(()) } - pub(crate) fn product(&self) -> &util::Word { + pub(crate) fn product(&self) -> &Word32Cell { &self.product } } @@ -94,23 +92,23 @@ impl MulWordByU64Gadget { mod tests { use super::{super::test_util::*, *}; use crate::evm_circuit::util::Cell; - use eth_types::Word; + use eth_types::{ToLittleEndian, Word}; use halo2_proofs::{halo2curves::bn256::Fr, plonk::Error}; #[derive(Clone)] /// MulWordByU64TestContainer: require(product = a*(b as u64)) struct MulWordByU64TestContainer { mulwords_u64_gadget: MulWordByU64Gadget, - a: util::Word, + a: Word32Cell, b: Cell, - product: util::Word, + product: Word32Cell, } impl MathGadgetContainer for MulWordByU64TestContainer { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self { - let a = cb.query_word_rlc(); + let a = cb.query_word32(); let b = cb.query_cell(); - let product = cb.query_word_rlc(); + let product = cb.query_word32(); let mulwords_u64_gadget = MulWordByU64Gadget::::construct(cb, a.clone(), b.expr()); MulWordByU64TestContainer { mulwords_u64_gadget, @@ -130,10 +128,9 @@ mod tests { let product = witnesses[2]; let offset = 0; - self.a.assign(region, offset, Some(a.to_le_bytes()))?; + self.a.assign_u256(region, offset, a)?; self.b.assign(region, offset, Value::known(F::from(b)))?; - self.product - .assign(region, offset, Some(product.to_le_bytes()))?; + self.product.assign_u256(region, offset, product)?; self.mulwords_u64_gadget.assign(region, 0, a, b, product)?; Ok(()) diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/pair_select.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/pair_select.rs index ab1c98084d..5282aecded 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/pair_select.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/pair_select.rs @@ -1,9 +1,9 @@ use crate::{ evm_circuit::util::{ constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - CachedRegion, Cell, + CachedRegion, }, - util::Expr, + util::{cell_manager::Cell, Expr}, }; use eth_types::Field; use halo2_proofs::{ diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/rlp.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/rlp.rs index 6a5a2154c1..4b6419b881 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/rlp.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/rlp.rs @@ -1,16 +1,23 @@ -use eth_types::{Address, Field, ToLittleEndian, ToScalar, Word}; +use crate::{ + evm_circuit::util::rlc, + util::word::{Word32Cell, WordExpr}, +}; +use eth_types::{Address, Field, ToScalar, Word}; use gadgets::util::{and, expr_from_bytes, not, select, sum, Expr}; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression}, }; -use crate::evm_circuit::{ - param::{N_BYTES_ACCOUNT_ADDRESS, N_BYTES_U64, N_BYTES_WORD}, - util::{ - constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, - CachedRegion, Cell, RandomLinearCombination, +use crate::{ + evm_circuit::{ + param::{N_BYTES_U64, N_BYTES_WORD}, + util::{ + constraint_builder::{ConstrainBuilderCommon, EVMConstraintBuilder}, + AccountAddress, CachedRegion, Cell, RandomLinearCombination, + }, }, + util::word, }; use super::IsZeroGadget; @@ -197,7 +204,7 @@ impl RlpU64Gadget { #[derive(Clone, Debug)] pub struct ContractCreateGadget { /// Sender address of the contract creation tx. - caller_address: RandomLinearCombination, + caller_address: AccountAddress, /// Sender nonce of the contract creation tx. nonce: RlpU64Gadget, /// Keccak256 hash of init code, used for CREATE2. We don't use a @@ -205,18 +212,18 @@ pub struct ContractCreateGadget { /// RLC in the case of init code hash, for BeginTx and /// CREATE2 respectively. Instead, we store just the bytes and calculate the /// appropriate RLC wherever needed. - code_hash: [Cell; N_BYTES_WORD], + code_hash: Word32Cell, /// Random salt for CREATE2. - salt: RandomLinearCombination, + salt: Word32Cell, } impl ContractCreateGadget { /// Configure and construct the gadget. pub(crate) fn construct(cb: &mut EVMConstraintBuilder) -> Self { - let caller_address = cb.query_keccak_rlc(); + let caller_address = cb.query_account_address(); let nonce = RlpU64Gadget::construct(cb); - let code_hash = array_init::array_init(|_| cb.query_byte()); - let salt = cb.query_keccak_rlc(); + let code_hash = cb.query_word32(); + let salt = cb.query_word32(); Self { caller_address, @@ -243,25 +250,18 @@ impl ContractCreateGadget { self.nonce.assign(region, offset, caller_nonce)?; - self.salt.assign( - region, - offset, - Some(salt.map(|v| v.to_le_bytes()).unwrap_or_default()), - )?; - for (c, v) in self - .code_hash - .iter() - .zip(code_hash.map(|v| v.to_le_bytes()).unwrap_or_default()) - { - c.assign(region, offset, Value::known(F::from(v as u64)))?; - } + self.code_hash + .assign_u256(region, offset, code_hash.unwrap_or_default())?; + + self.salt + .assign_u256(region, offset, salt.unwrap_or_default())?; Ok(()) } /// Caller address' value. - pub(crate) fn caller_address(&self) -> Expression { - expr_from_bytes(&self.caller_address.cells) + pub(crate) fn caller_address(&self) -> word::Word> { + self.caller_address.to_word() } /// Caller nonce's value. @@ -270,9 +270,15 @@ impl ContractCreateGadget { } /// Code hash word RLC. - pub(crate) fn code_hash_word_rlc(&self, cb: &EVMConstraintBuilder) -> Expression { - cb.word_rlc::( + pub(crate) fn code_hash(&self) -> word::Word> { + self.code_hash.to_word() + } + + /// Code hash keccak RLC. + pub(crate) fn code_hash_keccak_rlc(&self, cb: &EVMConstraintBuilder) -> Expression { + cb.keccak_rlc::( self.code_hash + .limbs .iter() .map(Expr::expr) .collect::>() @@ -281,10 +287,15 @@ impl ContractCreateGadget { ) } - /// Code hash keccak RLC. - pub(crate) fn code_hash_keccak_rlc(&self, cb: &EVMConstraintBuilder) -> Expression { + pub(crate) fn salt(&self) -> word::Word> { + self.salt.to_word() + } + + /// Salt keccak RLC. + pub(crate) fn salt_keccak_rlc(&self, cb: &EVMConstraintBuilder) -> Expression { cb.keccak_rlc::( - self.code_hash + self.salt + .limbs .iter() .map(Expr::expr) .collect::>() @@ -293,19 +304,12 @@ impl ContractCreateGadget { ) } - /// Salt keccak RLC. - pub(crate) fn salt_keccak_rlc(&self) -> Expression { - self.salt.expr() - } - /// Caller address' RLC value. - pub(crate) fn caller_address_rlc(&self) -> Expression { - self.caller_address.expr() - } - - /// Caller nonce's RLC value. - pub(crate) fn caller_nonce_rlc(&self) -> Expression { - self.nonce.value_rlc.expr() + pub(crate) fn caller_address_rlc(&self, cb: &EVMConstraintBuilder) -> Expression { + rlc::expr( + &self.caller_address.limbs.clone().map(|x| x.expr()), + cb.challenges().keccak_input(), + ) } /// Length of the input data to the keccak hash function. @@ -338,13 +342,13 @@ impl ContractCreateGadget { let challenge_power_64 = challenge_power_32.clone().square(); let challenge_power_84 = challenge_power_64.clone() * challenge_power_20; (0xff.expr() * challenge_power_84) - + (self.caller_address_rlc() * challenge_power_64) - + (self.salt_keccak_rlc() * challenge_power_32) + + (self.caller_address_rlc(cb) * challenge_power_64) + + (self.salt_keccak_rlc(cb) * challenge_power_32) + self.code_hash_keccak_rlc(cb) } else { // RLC(RLP([caller_address, caller_nonce])) let challenge_power_21 = challenges[20].clone(); - ((self.caller_address_rlc() + ((self.caller_address_rlc(cb) + (148.expr() * challenge_power_20) + ((213.expr() + self.nonce.rlp_length()) * challenge_power_21)) * self.nonce.challenge_power_rlp_length(cb)) diff --git a/zkevm-circuits/src/evm_circuit/util/math_gadget/test_util.rs b/zkevm-circuits/src/evm_circuit/util/math_gadget/test_util.rs index 0541bc0fc1..472658dbbe 100644 --- a/zkevm-circuits/src/evm_circuit/util/math_gadget/test_util.rs +++ b/zkevm-circuits/src/evm_circuit/util/math_gadget/test_util.rs @@ -8,22 +8,20 @@ use crate::{ step::{ExecutionState, Step}, table::{FixedTableTag, Table}, util::{ - constraint_builder::EVMConstraintBuilder, rlc, CachedRegion, CellType, Expr, - StoredExpression, LOOKUP_CONFIG, + constraint_builder::EVMConstraintBuilder, rlc, CachedRegion, StoredExpression, + LOOKUP_CONFIG, }, Advice, Column, Fixed, }, table::LookupTable, - util::Challenges, + util::{cell_manager::CellType, Challenges}, }; use eth_types::{Field, Word, U256}; pub(crate) use halo2_proofs::circuit::{Layouter, Value}; use halo2_proofs::{ circuit::SimpleFloorPlanner, dev::MockProver, - plonk::{ - Circuit, ConstraintSystem, Error, Expression, FirstPhase, SecondPhase, Selector, ThirdPhase, - }, + plonk::{Circuit, ConstraintSystem, Error, FirstPhase, SecondPhase, Selector, ThirdPhase}, }; pub(crate) const WORD_LOW_MAX: Word = U256([u64::MAX, u64::MAX, 0, 0]); @@ -40,10 +38,6 @@ pub(crate) const WORD_CELL_MAX: Word = U256([ pub(crate) const WORD_SIGNED_MAX: Word = U256([u64::MAX, u64::MAX, u64::MAX, i64::MAX as _]); pub(crate) const WORD_SIGNED_MIN: Word = U256([0, 0, 0, i64::MIN as _]); -pub(crate) fn generate_power_of_randomness(randomness: F) -> Vec { - (1..32).map(|exp| randomness.pow([exp, 0, 0, 0])).collect() -} - pub(crate) trait MathGadgetContainer: Clone { fn configure_gadget_container(cb: &mut EVMConstraintBuilder) -> Self where @@ -68,19 +62,16 @@ where stored_expressions: Vec>, math_gadget_container: G, _marker: PhantomData, - challenges: Challenges>, } pub(crate) struct UnitTestMathGadgetBaseCircuit { - size: usize, witnesses: Vec, _marker: PhantomData, } impl UnitTestMathGadgetBaseCircuit { - fn new(size: usize, witnesses: Vec) -> Self { + fn new(witnesses: Vec) -> Self { UnitTestMathGadgetBaseCircuit { - size, witnesses, _marker: PhantomData, } @@ -94,7 +85,6 @@ impl> Circuit for UnitTestMathGadgetBaseC fn without_witnesses(&self) -> Self { UnitTestMathGadgetBaseCircuit { - size: 0, witnesses: vec![], _marker: PhantomData, } @@ -124,16 +114,17 @@ impl> Circuit for UnitTestMathGadgetBaseC .try_into() .unwrap(); - let step_curr = Step::new(meta, advices, 0, false); - let step_next = Step::new(meta, advices, MAX_STEP_HEIGHT, true); + let step_curr = Step::new(meta, advices, 0); + let step_next = Step::new(meta, advices, MAX_STEP_HEIGHT); let mut cb = EVMConstraintBuilder::new( + meta, step_curr.clone(), step_next, &challenges_exprs, ExecutionState::STOP, ); let math_gadget_container = G::configure_gadget_container(&mut cb); - let (constraints, stored_expressions, _) = cb.build(); + let (constraints, stored_expressions, _, _) = cb.build(); if !constraints.step.is_empty() { let step_constraints = constraints.step; @@ -148,12 +139,13 @@ impl> Circuit for UnitTestMathGadgetBaseC let cell_manager = step_curr.cell_manager.clone(); for column in cell_manager.columns().iter() { if let CellType::Lookup(table) = column.cell_type { + let column_expr = column.expr(meta); if table == Table::Fixed { let name = format!("{:?}", table); meta.lookup_any(Box::leak(name.into_boxed_str()), |meta| { let table_expressions = fixed_table.table_exprs(meta); vec![( - column.expr(), + column_expr, rlc::expr(&table_expressions, challenges_exprs.lookup_input()), )] }); @@ -170,7 +162,6 @@ impl> Circuit for UnitTestMathGadgetBaseC stored_expressions, math_gadget_container, _marker: PhantomData, - challenges: challenges_exprs, }, challenges, ) @@ -255,7 +246,7 @@ pub(crate) fn test_math_gadget_container>( expected_success: bool, ) { const K: usize = 12; - let circuit = UnitTestMathGadgetBaseCircuit::::new(K, witnesses); + let circuit = UnitTestMathGadgetBaseCircuit::::new(witnesses); let prover = MockProver::::run(K as u32, &circuit, vec![]).unwrap(); if expected_success { diff --git a/zkevm-circuits/src/evm_circuit/util/memory_gadget.rs b/zkevm-circuits/src/evm_circuit/util/memory_gadget.rs index adb3016fe4..f8df9e7eb3 100644 --- a/zkevm-circuits/src/evm_circuit/util/memory_gadget.rs +++ b/zkevm-circuits/src/evm_circuit/util/memory_gadget.rs @@ -1,34 +1,38 @@ -use super::{constraint_builder::ConstrainBuilderCommon, CachedRegion}; +use super::{constraint_builder::ConstrainBuilderCommon, CachedRegion, MemoryAddress, WordExpr}; use crate::{ evm_circuit::{ param::{N_BYTES_GAS, N_BYTES_MEMORY_ADDRESS, N_BYTES_MEMORY_WORD_SIZE}, util::{ constraint_builder::EVMConstraintBuilder, - from_bytes, math_gadget::{ConstantDivisionGadget, IsZeroGadget, MinMaxGadget, RangeCheckGadget}, - select, sum, Cell, CellType, MemoryAddress, + select, sum, Cell, }, }, - util::Expr, + util::{ + word::{Word, WordCell}, + Expr, + }, }; use array_init::array_init; use eth_types::{evm_types::GasCost, Field, ToLittleEndian, U256}; +use gadgets::util::not; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression}, }; +use itertools::Itertools; /// Decodes the usable part of an address stored in a Word pub(crate) mod address_low { - use crate::evm_circuit::{ - param::N_BYTES_MEMORY_ADDRESS, - util::{from_bytes, Word}, + use crate::{ + evm_circuit::{param::N_BYTES_MEMORY_ADDRESS, util::from_bytes}, + util::word::Word32Cell, }; use eth_types::Field; use halo2_proofs::plonk::Expression; - pub(crate) fn expr(address: &Word) -> Expression { - from_bytes::expr(&address.cells[..N_BYTES_MEMORY_ADDRESS]) + pub(crate) fn expr(address: &Word32Cell) -> Expression { + from_bytes::expr(&address.limbs[..N_BYTES_MEMORY_ADDRESS]) } pub(crate) fn value(address: [u8; 32]) -> u64 { @@ -41,15 +45,15 @@ pub(crate) mod address_low { /// The sum of bytes of the address that are unused for most calculations on the /// address pub(crate) mod address_high { - use crate::evm_circuit::{ - param::N_BYTES_MEMORY_ADDRESS, - util::{sum, Word}, + use crate::{ + evm_circuit::{param::N_BYTES_MEMORY_ADDRESS, util::sum}, + util::word::Word32Cell, }; use eth_types::Field; use halo2_proofs::plonk::Expression; - pub(crate) fn expr(address: &Word) -> Expression { - sum::expr(&address.cells[N_BYTES_MEMORY_ADDRESS..]) + pub(crate) fn expr(address: &Word32Cell) -> Expression { + sum::expr(&address.limbs[N_BYTES_MEMORY_ADDRESS..]) } pub(crate) fn value(address: [u8; 32]) -> F { @@ -63,8 +67,8 @@ pub(crate) mod address_high { /// the RLC value for `memory_offset` need not match the bytes. #[derive(Clone, Debug)] pub(crate) struct MemoryAddressGadget { - memory_offset: Cell, memory_offset_bytes: MemoryAddress, + memory_offset: WordCell, memory_length: MemoryAddress, memory_length_is_zero: IsZeroGadget, } @@ -72,28 +76,24 @@ pub(crate) struct MemoryAddressGadget { impl MemoryAddressGadget { pub(crate) fn construct( cb: &mut EVMConstraintBuilder, - memory_offset: Cell, + memory_offset: WordCell, memory_length: MemoryAddress, ) -> Self { - debug_assert_eq!( - CellType::StoragePhase2, - cb.curr.cell_manager.columns()[memory_offset.cell_column_index].cell_type - ); - let memory_length_is_zero = IsZeroGadget::construct(cb, sum::expr(&memory_length.cells)); - let memory_offset_bytes = cb.query_word_rlc(); + let memory_length_is_zero = IsZeroGadget::construct(cb, memory_length.sum_expr()); + let memory_offset_bytes = cb.query_memory_address(); let has_length = 1.expr() - memory_length_is_zero.expr(); cb.condition(has_length, |cb| { - cb.require_equal( + cb.require_equal_word( "Offset decomposition into 5 bytes", - memory_offset_bytes.expr(), - memory_offset.expr(), + Word::from_lo_unchecked(memory_offset_bytes.expr()), + memory_offset.to_word(), ); }); Self { - memory_offset, memory_offset_bytes, + memory_offset, memory_length, memory_length_is_zero, } @@ -109,31 +109,21 @@ impl MemoryAddressGadget { let memory_offset_bytes = memory_offset.to_le_bytes(); let memory_length_bytes = memory_length.to_le_bytes(); let memory_length_is_zero = memory_length.is_zero(); - self.memory_offset.assign( - region, - offset, - region.word_rlc(U256::from_little_endian(&memory_offset_bytes)), - )?; self.memory_offset_bytes.assign( region, offset, - Some(if memory_length_is_zero { - [0; 5] + if memory_length_is_zero { + Some([0; 5]) } else { memory_offset_bytes[..N_BYTES_MEMORY_ADDRESS] .try_into() - .unwrap() - }), - )?; - self.memory_length.assign( - region, - offset, - Some( - memory_length_bytes[..N_BYTES_MEMORY_ADDRESS] - .try_into() - .unwrap(), - ), + .ok() + }, )?; + self.memory_offset + .assign_u256(region, offset, memory_offset)?; + self.memory_length + .assign_u256(region, offset, memory_length)?; self.memory_length_is_zero .assign(region, offset, sum::value(&memory_length_bytes))?; Ok(if memory_length_is_zero { @@ -147,12 +137,14 @@ impl MemoryAddressGadget { 1.expr() - self.memory_length_is_zero.expr() } + // offset is the valid offset. It might not equal the offset pop from stack if + // `self.has_length()` is zero pub(crate) fn offset(&self) -> Expression { - self.has_length() * from_bytes::expr(&self.memory_offset_bytes.cells) + self.has_length() * self.memory_offset_bytes.expr() } pub(crate) fn length(&self) -> Expression { - from_bytes::expr(&self.memory_length.cells) + self.memory_length.expr() } pub(crate) fn address(&self) -> Expression { @@ -347,8 +339,6 @@ pub(crate) struct MemoryCopierGasGadget { } impl MemoryCopierGasGadget { - pub const WORD_SIZE: u64 = 32u64; - /// Input requirements: /// - `curr_memory_size < 256**MAX_MEMORY_SIZE_IN_BYTES` /// - `address < 32 * 256**MAX_MEMORY_SIZE_IN_BYTES` @@ -404,11 +394,6 @@ pub(crate) struct BufferReaderGadget; MAX_BYTES], - /// `bound_dist` is defined as `max(addr_end - addr_start - i, 0)` for `i` - /// in 0..MAX_BYTES - bound_dist: [Cell; MAX_BYTES], - /// Check if bound_dist is zero - bound_dist_is_zero: [IsZeroGadget; MAX_BYTES], /// The min gadget to take the minimum of addr_start and addr_end min_gadget: MinMaxGadget, } @@ -423,39 +408,6 @@ impl ) -> Self { let bytes = array_init(|_| cb.query_byte()); let selectors = array_init(|_| cb.query_bool()); - let bound_dist = array_init(|_| cb.query_cell()); - let bound_dist_is_zero = - array_init(|idx| IsZeroGadget::construct(cb, bound_dist[idx].expr())); - - // Define bound_dist[i] = max(addr_end - addr_start - i, 0) - // The purpose of bound_dist is to check if the access to the buffer - // is out of bound. When bound_dist[i] == 0, it indicates OOB access - // and so bytes[i] has to be 0. - // Because the bound_dist is decreasing by at most 1 each time, we can - // use this property to reduce the use of LtGadget by adding constraints - // to the diff between two consecutive bound_dists. - - // The constraints on bound_dist[0]. - // bound_dist[0] == addr_end - addr_start if addr_start < addr_end - // bound_dist[0] == 0 if addr_start >= addr_end - let min_gadget = MinMaxGadget::construct(cb, addr_start, addr_end.clone()); - cb.require_equal( - "bound_dist[0] == addr_end - min(addr_start, add_end)", - bound_dist[0].expr(), - addr_end - min_gadget.min(), - ); - // Constraints on bound_dist[1..MAX_BYTES] - // diff = bound_dist[idx - 1] - bound_dist[idx] - // diff == 1 if bound_dist[idx - 1] != 0 - // diff == 0 if bound_dist[idx - 1] == 0 - for idx in 1..MAX_BYTES { - let diff = bound_dist[idx - 1].expr() - bound_dist[idx].expr(); - cb.require_equal( - "diff == 0 if bound_dist[i - 1] == 0; otherwise 1", - diff, - select::expr(bound_dist_is_zero[idx - 1].expr(), 0.expr(), 1.expr()), - ) - } // Constraints on bytes and selectors for i in 0..MAX_BYTES { @@ -475,17 +427,38 @@ impl "bytes[i] == 0 when selectors[i] == 0", (1.expr() - selectors[i].expr()) * bytes[i].expr(), ); - cb.add_constraint( - "bytes[i] == 0 when bound_dist[i] == 0", - bound_dist_is_zero[i].expr() * bytes[i].expr(), - ) } + // Look at the data length, which can be negative, or within the buffer span, or larger. + // Decide what is the other operand of the MinMaxGadget gadget. If the buffer is empty + // because end <= start, compare the length to 0. Otherwise, compare to the buffer size. + let is_empty = not::expr(&selectors[0]); + let cap = select::expr(is_empty.expr(), 0.expr(), MAX_BYTES.expr()); + let signed_len = addr_end - addr_start; + let min_gadget = MinMaxGadget::construct(cb, cap, signed_len); + + // If we claim that the buffer is empty, we prove that the end is at or before the start. + // buffer_len = max(0, signed_len) = 0 + cb.condition(is_empty.expr(), |cb| { + cb.require_zero("addr_end <= addr_start", min_gadget.max()); + }); + + // Otherwise, the buffer length equals the data length, capped at the buffer size. + // buffer_len = min(MAX_BYTES, signed_len) + cb.condition(not::expr(is_empty), |cb| { + let buffer_len = sum::expr(&selectors); + let capped_len = min_gadget.min(); + + cb.require_equal( + "buffer length == end - start (capped)", + buffer_len, + capped_len, + ); + }); + BufferReaderGadget { bytes, selectors, - bound_dist, - bound_dist_is_zero, min_gadget, } } @@ -497,25 +470,32 @@ impl addr_start: u64, addr_end: u64, bytes: &[u8], - selectors: &[bool], ) -> Result<(), Error> { - self.min_gadget - .assign(region, offset, F::from(addr_start), F::from(addr_end))?; - - assert_eq!(selectors.len(), MAX_BYTES); - for (idx, selector) in selectors.iter().enumerate() { - self.selectors[idx].assign(region, offset, Value::known(F::from(*selector as u64)))?; - self.bytes[idx].assign(region, offset, Value::known(F::from(bytes[idx] as u64)))?; - // assign bound_dist and bound_dist_is_zero - let oob = addr_start + idx as u64 >= addr_end; - let bound_dist = if oob { - F::ZERO - } else { - F::from(addr_end - addr_start - idx as u64) - }; - self.bound_dist[idx].assign(region, offset, Value::known(bound_dist))?; - self.bound_dist_is_zero[idx].assign(region, offset, bound_dist)?; + assert_eq!(bytes.len(), MAX_BYTES); + for (idx, ((byte_col, &byte_val), selector_col)) in self + .bytes + .iter() + .zip_eq(bytes.iter()) + .zip_eq(self.selectors.iter()) + .enumerate() + { + let selector = (addr_start + idx as u64) < addr_end; + selector_col.assign(region, offset, Value::known(F::from(selector as u64)))?; + byte_col.assign(region, offset, Value::known(F::from(byte_val as u64)))?; } + + let is_empty = addr_start >= addr_end; + let cap = if is_empty { 0 } else { MAX_BYTES }; + let signed_len = if is_empty { + -F::from(addr_start - addr_end) + } else { + F::from(addr_end - addr_start) + }; + self.min_gadget + .assign(region, offset, F::from(cap as u64), signed_len)?; + + // Completeness: MinMaxGadget requires `signed_len ∈ (cap-RANGE; cap+RANGE]`, covering all + // cases. If is_empty, signed_len ∈ (-RANGE; 0], otherwise signed_len ∈ [1; RANGE). Ok(()) } @@ -523,16 +503,8 @@ impl self.bytes[idx].expr() } - pub(crate) fn has_data(&self, idx: usize) -> Expression { - self.selectors[idx].expr() - } - /// Indicate whether the bytes\[idx\] is read from the buffer pub(crate) fn read_flag(&self, idx: usize) -> Expression { - self.has_data(idx) * (1.expr() - self.bound_dist_is_zero[idx].expr()) - } - - pub(crate) fn num_bytes(&self) -> Expression { - sum::expr(&self.selectors) + self.selectors[idx].expr() } } diff --git a/zkevm-circuits/src/exp_circuit.rs b/zkevm-circuits/src/exp_circuit.rs index 4da5979a0f..80a8173385 100644 --- a/zkevm-circuits/src/exp_circuit.rs +++ b/zkevm-circuits/src/exp_circuit.rs @@ -1,11 +1,11 @@ //! Exponentiation verification circuit. -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; pub(crate) mod param; -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::ExpCircuit as TestExpCircuit; use crate::{ @@ -291,11 +291,12 @@ impl ExpCircuitConfig { &self, layouter: &mut impl Layouter, exp_events: &[ExpEvent], - max_exp_steps: usize, + max_exp_rows: usize, ) -> Result<(), Error> { - let max_exp_rows = max_exp_steps * OFFSET_INCREMENT; + let min_n_rows = Self::min_num_rows(exp_events); + dbg!(max_exp_rows, min_n_rows); debug_assert!( - Self::min_num_rows(exp_events) <= max_exp_rows, + min_n_rows <= max_exp_rows, "insufficient rows to populate the exponentiation trace" ); @@ -484,7 +485,8 @@ pub struct ExpCircuit { impl ExpCircuit { /// Return a new ExpCircuit - pub fn new(exp_events: Vec, max_exp_rows: usize) -> Self { + pub fn new(exp_events: Vec, max_exp_steps: usize) -> Self { + let max_exp_rows = max_exp_steps * OFFSET_INCREMENT + UNUSABLE_EXP_ROWS; Self { exp_events, max_exp_rows, diff --git a/zkevm-circuits/src/exp_circuit/test.rs b/zkevm-circuits/src/exp_circuit/test.rs index 2b5012458d..5e6fa3c0bf 100644 --- a/zkevm-circuits/src/exp_circuit/test.rs +++ b/zkevm-circuits/src/exp_circuit/test.rs @@ -1,18 +1,14 @@ -#![allow(unused_imports)] use crate::{ evm_circuit::witness::{block_convert, Block}, exp_circuit::ExpCircuit, util::{unusable_rows, SubCircuit}, }; use bus_mapping::{ - circuit_input_builder::{CircuitInputBuilder, CircuitsParams}, - evm::OpcodeId, + circuit_input_builder::{CircuitInputBuilder, FixedCParams}, mock::BlockData, }; use eth_types::{bytecode, geth_types::GethData, Bytecode, Field, Word}; -use halo2_proofs::{ - circuit::SimpleFloorPlanner, dev::MockProver, halo2curves::bn256::Fr, plonk::Circuit, -}; +use halo2_proofs::{dev::MockProver, halo2curves::bn256::Fr}; use mock::TestContext; #[test] @@ -51,27 +47,38 @@ fn gen_code_multiple(args: Vec<(Word, Word)>) -> Bytecode { code } -fn gen_data(code: Bytecode) -> CircuitInputBuilder { +fn gen_data(code: Bytecode, default_params: bool) -> CircuitInputBuilder { let test_ctx = TestContext::<2, 1>::simple_ctx_with_bytecode(code).unwrap(); let block: GethData = test_ctx.into(); - let mut builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); - builder - .handle_block(&block.eth_block, &block.geth_traces) - .unwrap(); + // Needs default parameters for variadic size test + let builder = if default_params { + let mut builder = + BlockData::new_from_geth_data_with_params(block.clone(), FixedCParams::default()) + .new_circuit_input_builder(); + builder + .handle_block(&block.eth_block, &block.geth_traces) + .unwrap(); + builder + } else { + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + builder + .handle_block(&block.eth_block, &block.geth_traces) + .unwrap() + }; builder } fn test_ok(base: Word, exponent: Word, k: Option) { let code = gen_code_single(base, exponent); - let builder = gen_data(code); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let builder = gen_data(code, false); + let block = block_convert::(&builder).unwrap(); test_exp_circuit(k.unwrap_or(18), block); } fn test_ok_multiple(args: Vec<(Word, Word)>) { let code = gen_code_multiple(args); - let builder = gen_data(code); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let builder = gen_data(code, false); + let block = block_convert::(&builder).unwrap(); test_exp_circuit(20, block); } @@ -111,18 +118,18 @@ fn exp_circuit_multiple() { #[test] fn variadic_size_check() { - let k = 20; + let k = 13; // Empty let block: GethData = TestContext::<0, 0>::new(None, |_| {}, |_, _| {}, |b, _| b) .unwrap() .into(); let mut builder = - BlockData::new_from_geth_data_with_params(block.clone(), CircuitsParams::default()) + BlockData::new_from_geth_data_with_params(block.clone(), FixedCParams::default()) .new_circuit_input_builder(); builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let block = block_convert::(&builder).unwrap(); let circuit = ExpCircuit::::new( block.exp_events.clone(), block.circuits_params.max_exp_steps, @@ -139,8 +146,8 @@ fn variadic_size_check() { EXP STOP }; - let builder = gen_data(code); - let block = block_convert::(&builder.block, &builder.code_db).unwrap(); + let builder = gen_data(code, true); + let block = block_convert::(&builder).unwrap(); let circuit = ExpCircuit::::new( block.exp_events.clone(), block.circuits_params.max_exp_steps, diff --git a/zkevm-circuits/src/instance.rs b/zkevm-circuits/src/instance.rs new file mode 100644 index 0000000000..f58222d1a1 --- /dev/null +++ b/zkevm-circuits/src/instance.rs @@ -0,0 +1,285 @@ +//! The instance definition. + +use eth_types::{geth_types::BlockConstants, BigEndianHash, Field, Keccak}; +use std::{iter, ops::Deref}; + +use eth_types::{geth_types::Transaction, Address, ToBigEndian, Word, H256}; +use itertools::Itertools; + +use crate::{util::word, witness::Block}; + +pub(super) const ZERO_BYTE_GAS_COST: u64 = 4; +pub(super) const NONZERO_BYTE_GAS_COST: u64 = 16; + +/// Values of the block table (as in the spec) +#[derive(Clone, Default, Debug)] +pub struct BlockValues { + /// coinbase + pub coinbase: Address, + /// gas_limit + pub gas_limit: u64, + /// number + pub number: u64, + /// timestamp + pub timestamp: u64, + /// difficulty + pub difficulty: Word, + /// base_fee + pub base_fee: Word, // NOTE: BaseFee was added by EIP-1559 and is ignored in legacy headers. + /// chain_id + pub chain_id: u64, + /// history_hashes + pub history_hashes: Vec, +} + +/// Values of the tx table (as in the spec) +#[derive(Default, Debug, Clone)] +pub struct TxValues { + /// nonce + pub nonce: u64, + /// gas_limit + pub gas_limit: u64, + /// gas_price + pub gas_price: Word, + /// from_addr + pub from_addr: Address, + /// to_addr + pub to_addr: Address, + /// is_create + pub is_create: u64, + /// value + pub value: Word, + /// call_data_len + pub call_data_len: u64, + /// call_data_gas_cost + pub call_data_gas_cost: u64, + /// tx_sign_hash + pub tx_sign_hash: [u8; 32], +} + +/// Extra values (not contained in block or tx tables) +#[derive(Default, Debug, Clone)] +pub struct ExtraValues { + /// block_hash + pub block_hash: H256, + /// state_root + pub state_root: H256, + /// prev_state_root + pub prev_state_root: H256, +} + +/// PublicData contains all the values that the PiCircuit recieves as input +#[derive(Debug, Clone)] +pub struct PublicData { + /// chain id + pub chain_id: Word, + /// History hashes contains the most recent 256 block hashes in history, + /// where the latest one is at history_hashes[history_hashes.len() - 1]. + pub history_hashes: Vec, + /// Block Transactions + pub transactions: Vec, + /// Block State Root + pub state_root: H256, + /// Previous block root + pub prev_state_root: H256, + /// Constants related to Ethereum block + pub block_constants: BlockConstants, + /// Block Hash + pub block_hash: Option, +} + +impl Default for PublicData { + fn default() -> Self { + PublicData { + chain_id: Word::default(), + history_hashes: vec![], + transactions: vec![], + state_root: H256::zero(), + prev_state_root: H256::zero(), + block_constants: BlockConstants::default(), + block_hash: None, + } + } +} + +impl PublicData { + /// Returns struct with values for the block table + pub fn get_block_table_values(&self) -> BlockValues { + let history_hashes = [ + vec![H256::zero(); 256 - self.history_hashes.len()], + self.history_hashes + .iter() + .map(|&hash| H256::from(hash.to_be_bytes())) + .collect(), + ] + .concat(); + BlockValues { + coinbase: self.block_constants.coinbase, + gas_limit: self.block_constants.gas_limit.as_u64(), + number: self.block_constants.number.as_u64(), + timestamp: self.block_constants.timestamp.as_u64(), + difficulty: self.block_constants.difficulty, + base_fee: self.block_constants.base_fee, + chain_id: self.chain_id.as_u64(), + history_hashes, + } + } + + /// Returns struct with values for the tx table + pub fn get_tx_table_values(&self) -> Vec { + let chain_id: u64 = self + .chain_id + .try_into() + .expect("Error converting chain_id to u64"); + let mut tx_vals = vec![]; + for tx in &self.transactions { + let sign_data_res = tx.sign_data(chain_id); + let msg_hash_le = + sign_data_res.map_or_else(|_| [0u8; 32], |sign_data| sign_data.msg_hash.to_bytes()); + tx_vals.push(TxValues { + nonce: tx.nonce.low_u64(), + gas_price: tx.gas_price, + gas_limit: tx.gas(), + from_addr: tx.from, + to_addr: tx.to.unwrap_or_else(Address::zero), + is_create: (tx.to.is_none() as u64), + value: tx.value, + call_data_len: tx.call_data.0.len() as u64, + call_data_gas_cost: tx.call_data.0.iter().fold(0, |acc, byte| { + acc + if *byte == 0 { + ZERO_BYTE_GAS_COST + } else { + NONZERO_BYTE_GAS_COST + } + }), + tx_sign_hash: msg_hash_le, + }); + } + tx_vals + } + + /// Returns struct with the extra values + pub fn get_extra_values(&self) -> ExtraValues { + ExtraValues { + block_hash: self.block_hash.unwrap_or_else(H256::zero), + state_root: self.state_root, + prev_state_root: self.prev_state_root, + } + } + + /// get the serialized public data bytes + pub fn get_pi_bytes(&self, max_txs: usize, max_calldata: usize) -> Vec { + // Assign block table + let block_values = self.get_block_table_values(); + let result = iter::empty() + .chain(0u8.to_be_bytes()) // zero byte + .chain(block_values.coinbase.to_fixed_bytes()) // coinbase + .chain(block_values.gas_limit.to_be_bytes()) // gas_limit + .chain(block_values.number.to_be_bytes()) // number + .chain(block_values.timestamp.to_be_bytes()) // timestamp + .chain(block_values.difficulty.to_be_bytes()) // difficulty + .chain(block_values.base_fee.to_be_bytes()) // base_fee + .chain(block_values.chain_id.to_be_bytes()) // chain_id + .chain( + block_values + .history_hashes + .iter() + .flat_map(|prev_hash| prev_hash.to_fixed_bytes()), + ); // history_hashes + + // Assign extra fields + let extra_vals = self.get_extra_values(); + let result = result + .chain(extra_vals.block_hash.to_fixed_bytes()) // block hash + .chain(extra_vals.state_root.to_fixed_bytes()) // block state root + .chain(extra_vals.prev_state_root.to_fixed_bytes()); // previous block state root + + // Assign Tx table + let tx_field_byte_fn = |tx_id: u64, index: u64, value_bytes: &[u8]| { + iter::empty() + .chain(tx_id.to_be_bytes()) // tx_id + .chain(index.to_be_bytes()) // index + .chain(value_bytes.to_vec()) // value + }; + let tx_bytes_fn = |tx_id: u64, index: u64, tx: &TxValues| { + vec![ + tx.nonce.to_be_bytes().to_vec(), // nonce + tx.gas_limit.to_be_bytes().to_vec(), // gas_limit + tx.gas_price.to_be_bytes().to_vec(), // gas price + tx.from_addr.as_fixed_bytes().to_vec(), // from_addr + tx.to_addr.as_fixed_bytes().to_vec(), // to_addr + tx.is_create.to_be_bytes().to_vec(), // is_create + tx.value.to_be_bytes().to_vec(), // value + tx.call_data_len.to_be_bytes().to_vec(), // call_data_len + tx.call_data_gas_cost.to_be_bytes().to_vec(), // call_data_gas_cost + tx.tx_sign_hash.iter().rev().copied().collect_vec(), // tx sign hash + ] + .iter() + .flat_map(move |value_bytes| tx_field_byte_fn(tx_id, index, value_bytes)) + .collect_vec() + }; + + let txs_values = self.get_tx_table_values(); + let tx_values_default = TxValues::default(); + + // all tx bytes including tx padding + let all_tx_bytes = iter::empty() + .chain(&txs_values) + .chain((0..(max_txs - txs_values.len())).map(|_| &tx_values_default)) + .enumerate() + .flat_map(|(i, tx)| { + let i: u64 = i.try_into().unwrap(); + tx_bytes_fn(i + 1, 0, tx) + }); + + // first tx empty row happened here + let result = result + .chain(tx_field_byte_fn(0, 0, &[0u8; 1])) // empty row + .chain(all_tx_bytes); + + // Tx Table CallData + let all_calldata = self + .transactions + .iter() + .flat_map(|tx| tx.call_data.0.as_ref().iter().copied()) + .collect_vec(); + let calldata_count = all_calldata.len(); + // concat call data with call data padding + let calldata_chain = iter::empty() + .chain(all_calldata) + .chain((0..max_calldata - calldata_count).map(|_| 0u8)); + result.chain(calldata_chain).collect_vec() + } + + /// generate public data from validator perspective + pub fn get_rpi_digest_word( + &self, + max_txs: usize, + max_calldata: usize, + ) -> word::Word { + let mut keccak = Keccak::default(); + keccak.update(&self.get_pi_bytes(max_txs, max_calldata)); + let digest = keccak.digest(); + word::Word::from(Word::from_big_endian(&digest)) + } +} + +/// convert witness block to public data +pub fn public_data_convert(block: &Block) -> PublicData { + PublicData { + chain_id: block.context.chain_id, + history_hashes: block.context.history_hashes.clone(), + transactions: block.txs.iter().map(|tx| tx.deref().clone()).collect_vec(), + state_root: block.eth_block.state_root, + prev_state_root: H256::from_uint(&block.prev_state_root), + block_hash: block.eth_block.hash, + block_constants: BlockConstants { + coinbase: block.context.coinbase, + timestamp: block.context.timestamp, + number: block.context.number.as_u64().into(), + difficulty: block.context.difficulty, + gas_limit: block.context.gas_limit.into(), + base_fee: block.context.base_fee, + }, + } +} diff --git a/zkevm-circuits/src/keccak_circuit.rs b/zkevm-circuits/src/keccak_circuit.rs index 029ec196a6..96a5c5fc22 100644 --- a/zkevm-circuits/src/keccak_circuit.rs +++ b/zkevm-circuits/src/keccak_circuit.rs @@ -7,11 +7,11 @@ mod table; /// Util mod util; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::KeccakCircuit as TestKeccakCircuit; use std::marker::PhantomData; @@ -32,7 +32,10 @@ use crate::{ split, split_uniform, transform, transform_to, Part, }, table::{KeccakTable, LookupTable}, - util::{Challenges, SubCircuit, SubCircuitConfig}, + util::{ + word::{self, WordExpr}, + Challenges, SubCircuit, SubCircuitConfig, + }, witness, }; use eth_types::Field; @@ -101,7 +104,7 @@ impl SubCircuitConfig for KeccakCircuitConfig { let is_final = keccak_table.is_enabled; let length = keccak_table.input_len; let data_rlc = keccak_table.input_rlc; - let hash_rlc = keccak_table.output_rlc; + let hash_word = keccak_table.output; let normalize_3 = array_init::array_init(|_| meta.lookup_table_column()); let normalize_4 = array_init::array_init(|_| meta.lookup_table_column()); @@ -565,12 +568,12 @@ impl SubCircuitConfig for KeccakCircuitConfig { }); } let hash_bytes_le = hash_bytes.into_iter().rev().collect::>(); - let rlc = compose_rlc::expr(&hash_bytes_le, challenges.evm_word()); + cb.condition(start_new_hash, |cb| { - cb.require_equal( - "hash rlc check", - rlc, - meta.query_advice(hash_rlc, Rotation::cur()), + cb.require_equal_word( + "output check", + word::Word32::new(hash_bytes_le.try_into().expect("32 limbs")).to_word(), + hash_word.map(|col| meta.query_advice(col, Rotation::cur())), ); }); cb.gate(meta.query_fixed(q_round_last, Rotation::cur())) @@ -921,7 +924,8 @@ impl KeccakCircuitConfig { Value::known(F::from(row.is_final as u64)), row.data_rlc, Value::known(F::from(row.length as u64)), - row.hash_rlc, + row.hash.lo(), + row.hash.hi(), ], )?; diff --git a/zkevm-circuits/src/keccak_circuit/cell_manager.rs b/zkevm-circuits/src/keccak_circuit/cell_manager.rs index 0706ac93a7..d628ec0794 100644 --- a/zkevm-circuits/src/keccak_circuit/cell_manager.rs +++ b/zkevm-circuits/src/keccak_circuit/cell_manager.rs @@ -1,8 +1,6 @@ -use crate::keccak_circuit::util::extract_field; use eth_types::Field; use gadgets::util::Expr; use halo2_proofs::{ - circuit::Value, plonk::{Advice, Column, ConstraintSystem, Expression, VirtualCells}, poly::Rotation, }; @@ -63,16 +61,6 @@ impl Cell { pub(crate) fn assign(&self, region: &mut KeccakRegion, offset: i32, value: F) { region.assign(self.column_idx, (offset + self.rotation) as usize, value); } - - pub(crate) fn assign_value(&self, region: &mut KeccakRegion, offset: i32, value: Value) { - // This is really ugly. But since there's no way to easily adapt the CellManager - // API customized for this impl specifically, for now I'm opening the - // value and extracting it. Once https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/933 is resolved, - // this shouldn't be needed. - let value_f = extract_field(value); - - region.assign(self.column_idx, (offset + self.rotation) as usize, value_f); - } } impl Expr for Cell { @@ -97,7 +85,6 @@ pub(crate) struct CellColumn { /// CellManager #[derive(Clone, Debug)] pub(crate) struct CellManager { - height: usize, columns: Vec>, rows: Vec, num_unused_cells: usize, @@ -106,7 +93,6 @@ pub(crate) struct CellManager { impl CellManager { pub(crate) fn new(height: usize) -> Self { Self { - height, columns: Vec::new(), rows: vec![0; height], num_unused_cells: 0, diff --git a/zkevm-circuits/src/keccak_circuit/keccak_packed_multi.rs b/zkevm-circuits/src/keccak_circuit/keccak_packed_multi.rs index 3c1e93999d..a2e618fa75 100644 --- a/zkevm-circuits/src/keccak_circuit/keccak_packed_multi.rs +++ b/zkevm-circuits/src/keccak_circuit/keccak_packed_multi.rs @@ -1,5 +1,5 @@ use super::{cell_manager::*, param::*, util::*}; -use crate::{evm_circuit::util::rlc, util::Challenges}; +use crate::util::{word::Word, Challenges}; use eth_types::Field; use halo2_proofs::{ circuit::Value, @@ -67,7 +67,7 @@ pub(crate) struct KeccakRow { pub(crate) cell_values: Vec, pub(crate) length: usize, pub(crate) data_rlc: Value, - pub(crate) hash_rlc: Value, + pub(crate) hash: Word>, } /// Part @@ -528,7 +528,7 @@ pub(crate) fn keccak( let mut cell_managers = Vec::new(); let mut regions = Vec::new(); - let mut hash_rlc = Value::known(F::ZERO); + let mut hash = Word::default(); let mut round_lengths = Vec::new(); let mut round_data_rlcs = Vec::new(); for round in 0..NUM_ROUNDS + 1 { @@ -747,18 +747,21 @@ pub(crate) fn keccak( // The rlc of the hash let is_final = is_final_block && round == NUM_ROUNDS; - hash_rlc = if is_final { + hash = if is_final { let hash_bytes_le = s .into_iter() .take(4) .flat_map(|a| to_bytes::value(&unpack(a[0]))) .rev() .collect::>(); - challenges - .evm_word() - .map(|challenge_value| rlc::value(&hash_bytes_le, challenge_value)) + + let word: Word> = Word::from(eth_types::Word::from_little_endian( + hash_bytes_le.as_slice(), + )) + .map(Value::known); + word } else { - Value::known(F::ZERO) + Word::default().into_value() }; // The words to squeeze out @@ -800,7 +803,7 @@ pub(crate) fn keccak( is_final: is_final_block && round == NUM_ROUNDS && row_idx == 0, length: round_lengths[round], data_rlc: round_data_rlcs[round][row_idx], - hash_rlc, + hash, cell_values: regions[round].rows[row_idx].clone(), }); } @@ -845,7 +848,7 @@ pub(crate) fn multi_keccak( is_final: false, length: 0usize, data_rlc: Value::known(F::ZERO), - hash_rlc: Value::known(F::ZERO), + hash: Word::default().into_value(), cell_values: Vec::new(), }); } diff --git a/zkevm-circuits/src/keccak_circuit/param.rs b/zkevm-circuits/src/keccak_circuit/param.rs index 847c10e8e6..504229b49a 100644 --- a/zkevm-circuits/src/keccak_circuit/param.rs +++ b/zkevm-circuits/src/keccak_circuit/param.rs @@ -8,16 +8,11 @@ pub(crate) const CHI_BASE_LOOKUP_RANGE: usize = 5; pub(crate) const NUM_BITS_PER_BYTE: usize = 8; pub(crate) const NUM_BYTES_PER_WORD: usize = 8; pub(crate) const NUM_BITS_PER_WORD: usize = NUM_BYTES_PER_WORD * NUM_BITS_PER_BYTE; -pub(crate) const KECCAK_WIDTH: usize = 5 * 5; -pub(crate) const KECCAK_WIDTH_IN_BITS: usize = KECCAK_WIDTH * NUM_BITS_PER_WORD; pub(crate) const NUM_ROUNDS: usize = 24; pub(crate) const NUM_WORDS_TO_ABSORB: usize = 17; pub(crate) const NUM_WORDS_TO_SQUEEZE: usize = 4; -pub(crate) const ABSORB_WIDTH_PER_ROW: usize = NUM_BITS_PER_WORD; -pub(crate) const ABSORB_WIDTH_PER_ROW_BYTES: usize = ABSORB_WIDTH_PER_ROW / NUM_BITS_PER_BYTE; pub(crate) const RATE: usize = NUM_WORDS_TO_ABSORB * NUM_BYTES_PER_WORD; pub(crate) const RATE_IN_BITS: usize = RATE * NUM_BITS_PER_BYTE; -pub(crate) const THETA_C_WIDTH: usize = 5 * NUM_BITS_PER_WORD; pub(crate) const RHO_MATRIX: [[usize; 5]; 5] = [ [0, 36, 3, 41, 18], [1, 44, 10, 45, 2], @@ -52,8 +47,6 @@ pub(crate) const ROUND_CST: [u64; NUM_ROUNDS + 1] = [ 0x8000000080008008, 0x0000000000000000, // absorb round ]; -// Bit positions that have a non-zero value in `IOTA_ROUND_CST`. -pub(crate) const ROUND_CST_BIT_POS: [usize; 7] = [0, 1, 3, 7, 15, 31, 63]; // The number of bits used in the sparse word representation per bit pub(crate) const BIT_COUNT: usize = 3; @@ -62,5 +55,3 @@ pub(crate) const BIT_SIZE: usize = 2usize.pow(BIT_COUNT as u32); // `a ^ ((~b) & c)` is calculated by doing `lookup[3 - 2*a + b - c]` pub(crate) const CHI_BASE_LOOKUP_TABLE: [u8; 5] = [0, 1, 1, 0, 0]; -// `a ^ ((~b) & c) ^ d` is calculated by doing `lookup[5 - 2*a - b + c - 2*d]` -pub(crate) const CHI_EXT_LOOKUP_TABLE: [u8; 7] = [0, 0, 1, 1, 0, 0, 1]; diff --git a/zkevm-circuits/src/keccak_circuit/table.rs b/zkevm-circuits/src/keccak_circuit/table.rs index 5ab2fc5e23..c632496a51 100644 --- a/zkevm-circuits/src/keccak_circuit/table.rs +++ b/zkevm-circuits/src/keccak_circuit/table.rs @@ -167,15 +167,11 @@ mod tests { fn chi_table() { // Check the base pattern for all combinations of bits. for i in 0..16_usize { - let (a, b, c, d) = (i & 1, (i >> 1) & 1, (i >> 2) & 1, (i >> 3) & 1); + let (a, b, c) = (i & 1, (i >> 1) & 1, (i >> 2) & 1); assert_eq!( CHI_BASE_LOOKUP_TABLE[3 - 2 * a + b - c], (a ^ ((!b) & c)) as u8 ); - assert_eq!( - CHI_EXT_LOOKUP_TABLE[5 - 2 * a - b + c - 2 * d], - (a ^ ((!b) & c) ^ d) as u8 - ); } // Check the table with multiple parts per row. diff --git a/zkevm-circuits/src/keccak_circuit/test.rs b/zkevm-circuits/src/keccak_circuit/test.rs index 9711f978d5..04e4b541d6 100644 --- a/zkevm-circuits/src/keccak_circuit/test.rs +++ b/zkevm-circuits/src/keccak_circuit/test.rs @@ -1,13 +1,7 @@ -#![allow(unused_imports)] use super::*; use crate::util::unusable_rows; use eth_types::Field; -use halo2_proofs::{ - circuit::{Layouter, SimpleFloorPlanner}, - dev::MockProver, - halo2curves::bn256::Fr, - plonk::{Circuit, ConstraintSystem, Error}, -}; +use halo2_proofs::{dev::MockProver, halo2curves::bn256::Fr}; use log::error; use std::iter::zip; diff --git a/zkevm-circuits/src/keccak_circuit/util.rs b/zkevm-circuits/src/keccak_circuit/util.rs index 48b819046e..c11a98b470 100644 --- a/zkevm-circuits/src/keccak_circuit/util.rs +++ b/zkevm-circuits/src/keccak_circuit/util.rs @@ -2,7 +2,6 @@ use super::{keccak_packed_multi::keccak_unusable_rows, param::*}; use eth_types::{Field, ToScalar, Word}; -use halo2_proofs::circuit::Value; use std::env::var; /// Description of which bits (positions) a part contains @@ -80,13 +79,6 @@ pub(crate) fn rotate_rev(parts: Vec, count: usize, part_size: usize) -> Ve rotated_parts } -/// Rotates bits left -pub(crate) fn rotate_left(bits: &[u8], count: usize) -> [u8; NUM_BITS_PER_WORD] { - let mut rotated = bits.to_vec(); - rotated.rotate_left(count); - rotated.try_into().unwrap() -} - /// The words that absorb data pub(crate) fn get_absorb_positions() -> Vec<(usize, usize)> { let mut absorb_positions = Vec::new(); @@ -233,31 +225,6 @@ pub(crate) fn get_num_bits_per_lookup_impl(range: usize, log_height: usize) -> u num_bits as usize } -pub(crate) fn extract_field(value: Value) -> F { - let mut field = F::ZERO; - let _ = value.map(|f| { - field = f; - f - }); - field -} - -/// Encodes the data using rlc -pub(crate) mod compose_rlc { - use eth_types::Field; - use halo2_proofs::plonk::Expression; - - pub(crate) fn expr(expressions: &[Expression], r: Expression) -> Expression { - let mut rlc = expressions[0].clone(); - let mut multiplier = r.clone(); - for expression in expressions[1..].iter() { - rlc = rlc + expression.clone() * multiplier.clone(); - multiplier = multiplier * r.clone(); - } - rlc - } -} - /// Scatters a value into a packed word constant pub(crate) mod scatter { use super::pack; @@ -271,24 +238,6 @@ pub(crate) mod scatter { /// Packs bits into bytes pub(crate) mod to_bytes { - use eth_types::Field; - use gadgets::util::Expr; - use halo2_proofs::plonk::Expression; - - pub(crate) fn expr(bits: &[Expression]) -> Vec> { - debug_assert!(bits.len() % 8 == 0, "bits not a multiple of 8"); - let mut bytes = Vec::new(); - for byte_bits in bits.chunks(8) { - let mut value = 0.expr(); - let mut multiplier = F::ONE; - for byte in byte_bits.iter() { - value = value + byte.expr() * multiplier; - multiplier *= F::from(2); - } - bytes.push(value); - } - bytes - } pub(crate) fn value(bits: &[u8]) -> Vec { debug_assert!(bits.len() % 8 == 0, "bits not a multiple of 8"); diff --git a/zkevm-circuits/src/lib.rs b/zkevm-circuits/src/lib.rs index 4f8d20fcb8..fe25729425 100644 --- a/zkevm-circuits/src/lib.rs +++ b/zkevm-circuits/src/lib.rs @@ -5,10 +5,10 @@ #![allow(incomplete_features)] // Needed by DummyGadget in evm circuit #![feature(adt_const_params)] +// Required for adding reasons in allow(dead_code) +#![feature(lint_reasons)] // Needed by some builder patterns in testing modules. #![cfg_attr(docsrs, feature(doc_cfg))] -// Temporary until we have more of the crate implemented. -#![allow(dead_code)] // We want to have UPPERCASE idents sometimes. #![allow(clippy::upper_case_acronyms)] // Catch documentation errors caused by code changes. @@ -18,11 +18,13 @@ #![deny(clippy::debug_assert_with_mut_call)] pub mod bytecode_circuit; +#[allow(dead_code, reason = "under active development")] pub mod circuit_tools; pub mod copy_circuit; pub mod evm_circuit; pub mod exp_circuit; pub mod keccak_circuit; +#[allow(dead_code, reason = "under active development")] pub mod mpt_circuit; pub mod pi_circuit; pub mod root_circuit; @@ -30,9 +32,10 @@ pub mod state_circuit; pub mod super_circuit; pub mod table; -#[cfg(any(feature = "test", test))] +#[cfg(any(test, feature = "test-util"))] pub mod test_util; +pub mod instance; pub mod tx_circuit; pub mod util; pub mod witness; diff --git a/zkevm-circuits/src/mpt_circuit.rs b/zkevm-circuits/src/mpt_circuit.rs index 331fe558e8..42d01b4af8 100644 --- a/zkevm-circuits/src/mpt_circuit.rs +++ b/zkevm-circuits/src/mpt_circuit.rs @@ -1,16 +1,16 @@ //! The MPT circuit implementation. use eth_types::Field; -use gadgets::{ - impl_expr, - util::{Expr, Scalar}, -}; +use gadgets::{impl_expr, util::Scalar}; use halo2_proofs::{ circuit::{Layouter, SimpleFloorPlanner, Value}, - plonk::{Advice, Circuit, Column, ConstraintSystem, Error, Expression, Fixed, VirtualCells}, + plonk::{ + Advice, Circuit, Column, ConstraintSystem, Error, Expression, Fixed, SecondPhase, + VirtualCells, + }, poly::Rotation, }; -use std::{convert::TryInto, env::var}; +use std::{convert::TryInto, env::var, marker::PhantomData}; mod account_leaf; mod branch; @@ -27,17 +27,25 @@ pub mod witness_row; use self::{ account_leaf::AccountLeafConfig, helpers::{key_memory, RLPItemView}, + param::RLP_UNIT_NUM_BYTES, rlp_gadgets::decode_rlp, - witness_row::{AccountRowType, ExtensionBranchRowType, Node, StartRowType, StorageRowType}, + witness_row::{ + AccountRowType, ExtensionBranchRowType, Node, StartRowType, StorageRowType, + NODE_RLP_TYPES_ACCOUNT, NODE_RLP_TYPES_BRANCH, NODE_RLP_TYPES_START, + NODE_RLP_TYPES_STORAGE, + }, }; use crate::{ assign, assignf, circuit, - circuit_tools::{cached_region::CachedRegion, cell_manager::CellManager, memory::Memory}, - evm_circuit::table::Table, + circuit_tools::{ + cached_region::CachedRegion, + cell_manager::{CellManager, DynamicLookupTable}, + memory::Memory, + }, mpt_circuit::{ helpers::{ - main_memory, parent_memory, MPTConstraintBuilder, MainRLPGadget, MptCellType, FIXED, - KECCAK, + main_memory, parent_memory, MPTConstraintBuilder, MainRLPGadget, MptCellType, + MptTableType, FIXED, KECCAK, MULT, }, start::StartConfig, storage_leaf::StorageLeafConfig, @@ -126,9 +134,23 @@ impl StateMachineConfig { pub struct MPTContext { pub(crate) mpt_table: MptTable, pub(crate) rlp_item: MainRLPGadget, - pub(crate) challenges: Challenges>, pub(crate) memory: Memory, - pub(crate) r: Expression, + pub(crate) params: MPTCircuitParams, +} + +/// RLP item type +#[derive(Copy, Clone, Debug, PartialEq)] +pub enum RlpItemType { + /// Node (string with len == 0 or 32, OR list with len <= 31) + Node, + /// Value (string with len <= 32) + Value, + /// Hash (string with len == 32) + Hash, + /// Key (string with len <= 33) + Key, + /// Nibbles + Nibbles, } impl MPTContext { @@ -137,18 +159,9 @@ impl MPTContext { meta: &mut VirtualCells, cb: &mut MPTConstraintBuilder, idx: usize, + item_type: RlpItemType, ) -> RLPItemView { - // TODO(Brecht): Add RLP limitations like max num bytes - self.rlp_item.create_view(meta, cb, idx, false) - } - - pub(crate) fn nibbles( - &self, - meta: &mut VirtualCells, - cb: &mut MPTConstraintBuilder, - idx: usize, - ) -> RLPItemView { - self.rlp_item.create_view(meta, cb, idx, true) + self.rlp_item.create_view(meta, cb, idx, item_type) } } @@ -159,11 +172,13 @@ pub struct MPTConfig { pub(crate) q_first: Column, pub(crate) q_last: Column, pub(crate) memory: Memory, + pub(crate) mpt_table: MptTable, keccak_table: KeccakTable, fixed_table: [Column; 6], + mult_table: [Column; 2], rlp_item: MainRLPGadget, state_machine: StateMachineConfig, - pub(crate) mpt_table: MptTable, + params: MPTCircuitParams, cb: MPTConstraintBuilder, } @@ -172,8 +187,6 @@ pub struct MPTConfig { pub enum FixedTableTag { /// All zero lookup data Disabled, - /// Power of randomness: [1, r], [2, r^2],... - RMult, /// 0 - 15 Range16, /// 0 - 255 @@ -187,19 +200,16 @@ pub enum FixedTableTag { /// RLP decoding RLP, } - impl_expr!(FixedTableTag); #[derive(Default)] pub(crate) struct MPTState { - pub(crate) r: F, pub(crate) memory: Memory, } impl MPTState { - fn new(memory: &Memory, r: F) -> Self { + fn new(memory: &Memory) -> Self { Self { - r, memory: memory.clone(), } } @@ -207,10 +217,11 @@ impl MPTState { impl MPTConfig { /// Configure MPT Circuit - pub fn configure( + pub fn new( meta: &mut ConstraintSystem, challenges: Challenges>, keccak_table: KeccakTable, + params: MPTCircuitParams, ) -> Self { let q_enable = meta.fixed_column(); let q_first = meta.fixed_column(); @@ -224,33 +235,38 @@ impl MPTConfig { .try_into() .unwrap(); + let mult_table: [Column; 2] = + [meta.advice_column(), meta.advice_column_in(SecondPhase)]; + let memory_columns = (0..5).map(|_| meta.advice_column()).collect::>(); let mut state_machine = StateMachineConfig::construct(meta); let mut rlp_item = MainRLPGadget::default(); let mut memory = Memory::new(memory_columns); - memory.allocate(meta, key_memory(false)); - memory.allocate(meta, key_memory(true)); - memory.allocate(meta, parent_memory(false)); - memory.allocate(meta, parent_memory(true)); - memory.allocate(meta, main_memory()); + memory.allocate(meta, key_memory(false), MptCellType::MemKeyCTable); + memory.allocate(meta, key_memory(true), MptCellType::MemKeySTable); + memory.allocate(meta, parent_memory(false), MptCellType::MemParentCTable); + memory.allocate(meta, parent_memory(true), MptCellType::MemParentSTable); + memory.allocate(meta, main_memory(), MptCellType::MemMainTable); let mut ctx = MPTContext { mpt_table, rlp_item: rlp_item.clone(), - challenges: challenges.clone(), - r: challenges.keccak_input(), memory: memory.clone(), + params, }; let rlp_cm = CellManager::new( meta, // Type, #cols, phase, permutable vec![ - (MptCellType::StoragePhase1, 50, 0, false), - (MptCellType::StoragePhase2, 5, 0, false), - (MptCellType::Lookup(Table::Fixed), 3, 0, false), + (MptCellType::StoragePhase1, 60, 1, false), + (MptCellType::StoragePhase2, 5, 2, false), + (MptCellType::StoragePhase3, 5, 3, false), + (MptCellType::LookupByte, 4, 1, false), + (MptCellType::Lookup(MptTableType::Fixed), 4, 3, false), + (MptCellType::Lookup(MptTableType::Mult), 2, 3, false), ], 0, 1, @@ -259,28 +275,55 @@ impl MPTConfig { meta, // Type, #cols, phase, permutable vec![ - (MptCellType::StoragePhase1, 20, 0, false), - (MptCellType::StoragePhase2, 5, 0, false), - (MptCellType::LookupByte, 4, 0, false), - (MptCellType::Lookup(Table::Fixed), 2, 0, false), - (MptCellType::Lookup(Table::Keccak), 1, 0, false), + (MptCellType::StoragePhase1, 20, 1, false), + (MptCellType::StoragePhase2, 6, 2, false), + (MptCellType::StoragePhase3, 5, 3, false), + (MptCellType::LookupByte, 4, 1, false), + (MptCellType::Lookup(MptTableType::Fixed), 3, 3, false), + (MptCellType::Lookup(MptTableType::Keccak), 1, 3, false), + (MptCellType::Lookup(MptTableType::Mult), 2, 3, false), + (MptCellType::MemParentSInput, 1, 3, false), + (MptCellType::MemParentSTable, 1, 3, false), + (MptCellType::MemParentCInput, 1, 3, false), + (MptCellType::MemParentCTable, 1, 3, false), + (MptCellType::MemKeySInput, 1, 3, false), + (MptCellType::MemKeySTable, 1, 3, false), + (MptCellType::MemKeyCInput, 1, 3, false), + (MptCellType::MemKeyCTable, 1, 3, false), + (MptCellType::MemMainInput, 1, 3, false), + (MptCellType::MemMainTable, 1, 3, false), ], 0, 50, ); - let mut cb = MPTConstraintBuilder::new(5, Some(challenges.clone()), None); + let parent_s_table = DynamicLookupTable::from(&state_cm, MptCellType::MemParentSTable); + let parent_c_table = DynamicLookupTable::from(&state_cm, MptCellType::MemParentCTable); + let key_s_table = DynamicLookupTable::from(&state_cm, MptCellType::MemKeySTable); + let key_c_table = DynamicLookupTable::from(&state_cm, MptCellType::MemKeyCTable); + let main_table = DynamicLookupTable::from(&state_cm, MptCellType::MemMainTable); + + let mut cb = MPTConstraintBuilder::new(5, Some(challenges), None); meta.create_gate("MPT", |meta| { circuit!([meta, cb], { // Populate lookup tables require!(@KECCAK => >::advice_columns(&keccak_table).iter().map(|table| a!(table)).collect()); require!(@FIXED => fixed_table.iter().map(|table| f!(table)).collect()); + require!(@MULT => mult_table.iter().map(|table| a!(table)).collect()); ifx!{f!(q_enable) => { + // Mult table verification + ifx! {f!(q_first) => { + require!(a!(mult_table[0]) => 0); + require!(a!(mult_table[1]) => 1); + }} + require!(a!(mult_table[0], 1) => a!(mult_table[0]) + 1.expr()); + require!(a!(mult_table[1], 1) => a!(mult_table[1]) * cb.keccak_r.expr()); + // RLP item decoding unit cb.base.set_cell_manager(rlp_cm.clone()); cb.base.push_region(MPTRegion::RLP as usize); - rlp_item = MainRLPGadget::construct(&mut cb, &ctx.r); + rlp_item = MainRLPGadget::construct(&mut cb, params); cb.base.pop_region(); ctx.rlp_item = rlp_item.clone(); @@ -296,35 +339,36 @@ impl MPTConfig { state_machine.step_constraints(meta, &mut cb, StartRowType::Count as usize); cb.base.push_region(MPTRegion::Start as usize); state_machine.start_config = StartConfig::configure(meta, &mut cb, ctx.clone()); + ctx.memory.build_constraints(&mut cb.base, f!(q_first)); cb.base.pop_region(); }, a!(state_machine.is_branch) => { state_machine.step_constraints(meta, &mut cb, ExtensionBranchRowType::Count as usize); cb.base.push_region(MPTRegion::Branch as usize); state_machine.branch_config = ExtensionBranchConfig::configure(meta, &mut cb, ctx.clone()); + ctx.memory.build_constraints(&mut cb.base, f!(q_first)); cb.base.pop_region(); }, a!(state_machine.is_account) => { state_machine.step_constraints(meta, &mut cb, AccountRowType::Count as usize); cb.base.push_region(MPTRegion::Account as usize); state_machine.account_config = AccountLeafConfig::configure(meta, &mut cb, ctx.clone()); + ctx.memory.build_constraints(&mut cb.base, f!(q_first)); cb.base.pop_region(); }, a!(state_machine.is_storage) => { state_machine.step_constraints(meta, &mut cb, StorageRowType::Count as usize); cb.base.push_region(MPTRegion::Storage as usize); state_machine.storage_config = StorageLeafConfig::configure(meta, &mut cb, ctx.clone()); + ctx.memory.build_constraints(&mut cb.base, f!(q_first)); cb.base.pop_region(); }, - _ => (), + _ => ctx.memory.build_constraints(&mut cb.base, f!(q_first)), }; // Only account and storage rows can have lookups, disable lookups on all other rows ifx! {not!(a!(state_machine.is_account) + a!(state_machine.is_storage)) => { require!(a!(ctx.mpt_table.proof_type) => MPTProofType::Disabled.expr()); }} - - // Memory banks - ctx.memory.build_constraints(&mut cb.base, f!(q_first)); }} }); @@ -338,27 +382,50 @@ impl MPTConfig { if disable_lookups == 0 { cb.base.build_lookups( meta, - challenges.lookup_input(), vec![rlp_cm, state_cm], vec![ - (MptCellType::Lookup(Table::Keccak), &keccak_table), - (MptCellType::Lookup(Table::Fixed), &fixed_table), + (MptCellType::Lookup(MptTableType::Keccak), &keccak_table), + (MptCellType::Lookup(MptTableType::Fixed), &fixed_table), + (MptCellType::Lookup(MptTableType::Mult), &mult_table), + (MptCellType::MemParentSInput, &parent_s_table), + (MptCellType::MemParentCInput, &parent_c_table), + (MptCellType::MemKeySInput, &key_s_table), + (MptCellType::MemKeyCInput, &key_c_table), + (MptCellType::MemMainInput, &main_table), ], ); - cb.base - .build_dynamic_lookups(meta, &[vec![FIXED, KECCAK], ctx.memory.tags()].concat()); + cb.base.build_dynamic_lookups( + meta, + &[vec![FIXED]].concat(), + vec![(FIXED, &fixed_table)], + ); } else if disable_lookups == 1 { - cb.base - .build_dynamic_lookups(meta, &[vec![KECCAK], ctx.memory.tags()].concat()); + cb.base.build_dynamic_lookups( + meta, + &[vec![KECCAK], ctx.memory.tags()].concat(), + vec![(MptCellType::Lookup(MptTableType::Fixed), &fixed_table)], + ); } else if disable_lookups == 2 { - cb.base.build_dynamic_lookups(meta, &ctx.memory.tags()); + cb.base.build_dynamic_lookups( + meta, + &ctx.memory.tags(), + vec![(MptCellType::Lookup(MptTableType::Fixed), &fixed_table)], + ); } else if disable_lookups == 3 { - cb.base.build_dynamic_lookups(meta, &[FIXED, KECCAK]); + cb.base.build_dynamic_lookups( + meta, + &[FIXED, KECCAK], + vec![(MptCellType::Lookup(MptTableType::Fixed), &fixed_table)], + ); } else if disable_lookups == 4 { - cb.base.build_dynamic_lookups(meta, &[KECCAK]); + cb.base.build_dynamic_lookups( + meta, + &[KECCAK], + vec![(MptCellType::Lookup(MptTableType::Fixed), &fixed_table)], + ); } - println!("degree: {}", meta.degree()); + println!("max expression degree: {}", meta.degree()); println!("num lookups: {}", meta.lookups().len()); println!("num advices: {}", meta.num_advice_columns()); println!("num fixed: {}", meta.num_fixed_columns()); @@ -371,8 +438,10 @@ impl MPTConfig { memory, keccak_table, fixed_table, + mult_table, state_machine, rlp_item, + params, mpt_table, cb, } @@ -384,40 +453,46 @@ impl MPTConfig { layouter: &mut impl Layouter, nodes: &[Node], challenges: &Challenges>, - ) -> Result<(), Error> { + ) -> Result { let mut height = 0; - let mut memory = self.memory.clone(); - - let mut r = F::ZERO; - challenges.keccak_input().map(|v| r = v); - layouter.assign_region( || "MPT", |mut region| { - let mut pv = MPTState::new(&self.memory, r); + let mut keccak_r = F::ZERO; + challenges.keccak_input().map(|v| keccak_r = v); - memory.clear_witness_data(); + let mut pv = MPTState::new(&self.memory); let mut offset = 0; for node in nodes.iter() { + //println!("offset: {}", offset); let mut cached_region = CachedRegion::new( &mut region, - challenges + keccak_r, ); + let item_types = if node.start.is_some() { + NODE_RLP_TYPES_START.to_vec() + } else if node.extension_branch.is_some() { + NODE_RLP_TYPES_BRANCH.to_vec() + } else if node.account.is_some() { + NODE_RLP_TYPES_ACCOUNT.to_vec() + } else if node.storage.is_some() { + NODE_RLP_TYPES_STORAGE.to_vec() + } else { + unreachable!() + }; + // Assign bytes let mut rlp_values = Vec::new(); // Decompose RLP - for (idx, bytes) in node.values.iter().enumerate() { + for (idx, (bytes, item_type)) in node.values.iter().zip(item_types.iter()).enumerate() { cached_region.push_region(offset + idx, MPTRegion::RLP as usize); - let is_nibbles = node.extension_branch.is_some() - && idx == ExtensionBranchRowType::KeyC as usize; let rlp_value = self.rlp_item.assign( &mut cached_region, offset + idx, bytes, - r, - is_nibbles, + *item_type, )?; rlp_values.push(rlp_value); cached_region.pop_region(); @@ -430,7 +505,6 @@ impl MPTConfig { assign!(cached_region, (self.state_machine.is_start, offset) => "is_start", true.scalar())?; self.state_machine.start_config.assign( &mut cached_region, - challenges, self, &mut pv, offset, @@ -444,7 +518,6 @@ impl MPTConfig { assign!(cached_region, (self.state_machine.is_branch, offset) => "is_branch", true.scalar())?; self.state_machine.branch_config.assign( &mut cached_region, - challenges, self, &mut pv, offset, @@ -453,12 +526,11 @@ impl MPTConfig { )?; cached_region.pop_region(); } else if node.account.is_some() { - // println!("{}: account", offset); + //println!("{}: account", offset); cached_region.push_region(offset, MPTRegion::Account as usize); assign!(cached_region, (self.state_machine.is_account, offset) => "is_account", true.scalar())?; self.state_machine.account_config.assign( &mut cached_region, - challenges, self, &mut pv, offset, @@ -472,7 +544,6 @@ impl MPTConfig { assign!(cached_region, (self.state_machine.is_storage, offset) => "is_storage", true.scalar())?; self.state_machine.storage_config.assign( &mut cached_region, - challenges, self, &mut pv, offset, @@ -482,13 +553,18 @@ impl MPTConfig { cached_region.pop_region(); } - cached_region.assign_stored_expressions(&self.cb.base)?; - offset += node.values.len(); - } + pv.memory.assign(&mut cached_region, offset)?; + + cached_region.assign_stored_expressions(&self.cb.base, challenges)?; + } height = offset; - memory = pv.memory; + + // Make sure the circuit is high enough for the mult table + while height < (2 * HASH_WIDTH + 1) { + height += 1; + } for offset in 0..height { assignf!(region, (self.q_enable, offset) => true.scalar())?; @@ -500,19 +576,12 @@ impl MPTConfig { }, )?; - memory.assign(layouter, height)?; + // memory.assign(layouter, height)?; - Ok(()) + Ok(height) } - fn load_fixed_table( - &self, - layouter: &mut impl Layouter, - challenges: &Challenges>, - ) -> Result<(), Error> { - let mut r = F::ZERO; - challenges.keccak_input().map(|v| r = v); - + fn load_fixed_table(&self, layouter: &mut impl Layouter) -> Result<(), Error> { layouter.assign_region( || "fixed table", |mut region| { @@ -524,16 +593,6 @@ impl MPTConfig { } offset += 1; - // Mult table - let mut mult = F::ONE; - for ind in 0..(2 * HASH_WIDTH + 1) { - assignf!(region, (self.fixed_table[0], offset) => FixedTableTag::RMult.scalar())?; - assignf!(region, (self.fixed_table[1], offset) => ind.scalar())?; - assignf!(region, (self.fixed_table[2], offset) => mult)?; - mult *= r; - offset += 1; - } - // Byte range table for ind in 0..256 { assignf!(region, (self.fixed_table[0], offset) => FixedTableTag::Range256.scalar())?; @@ -549,23 +608,39 @@ impl MPTConfig { } // Byte range with length table - // These fixed rows enable to easily check whether there are zeros in the unused columns (the number of unused columns vary). + // This allows us to easily check whether there are zeros in the unused columns (the number of unused columns vary). // The lookups ensure that when the unused columns start, the values in these columns are zeros - - // when the unused columns start, the value that is used for the lookup in the last column is negative + // when the unused columns start, the value that is used for the lookup in the last column is zero or negative // and thus a zero is enforced. - let max_length = 34i32; - for (tag, range) in [ - (FixedTableTag::RangeKeyLen256, 256), - (FixedTableTag::RangeKeyLen16, 16), + for (tag, range, out_of_range) in [ + (FixedTableTag::RangeKeyLen256, 256, 1), + (FixedTableTag::RangeKeyLen16, 16, 16), ] { - for n in -max_length..=max_length { - let range = if n <= 0 && range == 256 { 1 } else { range }; - for idx in 0..range { - let v = n.scalar(); - assignf!(region, (self.fixed_table[0], offset) => tag.scalar())?; - assignf!(region, (self.fixed_table[1], offset) => idx.scalar())?; - assignf!(region, (self.fixed_table[2], offset) => v)?; - offset += 1; + let get_range = |n: i32| { + if n <= 0 { out_of_range } else { range } + }; + let max_length = RLP_UNIT_NUM_BYTES as i32; + for idx in -max_length..=max_length { + if self.params.is_two_byte_lookup_enabled() { + let range1 = get_range(idx); + for byte1 in 0..range1 { + let range2 = get_range(idx - 1); + for byte2 in 0..range2 { + assignf!(region, (self.fixed_table[0], offset) => tag.scalar())?; + assignf!(region, (self.fixed_table[1], offset) => idx.scalar())?; + assignf!(region, (self.fixed_table[2], offset) => byte1.scalar())?; + assignf!(region, (self.fixed_table[3], offset) => byte2.scalar())?; + offset += 1; + } + } + } else { + let range = get_range(idx); + for byte in 0..range { + assignf!(region, (self.fixed_table[0], offset) => tag.scalar())?; + assignf!(region, (self.fixed_table[1], offset) => idx.scalar())?; + assignf!(region, (self.fixed_table[2], offset) => byte.scalar())?; + offset += 1; + } } } } @@ -600,69 +675,134 @@ impl MPTConfig { }, ) } + + fn load_mult_table( + &self, + layouter: &mut impl Layouter, + challenges: &Challenges>, + height: usize, + ) -> Result<(), Error> { + layouter.assign_region( + || "mult table", + |mut region| { + let mut r = F::ZERO; + challenges.keccak_input().map(|k| r = k); + + let mut mult = F::ONE; + for idx in 0..=height { + assign!(region, (self.mult_table[0], idx) => idx.scalar())?; + assign!(region, (self.mult_table[1], idx) => mult)?; + mult *= r; + } + Ok(()) + }, + ) + } } /// MPT Circuit for proving the storage modification is valid. #[derive(Default)] -pub struct MPTCircuit { +pub struct MPTCircuit { /// MPT nodes pub nodes: Vec, /// MPT keccak_data pub keccak_data: Vec>, - /// MPT randomness - pub randomness: F, + /// log2(height) + pub degree: usize, + /// disable_preimage_check + /// Can be used to test artificially created tests with keys without known their known + /// preimage. ONLY ENABLE FOR TESTS! + pub disable_preimage_check: bool, + /// Marker + pub _marker: PhantomData, +} + +/// MPT Circuit configuration parameters +#[derive(Copy, Clone, Debug, Default)] +pub struct MPTCircuitParams { + degree: usize, + disable_preimage_check: bool, +} + +impl MPTCircuitParams { + fn is_two_byte_lookup_enabled(&self) -> bool { + self.degree >= 22 + } + + fn is_preimage_check_enabled(&self) -> bool { + !self.disable_preimage_check + } } impl Circuit for MPTCircuit { type Config = (MPTConfig, Challenges); type FloorPlanner = SimpleFloorPlanner; - type Params = (); + type Params = MPTCircuitParams; fn without_witnesses(&self) -> Self { Self::default() } - fn configure(meta: &mut ConstraintSystem) -> Self::Config { - let challenges = Challenges::construct(meta); - let _challenges_expr = challenges.exprs(meta); - - let r = 123456u64; - let _challenges = Challenges::mock( - Value::known(F::from(r)), - Value::known(F::from(r)), - Value::known(F::from(r)), - ); - let challenges_expr = Challenges::mock(r.expr(), r.expr(), r.expr()); + fn params(&self) -> Self::Params { + MPTCircuitParams { + degree: self.degree, + disable_preimage_check: self.disable_preimage_check, + } + } - let keccak_table = KeccakTable::construct(meta); + fn configure_with_params(meta: &mut ConstraintSystem, params: Self::Params) -> Self::Config { let challenges = Challenges::construct(meta); + let challenges_expr = challenges.exprs(meta); + let keccak_table = KeccakTable::construct(meta); ( - MPTConfig::configure(meta, challenges_expr, keccak_table), + MPTConfig::new(meta, challenges_expr, keccak_table, params), challenges, ) } + fn configure(_meta: &mut ConstraintSystem) -> Self::Config { + unreachable!(); + } + fn synthesize( &self, (config, _challenges): Self::Config, mut layouter: impl Layouter, ) -> Result<(), Error> { - let _challenges = _challenges.values(&mut layouter); - - let r = self.randomness; - let challenges = Challenges::mock(Value::known(r), Value::known(r), Value::known(r)); - - config.load_fixed_table(&mut layouter, &challenges)?; - config.assign(&mut layouter, &self.nodes, &challenges)?; - + let challenges = _challenges.values(&mut layouter); + let height = config.assign(&mut layouter, &self.nodes, &challenges)?; + config.load_fixed_table(&mut layouter)?; + config.load_mult_table(&mut layouter, &challenges, height)?; config .keccak_table - .dev_load(&mut layouter, &self.keccak_data, &challenges, false)?; + .dev_load(&mut layouter, &self.keccak_data, &challenges)?; Ok(()) } } +/// Loads an MPT proof from disk +pub fn load_proof(path: &str) -> Vec { + let file = std::fs::File::open(path); + let reader = std::io::BufReader::new(file.unwrap()); + let mut nodes: Vec = serde_json::from_reader(reader).unwrap(); + + // Add the address and the key to the list of values in the Account and Storage nodes + for node in nodes.iter_mut() { + if node.account.is_some() { + let account = node.account.clone().unwrap(); + node.values.push([vec![148], account.address].concat()); + node.values.push([vec![160], account.key].concat()); + } + if node.storage.is_some() { + let storage: witness_row::StorageNode = node.storage.clone().unwrap(); + node.values.push([vec![160], storage.address].concat()); + node.values.push([vec![160], storage.key].concat()); + } + } + nodes +} + #[cfg(test)] mod tests { use super::*; @@ -687,14 +827,10 @@ mod tests { let path = f.path(); let mut parts = path.to_str().unwrap().split('-'); parts.next(); - let file = std::fs::File::open(path.clone()); - let reader = std::io::BufReader::new(file.unwrap()); - let nodes: Vec = serde_json::from_reader(reader).unwrap(); + let nodes = load_proof(path.to_str().unwrap()); let num_rows: usize = nodes.iter().map(|node| node.values.len()).sum(); - let randomness: Fr = 123456.scalar(); - let mut keccak_data = vec![]; for node in nodes.iter() { for k in node.keccak_data.iter() { @@ -702,15 +838,18 @@ mod tests { } } + let disable_preimage_check = nodes[0].start.clone().unwrap().disable_preimage_check; + let degree = 14; let circuit = MPTCircuit:: { nodes, keccak_data, - randomness, + degree, + disable_preimage_check, + _marker: PhantomData, }; println!("{} {:?}", idx, path); - // let prover = MockProver::run(9, &circuit, vec![pub_root]).unwrap(); - let prover = MockProver::run(14 /* 9 */, &circuit, vec![]).unwrap(); + let prover = MockProver::::run(degree as u32, &circuit, vec![]).unwrap(); assert_eq!(prover.verify_at_rows(0..num_rows, 0..num_rows,), Ok(())); // assert_eq!(prover.verify_par(), Ok(())); // prover.assert_satisfied(); diff --git a/zkevm-circuits/src/mpt_circuit/account_leaf.rs b/zkevm-circuits/src/mpt_circuit/account_leaf.rs index a7d5ab870b..5d96a0ee21 100644 --- a/zkevm-circuits/src/mpt_circuit/account_leaf.rs +++ b/zkevm-circuits/src/mpt_circuit/account_leaf.rs @@ -2,33 +2,33 @@ use eth_types::Field; use gadgets::util::{pow, Scalar}; use halo2_proofs::{ circuit::Value, - plonk::{Error, VirtualCells}, - poly::Rotation, + plonk::{Error, Expression, VirtualCells}, }; use super::{ helpers::{KeyDataWitness, ListKeyGadget, MainData, ParentDataWitness}, - param::HASH_WIDTH, rlp_gadgets::RLPItemWitness, witness_row::{AccountRowType, Node}, }; use crate::{ circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, + cached_region::CachedRegion, cell_manager::Cell, - constraint_builder::{RLCChainable, RLCable, RLCableValue}, + constraint_builder::{RLCChainableRev, RLCable}, gadgets::IsEqualGadget, }, + evm_circuit::util::from_bytes, mpt_circuit::{ helpers::{ key_memory, main_memory, num_nibbles, parent_memory, DriftedGadget, Indexable, IsEmptyTreeGadget, KeyData, MPTConstraintBuilder, ParentData, WrongGadget, KECCAK, }, param::{KEY_LEN_IN_NIBBLES, RLP_LIST_LONG, RLP_LONG}, - MPTConfig, MPTContext, MPTState, + MPTConfig, MPTContext, MPTState, RlpItemType, }, table::MPTProofType, + util::word::{self, Word}, witness::MptUpdateRow, }; @@ -40,7 +40,7 @@ pub(crate) struct AccountLeafConfig { rlp_key: [ListKeyGadget; 2], value_rlp_bytes: [[Cell; 2]; 2], value_list_rlp_bytes: [[Cell; 2]; 2], - is_in_empty_trie: [IsEmptyTreeGadget; 2], + is_placeholder_leaf: [IsEmptyTreeGadget; 2], drifted: DriftedGadget, wrong: WrongGadget, is_non_existing_account_proof: IsEqualGadget, @@ -57,8 +57,6 @@ impl AccountLeafConfig { cb: &mut MPTConstraintBuilder, ctx: MPTContext, ) -> Self { - let r = ctx.r.clone(); - cb.base .cell_manager .as_mut() @@ -68,29 +66,78 @@ impl AccountLeafConfig { circuit!([meta, cb], { let key_items = [ - ctx.rlp_item(meta, cb, AccountRowType::KeyS as usize), - ctx.rlp_item(meta, cb, AccountRowType::KeyC as usize), + ctx.rlp_item(meta, cb, AccountRowType::KeyS as usize, RlpItemType::Key), + ctx.rlp_item(meta, cb, AccountRowType::KeyC as usize, RlpItemType::Key), ]; config.value_rlp_bytes = [cb.query_bytes(), cb.query_bytes()]; config.value_list_rlp_bytes = [cb.query_bytes(), cb.query_bytes()]; let nonce_items = [ - ctx.rlp_item(meta, cb, AccountRowType::NonceS as usize), - ctx.rlp_item(meta, cb, AccountRowType::NonceC as usize), + ctx.rlp_item( + meta, + cb, + AccountRowType::NonceS as usize, + RlpItemType::Value, + ), + ctx.rlp_item( + meta, + cb, + AccountRowType::NonceC as usize, + RlpItemType::Value, + ), ]; let balance_items = [ - ctx.rlp_item(meta, cb, AccountRowType::BalanceS as usize), - ctx.rlp_item(meta, cb, AccountRowType::BalanceC as usize), + ctx.rlp_item( + meta, + cb, + AccountRowType::BalanceS as usize, + RlpItemType::Value, + ), + ctx.rlp_item( + meta, + cb, + AccountRowType::BalanceC as usize, + RlpItemType::Value, + ), ]; let storage_items = [ - ctx.rlp_item(meta, cb, AccountRowType::StorageS as usize), - ctx.rlp_item(meta, cb, AccountRowType::StorageC as usize), + ctx.rlp_item( + meta, + cb, + AccountRowType::StorageS as usize, + RlpItemType::Hash, + ), + ctx.rlp_item( + meta, + cb, + AccountRowType::StorageC as usize, + RlpItemType::Hash, + ), ]; let codehash_items = [ - ctx.rlp_item(meta, cb, AccountRowType::CodehashS as usize), - ctx.rlp_item(meta, cb, AccountRowType::CodehashC as usize), + ctx.rlp_item( + meta, + cb, + AccountRowType::CodehashS as usize, + RlpItemType::Hash, + ), + ctx.rlp_item( + meta, + cb, + AccountRowType::CodehashC as usize, + RlpItemType::Hash, + ), ]; - let drifted_bytes = ctx.rlp_item(meta, cb, AccountRowType::Drifted as usize); - let wrong_bytes = ctx.rlp_item(meta, cb, AccountRowType::Wrong as usize); + let drifted_bytes = + ctx.rlp_item(meta, cb, AccountRowType::Drifted as usize, RlpItemType::Key); + let wrong_bytes = + ctx.rlp_item(meta, cb, AccountRowType::Wrong as usize, RlpItemType::Key); + let address_item = ctx.rlp_item( + meta, + cb, + AccountRowType::Address as usize, + RlpItemType::Value, + ); + let key_item = ctx.rlp_item(meta, cb, AccountRowType::Key as usize, RlpItemType::Hash); config.main_data = MainData::load("main storage", cb, &ctx.memory[main_memory()], 0.expr()); @@ -99,11 +146,13 @@ impl AccountLeafConfig { require!(config.main_data.is_below_account => false); let mut key_rlc = vec![0.expr(); 2]; - let mut nonce_rlc = vec![0.expr(); 2]; - let mut balance_rlc = vec![0.expr(); 2]; - let mut storage_rlc = vec![0.expr(); 2]; - let mut codehash_rlc = vec![0.expr(); 2]; + let mut nonce = vec![Word::>::new([0.expr(), 0.expr()]); 2]; + let mut balance = vec![Word::>::new([0.expr(), 0.expr()]); 2]; + let mut storage = vec![Word::>::new([0.expr(), 0.expr()]); 2]; + let mut codehash = vec![Word::>::new([0.expr(), 0.expr()]); 2]; let mut leaf_no_key_rlc = vec![0.expr(); 2]; + let mut leaf_no_key_rlc_mult = vec![0.expr(); 2]; + let mut value_list_num_bytes = vec![0.expr(); 2]; for is_s in [true, false] { // Key data let key_data = &mut config.key_data[is_s.idx()]; @@ -119,46 +168,57 @@ impl AccountLeafConfig { ); // Placeholder leaf checks - config.is_in_empty_trie[is_s.idx()] = - IsEmptyTreeGadget::construct(cb, parent_data.rlc.expr(), &r); + config.is_placeholder_leaf[is_s.idx()] = + IsEmptyTreeGadget::construct(cb, parent_data.hash.expr()); // Calculate the key RLC let rlp_key = &mut config.rlp_key[is_s.idx()]; *rlp_key = ListKeyGadget::construct(cb, &key_items[is_s.idx()]); - // Storage root and codehash are always 32-byte hashes. - require!(storage_items[is_s.idx()].len() => HASH_WIDTH); - require!(codehash_items[is_s.idx()].len() => HASH_WIDTH); - - // Multiplier after list and key - let mult = rlp_key.rlp_list.rlp_mult(&r) * key_items[is_s.idx()].mult(); - let nonce_rlp_rlc; let balance_rlp_rlc; let storage_rlp_rlc; let codehash_rlp_rlc; - (nonce_rlc[is_s.idx()], nonce_rlp_rlc) = nonce_items[is_s.idx()].rlc(); - (balance_rlc[is_s.idx()], balance_rlp_rlc) = balance_items[is_s.idx()].rlc(); - (storage_rlc[is_s.idx()], storage_rlp_rlc) = storage_items[is_s.idx()].rlc(); - (codehash_rlc[is_s.idx()], codehash_rlp_rlc) = codehash_items[is_s.idx()].rlc(); + (nonce[is_s.idx()], nonce_rlp_rlc) = ( + nonce_items[is_s.idx()].word(), + nonce_items[is_s.idx()].rlc_chain_data(), + ); + (balance[is_s.idx()], balance_rlp_rlc) = ( + balance_items[is_s.idx()].word(), + balance_items[is_s.idx()].rlc_chain_data(), + ); + (storage[is_s.idx()], storage_rlp_rlc) = ( + storage_items[is_s.idx()].word(), + storage_items[is_s.idx()].rlc_chain_data(), + ); + (codehash[is_s.idx()], codehash_rlp_rlc) = ( + codehash_items[is_s.idx()].word(), + codehash_items[is_s.idx()].rlc_chain_data(), + ); // Calculate the leaf RLC + let keccak_r = &cb.keccak_r; let value_rlp_bytes = config.value_rlp_bytes[is_s.idx()].to_expr_vec(); let value_list_rlp_bytes = config.value_list_rlp_bytes[is_s.idx()].to_expr_vec(); - leaf_no_key_rlc[is_s.idx()] = (value_rlp_bytes.rlc(&r), pow::expr(r.expr(), 2)) - .rlc_chain( - (value_list_rlp_bytes.rlc(&r), pow::expr(r.expr(), 2)).rlc_chain( - (nonce_rlp_rlc.expr(), nonce_items[is_s.idx()].mult()).rlc_chain( - (balance_rlp_rlc.expr(), balance_items[is_s.idx()].mult()) - .rlc_chain( - (storage_rlp_rlc.expr(), pow::expr(r.expr(), 33)) - .rlc_chain(codehash_rlp_rlc.expr()), - ), - ), - ), - ); - let leaf_rlc = - (rlp_key.rlc(&r), mult.expr()).rlc_chain(leaf_no_key_rlc[is_s.idx()].expr()); + leaf_no_key_rlc[is_s.idx()] = value_rlp_bytes + .rlc_rev(keccak_r) + .rlc_chain_rev(( + value_list_rlp_bytes.rlc_rev(keccak_r), + pow::expr(keccak_r.expr(), 2), + )) + .rlc_chain_rev(nonce_rlp_rlc.clone()) + .rlc_chain_rev(balance_rlp_rlc.clone()) + .rlc_chain_rev(storage_rlp_rlc.clone()) + .rlc_chain_rev(codehash_rlp_rlc.clone()); + leaf_no_key_rlc_mult[is_s.idx()] = pow::expr(keccak_r.expr(), 4) + * nonce_rlp_rlc.1 + * balance_rlp_rlc.1 + * storage_rlp_rlc.1 + * codehash_rlp_rlc.1; + let leaf_rlc = rlp_key.rlc2(&cb.keccak_r).rlc_chain_rev(( + leaf_no_key_rlc[is_s.idx()].expr(), + leaf_no_key_rlc_mult[is_s.idx()].expr(), + )); // Key key_rlc[is_s.idx()] = key_data.rlc.expr() @@ -167,7 +227,7 @@ impl AccountLeafConfig { rlp_key.key_value.clone(), key_data.mult.expr(), key_data.is_odd.expr(), - &r, + &cb.key_r.expr(), ); // Total number of nibbles needs to be KEY_LEN_IN_NIBBLES. let num_nibbles = @@ -176,8 +236,9 @@ impl AccountLeafConfig { // Check if the account is in its parent. // Check is skipped for placeholder leaves which are dummy leaves - ifx! {not!(and::expr(&[not!(config.parent_data[is_s.idx()].is_placeholder), config.is_in_empty_trie[is_s.idx()].expr()])) => { - require!((1, leaf_rlc, rlp_key.rlp_list.num_bytes(), config.parent_data[is_s.idx()].rlc) => @KECCAK); + ifx! {not!(and::expr(&[not!(parent_data.is_placeholder), config.is_placeholder_leaf[is_s.idx()].expr()])) => { + let hash = parent_data.hash.expr(); + require!(vec![1.expr(), leaf_rlc, rlp_key.rlp_list.num_bytes(), hash.lo(), hash.hi()] => @KECCAK); }} // Check the RLP encoding consistency. @@ -192,9 +253,10 @@ impl AccountLeafConfig { require!(value_list_rlp_bytes[1] => nonce_items[is_s.idx()].num_bytes() + balance_items[is_s.idx()].num_bytes() + (2 * (1 + 32)).expr()); // Now check that the the key and value list length matches the account length. // The RLP encoded string always has 2 RLP bytes. - let value_list_num_bytes = value_rlp_bytes[1].expr() + 2.expr(); + value_list_num_bytes[is_s.idx()] = value_rlp_bytes[1].expr() + 2.expr(); + // Account length needs to equal all key bytes and all values list bytes. - require!(config.rlp_key[is_s.idx()].rlp_list.len() => config.rlp_key[is_s.idx()].key_value.num_bytes() + value_list_num_bytes); + require!(config.rlp_key[is_s.idx()].rlp_list.len() => config.rlp_key[is_s.idx()].key_value.num_bytes() + value_list_num_bytes[is_s.idx()].expr()); // Key done, set the starting values KeyData::store_defaults(cb, &ctx.memory[key_memory(is_s)]); @@ -202,10 +264,11 @@ impl AccountLeafConfig { ParentData::store( cb, &ctx.memory[parent_memory(is_s)], - storage_rlc[is_s.idx()].expr(), + storage_items[is_s.idx()].word(), + 0.expr(), true.expr(), false.expr(), - storage_rlc[is_s.idx()].expr(), + storage_items[is_s.idx()].word(), ); } // Proof types @@ -237,33 +300,34 @@ impl AccountLeafConfig { config.is_codehash_mod = IsEqualGadget::construct( &mut cb.base, config.main_data.proof_type.expr(), - MPTProofType::CodeHashExists.expr(), + MPTProofType::CodeHashChanged.expr(), ); // Drifted leaf handling config.drifted = DriftedGadget::construct( cb, + &value_list_num_bytes, &config.parent_data, &config.key_data, &key_rlc, &leaf_no_key_rlc, + &leaf_no_key_rlc_mult, &drifted_bytes, - &ctx.r, + &cb.key_r.expr(), ); // Wrong leaf handling config.wrong = WrongGadget::construct( cb, - a!(ctx.mpt_table.address_rlc), + key_item.hash_rlc(), config.is_non_existing_account_proof.expr(), &config.rlp_key[true.idx()].key_value, &key_rlc[true.idx()], &wrong_bytes, - config.is_in_empty_trie[true.idx()].expr(), + config.is_placeholder_leaf[true.idx()].expr(), config.key_data[true.idx()].clone(), - &ctx.r, + &cb.key_r.expr(), ); - let is_non_existing_account = not::expr(config.wrong.is_key_equal.clone().expr()); // Anything following this node is below the account // TODO(Brecht): For non-existing accounts it should be impossible to prove @@ -274,10 +338,12 @@ impl AccountLeafConfig { [ config.main_data.proof_type.expr(), true.expr(), - is_non_existing_account.expr(), - key_rlc[true.idx()].expr(), - config.main_data.root_prev.expr(), - config.main_data.root.expr(), + address_item.word().lo() + + address_item.word().hi() * pow::value::(256.scalar(), 16), + config.main_data.new_root.lo().expr(), + config.main_data.new_root.hi().expr(), + config.main_data.old_root.lo().expr(), + config.main_data.old_root.hi().expr(), ], ); @@ -290,65 +356,73 @@ impl AccountLeafConfig { // - 2. Account leaf is deleted from a branch with two leaves, the remaining // leaf moves one level up and replaces the branch. In this case we // have a branch placeholder. - // TODO(Brecht): For case 2: just having the parent branch be the placeholder seems not enough require!(or::expr([ - config.is_in_empty_trie[false.idx()].expr(), + config.is_placeholder_leaf[false.idx()].expr(), config.parent_data[false.idx()].is_placeholder.expr() ]) => true); } elsex { // Check that there is only one modification (except when the account is being deleted). // Nonce needs to remain the same when not modifying the nonce ifx!{not!(config.is_nonce_mod) => { - require!(nonce_rlc[false.idx()] => nonce_rlc[true.idx()]); + require!(nonce[false.idx()] => nonce[true.idx()]); }} // Balance needs to remain the same when not modifying the balance ifx!{not!(config.is_balance_mod) => { - require!(balance_rlc[false.idx()] => balance_rlc[true.idx()]); + require!(balance[false.idx()] => balance[true.idx()]); }} // Storage root needs to remain the same when not modifying the storage root ifx!{not!(config.is_storage_mod) => { - require!(storage_rlc[false.idx()] => storage_rlc[true.idx()]); + require!(storage[false.idx()] => storage[true.idx()]); }} // Codehash root needs to remain the same when not modifying the codehash ifx!{not!(config.is_codehash_mod) => { - require!(codehash_rlc[false.idx()] => codehash_rlc[true.idx()]); + require!(codehash[false.idx()] => codehash[true.idx()]); }} }} ifx! {config.is_non_existing_account_proof => { // For non-existing proofs the tree needs to remain the same - require!(config.main_data.root => config.main_data.root_prev); + require!(config.main_data.new_root => config.main_data.old_root); require!(key_rlc[true.idx()] => key_rlc[false.idx()]); }} // Put the data in the lookup table - let (proof_type, value_prev, value) = _matchx! {cb, - config.is_nonce_mod => (MPTProofType::NonceChanged.expr(), nonce_rlc[true.idx()].expr(), nonce_rlc[false.idx()].expr()), - config.is_balance_mod => (MPTProofType::BalanceChanged.expr(), balance_rlc[true.idx()].expr(), balance_rlc[false.idx()].expr()), - config.is_storage_mod => (MPTProofType::StorageChanged.expr(), storage_rlc[true.idx()].expr(), storage_rlc[false.idx()].expr()), - config.is_codehash_mod => (MPTProofType::CodeHashExists.expr(), codehash_rlc[true.idx()].expr(), codehash_rlc[false.idx()].expr()), - config.is_account_delete_mod => (MPTProofType::AccountDestructed.expr(), 0.expr(), 0.expr()), - config.is_non_existing_account_proof => (MPTProofType::AccountDoesNotExist.expr(), 0.expr(), 0.expr()), - _ => (MPTProofType::Disabled.expr(), 0.expr(), 0.expr()), + let (proof_type, old_value_lo, old_value_hi, new_value_lo, new_value_hi) = _matchx! {cb, + config.is_nonce_mod => (MPTProofType::NonceChanged.expr(), nonce[true.idx()].lo(), nonce[true.idx()].hi(), nonce[false.idx()].lo(), nonce[false.idx()].hi()), + config.is_balance_mod => (MPTProofType::BalanceChanged.expr(), balance[true.idx()].lo(), balance[true.idx()].hi(), balance[false.idx()].lo(), balance[false.idx()].hi()), + config.is_storage_mod => (MPTProofType::StorageChanged.expr(), storage[true.idx()].lo(), storage[true.idx()].hi(), storage[false.idx()].lo(), storage[false.idx()].hi()), + config.is_codehash_mod => (MPTProofType::CodeHashChanged.expr(), codehash[true.idx()].lo(), codehash[true.idx()].hi(), codehash[false.idx()].lo(), codehash[false.idx()].hi()), + config.is_account_delete_mod => (MPTProofType::AccountDestructed.expr(), 0.expr(), 0.expr(), 0.expr(), 0.expr()), + config.is_non_existing_account_proof => (MPTProofType::AccountDoesNotExist.expr(), 0.expr(), 0.expr(), 0.expr(), 0.expr()), + _ => (MPTProofType::Disabled.expr(), 0.expr(), 0.expr(), 0.expr(), 0.expr()), }; - let address_rlc = ifx! {config.is_non_existing_account_proof => { - a!(ctx.mpt_table.address_rlc) - } elsex { - ifx!{not!(config.parent_data[true.idx()].is_placeholder) => { + ifx! {not!(config.is_non_existing_account_proof) => { + let key_rlc = ifx!{not!(config.parent_data[true.idx()].is_placeholder) => { key_rlc[true.idx()].expr() } elsex { key_rlc[false.idx()].expr() - }} + }}; + // Check that the key item contains the correct key for the path that was taken + require!(key_item.hash_rlc() => key_rlc); + // Check if the key is correct for the given address + if ctx.params.is_preimage_check_enabled() { + let key = key_item.word(); + require!(vec![1.expr(), address_item.bytes_le()[1..21].rlc(&cb.keccak_r), 20.expr(), key.lo(), key.hi()] => @KECCAK); + } }}; + let to_hi = Expression::::Constant(pow::value::(256.scalar(), 16)); + let lo = address_item.word().lo(); + let hi = address_item.word().hi() * to_hi; + let address = lo + hi; ctx.mpt_table.constrain( meta, &mut cb.base, - address_rlc, + address, proof_type, - 0.expr(), - value_prev, - value, - config.main_data.root_prev.expr(), - config.main_data.root.expr(), + Word::>::new([0.expr(), 0.expr()]), + config.main_data.new_root.expr(), + config.main_data.old_root.expr(), + Word::>::new([new_value_lo, new_value_hi]), + Word::>::new([old_value_lo, old_value_hi]), ); }); @@ -356,10 +430,9 @@ impl AccountLeafConfig { } #[allow(clippy::too_many_arguments)] - pub fn assign>( + pub fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, - _challenges: &S, + region: &mut CachedRegion<'_, '_, F>, mpt_config: &MPTConfig, pv: &mut MPTState, offset: usize, @@ -389,7 +462,9 @@ impl AccountLeafConfig { rlp_values[AccountRowType::CodehashC as usize].clone(), ]; let drifted_item = rlp_values[AccountRowType::Drifted as usize].clone(); - let wrong_item = rlp_values[AccountRowType::Wrong as usize].clone(); + let expected_item = rlp_values[AccountRowType::Wrong as usize].clone(); + let address_item = rlp_values[AccountRowType::Address as usize].clone(); + let _key_item = rlp_values[AccountRowType::Key as usize].clone(); let main_data = self.main_data @@ -397,10 +472,10 @@ impl AccountLeafConfig { // Key let mut key_rlc = vec![0.scalar(); 2]; - let mut nonce_rlc = vec![0.scalar(); 2]; - let mut balance_rlc = vec![0.scalar(); 2]; - let mut storage_rlc = vec![0.scalar(); 2]; - let mut codehash_rlc = vec![0.scalar(); 2]; + let mut nonce = vec![Word::::new([0.scalar(), 0.scalar()]); 2]; + let mut balance = vec![Word::::new([0.scalar(), 0.scalar()]); 2]; + let mut storage = vec![Word::::new([0.scalar(), 0.scalar()]); 2]; + let mut codehash = vec![Word::::new([0.scalar(), 0.scalar()]); 2]; let mut key_data = vec![KeyDataWitness::default(); 2]; let mut parent_data = vec![ParentDataWitness::default(); 2]; for is_s in [true, false] { @@ -432,11 +507,10 @@ impl AccountLeafConfig { 0, )?; - self.is_in_empty_trie[is_s.idx()].assign( + self.is_placeholder_leaf[is_s.idx()].assign( region, offset, - parent_data[is_s.idx()].rlc, - pv.r, + parent_data[is_s.idx()].hash, )?; let rlp_key_witness = self.rlp_key[is_s.idx()].assign( @@ -446,17 +520,17 @@ impl AccountLeafConfig { &key_items[is_s.idx()], )?; - nonce_rlc[is_s.idx()] = nonce_items[is_s.idx()].rlc_content(pv.r); - balance_rlc[is_s.idx()] = balance_items[is_s.idx()].rlc_content(pv.r); - storage_rlc[is_s.idx()] = storage_items[is_s.idx()].rlc_content(pv.r); - codehash_rlc[is_s.idx()] = codehash_items[is_s.idx()].rlc_content(pv.r); + nonce[is_s.idx()] = nonce_items[is_s.idx()].word(); + balance[is_s.idx()] = balance_items[is_s.idx()].word(); + storage[is_s.idx()] = storage_items[is_s.idx()].word(); + codehash[is_s.idx()] = codehash_items[is_s.idx()].word(); // Key (key_rlc[is_s.idx()], _) = rlp_key_witness.key.key( rlp_key_witness.key_item.clone(), key_data[is_s.idx()].rlc, key_data[is_s.idx()].mult, - pv.r, + region.key_r, ); // Update key and parent state @@ -475,12 +549,14 @@ impl AccountLeafConfig { region, offset, &mut pv.memory[parent_memory(is_s)], - storage_rlc[is_s.idx()], + storage_items[is_s.idx()].word(), + 0.scalar(), true, false, - storage_rlc[is_s.idx()], + storage_items[is_s.idx()].word(), )?; } + // Proof types let is_non_existing_proof = self.is_non_existing_account_proof.assign( region, @@ -516,7 +592,7 @@ impl AccountLeafConfig { region, offset, main_data.proof_type.scalar(), - MPTProofType::CodeHashExists.scalar(), + MPTProofType::CodeHashChanged.scalar(), )? == true.scalar(); // Drifted leaf handling self.drifted.assign( @@ -525,62 +601,76 @@ impl AccountLeafConfig { &parent_data, &account.drifted_rlp_bytes, &drifted_item, - pv.r, + region.key_r, )?; // Wrong leaf handling - let (_, is_non_existing_account) = self.wrong.assign( + self.wrong.assign( region, offset, is_non_existing_proof, &key_rlc, &account.wrong_rlp_bytes, - &wrong_item, + &expected_item, true, key_data[true.idx()].clone(), - pv.r, + region.key_r, )?; // Anything following this node is below the account + let lo = address_item.word::().lo(); + let hi: F = address_item.word::().hi() * pow::value::(256.scalar(), 16); + let address = lo + hi; MainData::witness_store( region, offset, &mut pv.memory[main_memory()], main_data.proof_type, true, - is_non_existing_account, - account.address.rlc_value(pv.r), - main_data.root_prev, - main_data.root, + address, + main_data.new_root, + main_data.old_root, )?; // Put the data in the lookup table let (proof_type, value) = if is_nonce_mod { - (MPTProofType::NonceChanged, nonce_rlc) + (MPTProofType::NonceChanged, nonce) } else if is_balance_mod { - (MPTProofType::BalanceChanged, balance_rlc) + (MPTProofType::BalanceChanged, balance) } else if is_storage_mod { - (MPTProofType::StorageChanged, storage_rlc) + (MPTProofType::StorageChanged, storage) } else if is_codehash_mod { - (MPTProofType::CodeHashExists, codehash_rlc) + (MPTProofType::CodeHashChanged, codehash) } else if is_account_delete_mod { - (MPTProofType::AccountDestructed, vec![0.scalar(); 2]) + ( + MPTProofType::AccountDestructed, + vec![Word::::new([0.scalar(), 0.scalar()]); 2], + ) } else if is_non_existing_proof { - (MPTProofType::AccountDoesNotExist, vec![0.scalar(); 2]) + ( + MPTProofType::AccountDoesNotExist, + vec![Word::::new([0.scalar(), 0.scalar()]); 2], + ) } else { - (MPTProofType::Disabled, vec![0.scalar(); 2]) + ( + MPTProofType::Disabled, + vec![Word::::new([0.scalar(), 0.scalar()]); 2], + ) }; + mpt_config.mpt_table.assign_cached( region, offset, &MptUpdateRow { - address_rlc: Value::known(account.address.rlc_value(pv.r)), + address: Value::known(from_bytes::value( + &account.address.iter().cloned().rev().collect::>(), + )), + storage_key: word::Word::::new([0.scalar(), 0.scalar()]).into_value(), proof_type: Value::known(proof_type.scalar()), - key_rlc: Value::known(0.scalar()), - value_prev: Value::known(value[true.idx()]), - value: Value::known(value[false.idx()]), - root_prev: Value::known(main_data.root_prev), - root: Value::known(main_data.root), + new_root: main_data.new_root.into_value(), + old_root: main_data.old_root.into_value(), + new_value: value[false.idx()].into_value(), + old_value: value[true.idx()].into_value(), }, )?; diff --git a/zkevm-circuits/src/mpt_circuit/branch.rs b/zkevm-circuits/src/mpt_circuit/branch.rs index 6e81e6da83..21d56ae9d7 100644 --- a/zkevm-circuits/src/mpt_circuit/branch.rs +++ b/zkevm-circuits/src/mpt_circuit/branch.rs @@ -12,16 +12,17 @@ use super::{ use crate::{ circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, - cell_manager::Cell, - constraint_builder::RLCChainable, + cached_region::CachedRegion, + cell_manager::{Cell, WordCell}, + constraint_builder::RLCChainableRev, gadgets::LtGadget, }, mpt_circuit::{ - helpers::{nibble_rlc, Indexable, KECCAK}, + helpers::{nibble_rlc, Indexable, MptCellType, KECCAK}, param::{HASH_WIDTH, RLP_NIL}, - MPTConfig, MPTState, + MPTConfig, MPTState, RlpItemType, }, + util::word::{self, Word}, }; #[derive(Clone, Debug)] @@ -32,6 +33,7 @@ pub(crate) struct BranchState { pub(crate) key_mult_post_drifted: Expression, pub(crate) num_nibbles: Expression, pub(crate) is_key_odd: Expression, + pub(crate) mod_word: [Word>; 2], pub(crate) mod_rlc: [Expression; 2], } @@ -40,6 +42,7 @@ pub(crate) struct BranchGadget { rlp_list: [RLPListDataGadget; 2], is_modified: [Cell; ARITY], is_drifted: [Cell; ARITY], + mod_word: [WordCell; 2], mod_rlc: [Cell; 2], is_not_hashed: [LtGadget; 2], @@ -54,6 +57,7 @@ impl BranchGadget { cb: &mut MPTConstraintBuilder, ctx: MPTContext, is_placeholder: &[Cell; 2], + parent_hash: &[word::Word>; 2], parent_rlc: &[Expression; 2], is_root: &[Expression; 2], key_rlc: Expression, @@ -61,29 +65,29 @@ impl BranchGadget { num_nibbles: Expression, is_key_odd: Expression, ) -> Self { - let r = &ctx.r; - let mut config = BranchGadget::default(); circuit!([meta, cb], { // Data let children: [RLPItemView; ARITY + 1] = - array_init::array_init(|i| ctx.rlp_item(meta, cb, i)); + array_init::array_init(|i| ctx.rlp_item(meta, cb, i, RlpItemType::Node)); let mut num_bytes_left = vec![0.expr(); 2]; let mut node_rlc = vec![0.expr(); 2]; - let mut mult = vec![1.expr(); 2]; for is_s in [true, false] { // Read the list config.rlp_list[is_s.idx()] = RLPListDataGadget::construct(cb); // Start RLC encoding the RLP data starting with the list RLP bytes - (node_rlc[is_s.idx()], mult[is_s.idx()]) = - config.rlp_list[is_s.idx()].rlp_list.rlc_rlp_only(r); + node_rlc[is_s.idx()] = config.rlp_list[is_s.idx()] + .rlp_list + .rlc_rlp_only_rev(&cb.keccak_r) + .0; // Keep track of how many bytes the branch contains to make sure it's correct. num_bytes_left[is_s.idx()] = config.rlp_list[is_s.idx()].rlp_list.len(); - config.mod_rlc[is_s.idx()] = cb.query_cell(); + config.mod_word[is_s.idx()] = cb.query_word_unchecked(); + config.mod_rlc[is_s.idx()] = cb.query_cell_with_type(MptCellType::StoragePhase2); // Check if the branch is hashed or not config.is_not_hashed[is_s.idx()] = LtGadget::construct( @@ -114,18 +118,18 @@ impl BranchGadget { // child branch for c is stored in child 0. let child = &children[node_index + 1]; let mod_child = &children[0]; - let (rlc_rlp, num_bytes, length, mult_diff) = if is_s { + let (rlc, rlc_mult, num_bytes, length) = if is_s { ( - child.rlc_rlp(), + child.rlc_chain_data().0, + child.rlc_chain_data().1, child.num_bytes(), child.len(), - child.mult(), ) } else { ifx! {config.is_modified[node_index] => { - (mod_child.rlc_rlp(), mod_child.num_bytes(), mod_child.len(), mod_child.mult()) + (mod_child.rlc_chain_data().0, mod_child.rlc_chain_data().1, mod_child.num_bytes(), mod_child.len()) } elsex { - (child.rlc_rlp(), child.num_bytes(), child.len(), child.mult()) + (child.rlc_chain_data().0, child.rlc_chain_data().1, child.num_bytes(), child.len()) }} }; @@ -134,11 +138,7 @@ impl BranchGadget { num_bytes_left[is_s.idx()].expr() - num_bytes.expr(); // Update the full branch node RLC with the data of this branch - node_rlc[is_s.idx()] = (node_rlc[is_s.idx()].expr(), mult[is_s.idx()].expr()) - .rlc_chain(rlc_rlp.expr()); - - // Update the branch node multiplier - mult[is_s.idx()] = mult[is_s.idx()].expr() * mult_diff; + node_rlc[is_s.idx()] = node_rlc[is_s.idx()].rlc_chain_rev((rlc, rlc_mult)); // When in a placeholder branch, both branches are the same - the placeholder // branch and its parallel counterpart, which is not a @@ -166,9 +166,9 @@ impl BranchGadget { for is_s in [true, false] { // Number of bytes left needs to be 1 because ValueNode which occupies 1 byte require!(num_bytes_left[is_s.idx()] => 1); - // TODO: acc currently doesn'thave branch ValueNode info - node_rlc[is_s.idx()] = (node_rlc[is_s.idx()].expr(), mult[is_s.idx()].expr()) - .rlc_chain(RLP_NIL.expr()); + // TODO: acc currently doesn't have branch ValueNode info + node_rlc[is_s.idx()] = + node_rlc[is_s.idx()].rlc_chain_rev((RLP_NIL.expr(), cb.keccak_r.expr())); } // `is_modified` needs to be set to 1 at exactly 1 branch child @@ -196,7 +196,8 @@ impl BranchGadget { ifx! {not!(is_placeholder[is_s.idx()]) => { ifx!{or::expr(&[is_root[is_s.idx()].expr(), not!(is_not_hashed)]) => { // Hashed branch hash in parent branch - require!((1, rlc, num_bytes, parent_rlc[is_s.idx()].expr()) => @KECCAK); + let hash = &parent_hash[is_s.idx()]; + require!(vec![1.expr(), rlc.expr(), num_bytes, hash.lo(), hash.hi()] => @KECCAK); } elsex { // Non-hashed branch hash in parent branch require!(rlc => parent_rlc[is_s.idx()].expr()); @@ -211,7 +212,7 @@ impl BranchGadget { key_mult.expr(), is_key_odd.expr(), modified_index.expr(), - r, + &cb.key_r.expr(), ); // Also calculate the key RLC and multiplier for the drifted nibble. let (key_rlc_post_drifted, key_mult_post_drifted) = nibble_rlc( @@ -220,7 +221,7 @@ impl BranchGadget { key_mult.expr(), is_key_odd.expr(), drifted_index.expr(), - r, + &cb.key_r.expr(), ); // Update the nibble counter @@ -234,7 +235,9 @@ impl BranchGadget { for node_index in 0..ARITY { ifx!{config.is_drifted[node_index].expr() => { require!(config.mod_rlc[is_s.idx()] => - children[node_index + 1].rlc_content()); + children[node_index + 1].rlc_rlp()); + require!(config.mod_word[is_s.idx()] => + children[node_index + 1].word()); }} } } elsex { @@ -242,16 +245,19 @@ impl BranchGadget { for node_index in 0..ARITY { ifx!{config.is_modified[node_index].expr() => { require!(config.mod_rlc[is_s.idx()] => - children[node_index + 1].rlc_content()); + children[node_index + 1].rlc_rlp()); + require!(config.mod_word[is_s.idx()] => + children[node_index + 1].word()); }} } } else { - require!(config.mod_rlc[is_s.idx()] => children[0].rlc_content()); + require!(config.mod_rlc[is_s.idx()] => children[0].rlc_rlp()); + require!(config.mod_word[is_s.idx()] => children[0].word()); } }} } - // Store the post ext state + // Store the post branch state config.post_state = Some(BranchState { key_rlc_post_branch, key_mult_post_branch, @@ -259,6 +265,10 @@ impl BranchGadget { key_mult_post_drifted, num_nibbles, is_key_odd, + mod_word: [ + config.mod_word[true.idx()].expr(), + config.mod_word[false.idx()].expr(), + ], mod_rlc: [ config.mod_rlc[true.idx()].expr(), config.mod_rlc[false.idx()].expr(), @@ -275,11 +285,12 @@ impl BranchGadget { #[allow(clippy::collapsible_else_if)] #[allow(clippy::too_many_arguments)] - pub(crate) fn assign>( + #[allow(clippy::type_complexity)] + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, _mpt_config: &MPTConfig, - pv: &mut MPTState, + _pv: &mut MPTState, offset: usize, is_placeholder: &[bool; 2], key_rlc: &mut F, @@ -288,7 +299,7 @@ impl BranchGadget { is_key_odd: &mut bool, node: &Node, rlp_values: &[RLPItemWitness], - ) -> Result<(F, F, F, [F; 2]), Error> { + ) -> Result<(F, F, F, [word::Word; 2], [F; 2]), Error> { let branch = &node.extension_branch.clone().unwrap().branch; for is_s in [true, false] { @@ -331,7 +342,7 @@ impl BranchGadget { } else { // The nibble will be added as the least significant nibble, the multiplier // needs to advance - (1.scalar(), pv.r) + (1.scalar(), region.key_r) }; let key_rlc_post_branch = *key_rlc + F::from(branch.modified_index as u64) * nibble_mult * *key_mult; @@ -340,17 +351,41 @@ impl BranchGadget { let key_mult_post_branch = *key_mult * mult; // Set the branch we'll take + let mut mod_node_hash_word = [word::Word::::new([0.scalar(), 0.scalar()]); 2]; let mut mod_node_hash_rlc = [0.scalar(); 2]; for is_s in [true, false] { - mod_node_hash_rlc[is_s.idx()] = if is_placeholder[is_s.idx()] { - rlp_values[1 + branch.drifted_index].rlc_content(pv.r) + ( + mod_node_hash_rlc[is_s.idx()], + mod_node_hash_word[is_s.idx()], + ) = if is_placeholder[is_s.idx()] { + ( + rlp_values[1 + branch.drifted_index].rlc_rlp_rev(region.keccak_r), + rlp_values[1 + branch.drifted_index].word(), + ) } else { if is_s { - rlp_values[1 + branch.modified_index].rlc_content(pv.r) + ( + rlp_values[1 + branch.modified_index].rlc_rlp_rev(region.keccak_r), + rlp_values[1 + branch.modified_index].word(), + ) } else { - rlp_values[0].rlc_content(pv.r) + ( + rlp_values[0].rlc_rlp_rev(region.keccak_r), + rlp_values[0].word(), + ) } }; + self.mod_word[is_s.idx()].lo().assign( + region, + offset, + mod_node_hash_word[is_s.idx()].lo(), + )?; + self.mod_word[is_s.idx()].hi().assign( + region, + offset, + mod_node_hash_word[is_s.idx()].hi(), + )?; + self.mod_rlc[is_s.idx()].assign(region, offset, mod_node_hash_rlc[is_s.idx()])?; } @@ -358,6 +393,7 @@ impl BranchGadget { key_rlc_post_branch, key_rlc_post_drifted, key_mult_post_branch, + mod_node_hash_word, mod_node_hash_rlc, )) } diff --git a/zkevm-circuits/src/mpt_circuit/extension.rs b/zkevm-circuits/src/mpt_circuit/extension.rs index 28e63e8d0d..9398c17cdd 100644 --- a/zkevm-circuits/src/mpt_circuit/extension.rs +++ b/zkevm-circuits/src/mpt_circuit/extension.rs @@ -11,19 +11,18 @@ use super::{ use crate::{ circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, - cell_manager::Cell, - constraint_builder::RLCChainable, + cached_region::CachedRegion, cell_manager::Cell, constraint_builder::RLCChainableRev, gadgets::LtGadget, }, mpt_circuit::{ helpers::{ - ext_key_rlc_calc_value, ext_key_rlc_expr, num_nibbles, Indexable, KeyData, ParentData, - FIXED, KECCAK, + ext_key_rlc_calc_value, ext_key_rlc_expr, num_nibbles, Indexable, KeyData, MptCellType, + ParentData, FIXED, KECCAK, MULT, }, param::HASH_WIDTH, - FixedTableTag, MPTConfig, MPTState, + FixedTableTag, MPTConfig, MPTState, RlpItemType, }, + util::word::Word, }; #[derive(Clone, Debug)] @@ -33,6 +32,7 @@ pub(crate) struct ExtState { pub(crate) num_nibbles: Expression, pub(crate) is_key_odd: Expression, + pub(crate) branch_rlp_word: [Word>; 2], pub(crate) branch_rlp_rlc: [Expression; 2], } @@ -56,31 +56,51 @@ impl ExtensionGadget { parent_data: &[ParentData; 2], is_placeholder: &[Cell; 2], ) -> Self { - let r = ctx.r.clone(); - let mut config = ExtensionGadget::default(); circuit!([meta, cb], { // Data let key_items = [ - ctx.rlp_item(meta, cb, ExtensionBranchRowType::KeyS as usize), - ctx.nibbles(meta, cb, ExtensionBranchRowType::KeyC as usize), + // Special case, requring string fail tests + ctx.rlp_item( + meta, + cb, + ExtensionBranchRowType::KeyS as usize, + RlpItemType::Key, + ), + ctx.rlp_item( + meta, + cb, + ExtensionBranchRowType::KeyC as usize, + RlpItemType::Nibbles, + ), ]; let rlp_value = [ - ctx.rlp_item(meta, cb, ExtensionBranchRowType::ValueS as usize), - ctx.rlp_item(meta, cb, ExtensionBranchRowType::ValueC as usize), + ctx.rlp_item( + meta, + cb, + ExtensionBranchRowType::ValueS as usize, + RlpItemType::Node, + ), + ctx.rlp_item( + meta, + cb, + ExtensionBranchRowType::ValueC as usize, + RlpItemType::Node, + ), ]; config.rlp_key = ListKeyGadget::construct(cb, &key_items[0]); config.is_key_part_odd = cb.query_cell(); let first_byte = matchx! { - key_items[true.idx()].is_short() => key_items[true.idx()].bytes[0].expr(), - key_items[true.idx()].is_long() => key_items[true.idx()].bytes[1].expr(), - key_items[true.idx()].is_very_long() => key_items[true.idx()].bytes[2].expr(), + key_items[true.idx()].is_short() => key_items[true.idx()].bytes_be()[0].expr(), + key_items[true.idx()].is_long() => key_items[true.idx()].bytes_be()[1].expr(), + key_items[true.idx()].is_very_long() => key_items[true.idx()].bytes_be()[2].expr(), }; require!((FixedTableTag::ExtOddKey.expr(), first_byte, config.is_key_part_odd.expr()) => @FIXED); let mut branch_rlp_rlc = vec![0.expr(); 2]; + let mut branch_rlp_word = vec![Word::>::new([0.expr(), 0.expr()]); 2]; for is_s in [true, false] { // In C we have the key nibbles, we check below only for S. if is_s { @@ -89,15 +109,15 @@ impl ExtensionGadget { require!(config.rlp_key.rlp_list.len() => config.rlp_key.key_value.num_bytes() + rlp_value[is_s.idx()].num_bytes()); } - // Multiplier after list and key - let mult = config.rlp_key.rlp_list.rlp_mult(&r) * key_items[true.idx()].mult(); - // Extension node RLC - let node_rlc = (config.rlp_key.rlc(&r), mult.expr()) - .rlc_chain(rlp_value[is_s.idx()].rlc_rlp()); + let node_rlc = config + .rlp_key + .rlc2(&cb.keccak_r) + .rlc_chain_rev(rlp_value[is_s.idx()].rlc_chain_data()); // The branch expected in the extension node - branch_rlp_rlc[is_s.idx()] = rlp_value[is_s.idx()].rlc_content(); + branch_rlp_rlc[is_s.idx()] = rlp_value[is_s.idx()].rlc_rlp(); + branch_rlp_word[is_s.idx()] = rlp_value[is_s.idx()].word(); // Check if the extension node is in its parent. let (rlc, num_bytes, is_not_hashed) = { @@ -117,7 +137,7 @@ impl ExtensionGadget { ifx! {not!(is_placeholder[is_s.idx()]) => { ifx!{or::expr(&[parent_data[is_s.idx()].is_root.expr(), not!(is_not_hashed)]) => { // Hashed branch hash in parent branch - require!((1, rlc, num_bytes, parent_data[is_s.idx()].rlc) => @KECCAK); + require!(vec![1.expr(), rlc.expr(), num_bytes.expr(), parent_data[is_s.idx()].hash.lo().expr(), parent_data[is_s.idx()].hash.hi().expr()] => @KECCAK); } elsex { // Non-hashed branch hash in parent branch require!(rlc => parent_data[is_s.idx()].rlc); @@ -154,11 +174,11 @@ impl ExtensionGadget { not!(is_key_odd), key_items .iter() - .map(|item| item.bytes()) + .map(|item| item.bytes_be()) .collect::>() .try_into() .unwrap(), - &ctx.r, + &cb.key_r.expr(), ); // Get the length of the key @@ -167,8 +187,8 @@ impl ExtensionGadget { let key_num_bytes_for_mult = key_len - ifx! {not!(key_data.is_odd.expr() * config.is_key_part_odd.expr()) => { 1.expr() }}; // Get the multiplier for this key length - config.mult_key = cb.query_cell(); - require!((FixedTableTag::RMult, key_num_bytes_for_mult, config.mult_key.expr()) => @FIXED); + config.mult_key = cb.query_cell_with_type(MptCellType::StoragePhase2); + require!((key_num_bytes_for_mult, config.mult_key.expr()) => @MULT); // Store the post ext state config.post_state = Some(ExtState { @@ -176,6 +196,7 @@ impl ExtensionGadget { key_mult: key_data.mult.expr() * config.mult_key.expr(), num_nibbles, is_key_odd, + branch_rlp_word: branch_rlp_word.try_into().unwrap(), branch_rlp_rlc: branch_rlp_rlc.try_into().unwrap(), }); }); @@ -188,11 +209,11 @@ impl ExtensionGadget { } #[allow(clippy::too_many_arguments)] - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, _mpt_config: &MPTConfig, - pv: &mut MPTState, + _pv: &mut MPTState, offset: usize, key_data: &KeyDataWitness, key_rlc: &mut F, @@ -266,12 +287,12 @@ impl ExtensionGadget { .collect::>() .try_into() .unwrap(), - pv.r, + region.key_r, ); *key_rlc = key_data.rlc + key_rlc_ext; // Key mult - let mult_key = pow::value(pv.r, key_len_mult); + let mult_key = pow::value(region.key_r, key_len_mult); self.mult_key.assign(region, offset, mult_key)?; *key_mult = key_data.mult * mult_key; diff --git a/zkevm-circuits/src/mpt_circuit/extension_branch.rs b/zkevm-circuits/src/mpt_circuit/extension_branch.rs index e0a5f009ef..a1ec2b091a 100644 --- a/zkevm-circuits/src/mpt_circuit/extension_branch.rs +++ b/zkevm-circuits/src/mpt_circuit/extension_branch.rs @@ -1,6 +1,6 @@ use eth_types::Field; use gadgets::util::Scalar; -use halo2_proofs::plonk::{Error, VirtualCells}; +use halo2_proofs::plonk::{Error, Expression, VirtualCells}; use super::{ branch::BranchGadget, @@ -12,15 +12,13 @@ use super::{ }; use crate::{ circuit, - circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, - cell_manager::Cell, - }, + circuit_tools::{cached_region::CachedRegion, cell_manager::Cell}, mpt_circuit::{ helpers::{key_memory, parent_memory, Indexable, KeyData, ParentData}, witness_row::ExtensionBranchRowType, MPTConfig, MPTState, }, + util::word::Word, }; #[derive(Clone, Debug, Default)] @@ -79,6 +77,10 @@ impl ExtensionBranchConfig { key_mult_post_ext, is_root_s, is_root_c, + parent_word_s_lo, + parent_word_s_hi, + parent_word_c_lo, + parent_word_c_hi, parent_rlc_s, parent_rlc_c, ) = ifx! {config.is_extension => { @@ -98,6 +100,10 @@ impl ExtensionBranchConfig { ext.key_mult, false.expr(), false.expr(), + ext.branch_rlp_word[true.idx()].lo(), + ext.branch_rlp_word[true.idx()].hi(), + ext.branch_rlp_word[false.idx()].lo(), + ext.branch_rlp_word[false.idx()].hi(), ext.branch_rlp_rlc[true.idx()].expr(), ext.branch_rlp_rlc[false.idx()].expr(), ) @@ -109,10 +115,18 @@ impl ExtensionBranchConfig { config.key_data.mult.expr(), config.parent_data[true.idx()].is_root.expr(), config.parent_data[false.idx()].is_root.expr(), + config.parent_data[true.idx()].hash.lo().expr(), + config.parent_data[true.idx()].hash.hi().expr(), + config.parent_data[false.idx()].hash.lo().expr(), + config.parent_data[false.idx()].hash.hi().expr(), config.parent_data[true.idx()].rlc.expr(), config.parent_data[false.idx()].rlc.expr(), ) }}; + let parent_word = [ + Word::>::new([parent_word_s_lo, parent_word_s_hi]), + Word::>::new([parent_word_c_lo, parent_word_c_hi]), + ]; let parent_rlc = [parent_rlc_s, parent_rlc_c]; let is_root = [is_root_s, is_root_c]; @@ -122,6 +136,7 @@ impl ExtensionBranchConfig { cb, ctx.clone(), &config.is_placeholder, + &parent_word, &parent_rlc, &is_root, key_rlc_post_ext.expr(), @@ -149,10 +164,11 @@ impl ExtensionBranchConfig { ParentData::store( cb, &ctx.memory[parent_memory(is_s)], + branch.mod_word[is_s.idx()].clone(), branch.mod_rlc[is_s.idx()].expr(), false.expr(), false.expr(), - 0.expr(), + Word::>::new([0.expr(), 0.expr()]) ); } elsex { KeyData::store( @@ -170,10 +186,11 @@ impl ExtensionBranchConfig { ParentData::store( cb, &ctx.memory[parent_memory(is_s)], + config.parent_data[is_s.idx()].hash.expr(), config.parent_data[is_s.idx()].rlc.expr(), config.parent_data[is_s.idx()].is_root.expr(), true.expr(), - branch.mod_rlc[is_s.idx()].expr(), + branch.mod_word[is_s.idx()].clone(), ); }} } @@ -183,10 +200,9 @@ impl ExtensionBranchConfig { } #[allow(clippy::too_many_arguments)] - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, - _challenges: &S, + region: &mut CachedRegion<'_, '_, F>, mpt_config: &MPTConfig, pv: &mut MPTState, offset: usize, @@ -239,20 +255,25 @@ impl ExtensionBranchConfig { } // Branch - let (key_rlc_post_branch, key_rlc_post_drifted, key_mult_post_branch, mod_node_hash_rlc) = - self.branch.assign( - region, - mpt_config, - pv, - offset, - &extension_branch.is_placeholder, - &mut key_rlc, - &mut key_mult, - &mut num_nibbles, - &mut is_key_odd, - node, - rlp_values, - )?; + let ( + key_rlc_post_branch, + key_rlc_post_drifted, + key_mult_post_branch, + mod_node_hash_word, + mod_node_hash_rlc, + ) = self.branch.assign( + region, + mpt_config, + pv, + offset, + &extension_branch.is_placeholder, + &mut key_rlc, + &mut key_mult, + &mut num_nibbles, + &mut is_key_odd, + node, + rlp_values, + )?; // Set the new parent and key for is_s in [true, false] { @@ -272,10 +293,11 @@ impl ExtensionBranchConfig { region, offset, &mut pv.memory[parent_memory(is_s)], + mod_node_hash_word[is_s.idx()], mod_node_hash_rlc[is_s.idx()], false, false, - 0.scalar(), + Word::::new([0.scalar(), 0.scalar()]), )?; } else { KeyData::witness_store( @@ -293,10 +315,11 @@ impl ExtensionBranchConfig { region, offset, &mut pv.memory[parent_memory(is_s)], + parent_data[is_s.idx()].hash, parent_data[is_s.idx()].rlc, parent_data[is_s.idx()].is_root, true, - mod_node_hash_rlc[is_s.idx()], + mod_node_hash_word[is_s.idx()], )?; } } diff --git a/zkevm-circuits/src/mpt_circuit/helpers.rs b/zkevm-circuits/src/mpt_circuit/helpers.rs index dfc540207c..17992f6582 100644 --- a/zkevm-circuits/src/mpt_circuit/helpers.rs +++ b/zkevm-circuits/src/mpt_circuit/helpers.rs @@ -2,33 +2,40 @@ use crate::{ assign, circuit, circuit_tools::{ cached_region::{CachedRegion, ChallengeSet}, - cell_manager::{Cell, CellManager, CellType}, + cell_manager::{Cell, CellManager, CellType, WordCell}, constraint_builder::{ - ConstraintBuilder, RLCChainable, RLCChainableValue, RLCable, RLCableValue, + ConstraintBuilder, RLCChainable, RLCChainableRev, RLCChainableValue, RLCable, }, - gadgets::IsEqualGadget, + gadgets::{IsEqualGadget, IsEqualWordGadget, LtGadget}, memory::MemoryBank, }, - evm_circuit::table::Table, + evm_circuit::util::from_bytes, matchw, mpt_circuit::{ - param::{EMPTY_TRIE_HASH, KEY_LEN_IN_NIBBLES, KEY_PREFIX_EVEN, KEY_TERMINAL_PREFIX_EVEN}, + param::{ + EMPTY_TRIE_HASH, HASH_WIDTH, KEY_LEN_IN_NIBBLES, KEY_PREFIX_EVEN, + KEY_TERMINAL_PREFIX_EVEN, RLP_UNIT_NUM_BYTES, RLP_UNIT_NUM_VALUE_BYTES, + }, rlp_gadgets::{get_ext_odd_nibble, get_terminal_odd_nibble}, }, - util::{Challenges, Expr}, + util::{ + word::{self, Word}, + Challenges, Expr, + }, }; -use eth_types::Field; +use eth_types::{Field, Word as U256}; use gadgets::util::{not, or, pow, Scalar}; use halo2_proofs::{ circuit::Value, plonk::{Error, Expression, VirtualCells}, }; +use strum_macros::EnumIter; use super::{ rlp_gadgets::{ get_ext_odd_nibble_value, RLPItemGadget, RLPItemWitness, RLPListGadget, RLPListWitness, }, - FixedTableTag, + FixedTableTag, MPTCircuitParams, RlpItemType, }; impl ChallengeSet for crate::util::Challenges> { @@ -37,18 +44,31 @@ impl ChallengeSet for crate::util::Challenges> { } } +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, EnumIter)] +pub enum MptTableType { + Fixed, + Keccak, + Mult, +} + #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] pub enum MptCellType { StoragePhase1, StoragePhase2, + StoragePhase3, StoragePermutation, LookupByte, - Lookup(Table), - MemParentS, - MemParentC, - MemKeyS, - MemKeyC, - MemMain, + Lookup(MptTableType), + MemParentSInput, + MemParentSTable, + MemParentCInput, + MemParentCTable, + MemKeySInput, + MemKeySTable, + MemKeyCInput, + MemKeyCTable, + MemMainInput, + MemMainTable, } impl Default for MptCellType { @@ -66,13 +86,15 @@ impl CellType for MptCellType { match phase { 0 => MptCellType::StoragePhase1, 1 => MptCellType::StoragePhase2, + 2 => MptCellType::StoragePhase3, _ => unreachable!(), } } } -pub const FIXED: MptCellType = MptCellType::Lookup(Table::Fixed); -pub const KECCAK: MptCellType = MptCellType::Lookup(Table::Keccak); +pub const FIXED: MptCellType = MptCellType::Lookup(MptTableType::Fixed); +pub const KECCAK: MptCellType = MptCellType::Lookup(MptTableType::Keccak); +pub const MULT: MptCellType = MptCellType::Lookup(MptTableType::Mult); /// Indexable object pub trait Indexable { @@ -101,7 +123,7 @@ impl LeafKeyGadget { circuit!([meta, cb], { let has_no_nibbles = IsEqualGadget::::construct( &mut cb.base, - rlp_key.bytes()[0].expr(), + rlp_key.bytes_be()[0].expr(), KEY_TERMINAL_PREFIX_EVEN.expr(), ); LeafKeyGadget { has_no_nibbles } @@ -124,22 +146,22 @@ impl LeafKeyGadget { }; matchx! { rlp_key.is_short() => { - // When no nibbles: only terminal prefix at `bytes[1]`. - // Else: Terminal prefix + single nibble at `bytes[1]` + // When no nibbles: only terminal prefix at `bytes[0]`. + // Else: Terminal prefix + single nibble at `bytes[0]` let is_odd = not!(self.has_no_nibbles); - calc_rlc(cb, &rlp_key.bytes()[0..1], is_odd) + calc_rlc(cb, &rlp_key.bytes_be()[0..1], is_odd) }, rlp_key.is_long() => { - // First key byte is at `bytes[2]`. - calc_rlc(cb, &rlp_key.bytes()[1..34], is_key_odd.expr()) + // First key byte is at `bytes[1]`. + calc_rlc(cb, &rlp_key.bytes_be()[1..34], is_key_odd.expr()) }, } }) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, bytes: &[u8], ) -> Result { @@ -309,9 +331,9 @@ impl ListKeyGadget { } } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, list_bytes: &[u8], key_item: &RLPItemWitness, @@ -334,6 +356,13 @@ impl ListKeyGadget { .rlc_rlp_only(r) .rlc_chain(self.key_value.rlc_rlp()) } + + pub(crate) fn rlc2(&self, r: &Expression) -> Expression { + self.rlp_list + .rlc_rlp_only_rev(r) + .0 + .rlc_chain_rev(self.key_value.rlc_chain_data()) + } } impl ListKeyWitness { @@ -376,12 +405,12 @@ impl KeyData { offset: Expression, ) -> Self { let key_data = KeyData { - rlc: cb.query_cell(), - mult: cb.query_cell(), + rlc: cb.query_cell_with_type(MptCellType::StoragePhase2), + mult: cb.query_cell_with_type(MptCellType::StoragePhase2), num_nibbles: cb.query_cell(), is_odd: cb.query_cell(), - drifted_rlc: cb.query_cell(), - drifted_mult: cb.query_cell(), + drifted_rlc: cb.query_cell_with_type(MptCellType::StoragePhase2), + drifted_mult: cb.query_cell_with_type(MptCellType::StoragePhase2), drifted_num_nibbles: cb.query_cell(), drifted_is_odd: cb.query_cell(), }; @@ -454,8 +483,8 @@ impl KeyData { } #[allow(clippy::too_many_arguments)] - pub(crate) fn witness_store>( - _region: &mut CachedRegion<'_, '_, F, S>, + pub(crate) fn witness_store( + _region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &mut MemoryBank, rlc: F, @@ -480,9 +509,9 @@ impl KeyData { Ok(()) } - pub(crate) fn witness_load>( + pub(crate) fn witness_load( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &MemoryBank, load_offset: usize, @@ -513,18 +542,20 @@ impl KeyData { #[derive(Clone, Debug, Default)] pub(crate) struct ParentData { + pub(crate) hash: WordCell, pub(crate) rlc: Cell, pub(crate) is_root: Cell, pub(crate) is_placeholder: Cell, - pub(crate) drifted_parent_rlc: Cell, + pub(crate) drifted_parent_hash: WordCell, } #[derive(Clone, Debug, Default)] pub(crate) struct ParentDataWitness { + pub(crate) hash: word::Word, pub(crate) rlc: F, pub(crate) is_root: bool, pub(crate) is_placeholder: bool, - pub(crate) drifted_parent_rlc: F, + pub(crate) drifted_parent_hash: word::Word, } impl ParentData { @@ -535,10 +566,11 @@ impl ParentData { offset: Expression, ) -> Self { let parent_data = ParentData { - rlc: cb.query_cell(), + hash: cb.query_word_unchecked(), + rlc: cb.query_cell_with_type(MptCellType::StoragePhase2), is_root: cb.query_cell(), is_placeholder: cb.query_cell(), - drifted_parent_rlc: cb.query_cell(), + drifted_parent_hash: cb.query_word_unchecked(), }; circuit!([meta, cb.base], { memory.load( @@ -546,10 +578,13 @@ impl ParentData { &mut cb.base, offset, &[ + parent_data.hash.lo().expr(), + parent_data.hash.hi().expr(), parent_data.rlc.expr(), parent_data.is_root.expr(), parent_data.is_placeholder.expr(), - parent_data.drifted_parent_rlc.expr(), + parent_data.drifted_parent_hash.lo().expr(), + parent_data.drifted_parent_hash.hi().expr(), ], ); }); @@ -559,57 +594,79 @@ impl ParentData { pub(crate) fn store( cb: &mut MPTConstraintBuilder, memory: &MemoryBank, + hash: word::Word>, rlc: Expression, is_root: Expression, is_placeholder: Expression, - drifted_parent_rlc: Expression, + drifted_parent_hash: word::Word>, ) { memory.store( &mut cb.base, - &[rlc, is_root, is_placeholder, drifted_parent_rlc], + &[ + hash.lo(), + hash.hi(), + rlc, + is_root, + is_placeholder, + drifted_parent_hash.lo(), + drifted_parent_hash.hi(), + ], ); } - pub(crate) fn witness_store>( - _region: &mut CachedRegion<'_, '_, F, S>, + #[allow(clippy::too_many_arguments)] + pub(crate) fn witness_store( + _region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &mut MemoryBank, + hash: word::Word, rlc: F, force_hashed: bool, is_placeholder: bool, - placeholder_rlc: F, + drifted_parent_hash: word::Word, ) -> Result<(), Error> { memory.witness_store( offset, &[ + hash.lo(), + hash.hi(), rlc, force_hashed.scalar(), is_placeholder.scalar(), - placeholder_rlc, + drifted_parent_hash.lo(), + drifted_parent_hash.hi(), ], ); Ok(()) } - pub(crate) fn witness_load>( + pub(crate) fn witness_load( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &MemoryBank, load_offset: usize, ) -> Result, Error> { let values = memory.witness_load(load_offset); - self.rlc.assign(region, offset, values[0])?; - self.is_root.assign(region, offset, values[1])?; - self.is_placeholder.assign(region, offset, values[2])?; - self.drifted_parent_rlc.assign(region, offset, values[3])?; + self.hash.lo().assign(region, offset, values[0])?; + self.hash.hi().assign(region, offset, values[1])?; + self.rlc.assign(region, offset, values[2])?; + self.is_root.assign(region, offset, values[3])?; + self.is_placeholder.assign(region, offset, values[4])?; + self.drifted_parent_hash + .lo() + .assign(region, offset, values[5])?; + self.drifted_parent_hash + .hi() + .assign(region, offset, values[6])?; Ok(ParentDataWitness { - rlc: values[0], - is_root: values[1] == 1.scalar(), - is_placeholder: values[2] == 1.scalar(), - drifted_parent_rlc: values[3], + hash: word::Word::new([values[0], values[1]]), + rlc: values[2], + is_root: values[3] == 1.scalar(), + is_placeholder: values[4] == 1.scalar(), + drifted_parent_hash: word::Word::new([values[5], values[6]]), }) } } @@ -618,20 +675,18 @@ impl ParentData { pub(crate) struct MainData { pub(crate) proof_type: Cell, pub(crate) is_below_account: Cell, - pub(crate) is_non_existing_account: Cell, - pub(crate) address_rlc: Cell, - pub(crate) root_prev: Cell, - pub(crate) root: Cell, + pub(crate) address: Cell, + pub(crate) new_root: WordCell, + pub(crate) old_root: WordCell, } #[derive(Clone, Debug, Default)] pub(crate) struct MainDataWitness { pub(crate) proof_type: usize, pub(crate) is_below_account: bool, - pub(crate) is_non_existing_account: bool, - pub(crate) address_rlc: F, - pub(crate) root_prev: F, - pub(crate) root: F, + pub(crate) address: F, + pub(crate) new_root: word::Word, + pub(crate) old_root: word::Word, } impl MainData { @@ -644,10 +699,9 @@ impl MainData { let main_data = MainData { proof_type: cb.query_cell(), is_below_account: cb.query_cell(), - is_non_existing_account: cb.query_cell(), - address_rlc: cb.query_cell(), - root_prev: cb.query_cell(), - root: cb.query_cell(), + address: cb.query_cell(), + new_root: cb.query_word_unchecked(), + old_root: cb.query_word_unchecked(), }; circuit!([meta, cb.base], { memory.load( @@ -657,10 +711,11 @@ impl MainData { &[ main_data.proof_type.expr(), main_data.is_below_account.expr(), - main_data.is_non_existing_account.expr(), - main_data.address_rlc.expr(), - main_data.root_prev.expr(), - main_data.root.expr(), + main_data.address.expr(), + main_data.new_root.lo().expr(), + main_data.new_root.hi().expr(), + main_data.old_root.lo().expr(), + main_data.old_root.hi().expr(), ], ); }); @@ -670,39 +725,39 @@ impl MainData { pub(crate) fn store( cb: &mut MPTConstraintBuilder, memory: &MemoryBank, - values: [Expression; 6], + values: [Expression; 7], ) { memory.store(&mut cb.base, &values); } #[allow(clippy::too_many_arguments)] - pub(crate) fn witness_store>( - _region: &mut CachedRegion<'_, '_, F, S>, + pub(crate) fn witness_store( + _region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &mut MemoryBank, proof_type: usize, is_below_account: bool, - is_non_existing_account: F, - address_rlc: F, - root_prev: F, - root: F, + address: F, + new_root: word::Word, + old_root: word::Word, ) -> Result<(), Error> { let values = [ proof_type.scalar(), is_below_account.scalar(), - is_non_existing_account, - address_rlc, - root_prev, - root, + address, + new_root.lo(), + new_root.hi(), + old_root.lo(), + old_root.hi(), ]; memory.witness_store(offset, &values); Ok(()) } - pub(crate) fn witness_load>( + pub(crate) fn witness_load( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, memory: &MemoryBank, load_offset: usize, @@ -711,19 +766,18 @@ impl MainData { self.proof_type.assign(region, offset, values[0])?; self.is_below_account.assign(region, offset, values[1])?; - self.is_non_existing_account - .assign(region, offset, values[2])?; - self.address_rlc.assign(region, offset, values[3])?; - self.root_prev.assign(region, offset, values[4])?; - self.root.assign(region, offset, values[5])?; + self.address.assign(region, offset, values[2])?; + self.new_root.lo().assign(region, offset, values[3])?; + self.new_root.hi().assign(region, offset, values[4])?; + self.old_root.lo().assign(region, offset, values[5])?; + self.old_root.hi().assign(region, offset, values[6])?; Ok(MainDataWitness { proof_type: values[0].get_lower_32() as usize, is_below_account: values[1] == 1.scalar(), - is_non_existing_account: values[2] == 1.scalar(), - address_rlc: values[3], - root_prev: values[4], - root: values[5], + address: values[2], + new_root: word::Word::new([values[3], values[4]]), + old_root: word::Word::new([values[5], values[6]]), }) } } @@ -842,22 +896,22 @@ pub(crate) mod num_nibbles { pub(crate) fn parent_memory(is_s: bool) -> MptCellType { if is_s { - MptCellType::MemParentS + MptCellType::MemParentSInput } else { - MptCellType::MemParentC + MptCellType::MemParentCInput } } pub(crate) fn key_memory(is_s: bool) -> MptCellType { if is_s { - MptCellType::MemKeyS + MptCellType::MemKeySInput } else { - MptCellType::MemKeyC + MptCellType::MemKeyCInput } } pub(crate) fn main_memory() -> MptCellType { - MptCellType::MemMain + MptCellType::MemMainInput } /// MPTConstraintBuilder @@ -865,6 +919,8 @@ pub(crate) fn main_memory() -> MptCellType { pub struct MPTConstraintBuilder { pub base: ConstraintBuilder, pub challenges: Option>>, + pub key_r: Expression, + pub keccak_r: Expression, } impl MPTConstraintBuilder { @@ -879,14 +935,12 @@ impl MPTConstraintBuilder { cell_manager, Some(challenges.clone().unwrap().lookup_input().expr()), ), + key_r: challenges.clone().unwrap().keccak_input().expr(), + keccak_r: challenges.clone().unwrap().keccak_input().expr(), challenges, } } - pub(crate) fn set_use_dynamic_lookup(&mut self, use_dynamic_lookup: bool) { - self.base.set_use_dynamic_lookup(use_dynamic_lookup); - } - pub(crate) fn push_condition(&mut self, condition: Expression) { self.base.push_condition(condition) } @@ -925,6 +979,15 @@ impl MPTConstraintBuilder { .unwrap() } + pub(crate) fn query_cell_with_type(&mut self, cell_type: MptCellType) -> Cell { + self.base.query_cell_with_type(cell_type) + } + + // default query_word is 2 limbs. Each limb is not guaranteed to be 128 bits. + pub(crate) fn query_word_unchecked(&mut self) -> WordCell { + self.base.query_word_unchecked() + } + pub(crate) fn require_equal( &mut self, name: &'static str, @@ -952,8 +1015,12 @@ impl MPTConstraintBuilder { description: &'static str, tag: MptCellType, values: Vec>, + is_fixed: bool, + compress: bool, + is_split: bool, ) { - self.base.add_dynamic_lookup(description, tag, values) + self.base + .add_dynamic_lookup(description, tag, values, is_fixed, compress, is_split) } pub(crate) fn add_lookup( @@ -970,57 +1037,71 @@ impl MPTConstraintBuilder { description: &'static str, tag: MptCellType, values: Vec>, + compress: bool, + is_split: bool, ) { - self.base.store_dynamic_table(description, tag, values) + self.base + .store_dynamic_table(description, tag, values, compress, is_split) } } -/// Returns `1` when `value == 0`, and returns `0` otherwise. +/// Checks if we are in an empty tree #[derive(Clone, Debug, Default)] pub struct IsEmptyTreeGadget { - is_in_empty_trie: IsEqualGadget, - is_in_empty_branch: IsEqualGadget, + is_empty_trie: IsEqualWordGadget, + is_nil_in_branch_at_mod_index: IsEqualWordGadget, } impl IsEmptyTreeGadget { pub(crate) fn construct( cb: &mut MPTConstraintBuilder, - parent_rlc: Expression, - r: &Expression, + parent_word: Word>, ) -> Self { circuit!([meta, cb.base], { - let empty_root_rlc = EMPTY_TRIE_HASH - .iter() - .map(|v| v.expr()) - .collect::>() - .rlc(r); - let is_in_empty_trie = - IsEqualGadget::construct(&mut cb.base, parent_rlc.expr(), empty_root_rlc.expr()); - let is_in_empty_branch = - IsEqualGadget::construct(&mut cb.base, parent_rlc.expr(), 0.expr()); + let empty_hash = Word::::from(U256::from_big_endian(&EMPTY_TRIE_HASH)); + let is_empty_trie = IsEqualWordGadget::construct( + &mut cb.base, + &parent_word, + &Word::>::new([ + Expression::Constant(empty_hash.lo()), + Expression::Constant(empty_hash.hi()), + ]), + ); + let is_nil_in_branch_at_mod_index = IsEqualWordGadget::construct( + &mut cb.base, + &parent_word, + &Word::>::new([0.expr(), 0.expr()]), + ); Self { - is_in_empty_trie, - is_in_empty_branch, + is_empty_trie, + is_nil_in_branch_at_mod_index, } }) } pub(crate) fn expr(&self) -> Expression { - or::expr(&[self.is_in_empty_trie.expr(), self.is_in_empty_branch.expr()]) + or::expr(&[ + self.is_empty_trie.expr(), + self.is_nil_in_branch_at_mod_index.expr(), + ]) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, - parent_rlc: F, - r: F, + hash: Word, ) -> Result<(), Error> { - self.is_in_empty_trie - .assign(region, offset, parent_rlc, EMPTY_TRIE_HASH.rlc_value(r))?; - self.is_in_empty_branch - .assign(region, offset, parent_rlc, 0.scalar())?; + let empty_hash = Word::::from(U256::from_big_endian(&EMPTY_TRIE_HASH)); + self.is_empty_trie + .assign(region, offset, hash, empty_hash)?; + self.is_nil_in_branch_at_mod_index.assign( + region, + offset, + hash, + Word::::from(U256::zero()), + )?; Ok(()) } } @@ -1032,12 +1113,15 @@ pub struct DriftedGadget { } impl DriftedGadget { + #[allow(clippy::too_many_arguments)] pub(crate) fn construct( cb: &mut MPTConstraintBuilder, + value_list_num_bytes: &[Expression], parent_data: &[ParentData], key_data: &[KeyData], expected_key_rlc: &[Expression], leaf_no_key_rlc: &[Expression], + leaf_no_key_rlc_mult: &[Expression], drifted_item: &RLPItemView, r: &Expression, ) -> Self { @@ -1048,7 +1132,12 @@ impl DriftedGadget { for is_s in [true, false] { ifx! {parent_data[is_s.idx()].is_placeholder.expr() => { // Check that the drifted leaf is unchanged and is stored at `drifted_index`. - // TODO(Brecht): Length can change so need to add RLP consistency checks? + + // Make sure the RLP is still consistent with the new key part + require!( + config.drifted_rlp_key.rlp_list.len() + => config.drifted_rlp_key.key_value.num_bytes() + value_list_num_bytes[is_s.idx()].clone() + ); // Calculate the drifted key RLC // Get the key RLC for the drifted branch @@ -1073,13 +1162,12 @@ impl DriftedGadget { let num_nibbles = num_nibbles::expr(config.drifted_rlp_key.key_value.len(), is_key_odd.expr()); require!(key_num_nibbles.expr() + num_nibbles => KEY_LEN_IN_NIBBLES); - // Multiplier after list and key - let mult = config.drifted_rlp_key.rlp_list.rlp_mult(r) * drifted_item.mult(); - // Complete the drifted leaf rlc by adding the bytes on the value row - let leaf_rlc = (config.drifted_rlp_key.rlc(r), mult.expr()).rlc_chain(leaf_no_key_rlc[is_s.idx()].expr()); + //let leaf_rlc = (config.drifted_rlp_key.rlc(be_r), mult.expr()).rlc_chain(leaf_no_key_rlc[is_s.idx()].expr()); + let leaf_rlc = config.drifted_rlp_key.rlc2(&cb.keccak_r).rlc_chain_rev((leaf_no_key_rlc[is_s.idx()].expr(), leaf_no_key_rlc_mult[is_s.idx()].expr())); // The drifted leaf needs to be stored in the branch at `drifted_index`. - require!((1, leaf_rlc, config.drifted_rlp_key.rlp_list.num_bytes(), parent_data[is_s.idx()].drifted_parent_rlc.expr()) => @KECCAK); + let hash = parent_data[is_s.idx()].drifted_parent_hash.expr(); + require!(vec![1.expr(), leaf_rlc.expr(), config.drifted_rlp_key.rlp_list.num_bytes(), hash.lo(), hash.hi()] => @KECCAK); } }} }} @@ -1087,9 +1175,9 @@ impl DriftedGadget { }) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, parent_data: &[ParentDataWitness], drifted_list_bytes: &[u8], @@ -1108,20 +1196,18 @@ impl DriftedGadget { #[derive(Clone, Debug, Default)] pub struct WrongGadget { wrong_rlp_key: ListKeyGadget, - wrong_mult: Cell, - pub(crate) is_key_equal: IsEqualGadget, - wrong_key: Option>, + is_key_equal: IsEqualGadget, } impl WrongGadget { #[allow(clippy::too_many_arguments)] pub(crate) fn construct( cb: &mut MPTConstraintBuilder, - expected_address: Expression, + expected_key: Expression, is_non_existing: Expression, key_value: &RLPItemView, key_rlc: &Expression, - wrong_item: &RLPItemView, + expected_item: &RLPItemView, is_in_empty_tree: Expression, key_data: KeyData, r: &Expression, @@ -1131,7 +1217,7 @@ impl WrongGadget { // Get the previous key data ifx! {is_non_existing, not!(is_in_empty_tree) => { // Calculate the key - config.wrong_rlp_key = ListKeyGadget::construct(cb, wrong_item); + config.wrong_rlp_key = ListKeyGadget::construct(cb, expected_item); let key_rlc_wrong = key_data.rlc.expr() + config.wrong_rlp_key.key.expr( cb, config.wrong_rlp_key.key_value.clone(), @@ -1140,15 +1226,15 @@ impl WrongGadget { r, ); // Check that it's the key as expected - require!(key_rlc_wrong => expected_address); + require!(key_rlc_wrong => expected_key); // Now make sure this address is different than the one of the leaf config.is_key_equal = IsEqualGadget::construct( &mut cb.base, key_rlc.expr(), - expected_address, + expected_key, ); - require!(config.is_key_equal => false); + require!(config.is_key_equal.expr() => false); // Make sure the lengths of the keys are the same require!(config.wrong_rlp_key.key_value.len() => key_value.len()); }} @@ -1157,22 +1243,22 @@ impl WrongGadget { } #[allow(clippy::too_many_arguments)] - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, is_non_existing: bool, key_rlc: &[F], list_bytes: &[u8], - wrong_item: &RLPItemWitness, + expected_item: &RLPItemWitness, for_placeholder_s: bool, key_data: KeyDataWitness, r: F, ) -> Result<(F, F), Error> { if is_non_existing { - let wrong_witness = self - .wrong_rlp_key - .assign(region, offset, list_bytes, wrong_item)?; + let wrong_witness = + self.wrong_rlp_key + .assign(region, offset, list_bytes, expected_item)?; let (key_rlc_wrong, _) = wrong_witness.key.key( wrong_witness.key_item.clone(), key_data.rlc, @@ -1199,96 +1285,216 @@ impl WrongGadget { /// Main RLP item #[derive(Clone, Debug, Default)] pub struct MainRLPGadget { + rlp_byte: Cell, bytes: Vec>, rlp: RLPItemGadget, + below_limit: LtGadget, num_bytes: Cell, len: Cell, + mult_inv: Cell, mult_diff: Cell, - rlc_content: Cell, + hash_rlc: Cell, rlc_rlp: Cell, + word: WordCell, tag: Cell, + max_len: Cell, + is_rlp: Cell, + is_big_endian: Cell, + is_hash: Cell, + keccak_r: Option>, } impl MainRLPGadget { - pub(crate) fn construct(cb: &mut MPTConstraintBuilder, r: &Expression) -> Self { + pub(crate) fn construct(cb: &mut MPTConstraintBuilder, params: MPTCircuitParams) -> Self { circuit!([meta, cb], { let mut config = MainRLPGadget { - bytes: cb.query_cells::<34>().to_vec(), + rlp_byte: cb.query_cell(), rlp: RLPItemGadget::default(), + bytes: cb.query_cells::().to_vec(), + below_limit: LtGadget::default(), num_bytes: cb.query_cell(), len: cb.query_cell(), - mult_diff: cb.query_cell(), - rlc_content: cb.query_cell(), - rlc_rlp: cb.query_cell(), + mult_inv: cb.query_cell_with_type(MptCellType::StoragePhase2), + mult_diff: cb.query_cell_with_type(MptCellType::StoragePhase2), + hash_rlc: cb.query_cell_with_type(MptCellType::StoragePhase2), + rlc_rlp: cb.query_cell_with_type(MptCellType::StoragePhase2), + word: cb.query_word_unchecked(), tag: cb.query_cell(), + max_len: cb.query_cell(), + is_rlp: cb.query_cell(), + is_big_endian: cb.query_cell(), + is_hash: cb.query_cell(), + keccak_r: Some(cb.keccak_r.expr()), }; - config.rlp = RLPItemGadget::construct( - cb, - &config - .bytes - .iter() - .map(|byte| byte.expr()) - .collect::>(), + let all_bytes = vec![vec![config.rlp_byte.clone()], config.bytes.clone()].concat(); + + // Decode the RLP item + config.rlp = + RLPItemGadget::construct(cb, &[config.rlp_byte.expr(), 0.expr(), 0.expr()]); + + // Make sure the RLP item length is within a valid range + config.below_limit = LtGadget::construct( + &mut cb.base, + config.rlp.len(), + config.max_len.expr() + 1.expr(), ); + require!(config.below_limit.expr() => true); + // Store RLP properties for easy access require!(config.num_bytes => config.rlp.num_bytes()); require!(config.len => config.rlp.len()); - require!(config.rlc_content => config.rlp.rlc_content(r)); - require!(config.rlc_rlp => config.rlp.rlc_rlp(cb, r)); - let mult_diff = config.mult_diff.expr(); - require!((FixedTableTag::RMult, config.rlp.num_bytes(), mult_diff) => @FIXED); - // `tag` is a "free" input that needs to be constrained externally! + + // Cache the rlc of the hash + ifx! {config.is_hash.expr() => { + require!(config.hash_rlc => config.bytes[..32].rlc_rev(&cb.key_r)); + }} + + // Cache some RLP related values + ifx! {config.is_rlp.expr() => { + // The key bytes are stored differently than all other value types (BE vs LE) + ifx!{config.is_big_endian => { + require!(config.rlc_rlp => all_bytes.rlc_rev(&cb.keccak_r.expr()) * config.mult_inv.expr()); + } elsex { + // Special case for single byte string values as those values are stored in the RLP byte itself + ifx!{and::expr(&[not!(config.rlp.is_list()), config.rlp.is_short()]) => { + require!(config.rlc_rlp => config.rlp_byte); + require!(config.word => [config.rlp_byte.expr(), 0.expr()]); + } elsex { + let lo = from_bytes::expr(&config.bytes[0..16]); + let hi = from_bytes::expr(&config.bytes[16..32]); + require!(config.word => [lo, hi]); + require!(config.rlc_rlp => config.rlp_byte.expr().rlc_chain_rev(( + config.bytes.rlc(&cb.keccak_r.expr()), + config.mult_diff.expr(), + ))); + }} + }} + }} + + // `num_bytes - 1` because the RLP byte is handled separately + require!((config.rlp.num_bytes() - 1.expr(), config.mult_diff.expr()) => @MULT); + require!(config.mult_inv.expr() * pow::expr(cb.keccak_r.expr(), RLP_UNIT_NUM_BYTES - 1) => config.mult_diff.expr()); + + // Lists always need to be short + ifx! {config.rlp.is_list() => { + require!(config.rlp.is_short() => true); + }} // Range/zero checks - // These range checks ensure that the value in the RLP columns are all byte - // value. These lookups also enforce the byte value to be zero when + // These range checks ensure that the bytes are all valid byte + // values. These lookups also enforce the byte value to be zero when // the byte index >= num_bytes. - // TODO(Brecht): do 2 bytes/lookup when circuit height >= 2**21 // We enable dynamic lookups because otherwise these lookup would require a lot of extra // cells. - cb.set_use_dynamic_lookup(true); - for (idx, byte) in config.bytes.iter().enumerate() { - require!((config.tag.expr(), byte.expr(), config.num_bytes.expr() - idx.expr()) => @FIXED); + // TODO(Brecht): Ensure minimal RLP encoding: add leading zero check here because for LE + // values the MSB is at a variable position + if params.is_two_byte_lookup_enabled() { + assert!(all_bytes.len() % 2 == 0); + for idx in (0..all_bytes.len()).step_by(2) { + require!(( + config.tag.expr(), + config.num_bytes.expr() - idx.expr(), + all_bytes[idx], + all_bytes[idx + 1] + ) => @FIXED, true, true, false); + } + } else { + for (idx, byte) in all_bytes.iter().enumerate() { + require!((config.tag.expr(), config.num_bytes.expr() - idx.expr(), byte.expr()) => @FIXED, true, true, false); + } } - cb.set_use_dynamic_lookup(false); config }) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, bytes: &[u8], - r: F, - is_nibbles: bool, + item_type: RlpItemType, ) -> Result { + // Always pad the bytes to the full length with zeros + let mut bytes = bytes.to_vec(); + while bytes.len() < RLP_UNIT_NUM_BYTES { + bytes.push(0); + } + + // Decode the RLP item + let rlp = self.rlp.assign(region, offset, &bytes)?; + + // Depending on the RLP item type, we store the data in little endian or big endian. + // Little endian makes it much easer to decode the lo/hi split representation. + let mut value_bytes = bytes[1..].to_vec(); + let mut len: usize = rlp.len(); + while len < 33 { + if self.is_big_endian(item_type) { + // Just pad + value_bytes.push(0); + } else { + // Push the bytes to the right + value_bytes.insert(0, 0); + } + len += 1; + } + let mut value_bytes = value_bytes[0..33].to_vec(); + if !self.is_big_endian(item_type) { + value_bytes.reverse(); + } // Assign the bytes - for (byte, column) in bytes.iter().zip(self.bytes.iter()) { + assign!(region, self.rlp_byte, offset => bytes[0].scalar())?; + for (byte, column) in value_bytes.iter().zip(self.bytes.iter()) { assign!(region, (column.column(), offset) => byte.scalar())?; } - // Decode the RLP item - let rlp_witness = self.rlp.assign(region, offset, bytes)?; + // Make sure the RLP item is within a valid range + let max_len = if item_type == RlpItemType::Node { + if rlp.is_string() { + self.max_length(item_type) + } else { + HASH_WIDTH - 1 + } + } else { + self.max_length(item_type) + }; + self.max_len.assign(region, offset, max_len.scalar())?; + self.below_limit + .assign(region, offset, rlp.len().scalar(), (max_len + 1).scalar())?; + + // Compute the denominator needed for BE + let mult_inv = pow::value(region.keccak_r, RLP_UNIT_NUM_BYTES - rlp.num_bytes()) + .invert() + .unwrap_or(F::ZERO); // Store RLP properties for easy access self.num_bytes - .assign(region, offset, rlp_witness.num_bytes().scalar())?; - self.len - .assign(region, offset, rlp_witness.len().scalar())?; + .assign(region, offset, rlp.num_bytes().scalar())?; + self.len.assign(region, offset, rlp.len().scalar())?; + self.hash_rlc + .assign(region, offset, rlp.rlc_content(region.key_r))?; + self.rlc_rlp + .assign(region, offset, rlp.rlc_rlp_rev(region.keccak_r))?; - self.mult_diff - .assign(region, offset, pow::value(r, rlp_witness.num_bytes()))?; + // Assign the word + self.word.lo().assign(region, offset, rlp.word().lo())?; + self.word.hi().assign(region, offset, rlp.word().hi())?; - self.rlc_content - .assign(region, offset, rlp_witness.rlc_content(r))?; - self.rlc_rlp - .assign(region, offset, rlp_witness.rlc_rlp(r))?; + // Assign the RLC helper variables + self.mult_inv.assign(region, offset, mult_inv)?; + self.mult_diff.assign( + region, + offset, + pow::value(region.keccak_r, rlp.num_bytes() - 1), + )?; - assign!(region, self.tag, offset => self.tag(is_nibbles).scalar())?; + // Assign free inputs + assign!(region, self.tag, offset => self.tag(item_type).scalar())?; + assign!(region, self.is_rlp, offset => (item_type != RlpItemType::Nibbles).scalar())?; + assign!(region, self.is_big_endian, offset => self.is_big_endian(item_type).scalar())?; + assign!(region, self.is_hash, offset => (item_type == RlpItemType::Hash).scalar())?; - Ok(rlp_witness) + Ok(rlp) } pub(crate) fn create_view( @@ -1296,43 +1502,107 @@ impl MainRLPGadget { meta: &mut VirtualCells, cb: &mut MPTConstraintBuilder, rot: usize, - is_nibbles: bool, + item_type: RlpItemType, ) -> RLPItemView { circuit!([meta, cb.base], { - require!(self.tag.rot(meta, rot) => self.tag(is_nibbles).expr()); + let is_string = self.rlp.is_string_at(meta, rot); + let tag = self.tag.rot(meta, rot); + let max_len = self.max_len.rot(meta, rot); + let len = self.len.rot(meta, rot); + let is_rlp = self.is_rlp.rot(meta, rot); + let is_big_endian = self.is_big_endian.rot(meta, rot); + let is_hash = self.is_hash.rot(meta, rot); + + // Check the tag value + require!(tag => self.tag(item_type).expr()); + // Check that values and keys are always strings + if item_type == RlpItemType::Value || item_type == RlpItemType::Key { + require!(is_string => true); + } + // Hashes always are strings and have length 32 + if item_type == RlpItemType::Hash { + require!(is_string => true); + require!(len => HASH_WIDTH); + } + if item_type == RlpItemType::Node { + // Nodes always have length 0 or 32 when a string, or are < 32 when a list + ifx! {is_string => { + require!(max_len => self.max_length(item_type).expr()); + require!(len => [0, HASH_WIDTH]); + } elsex { + require!(max_len => HASH_WIDTH - 1); + }} + } else { + require!(max_len => self.max_length(item_type).expr()); + } + // Set the "free" inputs + require!(is_rlp => self.is_rlp(item_type)); + require!(is_big_endian => self.is_big_endian(item_type)); + require!(is_hash => (item_type == RlpItemType::Hash)); }); RLPItemView { + is_big_endian: self.is_big_endian(item_type), + can_use_word: self.is_rlp(item_type) && !self.is_big_endian(item_type), num_bytes: Some(self.num_bytes.rot(meta, rot)), len: Some(self.len.rot(meta, rot)), - mult_diff: Some(self.mult_diff.rot(meta, rot)), - rlc_content: Some(self.rlc_content.rot(meta, rot)), + mult: Some(self.mult_diff.rot(meta, rot) * cb.keccak_r.expr()), + hash_rlc: Some(self.hash_rlc.rot(meta, rot)), rlc_rlp: Some(self.rlc_rlp.rot(meta, rot)), - bytes: self.bytes.iter().map(|byte| byte.rot(meta, rot)).collect(), + bytes: [vec![self.rlp_byte.clone()], self.bytes.clone()] + .concat() + .iter() + .map(|byte| byte.rot(meta, rot)) + .collect(), is_short: Some(self.rlp.value.is_short.rot(meta, rot)), is_long: Some(self.rlp.value.is_long.rot(meta, rot)), + word: Some(Word::new([ + self.word.lo().rot(meta, rot), + self.word.hi().rot(meta, rot), + ])), } } - fn tag(&self, is_nibbles: bool) -> FixedTableTag { - if is_nibbles { + fn tag(&self, item_type: RlpItemType) -> FixedTableTag { + if item_type == RlpItemType::Nibbles { FixedTableTag::RangeKeyLen16 } else { FixedTableTag::RangeKeyLen256 } } + + fn max_length(&self, item_type: RlpItemType) -> usize { + match item_type { + RlpItemType::Node => 32, + RlpItemType::Value => 32, + RlpItemType::Hash => 32, + RlpItemType::Key => 33, + RlpItemType::Nibbles => 32, + } + } + + fn is_big_endian(&self, item_type: RlpItemType) -> bool { + item_type == RlpItemType::Key || item_type == RlpItemType::Nibbles + } + + fn is_rlp(&self, item_type: RlpItemType) -> bool { + item_type != RlpItemType::Nibbles + } } /// Main RLP item #[derive(Clone, Debug, Default)] pub struct RLPItemView { - pub(crate) bytes: Vec>, - pub(crate) num_bytes: Option>, - pub(crate) len: Option>, - pub(crate) mult_diff: Option>, - pub(crate) rlc_content: Option>, - pub(crate) rlc_rlp: Option>, - pub(crate) is_short: Option>, - pub(crate) is_long: Option>, + is_big_endian: bool, + can_use_word: bool, + bytes: Vec>, + num_bytes: Option>, + len: Option>, + mult: Option>, + hash_rlc: Option>, + rlc_rlp: Option>, + is_short: Option>, + is_long: Option>, + word: Option>>, } impl RLPItemView { @@ -1345,22 +1615,28 @@ impl RLPItemView { } pub(crate) fn mult(&self) -> Expression { - self.mult_diff.clone().unwrap() + self.mult.clone().unwrap() } - pub(crate) fn rlc_content(&self) -> Expression { - self.rlc_content.clone().unwrap() + pub(crate) fn hash_rlc(&self) -> Expression { + self.hash_rlc.clone().unwrap() } pub(crate) fn rlc_rlp(&self) -> Expression { self.rlc_rlp.clone().unwrap() } - pub(crate) fn rlc(&self) -> (Expression, Expression) { - (self.rlc_content(), self.rlc_rlp()) + pub(crate) fn rlc_chain_data(&self) -> (Expression, Expression) { + (self.rlc_rlp(), self.mult()) } - pub(crate) fn bytes(&self) -> Vec> { + pub(crate) fn bytes_be(&self) -> Vec> { + assert!(self.is_big_endian); + self.bytes.clone() + } + + pub(crate) fn bytes_le(&self) -> Vec> { + assert!(!self.is_big_endian); self.bytes.clone() } @@ -1375,4 +1651,9 @@ impl RLPItemView { pub(crate) fn is_very_long(&self) -> Expression { not::expr(self.is_short() + self.is_long()) } + + pub(crate) fn word(&self) -> Word> { + assert!(self.can_use_word); + self.word.clone().unwrap() + } } diff --git a/zkevm-circuits/src/mpt_circuit/param.rs b/zkevm-circuits/src/mpt_circuit/param.rs index 35e7d1bdde..dab10a691f 100644 --- a/zkevm-circuits/src/mpt_circuit/param.rs +++ b/zkevm-circuits/src/mpt_circuit/param.rs @@ -2,128 +2,6 @@ pub const ARITY: usize = 16; // Currently using 32 - each hash byte goes into its own cell, this might be // compressed for optimization purposes in the future. pub const HASH_WIDTH: usize = 32; // number of columns used for hash output - // for S: RLP_NUM cells + HASH_WIDTH cells - // for C: RLP_NUM cells + HASH_WIDTH cells -pub const RLP_NUM: usize = 2; // how many bytes are RLP specific before hash output starts in branch children - // rows -pub const S_RLP_START: usize = 0; -pub const S_START: usize = RLP_NUM; // at which position starts hash of a children in S proof -pub const C_RLP_START: usize = RLP_NUM + HASH_WIDTH; // at which position C RLP bytes start -pub const C_START: usize = RLP_NUM + HASH_WIDTH + RLP_NUM; // at which position starts hash of a children in C proof -pub const WITNESS_ROW_WIDTH: usize = 2 * HASH_WIDTH + 2 * RLP_NUM; // number of columns used where the main data appear (other columns are - // selectors) - -// how many rows the branch occupy: 1 (branch init) + 16 (branch children) + 2 -// (extension node S and C): -pub const BRANCH_ROWS_NUM: i32 = 19; -pub const EXTENSION_ROWS_NUM: i32 = 2; // how many extension rows - -pub const POWER_OF_RANDOMNESS_LEN: usize = 32; // how many elements has an array of powers of randomness r - -// branch init row: -// the first 4 bytes are used for specifying how many RLP specific bytes this -// branch has -pub const BRANCH_0_S_START: usize = 4; // at which position branch RLP bytes start for S proof -pub const BRANCH_0_C_START: usize = 7; // at which position branch RLP bytes start for C proof -pub const BRANCH_0_KEY_POS: usize = 10; // which branch node is being modified -pub const IS_BRANCH_S_PLACEHOLDER_POS: usize = 11; // is S branch just a placeholder -pub const IS_BRANCH_C_PLACEHOLDER_POS: usize = 12; // is C branch just a placeholder -pub const DRIFTED_POS: usize = 13; // to which position in a newly added branch the leaf drifted - // when generating key or address RLC whether modified_node of a branch needs to - // be multiplied by 16 (if there are nibbles - // n0 n1 ... n63, rlc = (n0 * 16 + n1) + (n2 * 16 + n3) * r + ... (n62 * 16 + - // n63) * r^31) -pub const IS_BRANCH_C16_POS: usize = 19; -// when generating key or address RLC whether modified_node of a branch needs to -// be multiplied by 1 -pub const IS_BRANCH_C1_POS: usize = 20; -// whether it is an extension node with 1 byte (short) and its modified_node -// needs to be multiplied by 16: -pub const IS_EXT_SHORT_C16_POS: usize = 21; -// whether it is an extension node with 1 byte (short) and its modified_node -// needs to be multiplied by 1: -pub const IS_EXT_SHORT_C1_POS: usize = 22; -// whether it is an extension node with more than one byte (long), the number of -// bytes is even, and its modified_node needs to be multiplied by 16: -pub const IS_EXT_LONG_EVEN_C16_POS: usize = 23; -// whether it is an extension node with more than one byte (long), the number of -// bytes is even, and its modified_node needs to be multiplied by 1: -pub const IS_EXT_LONG_EVEN_C1_POS: usize = 24; -// whether it is an extension node with more than one byte (long), the number of -// bytes is odd, and its modified_node needs to be multiplied by 16: -pub const IS_EXT_LONG_ODD_C16_POS: usize = 25; -// whether it is an extension node with more than one byte (long), the number of -// bytes is odd, and its modified_node needs to be multiplied by 1: -pub const IS_EXT_LONG_ODD_C1_POS: usize = 26; -// Note that C16/C1 in extension node refer to the multiplier to be used with -// branch modified_node, not with the extension node first nibble. - -// while short/long above means having one or more than one nibbles, the -// constants below mean whether the whole extension node (not only nibbles) has -// more than 55 bytes -pub const IS_S_EXT_LONGER_THAN_55_POS: usize = 27; -pub const IS_C_EXT_LONGER_THAN_55_POS: usize = 28; - -pub const IS_S_BRANCH_NON_HASHED_POS: usize = 29; -pub const IS_C_BRANCH_NON_HASHED_POS: usize = 30; - -pub const IS_S_EXT_NODE_NON_HASHED_POS: usize = 31; -pub const IS_C_EXT_NODE_NON_HASHED_POS: usize = 32; - -pub const NIBBLES_COUNTER_POS: usize = 33; - -// First level means the rows of the first node in a proof (it can be branch or -// account leaf). Note that if there are multiple proofs chained (the previous C -// root corresponds to the current S root), the first level appear at the -// beginning of each of the chained proofs. - -// row.len() - NOT_FIRST_LEVEL_POS holds the information whether the node is in -// the first level: -pub const NOT_FIRST_LEVEL_POS: usize = 2; -// row.len() - IS_STORAGE_MOD_POS holds the information whether the proof is -// about storage modification -pub const IS_STORAGE_MOD_POS: usize = 3; -// row.len() - IS_NONCE_MOD_POS holds the information whether the proof is about -// nonce modification -pub const IS_NONCE_MOD_POS: usize = 4; -// row.len() - IS_BALANCE_MOD_POS holds the information whether the proof is -// about balance modification -pub const IS_BALANCE_MOD_POS: usize = 5; -// row.len() - IS_CODEHASH_MOD_POS holds the information whether the proof is -// about codehash modification -pub const IS_CODEHASH_MOD_POS: usize = 6; -// row.len() - IS_ACCOUNT_DELETE_MOD_POS holds the information whether the proof -// is about account delete modification -pub const IS_ACCOUNT_DELETE_MOD_POS: usize = 7; -// row.len() - IS_NON_EXISTING_ACCOUNT_POS holds the information whether the -// proof shows the account does not exist -pub const IS_NON_EXISTING_ACCOUNT_POS: usize = 8; -// row.len() - IS_NON_EXISTING_STORAGE_POS holds the information whether the -// proof shows the storage does not exist -pub const IS_NON_EXISTING_STORAGE_POS: usize = 9; -pub const COUNTER_WITNESS_LEN: usize = 4; // TODO: probably to be removed (state circuit will possess intermediate roots - // instead) -pub const COUNTER_POS: usize = IS_NON_EXISTING_ACCOUNT_POS + COUNTER_WITNESS_LEN; - -// indexes for storage leaf: -pub const LEAF_KEY_S_IND: i32 = 0; -pub const LEAF_VALUE_S_IND: i32 = 1; -pub const LEAF_KEY_C_IND: i32 = 2; -pub const LEAF_VALUE_C_IND: i32 = 3; -pub const LEAF_DRIFTED_IND: i32 = 4; -pub const LEAF_NON_EXISTING_IND: i32 = 5; -pub const STORAGE_LEAF_ROWS: i32 = 6; - -// indexes for account leaf: -pub const ACCOUNT_LEAF_KEY_S_IND: i32 = 0; -pub const ACCOUNT_LEAF_KEY_C_IND: i32 = 1; -pub const ACCOUNT_NON_EXISTING_IND: i32 = 2; -pub const ACCOUNT_LEAF_NONCE_BALANCE_S_IND: i32 = 3; -pub const ACCOUNT_LEAF_NONCE_BALANCE_C_IND: i32 = 4; -pub const ACCOUNT_LEAF_STORAGE_CODEHASH_S_IND: i32 = 5; -pub const ACCOUNT_LEAF_STORAGE_CODEHASH_C_IND: i32 = 6; -pub const ACCOUNT_DRIFTED_LEAF_IND: i32 = 7; -pub const ACCOUNT_LEAF_ROWS: i32 = 8; // Compact encoding key prefixes pub const KEY_PREFIX_EVEN: u8 = 0b0000_0000; @@ -148,3 +26,7 @@ pub const EMPTY_TRIE_HASH: [u8; 32] = [ 86, 232, 31, 23, 27, 204, 85, 166, 255, 131, 69, 230, 146, 192, 248, 110, 91, 72, 224, 27, 153, 108, 173, 192, 1, 98, 47, 181, 227, 99, 180, 33, ]; + +// Number of bytes required to decode an RLP item +pub const RLP_UNIT_NUM_BYTES: usize = 34; +pub const RLP_UNIT_NUM_VALUE_BYTES: usize = RLP_UNIT_NUM_BYTES - 1; diff --git a/zkevm-circuits/src/mpt_circuit/rlp_gadgets.rs b/zkevm-circuits/src/mpt_circuit/rlp_gadgets.rs index 746f634066..dad4b98333 100644 --- a/zkevm-circuits/src/mpt_circuit/rlp_gadgets.rs +++ b/zkevm-circuits/src/mpt_circuit/rlp_gadgets.rs @@ -1,21 +1,22 @@ use crate::{ _cb, circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, + cached_region::CachedRegion, cell_manager::Cell, constraint_builder::{ConstraintBuilder, RLCable, RLCableValue}, }, + evm_circuit::util::from_bytes, matchw, mpt_circuit::{ helpers::FIXED, param::{RLP_LIST_LONG, RLP_LIST_SHORT, RLP_SHORT}, FixedTableTag, }, - util::Expr, + util::{word, Expr}, }; use eth_types::Field; use gadgets::util::{not, pow, Scalar}; -use halo2_proofs::plonk::{Error, Expression}; +use halo2_proofs::plonk::{Error, Expression, VirtualCells}; use super::{ helpers::MPTConstraintBuilder, @@ -102,9 +103,9 @@ impl RLPListGadget { }) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, bytes: &[u8], ) -> Result { @@ -126,11 +127,14 @@ impl RLPListGadget { }) } - // Single RLP byte, length at most 55 bytes pub(crate) fn is_list(&self) -> Expression { not::expr(self.is_string.expr()) } + pub(crate) fn is_list_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + not::expr(self.is_string.rot(meta, rot)) + } + // Single RLP byte, length at most 55 bytes pub(crate) fn is_short(&self) -> Expression { self.is_short.expr() @@ -141,6 +145,10 @@ impl RLPListGadget { self.is_long.expr() } + pub(crate) fn is_long_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + self.is_long.rot(meta, rot) + } + // RLP byte followed by the length in 1 byte, followed by the length pub(crate) fn is_very_long(&self) -> Expression { self.is_very_long.expr() @@ -178,6 +186,11 @@ impl RLPListGadget { self.bytes.rlc(r) } + /// Returns the rlc of all the list data provided + pub(crate) fn rlc_rlp_rev(&self, r: &Expression) -> Expression { + self.bytes.rlc_rev(r) + } + /// Returns the rlc of only the RLP bytes pub(crate) fn rlc_rlp_only(&self, r: &Expression) -> (Expression, Expression) { circuit!([meta, _cb!()], { @@ -189,8 +202,14 @@ impl RLPListGadget { }) } - pub(crate) fn rlp_mult(&self, r: &Expression) -> Expression { - self.rlc_rlp_only(r).1 + pub(crate) fn rlc_rlp_only_rev(&self, r: &Expression) -> (Expression, Expression) { + circuit!([meta, _cb!()], { + matchx! { + self.is_short() => (self.bytes[..1].rlc_rev(r), pow::expr(r.expr(), 1)), + self.is_long() => (self.bytes[..2].rlc_rev(r), pow::expr(r.expr(), 2)), + self.is_very_long() => (self.bytes[..3].rlc_rev(r), pow::expr(r.expr(), 3)), + } + }) } } @@ -246,6 +265,12 @@ impl RLPListWitness { self.bytes.rlc_value(r) } + /// Returns the rlc of the complete list value and the complete list + /// (including RLP bytes) + pub(crate) fn rlc_rlp_rev(&self, r: F) -> F { + self.bytes.rlc_value_rev(r) + } + /// Returns the rlc of the RLP bytes pub(crate) fn rlc_rlp_only(&self, r: F) -> (F, F) { matchw! { @@ -272,9 +297,9 @@ impl RLPListDataGadget { } } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, list_bytes: &[u8], ) -> Result { @@ -335,9 +360,9 @@ impl RLPValueGadget { }) } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, bytes: &[u8], ) -> Result { @@ -363,6 +388,10 @@ impl RLPValueGadget { not::expr(self.is_list.expr()) } + pub(crate) fn is_string_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + not::expr(self.is_list.rot(meta, rot)) + } + // Single RLP byte containing the byte value pub(crate) fn is_short(&self) -> Expression { self.is_short.expr() @@ -373,6 +402,10 @@ impl RLPValueGadget { self.is_long.expr() } + pub(crate) fn is_long_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + self.is_long.rot(meta, rot) + } + // RLP byte containing the lenght of the length, // followed by the length, followed by the actual data pub(crate) fn is_very_long(&self) -> Expression { @@ -418,15 +451,27 @@ impl RLPValueGadget { }) } - /// RLC data - pub(crate) fn rlc(&self, r: &Expression) -> (Expression, Expression) { - (self.rlc_value(r), self.rlc_rlp(r)) - } - pub(crate) fn rlc_rlp(&self, r: &Expression) -> Expression { self.bytes.rlc(r) } + pub(crate) fn rlc_rlp_rev(&self, r: &Expression) -> Expression { + self.bytes.rlc_rev(r) + } + + pub(crate) fn rlc_rlp_only_rev(&self, r: &Expression) -> (Expression, Expression) { + circuit!([meta, _cb!()], { + matchx! { + self.is_short() => (self.bytes[..1].rlc_rev(r), pow::expr(r.expr(), 1)), + self.is_long() => (self.bytes[..1].rlc_rev(r), pow::expr(r.expr(), 1)), + self.is_very_long() => { + unreachablex!(); + (0.expr(), 0.expr()) + }, + } + }) + } + pub(crate) fn rlc_value(&self, r: &Expression) -> Expression { circuit!([meta, _cb!()], { matchx! { @@ -493,13 +538,8 @@ impl RLPValueWitness { } } - /// RLC data - pub(crate) fn rlc(&self, r: F) -> (F, F) { - (self.rlc_value(r), self.rlc_rlp(r)) - } - - pub(crate) fn rlc_rlp(&self, r: F) -> F { - self.bytes.rlc_value(r) + pub(crate) fn rlc_rlp_rev(&self, r: F) -> F { + self.bytes.rlc_value_rev(r) } pub(crate) fn rlc_value(&self, r: F) -> F { @@ -612,16 +652,15 @@ impl RLPItemGadget { } } - pub(crate) fn assign>( + pub(crate) fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, bytes: &[u8], ) -> Result { let value_witness = self.value.assign(region, offset, bytes)?; let list_witness = self.list.assign(region, offset, bytes)?; assert!(!(value_witness.is_string() && list_witness.is_list())); - Ok(RLPItemWitness { value: value_witness, list: list_witness, @@ -629,6 +668,22 @@ impl RLPItemGadget { }) } + pub(crate) fn is_string(&self) -> Expression { + self.value.is_string() + } + + pub(crate) fn is_string_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + self.value.is_string_at(meta, rot) + } + + pub(crate) fn is_list(&self) -> Expression { + self.list.is_list() + } + + pub(crate) fn is_list_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + self.list.is_list_at(meta, rot) + } + // Single RLP byte containing the byte value pub(crate) fn is_short(&self) -> Expression { circuit!([meta, _cb!()], { @@ -649,6 +704,16 @@ impl RLPItemGadget { }) } + // Single RLP byte containing the length of the value + pub(crate) fn is_long_at(&self, meta: &mut VirtualCells, rot: usize) -> Expression { + circuit!([meta, _cb!()], { + matchx! { + self.value.is_string() => self.value.is_long_at(meta, rot), + self.list.is_list() => self.list.is_long_at(meta, rot), + } + }) + } + // RLP byte containing the lenght of the length, // followed by the length, followed by the actual data pub(crate) fn is_very_long(&self) -> Expression { @@ -690,19 +755,6 @@ impl RLPItemGadget { }) } - pub(crate) fn rlc_rlp( - &self, - cb: &mut MPTConstraintBuilder, - r: &Expression, - ) -> Expression { - circuit!([meta, cb], { - matchx! { - self.value.is_string() => self.value.rlc_rlp(r), - self.list.is_list() => self.list.rlc_rlp(r), - } - }) - } - // Returns the RLC of the value if the RLP is a string, // returns the RLC of the full string if the RLP is a list. pub(crate) fn rlc_content(&self, r: &Expression) -> Expression { @@ -740,6 +792,14 @@ impl RLPItemWitness { } } + pub(crate) fn is_string(&self) -> bool { + self.value.is_string() + } + + pub(crate) fn is_list(&self) -> bool { + self.list.is_list() + } + pub(crate) fn is_short(&self) -> bool { matchw! { self.value.is_string() => self.value.is_short(), @@ -761,10 +821,74 @@ impl RLPItemWitness { } } - pub(crate) fn rlc_rlp(&self, r: F) -> F { + pub(crate) fn rlc_rlp_rev(&self, r: F) -> F { + // Compute the denominator needed for BE + let mult_inv = pow::value(r, 34 - self.num_bytes()) + .invert() + .unwrap_or(F::ZERO); matchw! { - self.value.is_string() => self.value.rlc_rlp(r), - self.list.is_list() => self.list.rlc_rlp(r), + self.value.is_string() => self.value.rlc_rlp_rev(r) * mult_inv, + self.list.is_list() => self.list.rlc_rlp_rev(r) * mult_inv, } } + + pub(crate) fn word(&self) -> word::Word { + // word::Word::from(Word::from_big_endian(&self.bytes[1..33])) + let (lo, hi) = if self.is_string() { + if self.is_short() { + let lo: F = self.bytes[0].scalar(); + let hi: F = 0.scalar(); + (lo, hi) + } else { + let mut bytes = self.bytes[1..].to_vec(); + let mut len = self.len(); + while len < 33 { + bytes.insert(0, 0); + len += 1; + } + let lo = from_bytes::value( + bytes[17..33] + .iter() + .cloned() + .rev() + .collect::>() + .as_slice(), + ); + let hi = from_bytes::value( + bytes[1..17] + .iter() + .cloned() + .rev() + .collect::>() + .as_slice(), + ); + (lo, hi) + } + } else { + let mut bytes = self.bytes[1..].to_vec(); + let mut len = self.len(); + while len < 33 { + bytes.insert(0, 0); + len += 1; + } + let lo = from_bytes::value( + bytes[17..33] + .iter() + .cloned() + .rev() + .collect::>() + .as_slice(), + ); + let hi = from_bytes::value( + bytes[1..17] + .iter() + .cloned() + .rev() + .collect::>() + .as_slice(), + ); + (lo, hi) + }; + word::Word::new([lo, hi]) + } } diff --git a/zkevm-circuits/src/mpt_circuit/start.rs b/zkevm-circuits/src/mpt_circuit/start.rs index d32d101d27..399ff203a1 100644 --- a/zkevm-circuits/src/mpt_circuit/start.rs +++ b/zkevm-circuits/src/mpt_circuit/start.rs @@ -5,17 +5,15 @@ use super::{ }; use crate::{ circuit, - circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, - cell_manager::Cell, - }, + circuit_tools::{cached_region::CachedRegion, cell_manager::Cell}, mpt_circuit::{ helpers::{ key_memory, main_memory, parent_memory, KeyData, MPTConstraintBuilder, MainData, ParentData, }, - MPTConfig, MPTContext, MPTState, + MPTConfig, MPTContext, MPTState, RlpItemType, }, + util::word::Word, }; use eth_types::Field; use gadgets::util::Scalar; @@ -41,15 +39,15 @@ impl StartConfig { circuit!([meta, cb], { let root_items = [ - ctx.rlp_item(meta, cb, StartRowType::RootS as usize), - ctx.rlp_item(meta, cb, StartRowType::RootC as usize), + ctx.rlp_item(meta, cb, StartRowType::RootS as usize, RlpItemType::Hash), + ctx.rlp_item(meta, cb, StartRowType::RootC as usize, RlpItemType::Hash), ]; config.proof_type = cb.query_cell(); - let mut root = vec![0.expr(); 2]; + let mut root = vec![Word::new([0.expr(), 0.expr()]); 2]; for is_s in [true, false] { - root[is_s.idx()] = root_items[is_s.idx()].rlc_content(); + root[is_s.idx()] = root_items[is_s.idx()].word(); } MainData::store( @@ -58,10 +56,11 @@ impl StartConfig { [ config.proof_type.expr(), false.expr(), - false.expr(), 0.expr(), - root[true.idx()].expr(), - root[false.idx()].expr(), + root[true.idx()].lo().expr(), + root[true.idx()].hi().expr(), + root[false.idx()].lo().expr(), + root[false.idx()].hi().expr(), ], ); @@ -69,10 +68,11 @@ impl StartConfig { ParentData::store( cb, &ctx.memory[parent_memory(is_s)], - root[is_s.idx()].expr(), + root[is_s.idx()].clone(), + 0.expr(), true.expr(), false.expr(), - root[is_s.idx()].expr(), + root[is_s.idx()].clone(), ); KeyData::store_defaults(cb, &ctx.memory[key_memory(is_s)]); } @@ -82,10 +82,9 @@ impl StartConfig { } #[allow(clippy::too_many_arguments)] - pub fn assign>( + pub fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, - _challenges: &S, + region: &mut CachedRegion<'_, '_, F>, _mpt_config: &MPTConfig, pv: &mut MPTState, offset: usize, @@ -102,10 +101,9 @@ impl StartConfig { self.proof_type .assign(region, offset, start.proof_type.scalar())?; - let mut root = vec![0.scalar(); 2]; + let mut root = vec![Word::new([0.scalar(), 0.scalar()]); 2]; for is_s in [true, false] { - root[is_s.idx()] = rlp_values[is_s.idx()].rlc_content(pv.r); - // println!("root {}: {:?}", is_s, root[is_s.idx()]); + root[is_s.idx()] = rlp_values[is_s.idx()].word(); } MainData::witness_store( @@ -114,7 +112,6 @@ impl StartConfig { &mut pv.memory[main_memory()], start.proof_type as usize, false, - false.scalar(), 0.scalar(), root[true.idx()], root[false.idx()], @@ -126,6 +123,7 @@ impl StartConfig { offset, &mut pv.memory[parent_memory(is_s)], root[is_s.idx()], + 0.scalar(), true, false, root[is_s.idx()], diff --git a/zkevm-circuits/src/mpt_circuit/storage_leaf.rs b/zkevm-circuits/src/mpt_circuit/storage_leaf.rs index 8f004320d3..41c2ffe650 100644 --- a/zkevm-circuits/src/mpt_circuit/storage_leaf.rs +++ b/zkevm-circuits/src/mpt_circuit/storage_leaf.rs @@ -2,16 +2,16 @@ use eth_types::Field; use gadgets::util::Scalar; use halo2_proofs::{ circuit::Value, - plonk::{Error, VirtualCells}, - poly::Rotation, + plonk::{Error, Expression, VirtualCells}, }; +use itertools::Itertools; use crate::{ circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, + cached_region::CachedRegion, cell_manager::Cell, - constraint_builder::RLCChainable, + constraint_builder::{RLCChainableRev, RLCable}, gadgets::{IsEqualGadget, LtGadget}, }, mpt_circuit::{ @@ -20,9 +20,10 @@ use crate::{ KeyData, MPTConstraintBuilder, MainData, ParentData, ParentDataWitness, KECCAK, }, param::KEY_LEN_IN_NIBBLES, - MPTConfig, MPTContext, MPTState, + MPTConfig, MPTContext, MPTState, RlpItemType, }, table::MPTProofType, + util::word::{self, Word}, witness::MptUpdateRow, }; @@ -42,7 +43,7 @@ pub(crate) struct StorageLeafConfig { rlp_value: [RLPValueGadget; 2], is_wrong_leaf: Cell, is_not_hashed: [LtGadget; 2], - is_in_empty_trie: [IsEmptyTreeGadget; 2], + is_placeholder_leaf: [IsEmptyTreeGadget; 2], drifted: DriftedGadget, wrong: WrongGadget, is_storage_mod_proof: IsEqualGadget, @@ -55,8 +56,6 @@ impl StorageLeafConfig { cb: &mut MPTConstraintBuilder, ctx: MPTContext, ) -> Self { - let r = ctx.r.clone(); - cb.base .cell_manager .as_mut() @@ -66,16 +65,35 @@ impl StorageLeafConfig { circuit!([meta, cb], { let key_items = [ - ctx.rlp_item(meta, cb, StorageRowType::KeyS as usize), - ctx.rlp_item(meta, cb, StorageRowType::KeyC as usize), + ctx.rlp_item(meta, cb, StorageRowType::KeyS as usize, RlpItemType::Key), + ctx.rlp_item(meta, cb, StorageRowType::KeyC as usize, RlpItemType::Key), ]; config.value_rlp_bytes = [cb.base.query_bytes(), cb.base.query_bytes()]; let value_item = [ - ctx.rlp_item(meta, cb, StorageRowType::ValueS as usize), - ctx.rlp_item(meta, cb, StorageRowType::ValueC as usize), + ctx.rlp_item( + meta, + cb, + StorageRowType::ValueS as usize, + RlpItemType::Value, + ), + ctx.rlp_item( + meta, + cb, + StorageRowType::ValueC as usize, + RlpItemType::Value, + ), ]; - let drifted_item = ctx.rlp_item(meta, cb, StorageRowType::Drifted as usize); - let wrong_item = ctx.rlp_item(meta, cb, StorageRowType::Wrong as usize); + let drifted_item = + ctx.rlp_item(meta, cb, StorageRowType::Drifted as usize, RlpItemType::Key); + let expected_item = + ctx.rlp_item(meta, cb, StorageRowType::Wrong as usize, RlpItemType::Key); + let address_item = ctx.rlp_item( + meta, + cb, + StorageRowType::Address as usize, + RlpItemType::Value, + ); + let key_item = ctx.rlp_item(meta, cb, StorageRowType::Key as usize, RlpItemType::Hash); config.main_data = MainData::load("main storage", cb, &ctx.memory[main_memory()], 0.expr()); @@ -84,8 +102,9 @@ impl StorageLeafConfig { require!(config.main_data.is_below_account => true); let mut key_rlc = vec![0.expr(); 2]; - let mut value_rlc = vec![0.expr(); 2]; + let mut value_word = vec![Word::>::new([0.expr(), 0.expr()]); 2]; let mut value_rlp_rlc = vec![0.expr(); 2]; + let mut value_rlp_rlc_mult = vec![0.expr(); 2]; for is_s in [true, false] { // Parent data let parent_data = &mut config.parent_data[is_s.idx()]; @@ -96,9 +115,9 @@ impl StorageLeafConfig { *key_data = KeyData::load(cb, &ctx.memory[key_memory(is_s)], 0.expr()); // Placeholder leaf checks - config.is_in_empty_trie[is_s.idx()] = - IsEmptyTreeGadget::construct(cb, parent_data.rlc.expr(), &r); - let is_placeholder_leaf = config.is_in_empty_trie[is_s.idx()].expr(); + config.is_placeholder_leaf[is_s.idx()] = + IsEmptyTreeGadget::construct(cb, parent_data.hash.expr()); + let is_placeholder_leaf = config.is_placeholder_leaf[is_s.idx()].expr(); let rlp_key = &mut config.rlp_key[is_s.idx()]; *rlp_key = ListKeyGadget::construct(cb, &key_items[is_s.idx()]); @@ -110,27 +129,35 @@ impl StorageLeafConfig { .collect::>(), ); - // Multiplier after list and key - let mult = rlp_key.rlp_list.rlp_mult(&r) * key_items[is_s.idx()].mult(); - // Because the storage value is an rlp encoded string inside another rlp encoded // string (leaves are always encoded as [key, value], with // `value` here containing a single stored value) the stored // value is either stored directly in the RLP encoded string if short, or stored // wrapped inside another RLP encoded string if long. - (value_rlc[is_s.idx()], value_rlp_rlc[is_s.idx()]) = ifx! {config.rlp_value[is_s.idx()].is_short() => { - config.rlp_value[is_s.idx()].rlc(&r) + let rlp_value = config.rlp_value[is_s.idx()].rlc_value(&cb.key_r); + let rlp_value_rlc_mult = + config.rlp_value[is_s.idx()].rlc_rlp_only_rev(&cb.keccak_r); + let value_lo; + let value_hi; + ( + value_lo, + value_hi, + value_rlp_rlc[is_s.idx()], + value_rlp_rlc_mult[is_s.idx()], + ) = ifx! {config.rlp_value[is_s.idx()].is_short() => { + (rlp_value, 0.expr(), rlp_value_rlc_mult.0.expr(), rlp_value_rlc_mult.1.expr()) } elsex { - let value_rlc = value_item[is_s.idx()].rlc_content(); - let value_rlp_rlc = (config.rlp_value[is_s.idx()].rlc_rlp(&r), r.expr()).rlc_chain( - value_item[is_s.idx()].rlc_rlp() - ); + let value = value_item[is_s.idx()].word(); + let value_rlp_rlc = rlp_value_rlc_mult.0.rlc_chain_rev(value_item[is_s.idx()].rlc_chain_data()); require!(config.rlp_value[is_s.idx()].num_bytes() => value_item[is_s.idx()].num_bytes() + 1.expr()); - (value_rlc, value_rlp_rlc) + (value.lo(), value.hi(), value_rlp_rlc, rlp_value_rlc_mult.1 * value_item[is_s.idx()].mult()) }}; + value_word[is_s.idx()] = Word::>::new([value_lo, value_hi]); - let leaf_rlc = - (rlp_key.rlc(&r), mult.expr()).rlc_chain(value_rlp_rlc[is_s.idx()].expr()); + let leaf_rlc = rlp_key.rlc2(&cb.keccak_r).rlc_chain_rev(( + value_rlp_rlc[is_s.idx()].expr(), + value_rlp_rlc_mult[is_s.idx()].expr(), + )); // Key key_rlc[is_s.idx()] = key_data.rlc.expr() @@ -139,7 +166,7 @@ impl StorageLeafConfig { rlp_key.key_value.clone(), key_data.mult.expr(), key_data.is_odd.expr(), - &r, + &cb.key_r.expr(), ); // Total number of nibbles needs to be KEY_LEN_IN_NIBBLES let num_nibbles = @@ -148,7 +175,7 @@ impl StorageLeafConfig { // Placeholder leaves default to value `0`. ifx! {is_placeholder_leaf => { - require!(value_rlc[is_s.idx()] => 0); + require!(value_word[is_s.idx()] => [0.expr(), 0.expr()]); }} // Make sure the RLP encoding is correct. @@ -161,10 +188,11 @@ impl StorageLeafConfig { config.is_not_hashed[is_s.idx()] = LtGadget::construct(&mut cb.base, rlp_key.rlp_list.num_bytes(), 32.expr()); ifx!{or::expr(&[parent_data.is_root.expr(), not!(config.is_not_hashed[is_s.idx()])]) => { // Hashed branch hash in parent branch - require!((1, leaf_rlc, rlp_key.rlp_list.num_bytes(), parent_data.rlc) => @KECCAK); + let hash = parent_data.hash.expr(); + require!(vec![1.expr(), leaf_rlc.expr(), rlp_key.rlp_list.num_bytes(), hash.lo(), hash.hi()] => @KECCAK); } elsex { // Non-hashed branch hash in parent branch - require!(leaf_rlc => parent_data.rlc); + require!(leaf_rlc => parent_data.rlc.expr()); }} }} @@ -174,10 +202,11 @@ impl StorageLeafConfig { ParentData::store( cb, &ctx.memory[parent_memory(is_s)], + word::Word::>::new([0.expr(), 0.expr()]), 0.expr(), true.expr(), false.expr(), - 0.expr(), + word::Word::>::new([0.expr(), 0.expr()]), ); } @@ -193,38 +222,39 @@ impl StorageLeafConfig { MPTProofType::StorageDoesNotExist.expr(), ); - // If we were in a non-existing account, all storage is non-existing - ifx! {config.main_data.is_non_existing_account.expr() => { - require!(config.is_non_existing_storage_proof => true); - }}; - // Drifted leaf handling config.drifted = DriftedGadget::construct( cb, + &config + .rlp_value + .iter() + .map(|value| value.num_bytes()) + .collect_vec(), &config.parent_data, &config.key_data, &key_rlc, &value_rlp_rlc, + &value_rlp_rlc_mult, &drifted_item, - &ctx.r, + &cb.key_r.expr(), ); // Wrong leaf handling config.wrong = WrongGadget::construct( cb, - a!(ctx.mpt_table.key_rlc), + key_item.hash_rlc(), config.is_non_existing_storage_proof.expr(), &config.rlp_key[true.idx()].key_value, &key_rlc[true.idx()], - &wrong_item, - config.is_in_empty_trie[true.idx()].expr(), + &expected_item, + config.is_placeholder_leaf[true.idx()].expr(), config.key_data[true.idx()].clone(), - &ctx.r, + &cb.key_r.expr(), ); // For non-existing proofs the tree needs to remain the same ifx! {config.is_non_existing_storage_proof => { - require!(config.main_data.root => config.main_data.root_prev); + require!(config.main_data.new_root => config.main_data.old_root); require!(key_rlc[true.idx()] => key_rlc[false.idx()]); }} @@ -234,21 +264,30 @@ impl StorageLeafConfig { config.is_non_existing_storage_proof => MPTProofType::StorageDoesNotExist.expr(), _ => MPTProofType::Disabled.expr(), }; - let key_rlc = ifx! {config.is_non_existing_storage_proof => { - a!(ctx.mpt_table.key_rlc) - } elsex { - key_rlc[false.idx()].expr() + ifx! {not!(config.is_non_existing_storage_proof) => { + let key_rlc = ifx!{not!(config.parent_data[true.idx()].is_placeholder) => { + key_rlc[true.idx()].expr() + } elsex { + key_rlc[false.idx()].expr() + }}; + // Check that the key item contains the correct key for the path that was taken + require!(key_item.hash_rlc() => key_rlc); + // Check if the key is correct for the given address + if ctx.params.is_preimage_check_enabled() { + let key = key_item.word(); + require!(vec![1.expr(), address_item.bytes_le()[1..33].rlc(&cb.keccak_r), 32.expr(), key.lo(), key.hi()] => @KECCAK); + } }}; ctx.mpt_table.constrain( meta, &mut cb.base, - config.main_data.address_rlc.expr(), + config.main_data.address.expr(), proof_type, - key_rlc, - value_rlc[true.idx()].expr(), - value_rlc[false.idx()].expr(), - config.main_data.root_prev.expr(), - config.main_data.root.expr(), + address_item.word(), + config.main_data.new_root.expr(), + config.main_data.old_root.expr(), + value_word[false.idx()].clone(), + value_word[true.idx()].clone(), ); }); @@ -256,10 +295,9 @@ impl StorageLeafConfig { } #[allow(clippy::too_many_arguments)] - pub fn assign>( + pub fn assign( &self, - region: &mut CachedRegion<'_, '_, F, S>, - _challenges: &S, + region: &mut CachedRegion<'_, '_, F>, mpt_config: &MPTConfig, pv: &mut MPTState, offset: usize, @@ -277,7 +315,9 @@ impl StorageLeafConfig { rlp_values[StorageRowType::ValueC as usize].clone(), ]; let drifted_item = rlp_values[StorageRowType::Drifted as usize].clone(); - let wrong_item = rlp_values[StorageRowType::Wrong as usize].clone(); + let expected_item = rlp_values[StorageRowType::Wrong as usize].clone(); + let address_item = rlp_values[StorageRowType::Address as usize].clone(); + let _key_item = rlp_values[StorageRowType::Key as usize].clone(); let main_data = self.main_data @@ -286,7 +326,7 @@ impl StorageLeafConfig { let mut key_data = vec![KeyDataWitness::default(); 2]; let mut parent_data = vec![ParentDataWitness::default(); 2]; let mut key_rlc = vec![0.scalar(); 2]; - let mut value_rlc = vec![0.scalar(); 2]; + let mut value_word = vec![Word::::new([0.scalar(), 0.scalar()]); 2]; for is_s in [true, false] { parent_data[is_s.idx()] = self.parent_data[is_s.idx()].witness_load( region, @@ -332,7 +372,7 @@ impl StorageLeafConfig { rlp_key_witness.key_item.clone(), key_data[is_s.idx()].rlc, key_data[is_s.idx()].mult, - pv.r, + region.key_r, ); // Value @@ -347,27 +387,27 @@ impl StorageLeafConfig { offset, &storage.value_rlp_bytes[is_s.idx()], )?; - value_rlc[is_s.idx()] = if value_witness.is_short() { - value_witness.rlc_value(pv.r) + value_word[is_s.idx()] = if value_witness.is_short() { + Word::::new([value_witness.rlc_value(region.key_r), 0.scalar()]) } else { - value_item[is_s.idx()].rlc_content(pv.r) + value_item[is_s.idx()].word() }; ParentData::witness_store( region, offset, &mut pv.memory[parent_memory(is_s)], + word::Word::::new([F::ZERO, F::ZERO]), F::ZERO, true, false, - F::ZERO, + word::Word::::new([F::ZERO, F::ZERO]), )?; - self.is_in_empty_trie[is_s.idx()].assign( + self.is_placeholder_leaf[is_s.idx()].assign( region, offset, - parent_data[is_s.idx()].rlc, - pv.r, + parent_data[is_s.idx()].hash, )?; } @@ -391,20 +431,20 @@ impl StorageLeafConfig { &parent_data, &storage.drifted_rlp_bytes, &drifted_item, - pv.r, + region.key_r, )?; // Wrong leaf handling - let (key_rlc, _) = self.wrong.assign( + let (_key_rlc, _) = self.wrong.assign( region, offset, is_non_existing_proof, &key_rlc, &storage.wrong_rlp_bytes, - &wrong_item, + &expected_item, false, key_data[true.idx()].clone(), - pv.r, + region.key_r, )?; // Put the data in the lookup table @@ -419,13 +459,13 @@ impl StorageLeafConfig { region, offset, &MptUpdateRow { - address_rlc: Value::known(main_data.address_rlc), + address: Value::known(main_data.address), + storage_key: address_item.word().into_value(), proof_type: Value::known(proof_type.scalar()), - key_rlc: Value::known(key_rlc), - value_prev: Value::known(value_rlc[true.idx()]), - value: Value::known(value_rlc[false.idx()]), - root_prev: Value::known(main_data.root_prev), - root: Value::known(main_data.root), + new_root: main_data.new_root.into_value(), + old_root: main_data.old_root.into_value(), + new_value: value_word[false.idx()].into_value(), + old_value: value_word[true.idx()].into_value(), }, )?; diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderBranch.json b/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderBranch.json index cb3b56802d..1dbd7ddef4 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderBranch.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderBranch.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,242,246,191,23,44,167,166,154,14,14,27,198,200,66,149,155,102,162,36,92,147,76,227,228,141,122,139,186,245,89,5,41,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,245,44,16,35,247,198,201,190,127,121,84,12,180,160,45,116,180,243,5,121,76,186,165,227,121,49,165,118,171,248,179,191,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,245,44,16,35,247,198,201,190,127,121,84,12,180,160,45,116,180,243,5,121,76,186,165,227,121,49,165,118,171,248,179,191,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,215,59,125,216,248,19,201,18,250,183,66,8,213,171,232,118,28,224,37,86,154,26,45,63,50,37,179,78,95,7,56,114,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,215,59,125,216,248,19,201,18,250,183,66,8,213,171,232,118,28,224,37,86,154,26,45,63,50,37,179,78,95,7,56,114,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,142,150,91,3,151,108,7,234,211,182,207,220,110,244,217,170,240,12,90,203,195,243,210,201,172,9,15,30,76,40,83,183,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,142,150,91,3,151,108,7,234,211,182,207,220,110,244,217,170,240,12,90,203,195,243,210,201,172,9,15,30,76,40,83,183,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,77,232,92,90,207,144,28,209,255,114,73,30,34,22,65,146,193,168,52,246,172,111,139,107,21,220,140,195,72,109,174,142,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,77,232,92,90,207,144,28,209,255,114,73,30,34,22,65,146,193,168,52,246,172,111,139,107,21,220,140,195,72,109,174,142,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,224,226,228,152,49,191,94,18,202,42,40,43,44,135,217,234,139,112,115,185,228,196,213,42,168,79,181,143,79,201,143,96,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,224,226,228,152,49,191,94,18,202,42,40,43,44,135,217,234,139,112,115,185,228,196,213,42,168,79,181,143,79,201,143,96,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,46,144,237,143,190,109,159,205,233,64,197,103,36,172,203,35,39,122,25,184,212,193,136,197,175,120,207,44,140,182,105,222,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,46,144,237,143,190,109,159,205,233,64,197,103,36,172,203,35,39,122,25,184,212,193,136,197,175,120,207,44,140,182,105,222,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,188,253,144,87,144,251,204,78,148,203,12,141,0,77,176,70,67,92,90,100,110,40,255,28,218,97,116,184,26,121,18,49,0],[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,188,253,144,87,144,251,204,78,148,203,12,141,0,77,176,70,67,92,90,100,110,40,255,28,218,97,116,184,26,121,18,49,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,0],[160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,1,23,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,242,246,191,23,44,167,166,154,14,14,27,198,200,66,149,155,102,162,36,92,147,76,227,228,141,122,139,186,245,89,5,41,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,245,44,16,35,247,198,201,190,127,121,84,12,180,160,45,116,180,243,5,121,76,186,165,227,121,49,165,118,171,248,179,191,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,245,44,16,35,247,198,201,190,127,121,84,12,180,160,45,116,180,243,5,121,76,186,165,227,121,49,165,118,171,248,179,191,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,215,59,125,216,248,19,201,18,250,183,66,8,213,171,232,118,28,224,37,86,154,26,45,63,50,37,179,78,95,7,56,114,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,215,59,125,216,248,19,201,18,250,183,66,8,213,171,232,118,28,224,37,86,154,26,45,63,50,37,179,78,95,7,56,114,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,142,150,91,3,151,108,7,234,211,182,207,220,110,244,217,170,240,12,90,203,195,243,210,201,172,9,15,30,76,40,83,183,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,142,150,91,3,151,108,7,234,211,182,207,220,110,244,217,170,240,12,90,203,195,243,210,201,172,9,15,30,76,40,83,183,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,77,232,92,90,207,144,28,209,255,114,73,30,34,22,65,146,193,168,52,246,172,111,139,107,21,220,140,195,72,109,174,142,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,77,232,92,90,207,144,28,209,255,114,73,30,34,22,65,146,193,168,52,246,172,111,139,107,21,220,140,195,72,109,174,142,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,224,226,228,152,49,191,94,18,202,42,40,43,44,135,217,234,139,112,115,185,228,196,213,42,168,79,181,143,79,201,143,96,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,224,226,228,152,49,191,94,18,202,42,40,43,44,135,217,234,139,112,115,185,228,196,213,42,168,79,181,143,79,201,143,96,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,46,144,237,143,190,109,159,205,233,64,197,103,36,172,203,35,39,122,25,184,212,193,136,197,175,120,207,44,140,182,105,222,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,46,144,237,143,190,109,159,205,233,64,197,103,36,172,203,35,39,122,25,184,212,193,136,197,175,120,207,44,140,182,105,222,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,188,253,144,87,144,251,204,78,148,203,12,141,0,77,176,70,67,92,90,100,110,40,255,28,218,97,116,184,26,121,18,49,0],[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,188,253,144,87,144,251,204,78,148,203,12,141,0,77,176,70,67,92,90,100,110,40,255,28,218,97,116,184,26,121,18,49,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,0],[160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,190,214,56,80,83,126,135,17,104,48,181,30,249,223,80,59,155,70,206,67,24,6,82,98,81,246,212,143,253,181,15,180,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,1,23,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],[248,102,157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderExtension.json b/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderExtension.json index 02571d446d..f406733d0d 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderExtension.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountAddPlaceholderExtension.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,125,24,72,139,179,78,113,251,49,243,102,147,31,42,67,250,44,213,59,218,72,77,153,183,213,188,44,45,1,156,32,62,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,86,207,251,249,54,61,45,14,203,130,123,173,169,33,142,253,48,160,107,48,136,239,242,207,127,107,234,17,170,154,48,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,33,86,207,251,249,54,61,45,14,203,130,123,173,169,33,142,253,48,160,107,48,136,239,242,207,127,107,234,17,170,154,48,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,8,32,168,185,96,186,98,234,72,21,154,180,218,44,26,211,165,226,106,254,62,148,43,186,184,137,142,218,242,85,225,183,0],[160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,0],[160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,0],[160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,0],[160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,0],[160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,0],[160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,0],[160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,0],[160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,0],[160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,0],[160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,0],[160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,0],[160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,0],[160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,0],[160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,0],[160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,0],[160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128],[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,8,32,168,185,96,186,98,234,72,21,154,180,218,44,26,211,165,226,106,254,62,148,43,186,184,137,142,218,242,85,225,183,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,36,15,27,226,15,203,214,96,248,149,81,209,21,202,220,198,174,231,203,157,179,254,189,152,107,212,48,130,14,51,119,75,0],[160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,0],[160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,0],[160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,0],[160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,0],[160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,0],[160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,0],[160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,0],[160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,0],[160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,0],[160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,0],[160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,0],[160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,0],[160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,0],[160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,0],[160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,0],[160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128],[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,36,15,27,226,15,203,214,96,248,149,81,209,21,202,220,198,174,231,203,157,179,254,189,152,107,212,48,130,14,51,119,75,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,22,202,86,77,193,52,208,44,34,36,82,146,253,62,243,23,120,222,192,152,58,76,61,236,113,9,184,102,40,130,236,0],[160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,0],[160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,0],[160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,0],[160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,0],[160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,0],[160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,0],[160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,0],[160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,0],[160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,0],[160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,0],[160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,0],[160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,0],[160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,0],[160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,0],[160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,0],[160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128],[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,78,22,202,86,77,193,52,208,44,34,36,82,146,253,62,243,23,120,222,192,152,58,76,61,236,113,9,184,102,40,130,236,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,252,51,245,30,149,176,126,4,83,171,104,95,222,18,35,68,83,18,28,30,163,31,237,213,18,94,64,59,210,200,33,4,0],[160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,0],[160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,0],[160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,0],[160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,0],[160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,0],[160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,0],[160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,0],[160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,0],[160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,0],[160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,0],[160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,0],[160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,0],[160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,0],[160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,0],[160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,0],[160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128],[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,252,51,245,30,149,176,126,4,83,171,104,95,222,18,35,68,83,18,28,30,163,31,237,213,18,94,64,59,210,200,33,4,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,10,141,101,50,241,67,196,88,73,150,200,57,50,226,25,237,38,132,52,12,207,9,12,78,236,238,240,158,33,127,55,130,0],[160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,0],[160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,0],[160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,0],[160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,0],[160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,0],[160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,0],[160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,0],[160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,0],[160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,0],[160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,0],[160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,0],[160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,0],[160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,0],[160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,0],[160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,0],[160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128],[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,10,141,101,50,241,67,196,88,73,150,200,57,50,226,25,237,38,132,52,12,207,9,12,78,236,238,240,158,33,127,55,130,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,116,195,64,222,66,53,234,119,238,176,120,117,113,80,63,38,35,53,168,235,55,41,101,205,143,87,156,196,14,240,250,0],[160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,0],[160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,0],[160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128],[248,241,160,95,116,195,64,222,66,53,234,119,238,176,120,117,113,80,63,38,35,53,168,235,55,41,101,205,143,87,156,196,14,240,250,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":11,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181,0]],"keccak_data":[[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,128,128,128,128,128],[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,128,128,128,128,128],[226,20,160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181],[226,20,160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181]]},{"start":null,"extension_branch":null,"account":{"address":[204,228,98,4,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77],"list_rlp_bytes":[[248,108],[248,101]],"value_rlp_bytes":[[184,76],[184,70]],"value_list_rlp_bytes":[[248,74],[248,68]],"drifted_rlp_bytes":[248,107],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0],[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[134,85,156,208,108,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0,0],[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0]],"keccak_data":[[248,108,157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,184,70,248,68,4,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,107,156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,125,24,72,139,179,78,113,251,49,243,102,147,31,42,67,250,44,213,59,218,72,77,153,183,213,188,44,45,1,156,32,62,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,86,207,251,249,54,61,45,14,203,130,123,173,169,33,142,253,48,160,107,48,136,239,242,207,127,107,234,17,170,154,48,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,33,86,207,251,249,54,61,45,14,203,130,123,173,169,33,142,253,48,160,107,48,136,239,242,207,127,107,234,17,170,154,48,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,8,32,168,185,96,186,98,234,72,21,154,180,218,44,26,211,165,226,106,254,62,148,43,186,184,137,142,218,242,85,225,183,0],[160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,0],[160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,0],[160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,0],[160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,0],[160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,0],[160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,0],[160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,0],[160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,0],[160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,0],[160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,0],[160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,0],[160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,0],[160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,0],[160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,0],[160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,0],[160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128],[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,8,32,168,185,96,186,98,234,72,21,154,180,218,44,26,211,165,226,106,254,62,148,43,186,184,137,142,218,242,85,225,183,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,36,15,27,226,15,203,214,96,248,149,81,209,21,202,220,198,174,231,203,157,179,254,189,152,107,212,48,130,14,51,119,75,0],[160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,0],[160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,0],[160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,0],[160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,0],[160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,0],[160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,0],[160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,0],[160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,0],[160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,0],[160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,0],[160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,0],[160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,0],[160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,0],[160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,0],[160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,0],[160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128],[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,36,15,27,226,15,203,214,96,248,149,81,209,21,202,220,198,174,231,203,157,179,254,189,152,107,212,48,130,14,51,119,75,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,22,202,86,77,193,52,208,44,34,36,82,146,253,62,243,23,120,222,192,152,58,76,61,236,113,9,184,102,40,130,236,0],[160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,0],[160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,0],[160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,0],[160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,0],[160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,0],[160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,0],[160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,0],[160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,0],[160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,0],[160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,0],[160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,0],[160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,0],[160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,0],[160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,0],[160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,0],[160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128],[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,78,22,202,86,77,193,52,208,44,34,36,82,146,253,62,243,23,120,222,192,152,58,76,61,236,113,9,184,102,40,130,236,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,252,51,245,30,149,176,126,4,83,171,104,95,222,18,35,68,83,18,28,30,163,31,237,213,18,94,64,59,210,200,33,4,0],[160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,0],[160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,0],[160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,0],[160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,0],[160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,0],[160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,0],[160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,0],[160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,0],[160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,0],[160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,0],[160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,0],[160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,0],[160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,0],[160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,0],[160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,0],[160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128],[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,252,51,245,30,149,176,126,4,83,171,104,95,222,18,35,68,83,18,28,30,163,31,237,213,18,94,64,59,210,200,33,4,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,10,141,101,50,241,67,196,88,73,150,200,57,50,226,25,237,38,132,52,12,207,9,12,78,236,238,240,158,33,127,55,130,0],[160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,0],[160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,0],[160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,0],[160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,0],[160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,0],[160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,0],[160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,0],[160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,0],[160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,0],[160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,0],[160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,0],[160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,0],[160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,0],[160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,0],[160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,0],[160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128],[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,10,141,101,50,241,67,196,88,73,150,200,57,50,226,25,237,38,132,52,12,207,9,12,78,236,238,240,158,33,127,55,130,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,116,195,64,222,66,53,234,119,238,176,120,117,113,80,63,38,35,53,168,235,55,41,101,205,143,87,156,196,14,240,250,0],[160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,0],[160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,0],[160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128],[248,241,160,95,116,195,64,222,66,53,234,119,238,176,120,117,113,80,63,38,35,53,168,235,55,41,101,205,143,87,156,196,14,240,250,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":11,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181,0]],"keccak_data":[[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,128,128,128,128,128],[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,209,41,253,239,161,98,26,111,126,99,45,223,139,143,172,151,38,2,161,144,208,149,17,48,171,194,28,129,19,221,191,45,128,128,128,128,128],[226,20,160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181],[226,20,160,20,30,57,65,142,192,197,120,31,215,111,51,65,69,204,45,223,141,157,43,230,27,182,169,32,26,74,84,22,239,219,181]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64],"key":[204,228,98,4,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77],"list_rlp_bytes":[[248,108],[248,101]],"value_rlp_bytes":[[184,76],[184,70]],"value_list_rlp_bytes":[[248,74],[248,68]],"drifted_rlp_bytes":[248,107],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0],[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[134,85,156,208,108,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0,0],[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0]],"keccak_data":[[248,108,157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,184,70,248,68,4,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64],[248,107,156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountAfterFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountAfterFirstLevel.json index 6bc14dd366..07c9191756 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountAfterFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountAfterFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0],[160,226,126,15,136,226,241,35,169,185,243,202,87,90,230,101,215,196,80,172,150,24,45,124,67,180,170,174,243,158,165,137,241,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,49],[249,1,81]]}},"account":null,"storage":null,"values":[[160,164,113,121,186,203,37,99,214,74,77,163,191,209,163,175,196,225,94,88,203,118,113,35,42,19,147,170,86,232,78,33,7,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,81,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,164,113,121,186,203,37,99,214,74,77,163,191,209,163,175,196,225,94,88,203,118,113,35,42,19,147,170,86,232,78,33,7,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0],[160,76,152,136,141,203,116,59,89,139,51,176,59,178,48,143,96,27,50,1,228,213,144,243,108,165,187,6,1,46,181,169,68,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,17],[249,1,49]]}},"account":null,"storage":null,"values":[[160,164,113,121,186,203,37,99,214,74,77,163,191,209,163,175,196,225,94,88,203,118,113,35,42,19,147,170,86,232,78,33,7,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,164,113,121,186,203,37,99,214,74,77,163,191,209,163,175,196,225,94,88,203,118,113,35,42,19,147,170,86,232,78,33,7,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholder.json b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholder.json index 3c2874cb45..d346b83120 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholder.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholder.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0],[160,222,95,138,50,16,148,244,62,126,68,24,196,6,46,174,183,73,35,78,7,26,155,7,247,91,212,162,134,83,167,9,189,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,52,61,13,168,97,11,150,16,223,165,166,56,193,140,209,20,91,70,81,94,159,196,90,60,71,61,193,89,146,75,36,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,52,61,13,168,97,11,150,16,223,165,166,56,193,140,209,20,91,70,81,94,159,196,90,60,71,61,193,89,146,75,36,118,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,128,128,160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,128,128,160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[233,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,105],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[160,32,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0]],"keccak_data":[[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,32,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0],[160,56,64,215,135,60,53,165,210,25,139,82,37,114,145,38,76,251,251,47,7,228,79,245,126,254,135,116,55,249,123,103,234,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,52,61,13,168,97,11,150,16,223,165,166,56,193,140,209,20,91,70,81,94,159,196,90,60,71,61,193,89,146,75,36,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,52,61,13,168,97,11,150,16,223,165,166,56,193,140,209,20,91,70,81,94,159,196,90,60,71,61,193,89,146,75,36,118,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,128,128,160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,160,43,172,88,46,134,15,212,156,63,52,222,42,111,159,167,6,234,26,215,15,65,147,161,169,130,58,221,208,217,43,6,91,128,128,160,216,251,189,146,50,97,167,8,250,118,12,25,48,248,146,71,249,142,177,126,163,14,124,12,20,11,71,115,59,213,66,75,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,176],"key":[233,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,105],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[160,32,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0]],"keccak_data":[[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,32,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,176],[248,105,160,32,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderDeeper.json b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderDeeper.json index 87b8dd436d..6a655e8201 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderDeeper.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderDeeper.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,44,134,138,59,55,115,162,10,182,189,67,130,179,56,15,184,205,173,55,5,35,187,68,160,61,172,179,255,93,54,108,205,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,21,203,209,8,158,123,56,145,15,18,221,163,99,205,244,135,58,227,204,210,7,234,162,35,123,184,18,235,179,27,47,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,217,21,203,209,8,158,123,56,145,15,18,221,163,99,205,244,135,58,227,204,210,7,234,162,35,123,184,18,235,179,27,47,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,195,106,175,30,119,145,36,74,18,157,215,18,231,25,104,95,237,198,238,1,69,156,215,200,176,58,87,246,166,129,50,0],[160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,0],[160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,0],[160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,0],[160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,0],[160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,0],[160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,0],[160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,0],[160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,0],[160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,0],[160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,0],[160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,0],[160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,0],[160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,0],[160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,0],[160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,0],[160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128],[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,139,195,106,175,30,119,145,36,74,18,157,215,18,231,25,104,95,237,198,238,1,69,156,215,200,176,58,87,246,166,129,50,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,0,252,140,85,74,252,62,69,89,121,123,5,179,68,35,172,25,56,148,32,112,124,91,177,110,116,193,127,201,229,213,209,0],[160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,0],[160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,0],[160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,0],[160,77,107,36,221,7,68,173,50,39,9,91,227,105,146,66,129,218,199,231,94,143,91,8,192,230,123,248,13,9,4,60,214,0],[160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,0],[160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,0],[160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,0],[160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,0],[160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,0],[160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,0],[160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,0],[160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,0],[160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,0],[160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,0],[160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,0],[160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,160,77,107,36,221,7,68,173,50,39,9,91,227,105,146,66,129,218,199,231,94,143,91,8,192,230,123,248,13,9,4,60,214,160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,128],[249,2,17,160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,160,0,252,140,85,74,252,62,69,89,121,123,5,179,68,35,172,25,56,148,32,112,124,91,177,110,116,193,127,201,229,213,209,160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,89,144,154,53,26,221,122,88,75,254,62,227,81,33,149,50,161,232,93,243,133,39,72,143,36,254,21,161,115,217,235,0],[160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,0],[160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,0],[160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,0],[160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,0],[160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,0],[160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,0],[160,151,254,140,139,7,148,19,226,234,75,228,10,20,68,152,99,247,168,64,180,74,204,127,212,221,60,116,110,130,0,210,183,0],[160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,0],[160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,0],[160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,0],[160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,0],[160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,0],[160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,0],[160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,0],[160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,0],[160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,160,151,254,140,139,7,148,19,226,234,75,228,10,20,68,152,99,247,168,64,180,74,204,127,212,221,60,116,110,130,0,210,183,160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,128],[249,2,17,160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,160,22,89,144,154,53,26,221,122,88,75,254,62,227,81,33,149,50,161,232,93,243,133,39,72,143,36,254,21,161,115,217,235,160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,86,24,104,71,87,9,43,185,23,85,157,162,248,56,57,173,144,98,247,82,243,6,183,185,178,188,8,169,94,37,34,0],[160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,0],[160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,0],[160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,0],[160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,0],[160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,0],[160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,0],[160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,0],[160,124,46,174,205,58,139,71,178,216,168,10,253,200,41,198,194,53,99,66,52,112,169,96,249,218,125,68,162,95,118,250,72,0],[160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,0],[160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,0],[160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,0],[160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,0],[160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,0],[160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,0],[160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,0],[160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,160,124,46,174,205,58,139,71,178,216,168,10,253,200,41,198,194,53,99,66,52,112,169,96,249,218,125,68,162,95,118,250,72,160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,128],[249,2,17,160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,160,89,86,24,104,71,87,9,43,185,23,85,157,162,248,56,57,173,144,98,247,82,243,6,183,185,178,188,8,169,94,37,34,160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,253,8,19,101,225,115,99,209,13,98,89,125,130,141,47,42,7,77,151,59,176,41,37,172,84,34,221,58,209,109,242,0],[160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,0],[160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,0],[160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,0],[160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,0],[160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,0],[160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,0],[160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,0],[160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,0],[160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,0],[160,118,118,245,91,97,59,94,44,252,96,195,164,110,198,144,117,107,206,98,127,8,159,13,51,109,227,153,40,169,147,228,7,0],[160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,0],[160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,0],[160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,0],[160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,0],[160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,0],[160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,160,118,118,245,91,97,59,94,44,252,96,195,164,110,198,144,117,107,206,98,127,8,159,13,51,109,227,153,40,169,147,228,7,160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,128],[249,2,17,160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,160,223,253,8,19,101,225,115,99,209,13,98,89,125,130,141,47,42,7,77,151,59,176,41,37,172,84,34,221,58,209,109,242,160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,3,188,138,224,214,160,165,109,21,137,33,153,220,44,101,232,27,9,186,237,55,215,250,4,127,209,167,175,19,86,147,139,0],[160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,0],[160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,0],[160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,0],[160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,0],[160,91,209,12,235,240,207,91,19,35,30,161,176,71,120,4,140,99,183,225,45,43,2,83,54,104,254,134,103,193,117,18,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,128,128,160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,128,160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,128,160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,160,91,209,12,235,240,207,91,19,35,30,161,176,71,120,4,140,99,183,225,45,43,2,83,54,104,254,134,103,193,117,18,159,128,128,128,160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,128],[249,1,49,160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,128,128,160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,128,160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,128,160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,160,3,188,138,224,214,160,165,109,21,137,33,153,220,44,101,232,27,9,186,237,55,215,250,4,127,209,167,175,19,86,147,139,128,128,128,160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,0],[160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,0],[160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[248,81,160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[6,54,121,176,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,49,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,0,0,0,0],[157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,0],[160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,0],[160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228,0],[157,32,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,0,0,0,0],[157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,0,0,0,0]],"keccak_data":[[248,102,157,49,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,184,70,248,68,1,128,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228],[248,102,157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,184,70,248,68,1,23,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228],[248,102,157,32,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,184,70,248,68,1,128,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,44,134,138,59,55,115,162,10,182,189,67,130,179,56,15,184,205,173,55,5,35,187,68,160,61,172,179,255,93,54,108,205,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,21,203,209,8,158,123,56,145,15,18,221,163,99,205,244,135,58,227,204,210,7,234,162,35,123,184,18,235,179,27,47,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,217,21,203,209,8,158,123,56,145,15,18,221,163,99,205,244,135,58,227,204,210,7,234,162,35,123,184,18,235,179,27,47,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,195,106,175,30,119,145,36,74,18,157,215,18,231,25,104,95,237,198,238,1,69,156,215,200,176,58,87,246,166,129,50,0],[160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,0],[160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,0],[160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,0],[160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,0],[160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,0],[160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,0],[160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,0],[160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,0],[160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,0],[160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,0],[160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,0],[160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,0],[160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,0],[160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,0],[160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,0],[160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128],[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,139,195,106,175,30,119,145,36,74,18,157,215,18,231,25,104,95,237,198,238,1,69,156,215,200,176,58,87,246,166,129,50,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,6,87,234,93,82,53,209,148,32,16,106,227,179,164,106,78,178,46,172,105,37,119,111,117,232,37,252,18,206,81,151,53,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,0,252,140,85,74,252,62,69,89,121,123,5,179,68,35,172,25,56,148,32,112,124,91,177,110,116,193,127,201,229,213,209,0],[160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,0],[160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,0],[160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,0],[160,77,107,36,221,7,68,173,50,39,9,91,227,105,146,66,129,218,199,231,94,143,91,8,192,230,123,248,13,9,4,60,214,0],[160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,0],[160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,0],[160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,0],[160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,0],[160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,0],[160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,0],[160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,0],[160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,0],[160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,0],[160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,0],[160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,0],[160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,160,77,107,36,221,7,68,173,50,39,9,91,227,105,146,66,129,218,199,231,94,143,91,8,192,230,123,248,13,9,4,60,214,160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,128],[249,2,17,160,158,173,121,235,84,205,52,123,223,242,29,64,145,205,62,71,65,80,152,159,90,83,130,75,9,63,142,159,160,105,191,37,160,9,244,180,209,0,225,55,186,198,145,27,122,81,126,142,104,100,9,233,95,177,92,46,162,243,86,244,192,251,74,108,108,160,41,17,216,101,163,159,211,169,234,19,253,195,37,112,195,207,166,236,249,212,224,218,100,88,171,80,81,183,185,65,3,111,160,0,252,140,85,74,252,62,69,89,121,123,5,179,68,35,172,25,56,148,32,112,124,91,177,110,116,193,127,201,229,213,209,160,161,116,212,240,226,26,232,254,94,207,161,94,168,77,73,184,217,100,174,143,160,0,46,57,192,216,41,159,137,31,36,48,160,41,49,98,81,239,100,75,137,168,25,78,77,65,166,1,49,247,134,146,45,120,224,58,151,47,111,67,92,176,58,26,171,160,101,145,224,174,42,7,133,187,156,176,104,147,210,194,104,216,57,162,84,1,74,241,249,29,218,128,72,32,69,223,74,127,160,234,165,48,112,235,8,137,77,48,40,201,171,146,241,191,72,184,186,121,245,36,203,20,217,133,151,210,183,122,4,220,68,160,195,185,81,105,218,37,171,46,206,106,200,36,189,133,230,205,104,135,208,20,168,56,228,237,66,159,243,16,18,10,45,76,160,210,101,151,249,70,3,127,33,212,15,168,82,12,221,147,97,248,160,98,118,32,35,11,247,0,102,67,146,66,81,31,212,160,223,239,174,90,121,138,1,69,161,137,154,102,25,55,11,150,162,63,106,152,113,139,199,221,160,175,202,200,171,240,22,164,160,18,132,111,231,198,103,20,21,47,79,244,124,225,188,58,41,250,170,23,197,240,163,19,33,200,98,218,158,156,151,238,140,160,123,231,140,49,17,6,76,23,105,235,60,227,228,92,75,73,157,156,217,98,140,229,228,132,176,34,178,138,154,57,29,252,160,42,139,231,210,185,0,55,33,141,206,135,69,41,61,153,152,195,129,197,224,57,23,114,30,222,164,124,245,219,237,116,141,160,230,149,93,220,107,87,253,254,154,213,237,87,124,14,252,212,129,96,231,213,114,181,167,245,151,242,15,162,239,205,113,74,160,84,29,16,130,70,7,44,238,162,247,102,221,119,115,65,145,85,19,72,153,107,130,239,100,206,193,116,224,69,12,9,40,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,89,144,154,53,26,221,122,88,75,254,62,227,81,33,149,50,161,232,93,243,133,39,72,143,36,254,21,161,115,217,235,0],[160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,0],[160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,0],[160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,0],[160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,0],[160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,0],[160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,0],[160,151,254,140,139,7,148,19,226,234,75,228,10,20,68,152,99,247,168,64,180,74,204,127,212,221,60,116,110,130,0,210,183,0],[160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,0],[160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,0],[160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,0],[160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,0],[160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,0],[160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,0],[160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,0],[160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,0],[160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,160,151,254,140,139,7,148,19,226,234,75,228,10,20,68,152,99,247,168,64,180,74,204,127,212,221,60,116,110,130,0,210,183,160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,128],[249,2,17,160,14,54,206,251,94,178,128,7,9,233,49,219,211,254,62,23,138,24,233,230,203,67,181,227,247,139,133,103,143,99,117,192,160,8,25,245,191,84,51,179,83,56,204,204,234,117,107,148,198,228,32,79,4,81,70,91,127,249,218,128,199,254,173,159,205,160,236,187,124,229,135,243,33,214,94,96,185,153,64,82,45,209,246,98,244,31,171,251,143,3,206,51,80,112,94,132,107,126,160,188,149,137,8,2,193,51,187,141,244,190,113,124,97,35,180,170,248,101,145,114,55,18,77,201,76,233,196,198,13,28,235,160,159,195,103,91,82,217,128,135,40,174,150,40,174,79,170,56,74,250,129,49,97,203,147,86,141,66,150,199,166,150,238,57,160,38,236,127,73,196,199,9,115,214,209,3,157,219,192,77,34,24,166,63,74,49,47,5,63,13,230,203,147,174,7,163,252,160,22,89,144,154,53,26,221,122,88,75,254,62,227,81,33,149,50,161,232,93,243,133,39,72,143,36,254,21,161,115,217,235,160,52,190,194,210,24,131,64,206,118,116,100,217,86,192,82,79,132,190,92,31,251,219,100,1,150,190,67,141,17,33,105,17,160,72,139,28,250,168,0,245,71,64,84,210,13,1,253,226,184,222,142,231,178,74,73,94,24,176,173,83,148,68,241,3,218,160,60,69,79,222,248,139,201,27,4,19,116,246,193,166,255,47,185,225,72,10,175,101,118,162,176,231,215,89,157,53,155,122,160,141,108,165,211,183,202,200,106,224,196,219,127,38,67,180,106,255,158,181,168,88,28,102,110,44,83,182,75,175,85,246,236,160,191,101,131,13,202,251,89,244,61,85,37,245,121,166,102,235,219,26,141,31,54,213,15,10,24,1,216,144,5,77,169,214,160,45,145,16,233,16,236,227,80,91,157,76,145,211,134,77,79,30,199,98,75,9,101,13,118,218,21,240,208,179,10,174,148,160,239,88,70,232,132,212,168,67,210,254,85,160,83,193,102,171,151,250,19,223,36,230,104,0,100,254,144,251,187,189,203,169,160,90,151,204,169,201,138,191,231,26,146,2,78,63,9,130,70,226,45,33,6,22,81,19,79,143,213,82,236,162,165,6,156,160,195,50,181,105,159,154,71,133,252,200,227,72,168,143,96,226,134,41,77,50,20,202,228,103,243,19,47,45,59,109,61,118,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,86,24,104,71,87,9,43,185,23,85,157,162,248,56,57,173,144,98,247,82,243,6,183,185,178,188,8,169,94,37,34,0],[160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,0],[160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,0],[160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,0],[160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,0],[160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,0],[160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,0],[160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,0],[160,124,46,174,205,58,139,71,178,216,168,10,253,200,41,198,194,53,99,66,52,112,169,96,249,218,125,68,162,95,118,250,72,0],[160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,0],[160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,0],[160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,0],[160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,0],[160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,0],[160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,0],[160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,0],[160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,160,124,46,174,205,58,139,71,178,216,168,10,253,200,41,198,194,53,99,66,52,112,169,96,249,218,125,68,162,95,118,250,72,160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,128],[249,2,17,160,94,68,164,228,8,206,2,100,183,59,204,78,27,148,158,254,21,53,27,196,174,63,250,230,27,249,115,67,179,132,171,246,160,220,45,69,134,110,90,189,227,56,254,137,198,49,136,13,248,223,106,46,48,72,135,253,219,14,165,80,214,6,5,240,249,160,70,1,18,9,227,120,186,204,87,74,61,146,56,163,109,37,162,64,89,59,76,222,74,240,77,106,107,61,64,159,116,211,160,245,137,10,165,8,226,35,80,162,138,214,54,33,251,145,100,94,202,143,219,124,255,189,173,42,71,65,80,177,54,108,179,160,251,76,52,42,100,210,134,22,96,76,216,213,101,232,11,7,50,235,115,127,7,31,69,144,186,105,7,133,220,142,205,27,160,30,252,24,221,106,234,184,194,17,19,44,234,32,212,21,250,80,247,79,37,158,141,209,176,194,17,140,95,58,71,75,134,160,239,158,3,149,62,125,60,108,8,17,192,48,26,188,99,126,16,80,126,33,94,82,215,252,177,238,202,136,51,201,191,24,160,89,86,24,104,71,87,9,43,185,23,85,157,162,248,56,57,173,144,98,247,82,243,6,183,185,178,188,8,169,94,37,34,160,2,47,215,145,10,63,74,127,140,214,142,45,72,209,196,96,72,86,191,250,181,59,173,245,234,106,232,156,125,56,116,99,160,61,35,182,243,46,157,127,161,62,14,29,89,138,61,218,47,43,36,194,48,61,165,147,12,142,6,194,114,210,12,118,76,160,227,139,198,175,140,9,0,191,252,253,224,62,135,102,215,6,81,24,165,206,118,56,187,164,132,119,5,26,222,15,172,202,160,145,9,80,222,151,252,212,190,226,53,125,2,198,156,82,136,48,116,207,159,18,25,210,134,130,11,101,64,220,158,148,41,160,134,117,116,6,219,236,27,229,224,1,47,39,5,197,119,166,171,202,67,169,6,242,192,85,188,71,197,253,108,12,252,244,160,253,39,223,202,81,112,0,159,193,122,147,232,110,49,95,128,136,161,125,141,181,226,228,194,110,210,48,103,4,24,116,47,160,12,96,253,188,206,151,211,48,111,44,46,177,209,24,218,192,67,228,252,42,162,132,40,190,187,31,242,105,220,185,79,166,160,140,110,75,131,62,11,121,159,67,184,167,166,65,241,234,183,51,172,43,23,116,18,58,150,215,190,216,75,63,67,77,96,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,253,8,19,101,225,115,99,209,13,98,89,125,130,141,47,42,7,77,151,59,176,41,37,172,84,34,221,58,209,109,242,0],[160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,0],[160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,0],[160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,0],[160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,0],[160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,0],[160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,0],[160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,0],[160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,0],[160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,0],[160,118,118,245,91,97,59,94,44,252,96,195,164,110,198,144,117,107,206,98,127,8,159,13,51,109,227,153,40,169,147,228,7,0],[160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,0],[160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,0],[160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,0],[160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,0],[160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,0],[160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,160,118,118,245,91,97,59,94,44,252,96,195,164,110,198,144,117,107,206,98,127,8,159,13,51,109,227,153,40,169,147,228,7,160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,128],[249,2,17,160,22,132,55,171,129,238,222,136,152,84,90,154,91,102,58,9,77,58,138,94,154,6,254,250,245,27,42,253,235,134,90,51,160,183,40,154,43,21,80,252,94,226,22,227,46,139,67,60,158,20,226,79,139,178,183,72,146,97,116,240,138,94,145,217,189,160,2,222,212,55,144,255,190,168,235,20,162,204,28,60,122,247,204,57,0,249,204,31,214,218,10,121,246,110,25,204,153,3,160,222,198,173,18,93,139,116,104,63,56,14,179,165,11,14,63,234,180,107,174,208,212,202,140,9,96,57,76,234,20,88,106,160,25,207,146,153,131,210,193,18,128,12,43,25,52,115,141,105,113,128,98,115,115,53,128,227,198,8,87,232,0,176,101,74,160,63,179,94,234,205,168,4,12,252,110,52,93,60,90,58,94,104,84,3,28,94,41,110,99,62,142,169,160,41,189,52,66,160,60,31,73,144,8,150,92,154,246,21,168,149,164,15,100,214,33,233,148,132,172,212,186,170,83,72,74,210,136,58,80,134,160,199,255,115,8,197,2,30,193,12,66,175,79,187,31,61,234,54,213,6,27,160,143,202,104,11,159,143,233,54,242,236,225,160,148,77,81,57,154,216,3,61,72,57,230,76,17,174,7,211,53,233,201,166,4,103,89,222,248,74,167,42,136,145,42,148,160,223,253,8,19,101,225,115,99,209,13,98,89,125,130,141,47,42,7,77,151,59,176,41,37,172,84,34,221,58,209,109,242,160,10,108,237,44,110,168,222,53,146,12,145,99,70,228,91,157,50,195,102,112,32,212,244,189,35,140,97,32,100,97,39,4,160,109,208,92,252,21,60,182,228,101,171,188,214,124,152,213,2,171,48,96,75,191,19,133,92,168,185,100,78,156,236,253,6,160,96,11,178,166,247,228,182,234,27,169,222,101,80,171,3,74,142,198,165,141,179,103,167,131,248,224,102,52,74,110,247,192,160,31,34,237,160,77,212,112,101,224,6,89,116,203,157,220,174,251,52,190,120,197,5,126,35,95,52,3,64,38,156,167,232,160,212,132,92,112,9,22,144,140,250,224,12,123,140,47,83,164,195,7,46,245,208,159,137,97,255,56,236,175,247,181,166,144,160,116,218,17,103,56,39,254,10,75,107,10,104,95,34,50,190,138,149,7,15,193,190,12,231,247,181,196,39,133,91,84,136,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,3,188,138,224,214,160,165,109,21,137,33,153,220,44,101,232,27,9,186,237,55,215,250,4,127,209,167,175,19,86,147,139,0],[160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,0],[160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,0],[160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,0],[160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,0],[160,91,209,12,235,240,207,91,19,35,30,161,176,71,120,4,140,99,183,225,45,43,2,83,54,104,254,134,103,193,117,18,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,128,128,160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,128,160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,128,160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,160,91,209,12,235,240,207,91,19,35,30,161,176,71,120,4,140,99,183,225,45,43,2,83,54,104,254,134,103,193,117,18,159,128,128,128,160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,128],[249,1,49,160,217,50,17,150,230,173,80,155,120,151,226,149,44,95,28,79,42,186,74,48,15,147,12,49,61,117,219,221,27,171,99,106,160,97,27,25,149,216,60,68,49,197,110,195,167,250,199,222,4,254,136,109,231,156,184,63,209,107,114,245,22,140,77,125,67,160,37,44,22,191,194,8,167,2,157,30,111,132,136,25,96,10,149,255,129,5,122,113,82,179,153,19,70,98,98,40,224,15,128,128,160,12,154,229,230,56,151,114,249,143,242,22,19,83,244,106,125,119,188,63,194,196,133,45,191,136,185,232,30,119,11,223,217,160,56,175,69,201,250,148,41,161,191,224,55,70,119,208,152,70,253,110,109,13,21,220,236,192,131,36,248,208,85,248,240,120,128,160,109,108,13,68,94,201,105,7,111,247,223,145,137,104,24,249,54,155,216,26,192,192,124,123,205,135,106,115,178,10,207,90,128,160,161,128,128,41,167,172,184,184,231,12,171,75,32,205,2,0,67,105,93,226,165,23,200,222,21,150,245,164,45,130,69,145,160,3,188,138,224,214,160,165,109,21,137,33,153,220,44,101,232,27,9,186,237,55,215,250,4,127,209,167,175,19,86,147,139,128,128,128,160,14,147,243,30,8,192,81,188,107,25,10,18,22,3,10,171,2,171,62,150,132,103,42,178,20,119,88,232,116,50,239,90,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,0],[160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,0],[160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[248,81,160,14,190,175,204,1,88,161,225,248,79,139,244,146,70,64,4,189,233,254,39,142,180,141,115,15,159,33,183,104,165,47,180,160,144,35,76,60,224,165,33,44,20,231,106,227,123,48,231,167,187,232,136,84,202,58,174,178,229,175,102,40,187,252,252,56,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,16],"key":[6,54,121,176,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,49,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,0,0,0,0],[157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,0],[160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,0],[160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228,0],[157,32,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,0,0,0,0],[157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,0,0,0,0]],"keccak_data":[[248,102,157,49,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,184,70,248,68,1,128,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228],[248,102,157,32,41,166,146,158,11,2,219,19,182,134,140,146,224,172,119,232,142,56,35,127,152,119,26,75,107,178,238,28,184,70,248,68,1,23,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,16],[248,102,157,32,79,105,40,165,82,100,250,47,193,39,220,147,104,34,150,6,174,252,183,197,73,156,243,5,233,50,68,144,184,70,248,68,1,128,160,239,250,42,207,194,19,241,166,171,82,99,98,194,211,131,108,145,11,212,98,130,52,136,249,236,138,129,65,135,27,255,22,160,194,251,137,113,156,102,237,210,45,245,149,106,128,111,184,195,255,75,112,195,228,214,28,38,149,201,190,137,62,218,154,228]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderInFirstLevel.json index 3f26ac5d79..d7a4b18efb 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountBranchPlaceholderInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,42,49,58,236,142,182,122,88,227,244,222,147,240,191,50,194,201,235,146,22,183,151,148,220,224,42,129,105,249,3,65,135,0],[160,137,42,134,153,47,65,95,23,176,203,18,9,153,74,69,199,215,193,138,130,193,100,188,234,150,231,238,93,222,63,27,116,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":0,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128,128,128,128,128,128,128,128,128,128,128,128,160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,128,128],[248,81,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128,128,128,128,128,128,128,128,128,128,128,128,160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[233,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107],"list_rlp_bytes":[[248,106],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,105],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[161,32,6,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49],[160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0]],"keccak_data":[[248,106,161,32,6,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,42,49,58,236,142,182,122,88,227,244,222,147,240,191,50,194,201,235,146,22,183,151,148,220,224,42,129,105,249,3,65,135,0],[160,137,42,134,153,47,65,95,23,176,203,18,9,153,74,69,199,215,193,138,130,193,100,188,234,150,231,238,93,222,63,27,116,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":0,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128,128,128,128,128,128,128,128,128,128,128,128,160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,128,128],[248,81,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128,128,128,128,128,128,128,128,128,128,128,128,160,175,242,218,187,23,41,55,165,142,12,117,152,30,29,140,199,39,35,154,226,153,127,147,253,29,250,19,12,134,24,191,36,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,176],"key":[233,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107],"list_rlp_bytes":[[248,106],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,105],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[161,32,6,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49],[160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,0]],"keccak_data":[[248,106,161,32,6,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,57,77,78,73,143,245,72,135,22,104,2,103,203,126,172,253,113,163,243,139,206,31,120,250,157,3,184,255,20,142,99,107,184,70,248,68,128,23,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,176],[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderBranch.json b/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderBranch.json index a7ce21b28f..664e2b679c 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderBranch.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderBranch.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,174,185,69,61,3,204,141,128,148,239,24,33,11,213,158,212,244,157,156,174,237,155,166,186,230,47,35,133,90,143,250,42,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,134,73,68,223,173,41,37,147,36,140,247,241,223,160,248,6,218,230,96,85,105,78,243,214,11,80,67,23,134,151,127,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,134,73,68,223,173,41,37,147,36,140,247,241,223,160,248,6,218,230,96,85,105,78,243,214,11,80,67,23,134,151,127,162,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,101,173,25,127,56,52,143,227,12,238,174,236,186,0,234,52,202,44,193,111,186,150,247,118,156,178,163,130,102,30,77,58,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,101,173,25,127,56,52,143,227,12,238,174,236,186,0,234,52,202,44,193,111,186,150,247,118,156,178,163,130,102,30,77,58,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,65,96,18,60,75,230,130,27,230,113,226,140,106,73,86,243,182,218,25,199,19,87,31,254,106,4,224,14,216,143,37,64,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,65,96,18,60,75,230,130,27,230,113,226,140,106,73,86,243,182,218,25,199,19,87,31,254,106,4,224,14,216,143,37,64,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,206,144,145,67,116,167,247,112,21,211,206,39,17,80,107,129,199,168,248,110,87,249,66,99,217,9,124,218,191,2,0,188,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,206,144,145,67,116,167,247,112,21,211,206,39,17,80,107,129,199,168,248,110,87,249,66,99,217,9,124,218,191,2,0,188,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,141,236,133,222,194,233,18,211,30,219,154,205,250,5,55,43,197,33,189,179,107,239,180,101,180,196,97,160,148,235,175,67,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,141,236,133,222,194,233,18,211,30,219,154,205,250,5,55,43,197,33,189,179,107,239,180,101,180,196,97,160,148,235,175,67,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,31,91,206,52,40,136,181,226,181,110,98,46,223,178,19,209,243,254,183,220,186,51,185,91,118,128,84,206,142,5,158,178,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,31,91,206,52,40,136,181,226,181,110,98,46,223,178,19,209,243,254,183,220,186,51,185,91,118,128,84,206,142,5,158,178,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[160,154,20,83,14,212,57,98,219,176,195,243,149,251,194,222,170,159,48,104,129,219,74,189,86,48,75,59,107,108,15,47,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,154,20,83,14,212,57,98,219,176,195,243,149,251,194,222,170,159,48,104,129,219,74,189,86,48,75,59,107,108,15,47,85,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,0],[160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0],[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,56,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,174,185,69,61,3,204,141,128,148,239,24,33,11,213,158,212,244,157,156,174,237,155,166,186,230,47,35,133,90,143,250,42,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,134,73,68,223,173,41,37,147,36,140,247,241,223,160,248,6,218,230,96,85,105,78,243,214,11,80,67,23,134,151,127,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,134,73,68,223,173,41,37,147,36,140,247,241,223,160,248,6,218,230,96,85,105,78,243,214,11,80,67,23,134,151,127,162,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,101,173,25,127,56,52,143,227,12,238,174,236,186,0,234,52,202,44,193,111,186,150,247,118,156,178,163,130,102,30,77,58,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,101,173,25,127,56,52,143,227,12,238,174,236,186,0,234,52,202,44,193,111,186,150,247,118,156,178,163,130,102,30,77,58,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,65,96,18,60,75,230,130,27,230,113,226,140,106,73,86,243,182,218,25,199,19,87,31,254,106,4,224,14,216,143,37,64,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,65,96,18,60,75,230,130,27,230,113,226,140,106,73,86,243,182,218,25,199,19,87,31,254,106,4,224,14,216,143,37,64,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,206,144,145,67,116,167,247,112,21,211,206,39,17,80,107,129,199,168,248,110,87,249,66,99,217,9,124,218,191,2,0,188,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,206,144,145,67,116,167,247,112,21,211,206,39,17,80,107,129,199,168,248,110,87,249,66,99,217,9,124,218,191,2,0,188,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,141,236,133,222,194,233,18,211,30,219,154,205,250,5,55,43,197,33,189,179,107,239,180,101,180,196,97,160,148,235,175,67,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,141,236,133,222,194,233,18,211,30,219,154,205,250,5,55,43,197,33,189,179,107,239,180,101,180,196,97,160,148,235,175,67,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,31,91,206,52,40,136,181,226,181,110,98,46,223,178,19,209,243,254,183,220,186,51,185,91,118,128,84,206,142,5,158,178,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,31,91,206,52,40,136,181,226,181,110,98,46,223,178,19,209,243,254,183,220,186,51,185,91,118,128,84,206,142,5,158,178,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[160,154,20,83,14,212,57,98,219,176,195,243,149,251,194,222,170,159,48,104,129,219,74,189,86,48,75,59,107,108,15,47,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,154,20,83,14,212,57,98,219,176,195,243,149,251,194,222,170,159,48,104,129,219,74,189,86,48,75,59,107,108,15,47,85,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,0],[160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,45,71,217,199,68,20,55,244,206,68,197,49,191,78,208,106,209,111,87,254,9,221,230,148,86,131,219,7,121,62,140,160,133,163,111,39,253,196,135,253,250,60,16,75,174,17,130,17,111,74,174,195,116,128,255,190,227,255,200,81,182,50,153,135,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[248,102],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0],[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,56,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,32,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],[248,102,157,32,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderExtension.json b/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderExtension.json index a4b980772c..c1c2a075a1 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderExtension.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountDeletePlaceholderExtension.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,56,118,215,80,68,120,146,210,132,112,214,55,126,93,159,9,37,179,209,181,226,177,32,248,226,190,25,113,27,111,86,42,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,139,58,203,92,153,76,58,75,152,204,40,161,176,254,7,83,77,133,97,243,215,139,208,77,241,250,13,236,190,98,175,237,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,139,58,203,92,153,76,58,75,152,204,40,161,176,254,7,83,77,133,97,243,215,139,208,77,241,250,13,236,190,98,175,237,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,0],[160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,0],[160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,0],[160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,0],[160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,0],[160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,0],[160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,0],[160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,0],[160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,0],[160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,0],[160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,0],[160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,0],[160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,0],[160,235,219,11,58,190,215,68,221,73,201,12,106,58,20,178,165,209,56,134,20,69,204,11,137,186,63,169,247,84,183,228,35,0],[160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,0],[160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,0],[160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,235,219,11,58,190,215,68,221,73,201,12,106,58,20,178,165,209,56,134,20,69,204,11,137,186,63,169,247,84,183,228,35,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128],[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,0],[160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,0],[160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,0],[160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,0],[160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,0],[160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,0],[160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,0],[160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,0],[160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,0],[160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,0],[160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,0],[160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,0],[160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,0],[160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,0],[160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,0],[160,103,14,51,251,133,137,253,174,93,29,41,30,157,92,49,13,250,122,158,202,155,107,141,57,70,227,35,33,3,236,170,116,0],[160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,103,14,51,251,133,137,253,174,93,29,41,30,157,92,49,13,250,122,158,202,155,107,141,57,70,227,35,33,3,236,170,116,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128],[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,0],[160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,0],[160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,0],[160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,0],[160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,0],[160,81,203,198,161,225,160,190,192,56,65,242,248,218,127,252,229,5,150,11,189,71,9,210,251,78,195,170,16,240,226,113,69,0],[160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,0],[160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,0],[160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,0],[160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,0],[160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,0],[160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,0],[160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,0],[160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,0],[160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,0],[160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,0],[160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,81,203,198,161,225,160,190,192,56,65,242,248,218,127,252,229,5,150,11,189,71,9,210,251,78,195,170,16,240,226,113,69,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128],[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,0],[160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,0],[160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,0],[160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,0],[160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,0],[160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,0],[160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,0],[160,58,3,44,81,4,14,180,148,19,202,39,34,247,198,8,247,132,48,141,122,22,132,234,14,83,168,88,19,243,189,8,146,0],[160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,0],[160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,0],[160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,0],[160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,0],[160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,0],[160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,0],[160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,0],[160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,0],[160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,58,3,44,81,4,14,180,148,19,202,39,34,247,198,8,247,132,48,141,122,22,132,234,14,83,168,88,19,243,189,8,146,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128],[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,0],[160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,0],[160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,0],[160,69,83,4,13,109,89,244,189,229,133,31,42,245,72,201,112,152,157,99,216,186,20,113,98,200,179,54,77,14,42,242,64,0],[160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,0],[160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,0],[160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,0],[160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,0],[160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,0],[160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,0],[160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,0],[160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,0],[160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,0],[160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,0],[160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,0],[160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,0],[160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,69,83,4,13,109,89,244,189,229,133,31,42,245,72,201,112,152,157,99,216,186,20,113,98,200,179,54,77,14,42,242,64,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128],[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,0],[160,221,235,102,139,139,91,212,174,88,230,249,171,33,65,69,158,48,204,41,101,133,62,247,27,139,222,7,83,94,71,17,154,0],[160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,0],[160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,221,235,102,139,139,91,212,174,88,230,249,171,33,65,69,158,48,204,41,101,133,62,247,27,139,222,7,83,94,71,17,154,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128],[248,241,160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":11,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165,0]],"keccak_data":[[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,128,128,128,128,128],[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,128,128,128,128,128],[226,20,160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165],[226,20,160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165]]},{"start":null,"extension_branch":null,"account":{"address":[204,228,98,4,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77],"list_rlp_bytes":[[248,101],[248,108]],"value_rlp_bytes":[[184,70],[184,76]],"value_list_rlp_bytes":[[248,68],[248,74]],"drifted_rlp_bytes":[248,107],"wrong_rlp_bytes":[248,108]},"storage":null,"values":[[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0],[157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[134,85,156,208,108,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0,0],[157,52,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0]],"keccak_data":[[248,101,156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,108,157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,107,156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,56,118,215,80,68,120,146,210,132,112,214,55,126,93,159,9,37,179,209,181,226,177,32,248,226,190,25,113,27,111,86,42,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,139,58,203,92,153,76,58,75,152,204,40,161,176,254,7,83,77,133,97,243,215,139,208,77,241,250,13,236,190,98,175,237,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,139,58,203,92,153,76,58,75,152,204,40,161,176,254,7,83,77,133,97,243,215,139,208,77,241,250,13,236,190,98,175,237,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,0],[160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,0],[160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,0],[160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,0],[160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,0],[160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,0],[160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,0],[160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,0],[160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,0],[160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,0],[160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,0],[160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,0],[160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,0],[160,235,219,11,58,190,215,68,221,73,201,12,106,58,20,178,165,209,56,134,20,69,204,11,137,186,63,169,247,84,183,228,35,0],[160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,0],[160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,0],[160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,235,219,11,58,190,215,68,221,73,201,12,106,58,20,178,165,209,56,134,20,69,204,11,137,186,63,169,247,84,183,228,35,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128],[249,2,17,160,185,24,42,236,120,203,57,72,34,231,31,111,46,73,180,72,115,152,175,255,156,53,78,172,173,4,231,26,202,112,189,160,160,193,31,60,30,128,7,103,75,249,112,82,221,20,124,38,229,246,122,89,71,38,21,74,219,252,240,239,97,192,33,13,4,160,84,77,171,102,153,149,40,61,1,157,20,166,217,8,116,25,213,188,181,94,1,128,252,249,222,234,76,79,51,162,147,91,160,44,4,93,209,145,172,111,91,99,34,141,140,10,131,197,94,172,200,9,166,224,237,220,180,19,164,93,221,156,142,251,144,160,40,196,24,163,194,231,72,196,129,42,142,40,190,213,192,64,86,108,150,109,107,52,154,72,112,69,34,184,238,85,67,215,160,71,161,12,216,119,232,250,223,53,164,214,25,144,201,187,84,129,245,139,177,212,51,68,168,111,88,153,232,109,43,209,145,160,174,66,37,96,21,75,84,60,152,43,98,146,99,220,26,63,78,74,201,11,255,111,218,46,32,74,218,227,127,63,58,171,160,81,118,161,250,61,85,176,208,85,23,154,95,243,161,43,137,207,17,20,17,52,145,40,40,185,242,11,204,38,254,233,228,160,171,53,133,13,45,191,38,40,138,35,70,210,171,108,202,133,21,131,212,123,127,110,163,50,166,156,32,61,9,8,30,187,160,98,240,222,26,107,15,123,248,48,13,231,106,195,126,79,92,223,191,213,157,220,37,245,169,160,5,22,166,15,74,247,227,160,211,121,158,196,1,96,79,43,64,156,31,232,214,155,249,26,46,101,14,235,103,10,62,195,4,176,13,100,236,72,114,144,160,109,33,43,178,90,242,93,172,197,115,100,180,124,141,156,115,8,254,213,188,147,149,247,149,165,82,106,85,244,101,153,90,160,162,144,194,196,152,226,214,73,89,236,36,238,84,203,162,78,190,13,180,75,248,234,56,229,26,113,145,230,203,72,24,225,160,150,135,54,87,155,174,174,15,109,193,30,49,16,222,170,148,46,133,74,178,107,201,131,6,92,76,56,184,46,111,102,55,160,86,146,97,160,222,105,216,21,80,56,20,146,200,16,229,35,161,175,121,97,137,102,29,0,145,135,46,20,21,79,90,217,160,208,122,174,169,46,136,84,33,192,0,127,106,220,4,143,94,102,1,50,21,59,73,106,200,104,92,137,135,65,11,138,232,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,0],[160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,0],[160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,0],[160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,0],[160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,0],[160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,0],[160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,0],[160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,0],[160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,0],[160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,0],[160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,0],[160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,0],[160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,0],[160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,0],[160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,0],[160,103,14,51,251,133,137,253,174,93,29,41,30,157,92,49,13,250,122,158,202,155,107,141,57,70,227,35,33,3,236,170,116,0],[160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,103,14,51,251,133,137,253,174,93,29,41,30,157,92,49,13,250,122,158,202,155,107,141,57,70,227,35,33,3,236,170,116,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128],[249,2,17,160,84,125,101,84,59,83,119,189,159,192,188,231,231,244,86,85,86,131,98,75,61,47,49,244,74,248,245,146,244,80,18,53,160,15,142,57,107,155,212,47,124,149,253,212,186,24,96,29,200,59,44,83,47,86,174,146,61,15,30,228,204,16,180,41,73,160,4,11,213,136,98,93,71,167,88,7,244,137,134,178,33,135,55,167,87,9,161,105,132,173,99,133,195,204,137,99,213,96,160,42,37,73,206,76,185,144,171,152,234,4,233,81,43,95,25,193,73,195,237,233,226,6,53,195,164,161,135,88,181,94,129,160,149,206,117,218,219,73,231,191,71,129,32,62,24,176,236,201,214,57,32,246,165,182,97,100,41,58,12,226,18,76,98,52,160,164,126,235,52,47,81,125,199,131,108,95,228,61,243,53,100,132,37,251,215,132,73,32,24,163,150,9,252,131,133,170,149,160,106,216,21,135,125,74,67,242,82,137,122,130,130,164,224,106,112,167,123,76,61,118,71,52,173,133,220,82,214,189,19,198,160,242,20,154,172,98,175,80,232,148,10,234,150,21,84,158,171,52,138,196,46,251,154,188,188,221,127,227,244,121,129,143,252,160,229,184,239,35,202,217,87,20,223,56,107,25,99,14,127,149,227,51,66,1,179,231,12,190,178,85,104,177,67,83,252,99,160,221,176,88,124,182,116,91,144,126,1,162,123,174,103,190,3,46,235,241,155,7,208,37,30,134,161,162,70,21,69,227,61,160,195,58,237,166,44,35,245,54,101,165,121,224,187,108,35,126,92,173,37,149,178,117,186,47,52,180,162,147,202,153,119,73,160,204,163,223,176,213,222,185,250,251,248,162,206,155,236,125,190,135,137,123,103,90,240,174,102,254,224,21,179,172,12,156,36,160,146,129,80,195,19,81,79,161,90,222,24,229,255,113,147,210,230,15,9,47,245,136,171,172,60,106,11,217,36,71,6,185,160,7,36,138,185,104,2,204,131,50,7,46,89,92,85,35,158,207,198,186,249,17,8,215,228,142,131,181,171,35,36,176,191,160,90,25,212,35,84,39,162,253,40,188,128,141,31,177,49,221,18,91,118,136,182,50,82,11,184,230,139,18,197,94,80,127,160,99,148,228,211,110,43,255,97,207,243,218,168,160,132,145,182,64,43,67,101,49,149,197,154,168,2,83,35,54,141,223,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,0],[160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,0],[160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,0],[160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,0],[160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,0],[160,81,203,198,161,225,160,190,192,56,65,242,248,218,127,252,229,5,150,11,189,71,9,210,251,78,195,170,16,240,226,113,69,0],[160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,0],[160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,0],[160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,0],[160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,0],[160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,0],[160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,0],[160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,0],[160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,0],[160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,0],[160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,0],[160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,81,203,198,161,225,160,190,192,56,65,242,248,218,127,252,229,5,150,11,189,71,9,210,251,78,195,170,16,240,226,113,69,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128],[249,2,17,160,156,188,105,114,31,36,154,123,142,102,154,217,22,169,233,100,95,123,35,157,242,39,167,198,172,227,78,245,125,116,108,134,160,8,45,240,236,178,161,107,136,206,107,28,210,5,163,63,41,0,163,130,48,28,117,48,53,45,199,57,81,116,195,156,237,160,64,67,82,129,153,106,178,221,66,207,112,86,116,198,17,108,53,73,133,11,175,15,167,217,149,21,88,140,90,191,115,59,160,170,37,18,193,39,10,191,16,144,37,64,173,30,24,5,237,185,251,50,150,88,214,200,52,188,187,29,84,65,115,151,140,160,102,79,217,10,154,173,100,22,201,108,182,73,110,174,11,115,154,182,174,92,61,172,0,197,98,6,207,135,97,248,44,194,160,104,16,219,134,193,188,170,105,162,255,46,238,185,3,34,30,227,107,254,154,26,43,88,147,146,8,202,185,31,184,179,75,160,236,108,71,137,91,167,166,221,153,200,91,234,136,127,42,127,40,133,54,58,7,88,215,100,48,243,34,103,85,102,0,223,160,186,2,4,233,111,235,213,181,122,51,187,216,216,109,198,63,177,71,41,77,14,113,229,48,225,244,86,152,34,250,93,52,160,104,224,29,88,241,157,149,1,169,44,54,82,82,94,220,172,89,223,70,156,137,178,201,20,7,125,31,58,222,1,222,146,160,201,140,242,11,19,30,249,130,12,47,191,119,144,252,197,85,190,122,191,166,96,216,15,149,28,45,179,85,82,173,200,207,160,202,86,82,133,140,211,123,172,12,253,197,67,123,194,78,7,56,30,224,170,48,158,77,194,31,120,255,129,39,63,108,202,160,47,203,156,139,56,59,194,78,115,157,254,43,228,108,219,92,182,204,251,18,10,226,28,36,242,105,144,141,59,39,91,140,160,118,251,93,74,40,192,248,227,5,125,210,24,61,79,179,51,87,60,54,215,160,225,115,39,4,38,112,66,79,106,174,199,160,227,7,250,203,142,64,16,40,62,150,21,89,252,53,215,183,103,192,255,51,72,137,23,75,39,17,162,208,162,156,0,209,160,240,17,72,244,123,154,10,145,137,31,238,48,188,114,63,5,209,253,213,50,59,51,54,118,170,219,102,168,220,145,32,247,160,93,44,140,192,77,218,99,152,11,165,43,89,93,226,231,69,237,164,194,217,244,25,119,180,144,1,50,91,192,217,71,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,0],[160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,0],[160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,0],[160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,0],[160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,0],[160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,0],[160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,0],[160,58,3,44,81,4,14,180,148,19,202,39,34,247,198,8,247,132,48,141,122,22,132,234,14,83,168,88,19,243,189,8,146,0],[160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,0],[160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,0],[160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,0],[160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,0],[160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,0],[160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,0],[160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,0],[160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,0],[160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,58,3,44,81,4,14,180,148,19,202,39,34,247,198,8,247,132,48,141,122,22,132,234,14,83,168,88,19,243,189,8,146,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128],[249,2,17,160,232,191,153,154,181,58,206,81,231,209,209,239,36,133,221,157,153,42,68,174,20,69,221,60,11,63,166,31,237,237,104,162,160,57,228,194,98,47,19,97,133,100,169,2,0,243,214,13,73,186,52,15,117,71,216,18,107,102,15,16,111,86,250,50,251,160,51,250,142,196,40,119,29,225,6,141,231,106,64,7,57,115,110,177,160,25,74,86,178,98,92,55,43,84,38,108,149,114,160,188,17,187,239,92,176,201,136,24,53,252,251,177,159,15,74,114,158,187,40,157,163,92,149,77,183,194,85,161,209,131,189,160,95,24,164,82,11,196,142,109,130,78,42,15,66,95,149,217,148,254,124,255,123,38,6,201,175,159,70,55,78,36,64,222,160,253,133,23,137,243,61,14,118,41,90,234,0,23,170,246,8,217,98,31,146,149,133,151,98,41,36,143,17,217,13,54,225,160,90,240,3,188,209,42,201,105,79,245,174,51,212,208,183,239,14,87,46,183,132,243,226,101,221,59,249,98,238,38,30,200,160,218,79,4,19,117,120,255,76,227,129,57,190,233,72,210,104,202,172,77,110,166,99,134,239,219,54,231,204,208,217,184,193,160,28,43,54,96,106,42,56,44,206,73,74,22,167,224,233,125,88,222,3,114,91,198,179,0,14,184,180,31,113,164,130,150,160,93,170,254,86,166,255,153,188,72,120,14,11,156,181,35,136,31,176,118,165,26,245,91,196,116,167,82,73,239,192,67,198,160,113,106,91,157,43,225,158,83,210,141,196,54,3,42,204,31,201,236,95,202,60,105,198,12,122,206,68,128,125,136,125,124,160,41,72,43,195,185,77,145,190,248,35,64,23,254,21,206,113,58,189,41,41,0,75,98,168,214,131,3,50,118,22,181,17,160,167,9,119,24,44,27,22,223,236,139,113,148,108,210,194,127,188,31,165,26,133,146,93,4,152,21,206,226,71,230,114,123,160,210,161,112,6,68,249,246,185,163,96,30,55,95,21,48,46,27,132,235,191,20,114,216,181,115,139,81,29,120,129,206,103,160,228,14,86,234,190,75,211,24,27,251,45,67,43,75,140,223,231,88,38,238,140,199,169,241,181,123,41,200,94,70,128,194,160,109,50,80,239,237,131,100,221,110,137,154,89,27,127,96,132,227,250,251,119,175,219,213,124,97,113,136,253,103,210,215,99,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,0],[160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,0],[160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,0],[160,69,83,4,13,109,89,244,189,229,133,31,42,245,72,201,112,152,157,99,216,186,20,113,98,200,179,54,77,14,42,242,64,0],[160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,0],[160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,0],[160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,0],[160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,0],[160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,0],[160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,0],[160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,0],[160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,0],[160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,0],[160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,0],[160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,0],[160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,0],[160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,69,83,4,13,109,89,244,189,229,133,31,42,245,72,201,112,152,157,99,216,186,20,113,98,200,179,54,77,14,42,242,64,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128],[249,2,17,160,180,237,88,189,64,174,197,244,127,23,149,85,117,103,224,177,173,47,85,97,236,124,161,62,9,12,4,255,91,138,237,100,160,100,93,175,177,202,28,103,175,123,15,81,95,184,46,83,103,87,183,116,39,115,175,190,70,133,107,158,119,167,0,85,237,160,134,253,241,93,61,62,185,221,65,135,18,10,146,175,16,147,198,232,191,126,12,223,191,198,177,125,168,97,189,111,251,174,160,216,111,187,49,66,224,152,105,189,122,136,193,157,189,25,137,82,161,106,108,64,185,230,186,243,236,215,127,221,56,233,125,160,148,0,211,22,129,35,130,113,137,153,68,150,167,69,115,247,241,139,129,0,254,97,231,163,97,44,243,95,84,178,23,173,160,87,72,55,68,130,23,116,88,149,221,0,186,16,144,210,29,155,102,151,92,76,129,204,245,194,240,232,103,36,24,30,149,160,93,255,7,192,212,135,80,1,228,59,117,73,69,82,217,204,180,56,133,3,229,140,225,4,230,93,52,56,161,38,51,48,160,73,127,28,24,139,210,195,167,141,215,140,156,156,128,113,253,212,126,68,166,143,251,101,231,18,248,69,77,64,13,231,14,160,116,18,80,1,241,23,90,141,238,178,29,155,4,112,150,134,253,100,191,111,253,215,234,161,25,45,92,178,10,7,176,182,160,180,139,103,129,151,58,21,62,153,208,235,226,184,171,166,197,185,221,246,68,209,69,62,130,149,53,171,40,187,50,152,47,160,170,98,176,29,23,138,240,253,180,210,140,27,188,79,247,56,1,172,195,246,35,100,234,129,174,42,153,131,213,82,133,210,160,77,1,155,88,50,4,201,82,161,82,54,78,30,247,231,167,13,253,248,176,232,171,12,159,192,168,11,124,246,7,205,221,160,197,156,14,95,177,36,137,213,162,27,161,77,213,124,66,200,73,4,19,170,78,41,129,61,108,52,141,23,188,94,146,215,160,59,189,41,18,35,186,204,91,48,249,227,167,107,66,64,216,134,148,132,209,177,89,90,253,19,69,2,76,252,231,72,169,160,217,174,174,31,206,154,240,32,249,39,191,51,179,82,34,9,218,48,40,229,6,173,247,68,35,254,120,175,73,57,9,14,160,156,132,158,203,172,85,98,126,161,209,134,204,128,25,17,231,140,0,75,173,183,55,130,92,232,54,111,80,250,224,145,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,0],[160,221,235,102,139,139,91,212,174,88,230,249,171,33,65,69,158,48,204,41,101,133,62,247,27,139,222,7,83,94,71,17,154,0],[160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,0],[160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,221,235,102,139,139,91,212,174,88,230,249,171,33,65,69,158,48,204,41,101,133,62,247,27,139,222,7,83,94,71,17,154,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128],[248,241,160,136,116,3,74,15,113,88,181,153,37,140,248,108,178,49,166,240,147,99,128,212,198,186,163,226,91,213,196,148,55,51,68,160,6,224,55,65,244,238,1,243,137,85,129,168,103,4,120,155,90,179,56,226,109,19,137,176,130,189,194,201,7,238,111,250,128,128,128,160,140,101,142,12,12,106,22,180,97,103,81,114,201,125,99,91,155,56,5,170,154,255,192,252,182,185,239,64,71,93,206,14,160,54,110,252,213,204,225,239,20,75,137,7,249,169,24,107,197,24,214,127,168,107,130,24,172,153,37,183,16,30,251,51,118,128,160,85,163,178,230,9,128,96,41,93,216,131,4,147,15,207,10,51,189,116,130,77,178,103,124,233,47,250,147,122,247,176,144,128,160,26,235,78,32,11,43,6,155,97,87,26,87,91,80,139,39,194,25,79,151,254,179,34,130,163,146,167,193,202,212,18,244,128,128,128,128,160,130,137,158,138,67,39,119,204,172,211,177,110,56,63,76,40,198,196,173,175,229,163,204,102,240,250,174,109,226,117,155,202,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":11,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165,0]],"keccak_data":[[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,128,128,128,128,128],[248,81,128,128,160,246,90,153,106,161,93,165,112,171,91,43,74,207,239,165,225,172,126,187,78,120,66,242,92,108,203,189,234,112,126,173,106,128,128,128,128,128,128,128,128,160,243,146,20,156,129,141,135,17,170,235,103,142,184,189,99,188,120,54,186,29,151,65,111,60,245,179,254,213,6,30,104,185,128,128,128,128,128],[226,20,160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165],[226,20,160,75,215,56,145,110,168,213,69,129,236,183,253,144,161,161,52,44,195,123,177,255,144,242,98,183,27,147,5,79,243,11,165]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64],"key":[204,228,98,4,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77],"list_rlp_bytes":[[248,101],[248,108]],"value_rlp_bytes":[[184,70],[184,76]],"value_list_rlp_bytes":[[248,68],[248,74]],"drifted_rlp_bytes":[248,107],"wrong_rlp_bytes":[248,108]},"storage":null,"values":[[156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0,0],[157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[134,85,156,208,108,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,0,0,0,0,0],[157,52,186,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,0,0,0,0]],"keccak_data":[[248,101,156,58,168,111,115,58,191,32,139,53,139,168,184,7,8,29,109,70,164,7,116,82,56,174,242,193,51,253,77,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,108,157,52,45,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64],[248,107,156,61,53,199,120,18,165,14,109,22,4,141,198,233,128,219,44,247,218,241,231,2,206,125,246,58,246,15,3,184,76,248,74,4,134,85,156,208,108,8,0,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionInFirstLevel.json index 6c2917344f..ffb9c6b50c 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,90,149,210,63,96,21,90,79,215,113,54,179,202,200,190,125,138,153,12,147,10,164,5,127,203,30,243,148,15,111,49,120,0],[160,90,149,210,63,96,21,90,79,215,113,54,179,202,200,190,125,138,153,12,147,10,164,5,127,203,30,243,148,15,111,49,120,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52,0]],"keccak_data":[[248,81,128,128,128,160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,128,128,128,128,128,160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,128,128,128,128,128,128,128],[248,81,128,128,128,160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,128,128,128,128,128,160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,128,128,128,128,128,128,128],[226,24,160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52],[226,24,160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52]]},{"start":null,"extension_branch":null,"account":{"address":[131,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0],[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0]],"keccak_data":[[248,105,160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":true,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,90,149,210,63,96,21,90,79,215,113,54,179,202,200,190,125,138,153,12,147,10,164,5,127,203,30,243,148,15,111,49,120,0],[160,90,149,210,63,96,21,90,79,215,113,54,179,202,200,190,125,138,153,12,147,10,164,5,127,203,30,243,148,15,111,49,120,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52,0]],"keccak_data":[[248,81,128,128,128,160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,128,128,128,128,128,160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,128,128,128,128,128,128,128],[248,81,128,128,128,160,12,238,76,188,132,183,202,253,232,24,203,94,245,16,89,89,51,190,136,196,16,141,191,3,32,223,60,175,134,134,252,108,128,128,128,128,128,160,174,121,120,114,157,43,164,140,103,235,28,242,186,33,76,152,157,197,109,149,229,229,22,189,233,207,92,195,82,121,240,3,128,128,128,128,128,128,128],[226,24,160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52],[226,24,160,165,122,171,104,113,212,176,43,65,48,207,251,142,53,47,186,90,181,22,93,66,192,18,250,18,108,20,25,228,62,211,52]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,24],"key":[131,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0],[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,0]],"keccak_data":[[248,105,160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,32,183,32,52,38,131,211,211,218,246,83,140,45,89,109,3,231,97,202,248,167,7,116,197,134,209,86,108,48,129,43,150,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,24]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInEvenLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInEvenLevel.json index 577bcc9ecd..084e7c6c17 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInEvenLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInEvenLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,81,31,40,225,155,70,153,247,74,225,206,78,16,217,102,78,171,107,138,154,136,35,184,216,161,58,254,170,130,20,1,210,0],[160,207,53,101,211,86,131,122,124,161,3,101,109,204,113,138,101,232,217,176,157,48,238,186,5,131,93,108,200,102,46,171,239,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,101,215,142,178,208,104,115,247,160,118,144,144,147,179,72,129,220,53,39,182,60,211,63,12,25,174,99,94,177,95,193,0],[160,209,76,42,58,156,116,246,28,235,4,189,86,90,73,197,168,103,65,175,151,211,219,236,168,155,227,142,69,9,92,155,47,0],[160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,0],[160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,0],[160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,0],[160,93,146,251,231,82,80,121,184,37,8,134,165,211,61,187,193,44,20,170,229,158,89,143,123,226,226,217,109,94,123,97,73,0],[160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,0],[160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,0],[160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,0],[160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,0],[160,197,216,50,50,11,190,49,65,161,33,27,136,142,118,165,106,76,159,185,182,114,220,184,183,168,68,106,227,127,76,140,254,0],[160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,0],[160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,0],[160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,0],[160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,0],[160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,0],[160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,76,42,58,156,116,246,28,235,4,189,86,90,73,197,168,103,65,175,151,211,219,236,168,155,227,142,69,9,92,155,47,160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,160,93,146,251,231,82,80,121,184,37,8,134,165,211,61,187,193,44,20,170,229,158,89,143,123,226,226,217,109,94,123,97,73,160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,160,197,216,50,50,11,190,49,65,161,33,27,136,142,118,165,106,76,159,185,182,114,220,184,183,168,68,106,227,127,76,140,254,160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,128],[249,2,17,160,1,101,215,142,178,208,104,115,247,160,118,144,144,147,179,72,129,220,53,39,182,60,211,63,12,25,174,99,94,177,95,193,160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,160,93,146,251,231,82,80,121,184,37,8,134,165,211,61,187,193,44,20,170,229,158,89,143,123,226,226,217,109,94,123,97,73,160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,160,197,216,50,50,11,190,49,65,161,33,27,136,142,118,165,106,76,159,185,182,114,220,184,183,168,68,106,227,127,76,140,254,160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,98,95,197,134,20,83,198,254,186,72,29,112,105,90,198,68,2,182,118,193,57,161,104,113,141,155,61,59,73,206,59,83,0],[160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,0],[160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,0],[160,91,230,102,86,55,178,221,100,194,30,189,74,228,6,174,133,163,102,194,181,49,21,118,54,91,75,91,40,71,57,65,171,0],[160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,0],[160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,0],[160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,0],[160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,0],[160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,0],[160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,0],[160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,0],[160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,0],[160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,0],[160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,0],[160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,0],[160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,0],[160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,160,91,230,102,86,55,178,221,100,194,30,189,74,228,6,174,133,163,102,194,181,49,21,118,54,91,75,91,40,71,57,65,171,160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,128],[249,2,17,160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,160,98,95,197,134,20,83,198,254,186,72,29,112,105,90,198,68,2,182,118,193,57,161,104,113,141,155,61,59,73,206,59,83,160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,156,234,114,137,88,90,184,162,81,28,146,78,176,243,103,205,139,224,242,139,42,37,52,50,32,218,125,151,225,230,136,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,202,35,138,197,164,239,228,93,235,227,156,184,8,245,167,45,38,33,108,76,218,154,94,71,59,53,96,216,160,194,92,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,128,128,128,160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,128,128,128,160,202,35,138,197,164,239,228,93,235,227,156,184,8,245,167,45,38,33,108,76,218,154,94,71,59,53,96,216,160,194,92,24,128,128,128,128,128,128,128],[248,113,128,160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,128,128,128,160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,128,128,128,160,156,234,114,137,88,90,184,162,81,28,146,78,176,243,103,205,139,224,242,139,42,37,52,50,32,218,125,151,225,230,136,43,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,187,109,185,88,79,223,5,221,9,145,51,246,72,132,32,239,220,190,217,48,0,181,213,196,127,112,139,180,217,182,34,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,19,250,54,82,247,227,20,122,41,105,58,90,77,124,202,155,101,58,112,66,171,244,227,217,198,199,242,121,89,149,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,109,71,81,9,142,34,116,40,9,224,149,50,165,153,123,61,15,168,34,161,169,29,94,122,211,124,66,194,170,69,99,12,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,83,195,166,51,133,89,118,238,42,63,133,97,71,38,195,216,47,214,204,80,15,187,1,90,217,34,101,53,14,99,9,140,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,128,128,128,160,94,19,250,54,82,247,227,20,122,41,105,58,90,77,124,202,155,101,58,112,66,171,244,227,217,198,199,242,121,89,149,23,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,128,128,128,160,187,109,185,88,79,223,5,221,9,145,51,246,72,132,32,239,220,190,217,48,0,181,213,196,127,112,139,180,217,182,34,195,128,128,128,128],[228,130,31,49,160,109,71,81,9,142,34,116,40,9,224,149,50,165,153,123,61,15,168,34,161,169,29,94,122,211,124,66,194,170,69,99,12],[228,130,31,49,160,83,195,166,51,133,89,118,238,42,63,133,97,71,38,195,216,47,214,204,80,15,187,1,90,217,34,101,53,14,99,9,140]]},{"start":null,"extension_branch":null,"account":{"address":[2,159,49,197,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0],[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0]],"keccak_data":[[248,102,157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,18,32,75,181,229,184,164,244,125,221,183,75,13,188,251,239,210,82,9,216,215,239,32,119,143,213,60,141,16,235,136,2,0],[160,101,65,211,35,168,94,236,226,102,166,96,44,227,254,143,101,43,197,75,29,142,253,129,47,73,135,164,184,94,116,2,141,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,101,215,142,178,208,104,115,247,160,118,144,144,147,179,72,129,220,53,39,182,60,211,63,12,25,174,99,94,177,95,193,0],[160,209,76,42,58,156,116,246,28,235,4,189,86,90,73,197,168,103,65,175,151,211,219,236,168,155,227,142,69,9,92,155,47,0],[160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,0],[160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,0],[160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,0],[160,217,253,4,157,159,112,109,144,19,136,8,238,236,52,196,147,40,97,158,167,231,194,165,210,90,214,244,245,200,183,33,209,0],[160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,0],[160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,0],[160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,0],[160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,0],[160,168,47,234,156,179,5,3,120,105,166,40,79,128,10,215,192,162,111,59,108,8,172,200,221,107,208,27,225,168,164,211,50,0],[160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,0],[160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,0],[160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,0],[160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,0],[160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,0],[160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,76,42,58,156,116,246,28,235,4,189,86,90,73,197,168,103,65,175,151,211,219,236,168,155,227,142,69,9,92,155,47,160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,160,217,253,4,157,159,112,109,144,19,136,8,238,236,52,196,147,40,97,158,167,231,194,165,210,90,214,244,245,200,183,33,209,160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,160,168,47,234,156,179,5,3,120,105,166,40,79,128,10,215,192,162,111,59,108,8,172,200,221,107,208,27,225,168,164,211,50,160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,128],[249,2,17,160,1,101,215,142,178,208,104,115,247,160,118,144,144,147,179,72,129,220,53,39,182,60,211,63,12,25,174,99,94,177,95,193,160,115,208,134,49,179,158,7,137,59,150,131,89,26,28,151,52,39,145,133,104,255,94,140,25,109,93,180,4,33,118,80,147,160,17,194,250,154,175,155,104,41,66,128,37,199,106,68,17,28,60,67,125,119,114,172,252,179,26,165,240,190,71,215,167,42,160,195,207,224,18,49,93,175,199,53,213,173,146,171,24,242,139,119,33,141,195,25,55,35,5,59,234,204,70,46,169,57,119,160,217,253,4,157,159,112,109,144,19,136,8,238,236,52,196,147,40,97,158,167,231,194,165,210,90,214,244,245,200,183,33,209,160,216,53,35,210,214,175,221,177,253,46,16,45,181,172,228,36,22,179,76,158,53,130,25,204,157,142,218,220,152,165,127,120,160,16,144,114,31,210,128,6,138,83,198,53,94,121,141,104,77,94,190,37,225,37,73,70,45,60,27,26,143,252,163,114,109,160,232,65,87,203,185,50,83,9,193,18,64,211,100,15,162,22,186,203,73,72,181,34,51,108,24,59,33,49,216,26,56,225,160,230,79,95,250,138,78,23,76,112,22,104,22,164,213,101,127,168,199,119,71,55,204,197,229,115,80,234,97,0,136,2,24,160,168,47,234,156,179,5,3,120,105,166,40,79,128,10,215,192,162,111,59,108,8,172,200,221,107,208,27,225,168,164,211,50,160,82,71,225,232,149,135,39,97,66,68,95,34,53,223,204,190,248,68,223,116,50,9,142,82,23,243,149,145,51,144,88,134,160,11,16,88,147,111,91,74,186,95,174,100,229,193,162,174,252,70,86,73,4,154,154,205,196,93,190,217,55,122,122,43,48,160,63,250,131,175,151,53,128,129,221,191,6,160,218,111,237,199,178,73,13,137,216,54,70,165,179,73,83,168,31,241,3,71,160,97,195,135,22,58,155,221,254,199,10,53,138,135,26,153,131,85,103,53,152,227,193,109,249,77,99,182,26,205,214,202,4,160,130,173,203,112,182,224,76,4,174,219,58,51,223,68,157,160,252,68,51,236,195,193,154,0,14,63,156,56,205,219,132,185,160,79,117,212,47,186,87,21,223,216,115,170,104,145,200,42,84,88,120,115,10,64,191,162,252,113,155,57,43,10,59,4,88,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,98,95,197,134,20,83,198,254,186,72,29,112,105,90,198,68,2,182,118,193,57,161,104,113,141,155,61,59,73,206,59,83,0],[160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,0],[160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,0],[160,91,230,102,86,55,178,221,100,194,30,189,74,228,6,174,133,163,102,194,181,49,21,118,54,91,75,91,40,71,57,65,171,0],[160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,0],[160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,0],[160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,0],[160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,0],[160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,0],[160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,0],[160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,0],[160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,0],[160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,0],[160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,0],[160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,0],[160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,0],[160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,160,91,230,102,86,55,178,221,100,194,30,189,74,228,6,174,133,163,102,194,181,49,21,118,54,91,75,91,40,71,57,65,171,160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,128],[249,2,17,160,155,227,255,46,235,215,46,97,118,46,18,223,145,236,213,152,111,74,99,250,194,21,89,158,59,233,130,30,228,248,158,133,160,16,99,91,79,90,206,223,56,90,131,80,111,25,253,156,244,201,102,64,107,72,185,49,159,215,6,74,232,205,153,115,126,160,98,95,197,134,20,83,198,254,186,72,29,112,105,90,198,68,2,182,118,193,57,161,104,113,141,155,61,59,73,206,59,83,160,115,117,59,195,219,16,162,138,81,168,232,135,4,216,128,245,24,88,117,208,101,144,183,235,158,180,50,69,32,157,115,55,160,11,7,55,105,186,203,57,125,255,66,178,221,15,66,13,169,189,252,142,120,19,9,169,26,76,205,20,161,23,210,182,33,160,153,125,215,13,63,66,226,163,141,199,15,235,21,138,29,87,97,198,151,39,107,153,53,114,130,168,162,10,178,49,49,8,160,208,108,98,4,141,39,152,41,176,116,182,117,62,155,80,98,146,150,161,205,208,2,200,194,104,185,242,87,113,119,75,58,160,150,193,247,101,41,232,86,99,218,162,117,205,25,13,156,208,36,206,200,113,57,235,115,45,36,32,111,238,172,250,60,138,160,254,233,67,106,135,178,184,219,193,125,182,87,152,74,48,187,40,216,81,97,105,22,130,24,188,9,3,218,108,234,212,225,160,180,196,35,48,247,5,251,115,250,123,214,122,124,80,238,67,223,67,160,203,35,176,206,152,250,78,159,86,28,133,107,61,160,180,64,212,84,82,26,157,193,244,145,56,162,6,72,31,243,182,239,93,203,237,2,65,60,22,79,166,217,220,121,224,46,160,16,64,196,134,221,160,215,244,30,107,144,235,50,189,171,142,132,189,29,14,225,60,103,165,102,105,224,169,249,71,66,47,160,66,195,211,54,224,70,140,132,232,33,137,160,125,156,171,236,94,197,41,170,15,241,19,255,232,19,189,191,146,140,122,255,160,140,254,199,186,251,72,232,47,184,204,219,93,118,146,114,213,241,61,94,21,115,97,19,83,187,33,184,189,222,69,178,38,160,164,153,2,223,188,164,190,110,160,184,130,58,112,249,202,123,210,69,176,192,20,207,91,13,39,25,231,245,132,20,219,163,160,171,50,71,162,188,61,33,90,149,150,50,66,18,109,65,211,129,119,210,110,73,56,203,192,161,15,115,53,166,109,200,252,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,156,234,114,137,88,90,184,162,81,28,146,78,176,243,103,205,139,224,242,139,42,37,52,50,32,218,125,151,225,230,136,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,202,35,138,197,164,239,228,93,235,227,156,184,8,245,167,45,38,33,108,76,218,154,94,71,59,53,96,216,160,194,92,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,128,128,128,160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,128,128,128,160,202,35,138,197,164,239,228,93,235,227,156,184,8,245,167,45,38,33,108,76,218,154,94,71,59,53,96,216,160,194,92,24,128,128,128,128,128,128,128],[248,113,128,160,12,98,119,252,228,129,234,202,92,70,48,212,92,48,192,95,132,12,198,31,220,87,6,55,198,119,122,227,206,132,122,186,128,128,128,160,203,178,117,114,181,172,159,33,224,212,177,11,226,225,196,32,218,16,174,187,24,29,145,153,11,116,26,223,218,200,212,123,128,128,128,160,156,234,114,137,88,90,184,162,81,28,146,78,176,243,103,205,139,224,242,139,42,37,52,50,32,218,125,151,225,230,136,43,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,187,109,185,88,79,223,5,221,9,145,51,246,72,132,32,239,220,190,217,48,0,181,213,196,127,112,139,180,217,182,34,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,19,250,54,82,247,227,20,122,41,105,58,90,77,124,202,155,101,58,112,66,171,244,227,217,198,199,242,121,89,149,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,109,71,81,9,142,34,116,40,9,224,149,50,165,153,123,61,15,168,34,161,169,29,94,122,211,124,66,194,170,69,99,12,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,83,195,166,51,133,89,118,238,42,63,133,97,71,38,195,216,47,214,204,80,15,187,1,90,217,34,101,53,14,99,9,140,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,128,128,128,160,94,19,250,54,82,247,227,20,122,41,105,58,90,77,124,202,155,101,58,112,66,171,244,227,217,198,199,242,121,89,149,23,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,168,87,48,158,162,213,56,105,195,214,181,156,63,190,16,238,65,136,125,53,118,102,47,244,76,131,29,115,177,243,10,253,128,128,128,160,187,109,185,88,79,223,5,221,9,145,51,246,72,132,32,239,220,190,217,48,0,181,213,196,127,112,139,180,217,182,34,195,128,128,128,128],[228,130,31,49,160,109,71,81,9,142,34,116,40,9,224,149,50,165,153,123,61,15,168,34,161,169,29,94,122,211,124,66,194,170,69,99,12],[228,130,31,49,160,83,195,166,51,133,89,118,238,42,63,133,97,71,38,195,216,47,214,204,80,15,187,1,90,217,34,101,53,14,99,9,140]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,33,18,103],"key":[2,159,49,197,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0],[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,0,0,0,0]],"keccak_data":[[248,102,157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,53,47,106,223,13,50,103,89,209,201,136,70,3,130,192,57,68,5,209,249,124,67,49,198,227,247,133,28,20,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,33,18,103]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInOddLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInOddLevel.json index 333eeb795a..07004c18fe 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInOddLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionThreeNibblesInOddLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,127,151,200,3,203,86,194,133,58,243,145,109,22,171,128,106,55,201,16,57,202,55,234,65,233,19,239,233,77,18,114,11,0],[160,52,236,201,179,180,140,205,140,226,255,244,15,229,91,8,3,28,124,213,160,235,218,180,81,45,165,84,38,40,15,64,238,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,188,146,141,75,86,227,232,141,151,196,173,100,75,30,150,195,160,232,48,171,115,88,69,85,229,61,18,103,198,227,66,0],[160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,0],[160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,0],[160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,0],[160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,0],[160,241,7,166,4,21,215,169,159,106,183,164,167,55,101,141,83,112,154,193,189,190,53,150,197,33,29,160,181,13,120,219,45,0],[160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,0],[160,232,168,62,213,9,61,2,87,165,220,190,11,250,150,183,234,150,117,54,220,118,34,95,72,20,110,25,49,138,191,207,23,0],[160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,0],[160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,0],[160,187,122,21,210,115,80,98,198,237,164,176,6,59,78,134,88,5,156,33,250,26,86,81,168,161,70,26,136,7,209,16,69,0],[160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,0],[160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,0],[160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,0],[160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,0],[160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,0],[160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,160,241,7,166,4,21,215,169,159,106,183,164,167,55,101,141,83,112,154,193,189,190,53,150,197,33,29,160,181,13,120,219,45,160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,160,232,168,62,213,9,61,2,87,165,220,190,11,250,150,183,234,150,117,54,220,118,34,95,72,20,110,25,49,138,191,207,23,160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,160,187,122,21,210,115,80,98,198,237,164,176,6,59,78,134,88,5,156,33,250,26,86,81,168,161,70,26,136,7,209,16,69,160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,128],[249,2,17,160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,160,241,7,166,4,21,215,169,159,106,183,164,167,55,101,141,83,112,154,193,189,190,53,150,197,33,29,160,181,13,120,219,45,160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,160,41,188,146,141,75,86,227,232,141,151,196,173,100,75,30,150,195,160,232,48,171,115,88,69,85,229,61,18,103,198,227,66,160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,160,187,122,21,210,115,80,98,198,237,164,176,6,59,78,134,88,5,156,33,250,26,86,81,168,161,70,26,136,7,209,16,69,160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,57,87,178,233,140,71,44,227,104,140,237,212,9,196,83,132,45,197,57,71,17,244,1,97,69,16,241,75,171,86,249,209,0],[160,41,85,10,80,118,178,118,96,153,188,175,71,18,244,157,97,43,107,247,13,222,66,31,237,119,32,138,76,175,209,13,193,0],[160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,0],[160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,0],[160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,0],[160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,0],[160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,0],[160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,0],[160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,0],[160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,0],[160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,0],[160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,0],[160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,0],[160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,0],[160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,0],[160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,0],[160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,41,85,10,80,118,178,118,96,153,188,175,71,18,244,157,97,43,107,247,13,222,66,31,237,119,32,138,76,175,209,13,193,160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,128],[249,2,17,160,57,87,178,233,140,71,44,227,104,140,237,212,9,196,83,132,45,197,57,71,17,244,1,97,69,16,241,75,171,86,249,209,160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,114,140,188,180,131,157,226,146,156,151,247,172,6,142,184,152,116,126,133,63,95,190,73,17,140,200,204,7,238,238,189,246,0],[160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,0],[160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,0],[160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,0],[160,211,147,3,252,43,216,25,229,221,83,172,15,70,200,223,123,4,95,137,227,64,58,92,149,232,17,197,195,149,189,143,222,0],[160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,0],[160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,0],[160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,0],[160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,0],[160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,160,211,147,3,252,43,216,25,229,221,83,172,15,70,200,223,123,4,95,137,227,64,58,92,149,232,17,197,195,149,189,143,222,160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,128,160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,128,160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,128,128,128,128],[249,1,113,160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,160,114,140,188,180,131,157,226,146,156,151,247,172,6,142,184,152,116,126,133,63,95,190,73,17,140,200,204,7,238,238,189,246,160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,128,160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,128,160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,243,204,185,3,118,135,111,207,74,206,196,110,158,44,248,222,130,158,148,187,224,79,229,201,55,155,219,86,116,155,239,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,111,242,222,171,28,187,147,230,233,107,178,180,245,237,194,77,232,225,178,144,37,52,244,208,201,126,169,92,140,10,186,88,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,128,128,128,128,128,128,128,128,128,160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,128,128,160,111,242,222,171,28,187,147,230,233,107,178,180,245,237,194,77,232,225,178,144,37,52,244,208,201,126,169,92,140,10,186,88,128,128],[248,113,128,160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,128,128,128,128,128,128,128,128,128,160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,128,128,160,243,204,185,3,118,135,111,207,74,206,196,110,158,44,248,222,130,158,148,187,224,79,229,201,55,155,219,86,116,155,239,15,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,187,128,189,174,51,70,194,125,22,255,30,8,82,135,105,84,246,238,248,239,170,148,0,199,181,149,83,204,24,252,244,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,225,85,192,109,73,122,152,39,193,252,90,3,157,56,25,195,82,130,54,147,185,218,140,127,234,239,159,73,163,129,188,0],[160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,24,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,21,18,82,189,254,142,58,226,227,44,75,240,13,103,243,132,37,240,59,244,104,100,46,17,143,45,7,163,20,246,25,0],[0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,98,17,61,168,209,191,6,106,144,154,101,142,34,91,191,71,156,87,203,207,64,106,119,59,221,9,194,232,132,56,157,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,246,225,85,192,109,73,122,152,39,193,252,90,3,157,56,25,195,82,130,54,147,185,218,140,127,234,239,159,73,163,129,188,160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,187,128,189,174,51,70,194,125,22,255,30,8,82,135,105,84,246,238,248,239,170,148,0,199,181,149,83,204,24,252,244,65,160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,128,128,128],[228,130,24,154,160,85,21,18,82,189,254,142,58,226,227,44,75,240,13,103,243,132,37,240,59,244,104,100,46,17,143,45,7,163,20,246,25],[228,130,24,154,160,174,98,17,61,168,209,191,6,106,144,154,101,142,34,91,191,71,156,87,203,207,64,106,119,59,221,9,194,232,132,56,157]]},{"start":null,"extension_branch":null,"account":{"address":[96,62,137,172,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0],[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0]],"keccak_data":[[248,102,157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,97,213,42,72,119,215,11,9,64,194,213,149,211,147,111,68,25,18,101,212,227,215,37,70,44,172,60,168,242,193,225,104,0],[160,43,31,137,53,195,86,64,50,239,239,131,33,22,94,43,148,18,61,164,25,214,192,19,68,255,136,44,97,100,141,252,31,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,188,146,141,75,86,227,232,141,151,196,173,100,75,30,150,195,160,232,48,171,115,88,69,85,229,61,18,103,198,227,66,0],[160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,0],[160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,0],[160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,0],[160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,0],[160,113,43,72,172,9,119,90,185,74,181,40,20,68,105,143,63,12,32,128,16,219,186,43,100,59,234,243,218,226,35,102,153,0],[160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,0],[160,232,168,62,213,9,61,2,87,165,220,190,11,250,150,183,234,150,117,54,220,118,34,95,72,20,110,25,49,138,191,207,23,0],[160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,0],[160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,0],[160,186,195,82,219,174,170,19,57,104,126,151,49,233,237,77,104,228,174,78,193,48,134,34,3,38,151,64,103,121,218,218,40,0],[160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,0],[160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,0],[160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,0],[160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,0],[160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,0],[160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,160,113,43,72,172,9,119,90,185,74,181,40,20,68,105,143,63,12,32,128,16,219,186,43,100,59,234,243,218,226,35,102,153,160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,160,232,168,62,213,9,61,2,87,165,220,190,11,250,150,183,234,150,117,54,220,118,34,95,72,20,110,25,49,138,191,207,23,160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,160,186,195,82,219,174,170,19,57,104,126,151,49,233,237,77,104,228,174,78,193,48,134,34,3,38,151,64,103,121,218,218,40,160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,128],[249,2,17,160,160,40,90,234,86,171,238,143,94,58,86,145,254,166,91,139,146,182,162,72,118,91,88,48,110,1,23,5,74,251,14,105,160,243,190,135,194,6,160,172,11,88,241,195,129,174,77,76,77,116,74,82,138,17,85,189,129,144,191,184,73,205,145,243,23,160,111,205,156,75,175,174,226,35,102,104,215,208,137,190,181,41,7,165,43,30,30,238,5,228,184,124,75,134,244,171,140,41,160,86,239,77,44,50,93,150,132,120,197,59,210,206,107,219,228,109,111,227,226,99,132,38,49,214,235,126,10,151,177,152,55,160,113,43,72,172,9,119,90,185,74,181,40,20,68,105,143,63,12,32,128,16,219,186,43,100,59,234,243,218,226,35,102,153,160,134,192,54,158,117,71,203,142,153,156,196,71,7,208,178,150,173,207,236,122,144,110,71,42,75,207,226,83,120,244,248,224,160,41,188,146,141,75,86,227,232,141,151,196,173,100,75,30,150,195,160,232,48,171,115,88,69,85,229,61,18,103,198,227,66,160,151,3,29,109,248,51,186,226,180,239,75,22,168,180,55,222,130,44,88,83,65,91,171,183,157,186,76,206,22,229,43,181,160,34,227,68,103,143,107,215,206,248,235,186,80,37,47,228,1,192,237,240,84,54,101,51,134,36,188,188,39,127,186,21,146,160,186,195,82,219,174,170,19,57,104,126,151,49,233,237,77,104,228,174,78,193,48,134,34,3,38,151,64,103,121,218,218,40,160,88,240,220,29,172,169,125,78,168,153,116,70,179,245,152,83,133,92,113,228,117,5,23,151,200,215,135,55,200,161,89,162,160,234,103,85,209,64,119,151,78,91,84,52,26,114,154,219,21,112,37,158,114,147,160,91,209,217,73,235,17,107,83,238,231,160,155,67,22,244,16,166,57,179,203,6,30,150,225,133,134,203,46,108,1,58,80,69,116,129,115,158,207,43,224,165,181,124,160,207,36,221,222,188,160,103,135,215,111,46,192,30,7,105,183,116,185,116,196,160,4,101,39,234,52,225,252,155,204,78,201,160,202,177,59,167,76,0,183,229,111,74,182,145,128,14,93,82,95,11,125,107,226,120,102,35,192,22,10,227,69,187,235,223,160,147,83,19,177,123,201,230,83,63,80,7,84,226,151,193,148,91,248,235,91,34,198,127,246,176,30,212,66,236,198,237,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,57,87,178,233,140,71,44,227,104,140,237,212,9,196,83,132,45,197,57,71,17,244,1,97,69,16,241,75,171,86,249,209,0],[160,41,85,10,80,118,178,118,96,153,188,175,71,18,244,157,97,43,107,247,13,222,66,31,237,119,32,138,76,175,209,13,193,0],[160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,0],[160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,0],[160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,0],[160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,0],[160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,0],[160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,0],[160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,0],[160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,0],[160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,0],[160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,0],[160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,0],[160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,0],[160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,0],[160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,0],[160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,41,85,10,80,118,178,118,96,153,188,175,71,18,244,157,97,43,107,247,13,222,66,31,237,119,32,138,76,175,209,13,193,160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,128],[249,2,17,160,57,87,178,233,140,71,44,227,104,140,237,212,9,196,83,132,45,197,57,71,17,244,1,97,69,16,241,75,171,86,249,209,160,63,144,238,191,114,254,84,115,184,122,105,39,228,7,140,195,212,156,31,140,145,185,66,158,206,131,162,8,103,66,220,169,160,253,129,57,141,120,188,28,246,142,182,207,242,150,11,80,15,116,50,211,218,219,217,113,85,190,6,61,209,197,44,247,30,160,205,20,65,80,245,103,173,166,11,58,214,169,42,129,191,47,230,179,137,155,134,170,96,137,194,241,153,40,99,52,200,198,160,248,56,24,80,32,42,248,85,4,169,49,56,207,195,150,171,238,131,238,217,129,108,27,24,7,21,56,109,73,199,87,81,160,173,252,161,102,116,220,133,61,135,127,110,103,42,202,72,112,174,219,12,33,44,159,45,141,140,235,190,40,115,0,7,83,160,60,251,51,148,195,79,184,96,232,113,184,107,33,109,205,192,201,235,144,112,2,126,17,212,142,233,22,30,35,10,105,24,160,26,151,10,28,220,219,219,179,65,177,40,57,147,56,128,84,49,236,115,230,23,241,90,32,149,16,71,178,115,20,12,140,160,5,66,119,54,194,49,29,42,38,165,234,32,198,160,142,80,12,179,252,29,44,116,132,135,182,81,45,218,16,14,252,3,160,230,227,148,25,237,35,33,255,159,171,219,60,23,199,90,220,237,75,15,109,167,140,222,83,114,7,218,1,178,44,124,92,160,77,145,244,108,226,245,12,102,134,132,144,253,61,224,127,11,57,9,122,104,159,83,150,145,128,195,160,176,105,188,166,232,160,2,221,220,147,184,232,59,188,151,20,243,18,96,187,207,40,178,62,100,183,53,250,4,233,87,110,19,253,25,8,125,222,160,50,178,73,94,129,233,181,224,24,190,99,106,197,160,3,156,114,195,236,251,209,161,80,42,223,161,72,156,60,76,16,201,160,94,242,144,11,110,241,35,26,240,233,187,164,239,176,38,204,197,229,160,93,15,148,5,74,57,4,228,75,125,15,122,39,160,110,253,160,122,87,99,21,68,166,90,51,69,122,209,170,197,67,93,79,24,45,224,5,173,66,69,71,144,26,84,166,145,160,1,224,196,115,95,186,173,15,82,134,28,252,73,170,69,82,160,84,232,228,234,9,63,100,184,212,242,80,149,43,73,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,114,140,188,180,131,157,226,146,156,151,247,172,6,142,184,152,116,126,133,63,95,190,73,17,140,200,204,7,238,238,189,246,0],[160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,0],[160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,0],[160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,0],[160,211,147,3,252,43,216,25,229,221,83,172,15,70,200,223,123,4,95,137,227,64,58,92,149,232,17,197,195,149,189,143,222,0],[160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,0],[160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,0],[160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,0],[160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,0],[160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,160,211,147,3,252,43,216,25,229,221,83,172,15,70,200,223,123,4,95,137,227,64,58,92,149,232,17,197,195,149,189,143,222,160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,128,160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,128,160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,128,128,128,128],[249,1,113,160,38,214,143,254,184,64,99,170,13,163,209,7,157,200,39,220,85,101,130,1,22,87,132,143,239,155,134,52,219,124,179,30,160,0,223,218,25,49,171,66,154,225,66,172,146,212,113,184,25,210,60,129,48,6,192,207,41,244,109,31,2,22,241,233,177,160,228,115,94,193,148,197,239,5,129,194,21,91,55,249,29,13,174,192,244,29,40,77,118,160,0,238,9,32,157,155,78,111,160,114,140,188,180,131,157,226,146,156,151,247,172,6,142,184,152,116,126,133,63,95,190,73,17,140,200,204,7,238,238,189,246,160,252,114,253,24,1,236,228,236,193,56,216,183,251,201,125,242,233,237,43,138,50,169,138,198,109,162,111,176,110,132,170,140,128,160,25,171,228,147,34,110,92,229,245,98,22,36,6,71,176,226,65,103,254,40,160,51,227,150,2,56,4,121,7,163,8,23,160,77,165,253,47,139,180,23,55,100,214,249,62,228,203,130,8,178,179,159,153,120,207,50,118,73,51,213,18,193,101,188,7,160,219,48,8,235,47,215,84,97,229,115,203,82,215,69,154,215,1,45,61,141,84,242,128,2,40,166,175,166,159,83,125,111,160,149,18,112,146,211,97,78,45,225,66,116,153,123,111,204,243,169,52,234,108,163,106,215,5,124,116,99,103,25,152,243,229,128,160,213,12,228,81,100,138,133,149,1,188,181,117,249,185,177,53,42,227,230,191,160,161,38,31,216,244,180,94,242,127,131,232,160,83,201,48,129,133,199,106,46,233,177,15,232,99,201,203,231,231,44,163,191,190,192,12,50,187,142,18,128,128,225,176,63,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,243,204,185,3,118,135,111,207,74,206,196,110,158,44,248,222,130,158,148,187,224,79,229,201,55,155,219,86,116,155,239,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,111,242,222,171,28,187,147,230,233,107,178,180,245,237,194,77,232,225,178,144,37,52,244,208,201,126,169,92,140,10,186,88,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,128,128,128,128,128,128,128,128,128,160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,128,128,160,111,242,222,171,28,187,147,230,233,107,178,180,245,237,194,77,232,225,178,144,37,52,244,208,201,126,169,92,140,10,186,88,128,128],[248,113,128,160,191,189,124,153,229,235,117,45,104,76,173,54,188,131,7,84,134,59,108,67,72,15,106,88,86,144,12,177,176,159,82,154,128,128,128,128,128,128,128,128,128,160,58,228,58,202,15,28,110,41,72,151,251,213,191,200,43,11,165,62,64,123,76,123,38,18,226,149,99,68,136,221,41,0,128,128,160,243,204,185,3,118,135,111,207,74,206,196,110,158,44,248,222,130,158,148,187,224,79,229,201,55,155,219,86,116,155,239,15,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,187,128,189,174,51,70,194,125,22,255,30,8,82,135,105,84,246,238,248,239,170,148,0,199,181,149,83,204,24,252,244,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,246,225,85,192,109,73,122,152,39,193,252,90,3,157,56,25,195,82,130,54,147,185,218,140,127,234,239,159,73,163,129,188,0],[160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,24,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,21,18,82,189,254,142,58,226,227,44,75,240,13,103,243,132,37,240,59,244,104,100,46,17,143,45,7,163,20,246,25,0],[0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,98,17,61,168,209,191,6,106,144,154,101,142,34,91,191,71,156,87,203,207,64,106,119,59,221,9,194,232,132,56,157,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,246,225,85,192,109,73,122,152,39,193,252,90,3,157,56,25,195,82,130,54,147,185,218,140,127,234,239,159,73,163,129,188,160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,187,128,189,174,51,70,194,125,22,255,30,8,82,135,105,84,246,238,248,239,170,148,0,199,181,149,83,204,24,252,244,65,160,30,46,231,241,148,129,52,90,92,189,158,250,164,78,156,122,52,180,151,80,115,189,39,229,190,71,159,117,22,237,120,203,128,128,128],[228,130,24,154,160,85,21,18,82,189,254,142,58,226,227,44,75,240,13,103,243,132,37,240,59,244,104,100,46,17,143,45,7,163,20,246,25],[228,130,24,154,160,174,98,17,61,168,209,191,6,106,144,154,101,142,34,91,191,71,156,87,203,207,64,106,119,59,221,9,194,232,132,56,157]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,33,70,114],"key":[96,62,137,172,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0],[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,0,0,0,0]],"keccak_data":[[248,102,157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,50,17,89,15,76,61,223,154,197,182,124,216,16,248,160,55,105,212,146,173,223,6,65,128,168,209,213,83,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,33,70,114]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionTwoNibblesInEvenLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionTwoNibblesInEvenLevel.json index 5f91ec7676..63d4ef56c0 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionTwoNibblesInEvenLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountExtensionTwoNibblesInEvenLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,70,254,160,73,89,180,215,38,142,81,191,216,34,24,110,229,173,187,102,32,110,192,125,157,251,92,180,162,38,53,82,123,0],[160,94,214,143,185,91,144,220,159,220,48,117,61,87,49,153,7,120,70,120,146,212,68,19,144,227,99,247,97,117,161,254,52,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,236,210,47,173,156,152,31,22,89,55,143,162,89,44,20,206,169,73,240,215,57,159,54,155,165,250,55,151,186,161,225,0],[160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,0],[160,5,57,78,163,105,127,13,26,75,26,73,23,128,211,236,144,188,54,195,188,243,3,209,251,77,177,79,180,220,51,183,241,0],[160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,0],[160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,0],[160,89,102,147,99,41,45,159,12,136,6,121,70,33,69,123,142,233,196,231,98,55,178,161,81,12,110,251,30,102,100,194,190,0],[160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,0],[160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,0],[160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,0],[160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,0],[160,87,83,152,226,175,199,59,214,200,32,239,110,225,50,89,129,44,162,112,124,145,190,95,191,46,255,60,44,108,138,54,183,0],[160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,0],[160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,0],[160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,0],[160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,0],[160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,0],[160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,160,5,57,78,163,105,127,13,26,75,26,73,23,128,211,236,144,188,54,195,188,243,3,209,251,77,177,79,180,220,51,183,241,160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,160,89,102,147,99,41,45,159,12,136,6,121,70,33,69,123,142,233,196,231,98,55,178,161,81,12,110,251,30,102,100,194,190,160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,160,87,83,152,226,175,199,59,214,200,32,239,110,225,50,89,129,44,162,112,124,145,190,95,191,46,255,60,44,108,138,54,183,160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,128],[249,2,17,160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,160,80,236,210,47,173,156,152,31,22,89,55,143,162,89,44,20,206,169,73,240,215,57,159,54,155,165,250,55,151,186,161,225,160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,160,89,102,147,99,41,45,159,12,136,6,121,70,33,69,123,142,233,196,231,98,55,178,161,81,12,110,251,30,102,100,194,190,160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,160,87,83,152,226,175,199,59,214,200,32,239,110,225,50,89,129,44,162,112,124,145,190,95,191,46,255,60,44,108,138,54,183,160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,10,115,128,170,197,80,223,218,40,83,240,128,243,138,67,24,166,102,243,218,226,48,8,60,89,148,69,79,213,117,243,160,0],[160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,0],[160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,0],[160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,0],[160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,0],[160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,0],[160,67,31,99,28,104,135,254,77,115,144,132,189,112,171,80,147,77,230,5,109,34,129,226,150,185,138,157,85,222,253,97,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,0],[160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,0],[160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,0],[160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,0],[160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,128,160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,160,67,31,99,28,104,135,254,77,115,144,132,189,112,171,80,147,77,230,5,109,34,129,226,150,185,138,157,85,222,253,97,64,128,160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,128,160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,128],[249,1,177,160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,128,160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,160,10,115,128,170,197,80,223,218,40,83,240,128,243,138,67,24,166,102,243,218,226,48,8,60,89,148,69,79,213,117,243,160,128,160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,128,160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,17,193,225,11,168,218,50,211,162,91,21,67,18,124,152,181,194,162,85,117,112,213,55,63,200,17,171,219,57,176,168,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,227,199,112,162,93,84,188,64,130,222,185,67,217,214,181,128,31,51,238,128,128,204,36,223,127,128,231,158,72,208,166,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,118,174,247,180,187,235,205,255,188,184,40,88,134,233,245,20,201,101,226,82,11,44,173,255,251,132,105,240,96,36,135,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,229,108,191,232,232,18,145,51,121,83,166,187,96,103,152,207,59,10,148,141,119,237,190,78,151,163,177,24,50,77,216,3,0]],"keccak_data":[[248,81,128,128,128,128,128,160,224,227,199,112,162,93,84,188,64,130,222,185,67,217,214,181,128,31,51,238,128,128,204,36,223,127,128,231,158,72,208,166,128,128,128,128,128,128,160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,128,128,128,128],[248,81,128,128,128,128,128,160,17,193,225,11,168,218,50,211,162,91,21,67,18,124,152,181,194,162,85,117,112,213,55,63,200,17,171,219,57,176,168,96,128,128,128,128,128,128,160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,128,128,128,128],[228,130,0,69,160,251,118,174,247,180,187,235,205,255,188,184,40,88,134,233,245,20,201,101,226,82,11,44,173,255,251,132,105,240,96,36,135],[228,130,0,69,160,229,108,191,232,232,18,145,51,121,83,166,187,96,103,152,207,59,10,148,141,119,237,190,78,151,163,177,24,50,77,216,3]]},{"start":null,"extension_branch":null,"account":{"address":[23,69,91,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78],"list_rlp_bytes":[[248,103],[248,103]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,103]},"storage":null,"values":[[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0],[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0]],"keccak_data":[[248,103,158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,103,158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,209,155,172,153,98,216,150,222,208,127,188,216,90,141,46,178,26,65,87,1,81,237,86,241,171,151,85,79,3,243,204,250,0],[160,243,143,251,252,110,251,151,147,59,47,1,208,118,137,82,169,174,128,174,242,49,172,113,106,179,13,210,113,106,28,26,68,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,236,210,47,173,156,152,31,22,89,55,143,162,89,44,20,206,169,73,240,215,57,159,54,155,165,250,55,151,186,161,225,0],[160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,0],[160,5,57,78,163,105,127,13,26,75,26,73,23,128,211,236,144,188,54,195,188,243,3,209,251,77,177,79,180,220,51,183,241,0],[160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,0],[160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,0],[160,12,229,68,172,6,209,85,45,114,222,24,193,5,175,211,240,196,176,198,66,47,102,51,15,183,85,174,145,175,157,99,130,0],[160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,0],[160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,0],[160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,0],[160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,0],[160,179,149,114,27,239,1,229,125,118,124,168,247,125,205,87,244,158,129,254,40,176,103,100,33,140,5,227,23,27,199,4,69,0],[160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,0],[160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,0],[160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,0],[160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,0],[160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,0],[160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,160,5,57,78,163,105,127,13,26,75,26,73,23,128,211,236,144,188,54,195,188,243,3,209,251,77,177,79,180,220,51,183,241,160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,160,12,229,68,172,6,209,85,45,114,222,24,193,5,175,211,240,196,176,198,66,47,102,51,15,183,85,174,145,175,157,99,130,160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,160,179,149,114,27,239,1,229,125,118,124,168,247,125,205,87,244,158,129,254,40,176,103,100,33,140,5,227,23,27,199,4,69,160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,128],[249,2,17,160,61,240,236,98,56,247,71,68,203,119,21,124,25,221,115,244,227,50,253,237,120,30,216,135,98,48,217,133,148,49,183,89,160,80,236,210,47,173,156,152,31,22,89,55,143,162,89,44,20,206,169,73,240,215,57,159,54,155,165,250,55,151,186,161,225,160,216,168,116,67,129,102,43,248,246,108,105,62,15,37,102,144,153,227,213,4,166,156,175,125,13,156,120,127,21,23,185,68,160,146,117,6,91,139,87,54,231,82,255,250,19,155,4,91,245,68,251,1,219,142,249,144,14,230,34,249,196,2,102,183,56,160,12,229,68,172,6,209,85,45,114,222,24,193,5,175,211,240,196,176,198,66,47,102,51,15,183,85,174,145,175,157,99,130,160,40,106,143,184,208,129,228,84,158,246,112,253,184,45,3,194,147,40,241,254,93,242,98,179,58,192,137,140,25,192,81,159,160,107,221,7,117,77,113,199,89,222,60,195,177,88,182,213,98,215,144,183,255,212,23,206,182,105,45,165,23,143,24,59,249,160,135,246,204,161,69,93,222,215,170,175,77,237,198,135,228,175,240,240,35,41,211,253,31,126,101,170,182,243,125,203,247,188,160,207,237,184,200,196,162,122,141,45,59,248,183,213,54,79,192,93,13,20,13,110,168,153,230,121,78,173,136,148,159,133,228,160,179,149,114,27,239,1,229,125,118,124,168,247,125,205,87,244,158,129,254,40,176,103,100,33,140,5,227,23,27,199,4,69,160,66,125,198,8,218,190,162,222,58,22,7,175,105,52,128,75,84,78,68,245,134,116,78,59,172,133,86,56,66,74,10,59,160,91,73,10,178,128,10,215,245,192,227,163,249,16,201,72,177,200,252,188,200,79,133,176,187,235,24,130,150,120,199,7,239,160,124,146,114,13,240,149,98,63,157,215,206,56,159,199,55,77,135,147,111,116,127,222,202,91,103,214,247,156,242,66,87,136,160,137,119,8,24,139,227,201,106,185,102,42,154,8,143,68,36,202,138,41,0,201,163,14,13,29,93,21,100,92,152,14,153,160,10,199,254,199,182,188,194,249,160,105,120,146,43,147,210,140,166,137,36,217,66,28,227,53,11,88,34,88,144,201,58,27,160,96,50,75,46,178,153,88,20,60,105,150,70,25,43,167,66,55,38,221,111,254,57,92,79,209,164,14,95,240,141,18,87,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,10,115,128,170,197,80,223,218,40,83,240,128,243,138,67,24,166,102,243,218,226,48,8,60,89,148,69,79,213,117,243,160,0],[160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,0],[160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,0],[160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,0],[160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,0],[160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,0],[160,67,31,99,28,104,135,254,77,115,144,132,189,112,171,80,147,77,230,5,109,34,129,226,150,185,138,157,85,222,253,97,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,0],[160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,0],[160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,0],[160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,0],[160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,128,160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,160,67,31,99,28,104,135,254,77,115,144,132,189,112,171,80,147,77,230,5,109,34,129,226,150,185,138,157,85,222,253,97,64,128,160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,128,160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,128],[249,1,177,160,34,29,119,170,188,185,237,6,224,81,118,222,144,172,118,129,140,140,228,13,255,139,61,220,95,253,15,63,47,226,121,126,160,127,60,175,140,104,100,47,154,8,6,246,67,32,164,212,86,69,20,188,110,70,85,252,211,95,245,67,229,13,8,217,10,160,154,213,47,206,59,15,165,239,246,98,0,231,43,239,209,206,12,56,165,150,87,220,74,86,78,223,22,170,95,178,124,124,160,9,174,33,231,221,85,238,142,142,70,153,173,95,104,36,140,148,182,176,229,209,41,227,190,17,87,220,183,15,108,179,204,160,173,169,173,94,27,87,151,113,65,109,211,23,218,45,27,193,246,153,23,197,126,255,157,43,8,90,195,36,104,139,78,95,128,160,51,137,233,147,137,255,185,156,239,161,193,15,84,54,171,95,180,172,105,125,203,51,64,107,219,18,50,193,208,180,137,28,160,10,115,128,170,197,80,223,218,40,83,240,128,243,138,67,24,166,102,243,218,226,48,8,60,89,148,69,79,213,117,243,160,128,160,41,63,198,23,194,25,236,49,6,42,2,160,102,68,17,56,203,113,67,130,152,28,28,227,8,211,112,37,65,204,95,177,160,76,7,5,88,78,187,223,130,100,212,5,242,15,75,159,255,209,7,64,220,38,142,1,207,10,209,218,218,113,144,50,41,160,41,254,101,104,75,123,181,183,227,210,250,31,18,246,136,10,161,69,162,43,255,2,44,235,220,87,241,236,209,79,51,132,128,160,6,226,80,17,15,153,109,182,96,206,187,198,169,242,90,210,246,197,228,172,3,36,14,205,13,70,224,220,222,77,69,25,160,89,148,202,209,154,165,4,109,79,102,196,233,28,107,249,22,30,247,3,199,66,218,32,243,158,205,76,38,122,43,58,88,160,210,160,183,227,252,204,115,237,14,111,63,47,161,163,17,14,14,153,254,101,240,57,52,239,13,85,193,65,142,42,119,85,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,17,193,225,11,168,218,50,211,162,91,21,67,18,124,152,181,194,162,85,117,112,213,55,63,200,17,171,219,57,176,168,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,227,199,112,162,93,84,188,64,130,222,185,67,217,214,181,128,31,51,238,128,128,204,36,223,127,128,231,158,72,208,166,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,118,174,247,180,187,235,205,255,188,184,40,88,134,233,245,20,201,101,226,82,11,44,173,255,251,132,105,240,96,36,135,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,229,108,191,232,232,18,145,51,121,83,166,187,96,103,152,207,59,10,148,141,119,237,190,78,151,163,177,24,50,77,216,3,0]],"keccak_data":[[248,81,128,128,128,128,128,160,224,227,199,112,162,93,84,188,64,130,222,185,67,217,214,181,128,31,51,238,128,128,204,36,223,127,128,231,158,72,208,166,128,128,128,128,128,128,160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,128,128,128,128],[248,81,128,128,128,128,128,160,17,193,225,11,168,218,50,211,162,91,21,67,18,124,152,181,194,162,85,117,112,213,55,63,200,17,171,219,57,176,168,96,128,128,128,128,128,128,160,127,127,160,134,253,130,193,254,28,17,211,72,18,210,23,78,228,110,104,152,8,240,186,226,58,168,13,26,218,71,136,229,128,128,128,128],[228,130,0,69,160,251,118,174,247,180,187,235,205,255,188,184,40,88,134,233,245,20,201,101,226,82,11,44,173,255,251,132,105,240,96,36,135],[228,130,0,69,160,229,108,191,232,232,18,145,51,121,83,166,187,96,103,152,207,59,10,148,141,119,237,190,78,151,163,177,24,50,77,216,3]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,20,9],"key":[23,69,91,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78],"list_rlp_bytes":[[248,103],[248,103]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,103]},"storage":null,"values":[[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0],[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,0,0,0]],"keccak_data":[[248,103,158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,103,158,59,66,17,193,51,20,51,183,242,0,212,105,227,9,129,0,206,127,227,97,195,206,80,246,5,84,28,0,9,78,184,70,248,68,33,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,20,9]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AccountInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/AccountInFirstLevel.json index ccde5e5edf..284de37921 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AccountInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AccountInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,100,233,187,242,53,25,247,197,231,164,111,90,67,38,190,216,18,24,71,83,42,65,84,236,49,85,134,33,144,34,153,84,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,1,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,100,233,187,242,53,25,247,197,231,164,111,90,67,38,190,216,18,24,71,83,42,65,84,236,49,85,134,33,144,34,153,84,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,1,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AddAccount.json b/zkevm-circuits/src/mpt_circuit/tests/AddAccount.json index 71af98cd62..cdb816bbaa 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AddAccount.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AddAccount.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,38,136,144,17,65,61,119,219,41,247,230,48,119,74,3,66,17,246,178,178,51,54,229,7,151,157,126,48,143,147,4,93,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,113]]}},"account":null,"storage":null,"values":[[160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,113,128,160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[152,225,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0]],"keccak_data":[[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,38,136,144,17,65,61,119,219,41,247,230,48,119,74,3,66,17,246,178,178,51,54,229,7,151,157,126,48,143,147,4,93,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,113]]}},"account":null,"storage":null,"values":[[160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,113,128,160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[152,225,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0]],"keccak_data":[[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AddBranch.json b/zkevm-circuits/src/mpt_circuit/tests/AddBranch.json index c2e9df2994..973aaa964a 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AddBranch.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AddBranch.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,6,132,175,125,105,103,22,154,49,50,255,211,1,166,184,72,180,220,166,194,99,162,42,51,179,63,248,166,99,94,34,154,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,204,163,192,228,236,158,53,243,37,211,75,99,207,250,226,55,170,222,203,54,169,187,114,252,9,233,188,229,183,238,239,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,204,163,192,228,236,158,53,243,37,211,75,99,207,250,226,55,170,222,203,54,169,187,114,252,9,233,188,229,183,238,239,41,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,30,31,137,208,60,56,93,193,234,92,33,44,105,50,212,87,114,191,48,56,172,41,96,249,141,153,157,90,136,85,178,210,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,30,31,137,208,60,56,93,193,234,92,33,44,105,50,212,87,114,191,48,56,172,41,96,249,141,153,157,90,136,85,178,210,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,45,149,220,158,221,89,72,38,143,255,58,137,174,55,171,177,138,133,190,138,20,20,84,200,62,178,81,32,253,18,123,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,223,45,149,220,158,221,89,72,38,143,255,58,137,174,55,171,177,138,133,190,138,20,20,84,200,62,178,81,32,253,18,123,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,217,85,165,243,134,193,101,63,153,167,102,112,147,139,74,180,12,255,170,94,85,61,77,245,107,254,240,47,123,144,46,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,145,217,85,165,243,134,193,101,63,153,167,102,112,147,139,74,180,12,255,170,94,85,61,77,245,107,254,240,47,123,144,46,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,207,55,223,75,156,17,69,57,26,113,1,148,61,210,37,76,31,144,225,95,2,36,11,200,74,187,97,142,139,145,94,45,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,207,55,223,75,156,17,69,57,26,113,1,148,61,210,37,76,31,144,225,95,2,36,11,200,74,187,97,142,139,145,94,45,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,92,237,185,229,137,27,38,18,42,64,93,177,114,225,55,87,250,35,225,77,133,59,20,74,100,207,70,228,90,236,227,113,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,92,237,185,229,137,27,38,18,42,64,93,177,114,225,55,87,250,35,225,77,133,59,20,74,100,207,70,228,90,236,227,113,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,254,239,63,62,84,215,88,151,22,243,211,38,10,146,190,159,142,27,68,135,217,242,3,166,204,116,39,94,68,45,149,207,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,254,239,63,62,84,215,88,151,22,243,211,38,10,146,190,159,142,27,68,135,217,242,3,166,204,116,39,94,68,45,149,207,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,190,78,97,44,199,185,78,255,133,142,12,3,144,130,2,110,52,117,104,18,95,33,87,149,32,175,212,11,129,104,113,157,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,190,78,97,44,199,185,78,255,133,142,12,3,144,130,2,110,52,117,104,18,95,33,87,149,32,175,212,11,129,104,113,157,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,94,62,95,110,183,27,209,155,226,16,94,165,211,195,191,55,253,126,33,1,77,165,26,169,229,103,195,173,238,133,72,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,94,62,95,110,183,27,209,155,226,16,94,165,211,195,191,55,253,126,33,1,77,165,26,169,229,103,195,173,238,133,72,134,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128],[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,6,132,175,125,105,103,22,154,49,50,255,211,1,166,184,72,180,220,166,194,99,162,42,51,179,63,248,166,99,94,34,154,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,204,163,192,228,236,158,53,243,37,211,75,99,207,250,226,55,170,222,203,54,169,187,114,252,9,233,188,229,183,238,239,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,204,163,192,228,236,158,53,243,37,211,75,99,207,250,226,55,170,222,203,54,169,187,114,252,9,233,188,229,183,238,239,41,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,30,31,137,208,60,56,93,193,234,92,33,44,105,50,212,87,114,191,48,56,172,41,96,249,141,153,157,90,136,85,178,210,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,30,31,137,208,60,56,93,193,234,92,33,44,105,50,212,87,114,191,48,56,172,41,96,249,141,153,157,90,136,85,178,210,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,45,149,220,158,221,89,72,38,143,255,58,137,174,55,171,177,138,133,190,138,20,20,84,200,62,178,81,32,253,18,123,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,223,45,149,220,158,221,89,72,38,143,255,58,137,174,55,171,177,138,133,190,138,20,20,84,200,62,178,81,32,253,18,123,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,217,85,165,243,134,193,101,63,153,167,102,112,147,139,74,180,12,255,170,94,85,61,77,245,107,254,240,47,123,144,46,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,145,217,85,165,243,134,193,101,63,153,167,102,112,147,139,74,180,12,255,170,94,85,61,77,245,107,254,240,47,123,144,46,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,207,55,223,75,156,17,69,57,26,113,1,148,61,210,37,76,31,144,225,95,2,36,11,200,74,187,97,142,139,145,94,45,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,207,55,223,75,156,17,69,57,26,113,1,148,61,210,37,76,31,144,225,95,2,36,11,200,74,187,97,142,139,145,94,45,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,92,237,185,229,137,27,38,18,42,64,93,177,114,225,55,87,250,35,225,77,133,59,20,74,100,207,70,228,90,236,227,113,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,92,237,185,229,137,27,38,18,42,64,93,177,114,225,55,87,250,35,225,77,133,59,20,74,100,207,70,228,90,236,227,113,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,254,239,63,62,84,215,88,151,22,243,211,38,10,146,190,159,142,27,68,135,217,242,3,166,204,116,39,94,68,45,149,207,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,254,239,63,62,84,215,88,151,22,243,211,38,10,146,190,159,142,27,68,135,217,242,3,166,204,116,39,94,68,45,149,207,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170],"key":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,190,78,97,44,199,185,78,255,133,142,12,3,144,130,2,110,52,117,104,18,95,33,87,149,32,175,212,11,129,104,113,157,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,190,78,97,44,199,185,78,255,133,142,12,3,144,130,2,110,52,117,104,18,95,33,87,149,32,175,212,11,129,104,113,157,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,94,62,95,110,183,27,209,155,226,16,94,165,211,195,191,55,253,126,33,1,77,165,26,169,229,103,195,173,238,133,72,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,94,62,95,110,183,27,209,155,226,16,94,165,211,195,191,55,253,126,33,1,77,165,26,169,229,103,195,173,238,133,72,134,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128],[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AddBranchLong.json b/zkevm-circuits/src/mpt_circuit/tests/AddBranchLong.json index 0a8977f53c..04e6ded41d 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AddBranchLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AddBranchLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0],[160,46,252,112,163,42,127,166,163,124,36,222,233,115,113,240,74,91,93,164,205,30,195,59,196,167,8,162,63,156,115,28,95,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,192,167,124,25,206,92,75,245,4,43,53,189,69,2,163,219,144,211,228,207,250,178,204,196,234,73,219,18,223,139,250,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,192,167,124,25,206,92,75,245,4,43,53,189,69,2,163,219,144,211,228,207,250,178,204,196,234,73,219,18,223,139,250,247,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,244,89,96,62,9,150,203,76,223,160,251,42,206,30,75,61,47,23,43,205,173,75,47,191,155,207,111,125,254,156,216,88,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,244,89,96,62,9,150,203,76,223,160,251,42,206,30,75,61,47,23,43,205,173,75,47,191,155,207,111,125,254,156,216,88,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,107,27,106,51,151,146,15,115,253,161,145,206,129,91,38,55,41,82,205,136,182,169,249,74,62,74,253,23,113,189,73,92,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,0],[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,107,27,106,51,151,146,15,115,253,161,145,206,129,91,38,55,41,82,205,136,182,169,249,74,62,74,253,23,113,189,73,92,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,44,170,206,133,150,224,102,18,149,247,178,45,4,51,185,152,182,15,129,98,87,7,217,66,140,196,103,35,93,0,101,219,0],[160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,0],[160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,0],[160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,0],[160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,0],[160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,0],[160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,0],[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,0],[160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,0],[160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,0],[160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,0],[160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,0],[160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,0],[160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,0],[160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,0],[160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128],[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,44,170,206,133,150,224,102,18,149,247,178,45,4,51,185,152,182,15,129,98,87,7,217,66,140,196,103,35,93,0,101,219,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,24,235,57,40,228,48,218,25,240,58,122,91,71,45,234,113,203,184,32,245,222,14,27,244,91,16,182,107,168,75,17,119,0],[160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,0],[160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,0],[160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,0],[160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,0],[160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,0],[160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,0],[160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,0],[160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,0],[160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,0],[160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,0],[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,0],[160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,0],[160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,0],[160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,0],[160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128],[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,24,235,57,40,228,48,218,25,240,58,122,91,71,45,234,113,203,184,32,245,222,14,27,244,91,16,182,107,168,75,17,119,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,219,96,122,115,226,97,154,132,68,248,39,70,155,139,139,71,27,90,7,213,57,170,62,184,16,30,145,140,178,47,68,144,0],[160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,0],[160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,0],[160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,0],[160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,0],[160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,0],[160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,0],[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,0],[160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,0],[160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,0],[160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,0],[160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,0],[160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,0],[160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,0],[160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,0],[160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128],[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,219,96,122,115,226,97,154,132,68,248,39,70,155,139,139,71,27,90,7,213,57,170,62,184,16,30,145,140,178,47,68,144,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,161,97,160,22,221,241,157,38,227,108,127,210,79,134,23,132,32,189,106,78,25,236,195,163,217,219,97,128,159,96,180,189,0],[160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,0],[160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,0],[160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,0],[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128],[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,161,97,160,22,221,241,157,38,227,108,127,210,79,134,23,132,32,189,106,78,25,236,195,163,217,219,97,128,159,96,180,189,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,70,166,220,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,230,235,123,177,163,228,229,179,247,255,57,207,119,20,69,202,176,46,215,201,51,244,181,163,154,131,7,136,178,184,167,94,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0]],"keccak_data":[[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,230,235,123,177,163,228,229,179,247,255,57,207,119,20,69,202,176,46,215,201,51,244,181,163,154,131,7,136,178,184,167,94,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,2,181,237,96,137,204,229,65,148,3,108,66,200,41,116,147,205,184,82,98,155,193,196,211,48,20,43,105,98,25,162,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128],[248,81,128,128,128,160,2,181,237,96,137,204,229,65,148,3,108,66,200,41,116,147,205,184,82,98,155,193,196,211,48,20,43,105,98,25,162,58,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128],[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,67],[226]],"value_rlp_bytes":[[161],[17]],"drifted_rlp_bytes":[248,67],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[226,160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[248,67,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0],[160,46,252,112,163,42,127,166,163,124,36,222,233,115,113,240,74,91,93,164,205,30,195,59,196,167,8,162,63,156,115,28,95,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,192,167,124,25,206,92,75,245,4,43,53,189,69,2,163,219,144,211,228,207,250,178,204,196,234,73,219,18,223,139,250,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,192,167,124,25,206,92,75,245,4,43,53,189,69,2,163,219,144,211,228,207,250,178,204,196,234,73,219,18,223,139,250,247,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,244,89,96,62,9,150,203,76,223,160,251,42,206,30,75,61,47,23,43,205,173,75,47,191,155,207,111,125,254,156,216,88,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,244,89,96,62,9,150,203,76,223,160,251,42,206,30,75,61,47,23,43,205,173,75,47,191,155,207,111,125,254,156,216,88,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,107,27,106,51,151,146,15,115,253,161,145,206,129,91,38,55,41,82,205,136,182,169,249,74,62,74,253,23,113,189,73,92,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,0],[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,107,27,106,51,151,146,15,115,253,161,145,206,129,91,38,55,41,82,205,136,182,169,249,74,62,74,253,23,113,189,73,92,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,44,170,206,133,150,224,102,18,149,247,178,45,4,51,185,152,182,15,129,98,87,7,217,66,140,196,103,35,93,0,101,219,0],[160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,0],[160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,0],[160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,0],[160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,0],[160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,0],[160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,0],[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,0],[160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,0],[160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,0],[160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,0],[160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,0],[160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,0],[160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,0],[160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,0],[160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128],[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,44,170,206,133,150,224,102,18,149,247,178,45,4,51,185,152,182,15,129,98,87,7,217,66,140,196,103,35,93,0,101,219,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,24,235,57,40,228,48,218,25,240,58,122,91,71,45,234,113,203,184,32,245,222,14,27,244,91,16,182,107,168,75,17,119,0],[160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,0],[160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,0],[160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,0],[160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,0],[160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,0],[160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,0],[160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,0],[160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,0],[160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,0],[160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,0],[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,0],[160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,0],[160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,0],[160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,0],[160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128],[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,24,235,57,40,228,48,218,25,240,58,122,91,71,45,234,113,203,184,32,245,222,14,27,244,91,16,182,107,168,75,17,119,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,219,96,122,115,226,97,154,132,68,248,39,70,155,139,139,71,27,90,7,213,57,170,62,184,16,30,145,140,178,47,68,144,0],[160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,0],[160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,0],[160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,0],[160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,0],[160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,0],[160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,0],[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,0],[160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,0],[160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,0],[160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,0],[160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,0],[160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,0],[160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,0],[160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,0],[160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128],[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,219,96,122,115,226,97,154,132,68,248,39,70,155,139,139,71,27,90,7,213,57,170,62,184,16,30,145,140,178,47,68,144,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,161,97,160,22,221,241,157,38,227,108,127,210,79,134,23,132,32,189,106,78,25,236,195,163,217,219,97,128,159,96,180,189,0],[160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,0],[160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,0],[160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,0],[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128],[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,161,97,160,22,221,241,157,38,227,108,127,210,79,134,23,132,32,189,106,78,25,236,195,163,217,219,97,128,159,96,180,189,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,177,156],"key":[170,70,166,220,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,230,235,123,177,163,228,229,179,247,255,57,207,119,20,69,202,176,46,215,201,51,244,181,163,154,131,7,136,178,184,167,94,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0]],"keccak_data":[[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,230,235,123,177,163,228,229,179,247,255,57,207,119,20,69,202,176,46,215,201,51,244,181,163,154,131,7,136,178,184,167,94,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,2,181,237,96,137,204,229,65,148,3,108,66,200,41,116,147,205,184,82,98,155,193,196,211,48,20,43,105,98,25,162,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128],[248,81,128,128,128,160,2,181,237,96,137,204,229,65,148,3,108,66,200,41,116,147,205,184,82,98,155,193,196,211,48,20,43,105,98,25,162,58,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128],[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,87,140,155,251,104,101,201,226,15,40,12,22,9,91,117,120,141,24,241,193,116,100,159,216,20,110,207,95,24,36,55,129,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[248,67],[226]],"value_rlp_bytes":[[161],[17]],"drifted_rlp_bytes":[248,67],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[226,160,32,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],[248,67,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevels.json b/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevels.json index f57fc67ef2..aad7fd5914 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevels.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevels.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,201,228,18,179,240,82,231,83,54,47,62,117,59,126,146,28,150,38,76,152,189,10,69,99,104,27,116,170,60,11,158,51,0],[160,208,193,232,216,8,188,132,107,44,214,168,120,123,11,46,92,238,130,134,144,10,237,75,112,45,59,50,167,104,58,48,162,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,149,161,91,255,166,107,211,109,201,181,29,3,168,216,148,79,133,65,209,27,183,118,174,170,39,244,41,56,105,167,218,7,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,145,202,59,207,184,181,204,132,169,168,91,160,60,211,50,107,15,165,139,101,74,251,148,249,104,241,86,141,45,8,202,214,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,202,59,207,184,181,204,132,169,168,91,160,60,211,50,107,15,165,139,101,74,251,148,249,104,241,86,141,45,8,202,214,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,149,161,91,255,166,107,211,109,201,181,29,3,168,216,148,79,133,65,209,27,183,118,174,170,39,244,41,56,105,167,218,7,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,112,186,4,211,18,132,74,91,28,166,139,239,103,168,15,42,189,31,135,248,209,138,187,176,92,23,33,244,36,94,133,43,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,66,176,214,86,219,235,246,79,146,165,186,87,19,252,29,241,232,94,27,41,38,92,119,251,106,91,208,170,224,29,160,248,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,66,176,214,86,219,235,246,79,146,165,186,87,19,252,29,241,232,94,27,41,38,92,119,251,106,91,208,170,224,29,160,248,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,112,186,4,211,18,132,74,91,28,166,139,239,103,168,15,42,189,31,135,248,209,138,187,176,92,23,33,244,36,94,133,43,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,170,245,164,159,246,210,159,143,187,69,29,30,101,1,144,13,186,67,137,102,247,134,6,51,66,76,202,229,100,195,149,0],[160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,0],[160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,0],[160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,0],[160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,0],[160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,0],[160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,0],[160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,0],[160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,0],[160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,0],[160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,0],[160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,0],[160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,0],[160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,0],[160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,0],[160,19,224,113,201,255,129,36,52,57,214,92,241,118,205,0,170,227,47,102,227,218,116,110,128,178,11,110,204,252,77,100,200,0],[160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,160,19,224,113,201,255,129,36,52,57,214,92,241,118,205,0,170,227,47,102,227,218,116,110,128,178,11,110,204,252,77,100,200,160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,128],[249,2,17,160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,160,223,170,245,164,159,246,210,159,143,187,69,29,30,101,1,144,13,186,67,137,102,247,134,6,51,66,76,202,229,100,195,149,160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,252,217,31,98,213,2,184,117,159,197,191,162,34,191,237,19,48,173,185,206,42,131,123,246,215,37,157,170,129,2,159,79,0],[160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,0],[160,146,211,70,53,89,117,233,193,185,246,151,53,11,162,117,5,124,156,178,211,34,175,70,111,143,66,148,118,201,72,100,140,0],[160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,0],[160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,0],[160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,0],[160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,0],[160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,0],[160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,0],[160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,0],[160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,0],[160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,0],[160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,0],[160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,0],[160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,0],[160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,0],[160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,160,146,211,70,53,89,117,233,193,185,246,151,53,11,162,117,5,124,156,178,211,34,175,70,111,143,66,148,118,201,72,100,140,160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,128],[249,2,17,160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,160,252,217,31,98,213,2,184,117,159,197,191,162,34,191,237,19,48,173,185,206,42,131,123,246,215,37,157,170,129,2,159,79,160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,55,85,9,146,13,220,208,48,219,48,45,20,104,34,220,239,134,126,21,8,186,71,116,184,250,50,0,156,101,10,221,196,0],[160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,0],[160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,0],[160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,0],[160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,0],[160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,0],[160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,0],[160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,0],[160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,0],[160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,0],[160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,0],[160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,0],[160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,0],[160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,0],[160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,0],[160,175,181,176,216,197,195,13,98,14,255,75,4,199,16,191,222,114,48,246,89,57,95,237,2,178,220,14,100,170,2,33,181,0],[160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,160,175,181,176,216,197,195,13,98,14,255,75,4,199,16,191,222,114,48,246,89,57,95,237,2,178,220,14,100,170,2,33,181,160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,128],[249,2,17,160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,160,55,85,9,146,13,220,208,48,219,48,45,20,104,34,220,239,134,126,21,8,186,71,116,184,250,50,0,156,101,10,221,196,160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,56,88,5,160,143,143,51,129,117,240,225,241,84,36,241,220,69,90,156,249,195,200,255,207,226,79,132,244,18,115,224,0],[160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,0],[160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,0],[160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,0],[160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,0],[160,180,25,20,136,244,187,234,226,83,52,240,205,200,229,58,185,112,131,8,251,120,228,195,70,166,60,63,220,0,122,78,173,0],[160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,0],[160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,0],[160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,0],[160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,0],[160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,0],[160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,0],[160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,0],[160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,0],[160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,0],[160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,0],[160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,160,180,25,20,136,244,187,234,226,83,52,240,205,200,229,58,185,112,131,8,251,120,228,195,70,166,60,63,220,0,122,78,173,160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,128],[249,2,17,160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,160,69,56,88,5,160,143,143,51,129,117,240,225,241,84,36,241,220,69,90,156,249,195,200,255,207,226,79,132,244,18,115,224,160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,149,106,49,186,80,196,82,157,32,65,104,247,97,128,104,47,223,63,50,242,236,254,19,57,80,81,181,46,229,29,163,11,0],[160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,0],[160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,0],[160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,0],[160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,0],[160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,0],[160,3,153,231,82,186,179,76,222,114,246,236,240,176,201,228,114,97,100,0,77,34,220,98,95,112,155,37,214,127,222,185,16,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,128,128,128,128,128,160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,128,160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,160,3,153,231,82,186,179,76,222,114,246,236,240,176,201,228,114,97,100,0,77,34,220,98,95,112,155,37,214,127,222,185,16,128,128,128],[249,1,17,160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,128,128,128,128,128,160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,128,160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,160,149,106,49,186,80,196,82,157,32,65,104,247,97,128,104,47,223,63,50,242,236,254,19,57,80,81,181,46,229,29,163,11,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,238,33,41,91,139,64,0,126,58,209,28,244,31,248,40,252,116,128,48,205,71,63,220,200,119,152,59,114,226,64,32,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,249,116,158,55,31,135,151,154,177,70,162,196,125,104,115,86,21,90,18,248,231,181,157,159,88,231,1,29,210,253,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,163,249,116,158,55,31,135,151,154,177,70,162,196,125,104,115,86,21,90,18,248,231,181,157,159,88,231,1,29,210,253,54,128,128,128,128,128,160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,128,128,128],[248,81,128,128,128,128,128,128,128,160,238,33,41,91,139,64,0,126,58,209,28,244,31,248,40,252,116,128,48,205,71,63,220,200,119,152,59,114,226,64,32,177,128,128,128,128,128,160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[210,225,228,215,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0],[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,110,210,32,40,203,188,213,98,144,74,214,52,38,242,41,140,111,161,26,157,214,107,102,215,218,164,89,184,224,211,23,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,125,5,117,81,122,122,242,64,2,175,145,138,151,62,249,124,167,21,134,164,8,89,178,199,105,211,183,248,165,182,64,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0]],"keccak_data":[[248,102,157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,184,70,248,68,128,128,160,124,110,210,32,40,203,188,213,98,144,74,214,52,38,242,41,140,111,161,26,157,214,107,102,215,218,164,89,184,224,211,23,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,184,70,248,68,128,128,160,125,125,5,117,81,122,122,242,64,2,175,145,138,151,62,249,124,167,21,134,164,8,89,178,199,105,211,183,248,165,182,64,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,229,104,249,34,92,158,241,146,58,109,87,65,16,57,148,193,196,216,75,75,23,242,59,8,146,130,42,254,205,234,174,62,0],[160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,0],[160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,0],[160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,0],[160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,0],[160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,0],[160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,0],[160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,0],[160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,0],[160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,0],[160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,0],[160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,0],[160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,0],[160,40,218,53,174,159,41,102,174,207,210,68,46,147,137,18,7,231,77,152,244,11,253,97,148,81,205,17,30,51,123,221,102,0],[160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,160,40,218,53,174,159,41,102,174,207,210,68,46,147,137,18,7,231,77,152,244,11,253,97,148,81,205,17,30,51,123,221,102,160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,128],[249,1,241,160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,160,229,104,249,34,92,158,241,146,58,109,87,65,16,57,148,193,196,216,75,75,23,242,59,8,146,130,42,254,205,234,174,62,160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,80,212,104,138,191,68,67,228,70,6,232,171,124,66,35,101,130,116,159,84,49,253,75,91,27,244,105,102,42,237,198,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,0],[160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,0],[160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,173,190,85,245,27,215,241,104,119,0,147,61,155,51,41,52,3,142,121,197,151,126,68,251,26,55,133,129,160,120,30,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,128,128,128,128,128,128,128,160,64,173,190,85,245,27,215,241,104,119,0,147,61,155,51,41,52,3,142,121,197,151,126,68,251,26,55,133,129,160,120,30,128,128,128,128,128],[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,128,128,128,128,128,128,128,160,80,212,104,138,191,68,67,228,70,6,232,171,124,66,35,101,130,116,159,84,49,253,75,91,27,244,105,102,42,237,198,64,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[225]],"value_rlp_bytes":[[27],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,27],[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,17],[225,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,27]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,201,228,18,179,240,82,231,83,54,47,62,117,59,126,146,28,150,38,76,152,189,10,69,99,104,27,116,170,60,11,158,51,0],[160,208,193,232,216,8,188,132,107,44,214,168,120,123,11,46,92,238,130,134,144,10,237,75,112,45,59,50,167,104,58,48,162,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,149,161,91,255,166,107,211,109,201,181,29,3,168,216,148,79,133,65,209,27,183,118,174,170,39,244,41,56,105,167,218,7,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,145,202,59,207,184,181,204,132,169,168,91,160,60,211,50,107,15,165,139,101,74,251,148,249,104,241,86,141,45,8,202,214,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,202,59,207,184,181,204,132,169,168,91,160,60,211,50,107,15,165,139,101,74,251,148,249,104,241,86,141,45,8,202,214,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,149,161,91,255,166,107,211,109,201,181,29,3,168,216,148,79,133,65,209,27,183,118,174,170,39,244,41,56,105,167,218,7,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,112,186,4,211,18,132,74,91,28,166,139,239,103,168,15,42,189,31,135,248,209,138,187,176,92,23,33,244,36,94,133,43,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,66,176,214,86,219,235,246,79,146,165,186,87,19,252,29,241,232,94,27,41,38,92,119,251,106,91,208,170,224,29,160,248,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,66,176,214,86,219,235,246,79,146,165,186,87,19,252,29,241,232,94,27,41,38,92,119,251,106,91,208,170,224,29,160,248,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,112,186,4,211,18,132,74,91,28,166,139,239,103,168,15,42,189,31,135,248,209,138,187,176,92,23,33,244,36,94,133,43,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,223,170,245,164,159,246,210,159,143,187,69,29,30,101,1,144,13,186,67,137,102,247,134,6,51,66,76,202,229,100,195,149,0],[160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,0],[160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,0],[160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,0],[160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,0],[160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,0],[160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,0],[160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,0],[160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,0],[160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,0],[160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,0],[160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,0],[160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,0],[160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,0],[160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,0],[160,19,224,113,201,255,129,36,52,57,214,92,241,118,205,0,170,227,47,102,227,218,116,110,128,178,11,110,204,252,77,100,200,0],[160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,160,19,224,113,201,255,129,36,52,57,214,92,241,118,205,0,170,227,47,102,227,218,116,110,128,178,11,110,204,252,77,100,200,160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,128],[249,2,17,160,168,126,56,172,52,80,132,112,1,188,219,81,217,108,235,7,91,204,43,236,215,105,173,157,145,80,34,82,55,220,6,4,160,49,189,156,252,156,179,158,251,245,11,39,223,233,40,65,238,184,147,239,253,181,166,105,248,147,9,89,244,120,71,174,20,160,195,115,141,170,173,52,245,52,31,74,14,89,252,57,189,36,230,166,20,149,114,254,243,113,188,73,132,188,245,78,147,25,160,133,216,29,177,161,41,173,111,13,71,224,248,184,244,103,21,96,18,215,93,103,42,140,119,223,225,179,108,10,46,149,23,160,194,131,169,76,107,159,220,165,83,180,204,162,16,19,217,10,236,206,115,161,127,201,244,202,117,242,103,5,213,175,135,247,160,120,189,110,224,246,156,1,95,180,13,4,129,40,192,25,18,89,112,162,93,21,22,28,16,148,27,242,99,96,131,149,79,160,237,201,89,61,216,110,186,41,166,158,143,10,217,102,106,50,128,108,211,150,129,159,26,24,139,181,36,30,4,54,106,11,160,6,241,221,233,8,139,132,65,112,147,181,232,88,6,190,130,244,172,109,157,2,96,131,112,102,148,235,42,79,232,68,49,160,141,220,206,44,156,245,60,193,180,173,93,108,244,203,140,68,29,146,164,39,103,95,123,114,59,230,135,99,56,195,226,188,160,122,176,79,76,231,6,192,71,125,137,35,14,11,17,13,68,13,123,157,118,226,85,157,147,74,107,236,194,2,129,105,70,160,94,103,30,170,252,117,166,208,167,61,182,8,167,253,123,99,246,189,201,245,37,253,233,96,39,29,233,8,154,197,206,95,160,210,39,52,242,60,98,181,196,59,237,8,104,28,126,18,121,21,216,78,48,138,197,74,188,160,152,85,192,243,122,161,35,160,51,49,162,128,8,49,122,112,39,198,26,106,94,128,28,238,67,58,72,85,69,26,27,70,29,186,248,140,226,148,239,118,160,156,178,57,38,104,169,53,185,101,17,189,184,191,112,223,240,47,93,133,175,180,20,15,37,226,109,55,194,69,121,17,121,160,223,170,245,164,159,246,210,159,143,187,69,29,30,101,1,144,13,186,67,137,102,247,134,6,51,66,76,202,229,100,195,149,160,78,196,70,119,146,143,203,161,239,235,187,146,102,7,199,230,178,254,232,34,29,97,160,25,144,219,65,110,19,147,191,178,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,252,217,31,98,213,2,184,117,159,197,191,162,34,191,237,19,48,173,185,206,42,131,123,246,215,37,157,170,129,2,159,79,0],[160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,0],[160,146,211,70,53,89,117,233,193,185,246,151,53,11,162,117,5,124,156,178,211,34,175,70,111,143,66,148,118,201,72,100,140,0],[160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,0],[160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,0],[160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,0],[160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,0],[160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,0],[160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,0],[160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,0],[160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,0],[160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,0],[160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,0],[160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,0],[160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,0],[160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,0],[160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,160,146,211,70,53,89,117,233,193,185,246,151,53,11,162,117,5,124,156,178,211,34,175,70,111,143,66,148,118,201,72,100,140,160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,128],[249,2,17,160,136,158,2,226,205,39,53,200,113,213,65,23,18,60,36,104,196,248,107,177,74,40,48,252,36,63,161,52,146,149,218,244,160,252,217,31,98,213,2,184,117,159,197,191,162,34,191,237,19,48,173,185,206,42,131,123,246,215,37,157,170,129,2,159,79,160,178,89,45,115,255,109,177,92,13,91,154,240,84,96,101,35,213,60,49,208,153,59,107,203,226,66,205,62,68,3,113,137,160,166,85,24,235,117,21,41,38,2,46,154,5,238,220,56,182,54,80,193,114,221,7,218,171,122,139,14,182,34,43,225,11,160,128,7,86,23,178,89,223,15,160,93,208,236,181,15,200,254,14,129,27,172,141,42,85,169,99,48,15,64,89,137,167,14,160,245,10,80,145,124,82,98,75,5,94,208,158,164,83,64,241,58,78,80,236,164,29,16,17,247,28,11,188,7,153,37,89,160,24,119,186,59,29,199,157,199,107,244,60,254,37,158,163,157,252,203,226,194,157,0,166,95,218,196,148,130,234,162,121,239,160,94,198,127,59,180,131,13,244,68,3,222,222,13,107,83,105,186,137,106,45,125,59,180,177,1,66,66,169,171,129,88,217,160,133,207,198,78,164,255,156,121,41,189,187,36,94,143,126,247,48,230,103,6,46,156,139,97,44,39,227,62,202,168,107,191,160,216,106,43,237,213,115,189,35,134,152,26,60,219,16,85,49,137,100,186,11,86,29,155,35,87,232,223,241,18,113,171,25,160,128,208,42,52,69,55,251,81,250,24,55,61,254,144,231,180,7,242,112,189,122,75,53,238,162,55,214,3,214,190,41,82,160,28,219,73,212,229,223,201,192,15,253,116,78,122,240,153,175,216,161,249,187,124,34,1,247,174,24,90,134,129,98,138,94,160,162,188,94,59,250,131,16,137,114,125,49,129,57,1,29,135,254,120,47,177,150,179,111,91,35,188,158,124,144,1,165,175,160,233,63,33,157,182,80,71,194,4,131,135,15,177,110,39,218,235,9,68,145,221,151,209,249,113,151,13,154,113,248,212,251,160,240,77,5,167,240,252,156,72,6,120,105,247,250,255,60,160,223,216,2,148,244,77,178,193,105,70,138,146,77,14,36,26,160,231,117,39,46,18,64,141,100,58,123,76,130,108,182,192,123,198,75,224,13,254,82,121,28,34,188,37,215,67,229,204,145,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,55,85,9,146,13,220,208,48,219,48,45,20,104,34,220,239,134,126,21,8,186,71,116,184,250,50,0,156,101,10,221,196,0],[160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,0],[160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,0],[160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,0],[160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,0],[160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,0],[160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,0],[160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,0],[160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,0],[160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,0],[160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,0],[160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,0],[160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,0],[160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,0],[160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,0],[160,175,181,176,216,197,195,13,98,14,255,75,4,199,16,191,222,114,48,246,89,57,95,237,2,178,220,14,100,170,2,33,181,0],[160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,160,175,181,176,216,197,195,13,98,14,255,75,4,199,16,191,222,114,48,246,89,57,95,237,2,178,220,14,100,170,2,33,181,160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,128],[249,2,17,160,13,50,178,12,178,19,67,135,215,89,53,231,22,221,140,64,188,98,198,227,215,36,164,27,112,123,190,45,95,182,33,187,160,144,189,95,104,22,238,131,96,95,198,33,248,191,105,143,89,198,59,69,63,243,142,51,78,65,115,149,37,203,218,247,94,160,79,204,161,177,228,182,121,96,146,211,177,38,22,57,20,49,248,123,125,156,59,75,90,151,138,247,138,6,179,165,160,82,160,140,157,161,144,90,131,156,126,28,31,219,2,32,142,218,207,122,240,59,83,213,101,85,6,89,42,252,50,0,63,41,26,160,114,4,167,86,222,251,112,145,143,90,94,162,253,167,136,179,171,244,100,6,175,12,83,225,246,212,87,136,249,223,98,41,160,35,133,238,244,161,113,110,168,119,146,55,22,14,251,248,253,122,123,143,124,99,22,167,156,159,89,143,189,188,184,55,25,160,218,193,150,127,147,10,105,9,78,25,126,53,125,230,152,4,221,183,129,56,57,0,216,220,246,188,35,57,240,221,236,220,160,152,34,0,17,190,112,15,88,228,102,220,185,135,126,19,76,151,214,110,0,89,64,203,77,36,86,21,103,24,93,163,162,160,222,176,130,181,66,206,34,242,98,239,160,93,183,113,213,224,164,56,159,67,98,237,201,92,199,233,180,76,26,178,183,220,160,244,134,114,8,198,123,78,30,181,195,25,53,18,58,102,168,17,37,12,65,146,237,176,118,73,123,94,211,88,102,45,103,160,99,65,230,50,158,103,92,64,163,190,197,76,55,250,64,183,58,35,6,216,189,162,165,220,203,139,72,228,79,146,166,79,160,77,230,171,142,226,201,157,79,149,190,26,10,65,95,107,252,129,131,254,192,76,245,23,182,112,114,111,243,174,62,85,173,160,208,61,209,181,228,68,191,140,217,152,245,13,166,173,143,131,23,154,162,132,24,173,67,254,35,26,228,28,62,238,46,153,160,109,70,62,252,174,216,135,110,228,206,18,234,175,240,81,71,60,224,40,247,249,199,120,40,169,94,170,189,82,7,19,164,160,55,85,9,146,13,220,208,48,219,48,45,20,104,34,220,239,134,126,21,8,186,71,116,184,250,50,0,156,101,10,221,196,160,55,120,177,211,133,123,94,204,145,54,50,158,200,181,96,110,60,208,24,240,219,149,8,97,145,225,21,109,246,143,68,192,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,56,88,5,160,143,143,51,129,117,240,225,241,84,36,241,220,69,90,156,249,195,200,255,207,226,79,132,244,18,115,224,0],[160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,0],[160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,0],[160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,0],[160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,0],[160,180,25,20,136,244,187,234,226,83,52,240,205,200,229,58,185,112,131,8,251,120,228,195,70,166,60,63,220,0,122,78,173,0],[160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,0],[160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,0],[160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,0],[160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,0],[160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,0],[160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,0],[160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,0],[160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,0],[160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,0],[160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,0],[160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,160,180,25,20,136,244,187,234,226,83,52,240,205,200,229,58,185,112,131,8,251,120,228,195,70,166,60,63,220,0,122,78,173,160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,128],[249,2,17,160,233,164,123,155,208,136,62,222,128,46,68,22,119,41,220,130,92,81,54,13,240,207,4,31,130,84,81,26,250,195,171,31,160,244,215,184,178,53,71,155,192,100,8,118,81,164,118,232,220,173,36,120,133,241,231,166,112,58,35,217,30,213,123,220,77,160,134,253,80,38,136,250,41,205,209,43,104,149,123,17,94,159,28,175,21,183,209,231,206,71,77,37,218,154,146,153,24,84,160,242,196,102,68,90,97,212,177,99,93,1,189,243,233,47,45,158,15,86,232,172,232,220,234,77,224,150,242,154,87,138,123,160,69,56,88,5,160,143,143,51,129,117,240,225,241,84,36,241,220,69,90,156,249,195,200,255,207,226,79,132,244,18,115,224,160,6,112,245,182,35,129,212,139,193,244,32,18,172,238,163,131,140,3,156,129,117,175,101,209,39,17,230,197,161,26,164,26,160,79,40,37,32,248,84,18,15,57,155,236,176,232,223,32,225,49,204,199,149,15,187,125,240,104,181,38,216,118,38,1,237,160,105,23,154,137,214,82,85,24,220,53,190,87,18,66,18,143,0,67,138,13,212,5,13,41,124,119,231,67,255,172,68,9,160,150,57,129,248,61,15,249,159,113,45,24,26,195,248,178,118,31,241,166,83,125,218,65,165,39,22,144,22,55,186,191,36,160,37,141,200,101,250,20,191,110,42,209,61,8,144,77,65,122,59,202,230,3,188,203,35,205,101,33,33,94,177,227,68,43,160,69,219,41,20,222,32,242,18,19,225,56,104,87,117,137,196,215,12,73,139,227,173,49,7,198,217,73,208,227,162,81,116,160,28,142,151,27,207,139,38,79,22,24,250,12,143,203,222,117,103,50,59,36,240,23,62,117,240,73,138,255,192,1,93,196,160,71,66,44,76,194,4,102,148,61,159,44,187,87,174,253,148,80,69,177,44,134,124,174,137,132,229,187,176,102,210,238,67,160,60,127,152,172,115,221,28,164,158,109,71,26,152,180,197,32,190,197,209,7,136,29,17,0,1,166,144,214,158,223,255,188,160,139,247,90,127,31,160,77,117,139,184,215,104,143,174,182,205,118,216,68,187,107,213,107,217,79,68,166,136,61,93,95,219,160,144,168,243,96,7,203,236,41,91,150,36,240,48,27,175,249,20,6,27,133,8,180,158,141,251,53,222,188,111,207,156,79,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,149,106,49,186,80,196,82,157,32,65,104,247,97,128,104,47,223,63,50,242,236,254,19,57,80,81,181,46,229,29,163,11,0],[160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,0],[160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,0],[160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,0],[160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,0],[160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,0],[160,3,153,231,82,186,179,76,222,114,246,236,240,176,201,228,114,97,100,0,77,34,220,98,95,112,155,37,214,127,222,185,16,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,128,128,128,128,128,160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,128,160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,160,3,153,231,82,186,179,76,222,114,246,236,240,176,201,228,114,97,100,0,77,34,220,98,95,112,155,37,214,127,222,185,16,128,128,128],[249,1,17,160,215,224,21,2,97,171,69,236,25,113,94,56,156,61,31,194,96,44,38,194,7,54,86,91,99,76,25,68,145,135,211,203,160,0,116,232,16,100,160,2,7,116,93,13,52,82,113,39,74,129,133,1,15,13,152,37,53,61,188,158,237,240,251,33,100,128,128,128,128,128,160,34,4,235,19,71,244,221,231,87,16,181,139,205,226,188,107,109,163,62,245,227,181,183,149,28,88,87,131,159,226,103,240,160,4,118,106,94,203,57,75,141,85,80,227,21,97,138,127,226,1,28,46,243,8,235,110,208,8,114,254,18,55,214,34,166,160,59,212,149,146,240,60,174,117,127,215,192,69,57,2,171,125,65,9,239,118,90,254,77,195,30,68,46,165,85,163,206,73,128,160,195,224,6,145,38,225,72,233,106,172,81,161,30,125,2,127,249,225,13,71,60,192,219,232,194,101,212,20,230,176,37,97,160,185,33,32,239,177,174,129,67,203,135,224,106,250,147,29,149,212,33,253,192,57,152,87,160,239,0,210,114,54,157,242,249,160,149,106,49,186,80,196,82,157,32,65,104,247,97,128,104,47,223,63,50,242,236,254,19,57,80,81,181,46,229,29,163,11,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,238,33,41,91,139,64,0,126,58,209,28,244,31,248,40,252,116,128,48,205,71,63,220,200,119,152,59,114,226,64,32,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,249,116,158,55,31,135,151,154,177,70,162,196,125,104,115,86,21,90,18,248,231,181,157,159,88,231,1,29,210,253,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,163,249,116,158,55,31,135,151,154,177,70,162,196,125,104,115,86,21,90,18,248,231,181,157,159,88,231,1,29,210,253,54,128,128,128,128,128,160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,128,128,128],[248,81,128,128,128,128,128,128,128,160,238,33,41,91,139,64,0,126,58,209,28,244,31,248,40,252,116,128,48,205,71,63,220,200,119,152,59,114,226,64,32,177,128,128,128,128,128,160,251,60,45,2,104,12,61,28,155,14,150,70,250,245,3,148,210,16,251,31,250,169,96,119,131,26,252,73,177,112,202,218,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156],"key":[210,225,228,215,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0],[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,110,210,32,40,203,188,213,98,144,74,214,52,38,242,41,140,111,161,26,157,214,107,102,215,218,164,89,184,224,211,23,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,125,5,117,81,122,122,242,64,2,175,145,138,151,62,249,124,167,21,134,164,8,89,178,199,105,211,183,248,165,182,64,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,0,0,0,0]],"keccak_data":[[248,102,157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,184,70,248,68,128,128,160,124,110,210,32,40,203,188,213,98,144,74,214,52,38,242,41,140,111,161,26,157,214,107,102,215,218,164,89,184,224,211,23,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,204,18,70,147,70,174,150,116,157,137,13,240,104,94,233,25,109,74,186,171,157,47,95,139,142,245,103,90,184,70,248,68,128,128,160,125,125,5,117,81,122,122,242,64,2,175,145,138,151,62,249,124,167,21,134,164,8,89,178,199,105,211,183,248,165,182,64,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,229,104,249,34,92,158,241,146,58,109,87,65,16,57,148,193,196,216,75,75,23,242,59,8,146,130,42,254,205,234,174,62,0],[160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,0],[160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,0],[160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,0],[160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,0],[160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,0],[160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,0],[160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,0],[160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,0],[160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,0],[160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,0],[160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,0],[160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,0],[160,40,218,53,174,159,41,102,174,207,210,68,46,147,137,18,7,231,77,152,244,11,253,97,148,81,205,17,30,51,123,221,102,0],[160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,160,40,218,53,174,159,41,102,174,207,210,68,46,147,137,18,7,231,77,152,244,11,253,97,148,81,205,17,30,51,123,221,102,160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,128],[249,1,241,160,210,78,178,150,212,28,82,100,139,9,109,132,133,207,63,99,40,200,4,196,200,195,186,250,93,114,18,44,172,151,118,68,160,248,248,132,231,219,36,190,8,58,174,27,174,158,48,92,216,246,35,223,148,206,15,72,180,81,79,190,14,67,106,51,79,160,13,72,167,81,176,246,4,165,171,191,233,200,230,245,85,183,155,49,113,73,183,238,65,232,198,3,104,188,203,231,65,107,160,245,222,18,92,222,52,154,198,56,236,143,5,187,148,74,102,159,213,184,21,37,236,199,145,65,247,7,166,199,180,48,247,160,166,208,151,209,212,168,142,58,157,109,23,95,84,233,143,153,14,248,231,3,194,217,110,15,239,28,4,40,101,20,53,97,160,60,130,57,44,233,118,42,28,170,215,17,198,162,137,157,164,223,182,105,242,82,26,139,152,210,231,170,122,160,56,27,239,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,175,1,178,61,129,112,118,162,180,92,178,179,187,8,193,159,88,107,50,59,21,36,17,87,21,27,120,193,231,46,250,160,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,233,11,203,144,35,127,66,38,147,63,249,208,31,136,253,118,129,195,190,252,103,30,209,103,175,19,31,90,157,186,240,15,160,116,9,53,227,24,201,63,205,83,100,51,78,3,176,96,96,120,136,225,160,202,17,90,149,234,56,165,87,22,40,184,42,160,242,20,107,113,105,239,136,8,144,132,56,162,225,51,73,150,27,145,239,210,114,198,211,182,32,230,120,58,58,217,173,72,160,12,22,175,18,114,255,215,239,55,10,122,127,125,141,194,141,217,188,103,188,152,194,108,175,150,155,24,11,23,95,238,25,160,229,104,249,34,92,158,241,146,58,109,87,65,16,57,148,193,196,216,75,75,23,242,59,8,146,130,42,254,205,234,174,62,160,125,60,195,29,133,115,78,254,77,106,193,209,138,28,116,102,74,68,161,182,3,244,61,135,24,219,30,81,54,65,75,20,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,80,212,104,138,191,68,67,228,70,6,232,171,124,66,35,101,130,116,159,84,49,253,75,91,27,244,105,102,42,237,198,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,0],[160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,0],[160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,173,190,85,245,27,215,241,104,119,0,147,61,155,51,41,52,3,142,121,197,151,126,68,251,26,55,133,129,160,120,30,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,128,128,128,128,128,128,128,160,64,173,190,85,245,27,215,241,104,119,0,147,61,155,51,41,52,3,142,121,197,151,126,68,251,26,55,133,129,160,120,30,128,128,128,128,128],[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,205,47,45,45,48,218,249,255,243,170,19,97,62,119,94,176,39,141,226,22,160,223,179,39,159,220,65,206,56,192,65,173,160,50,7,84,178,113,185,153,86,226,228,109,96,229,189,177,154,48,210,208,72,55,188,165,81,252,132,72,106,229,90,76,92,128,128,128,128,128,128,128,160,80,212,104,138,191,68,67,228,70,6,232,171,124,66,35,101,130,116,159,84,49,253,75,91,27,244,105,102,42,237,198,64,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,166,63,2,5,40,19,246,0,9,254,66,154,247,78,11,69,102,73,107,96,10,59,99,155,12,117,22,81,236,36,24,140,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],"key":[235,207,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18],"list_rlp_bytes":[[226],[225]],"value_rlp_bytes":[[27],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,27],[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],[225,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,27]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevelsLong.json b/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevelsLong.json index 5392f1215e..970527f84f 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevelsLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/AddBranchTwoLevelsLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,65,142,115,86,153,45,96,46,75,208,124,208,7,163,16,107,176,78,205,174,240,138,104,153,241,130,159,183,150,255,172,0],[160,64,216,85,95,32,235,202,43,112,168,109,97,139,32,97,72,199,52,22,55,141,153,57,226,95,120,214,6,226,51,115,154,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,28,241,244,79,115,80,99,155,142,177,171,21,142,78,170,161,160,151,84,2,1,217,248,156,185,227,64,243,5,112,142,186,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,112,111,76,82,17,231,123,222,41,29,143,197,43,214,49,114,156,6,228,160,200,190,124,83,90,134,148,113,0,242,8,223,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,112,111,76,82,17,231,123,222,41,29,143,197,43,214,49,114,156,6,228,160,200,190,124,83,90,134,148,113,0,242,8,223,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,28,241,244,79,115,80,99,155,142,177,171,21,142,78,170,161,160,151,84,2,1,217,248,156,185,227,64,243,5,112,142,186,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,46,171,117,127,104,238,238,194,83,233,78,9,202,136,194,148,140,253,97,150,228,161,20,225,13,58,144,222,57,99,254,32,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,58,109,215,135,86,131,21,211,39,205,236,11,17,4,11,251,27,214,159,168,108,253,243,116,37,135,174,7,21,231,118,173,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,58,109,215,135,86,131,21,211,39,205,236,11,17,4,11,251,27,214,159,168,108,253,243,116,37,135,174,7,21,231,118,173,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,46,171,117,127,104,238,238,194,83,233,78,9,202,136,194,148,140,253,97,150,228,161,20,225,13,58,144,222,57,99,254,32,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,134,63,30,134,185,236,136,110,216,149,200,29,150,68,11,249,220,44,129,142,104,27,141,110,40,213,239,1,101,88,73,149,0],[160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,0],[160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,0],[160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,0],[160,146,166,81,45,210,69,39,90,8,44,60,221,195,241,31,210,253,3,69,225,11,88,250,193,159,251,4,231,245,233,133,226,0],[160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,0],[160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,0],[160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,0],[160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,0],[160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,0],[160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,0],[160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,0],[160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,0],[160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,0],[160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,0],[160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,0],[160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,160,146,166,81,45,210,69,39,90,8,44,60,221,195,241,31,210,253,3,69,225,11,88,250,193,159,251,4,231,245,233,133,226,160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,128],[249,2,17,160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,160,134,63,30,134,185,236,136,110,216,149,200,29,150,68,11,249,220,44,129,142,104,27,141,110,40,213,239,1,101,88,73,149,160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,132,115,35,52,46,95,96,2,2,115,162,44,191,156,162,192,165,82,107,140,211,254,138,34,192,195,57,95,161,87,130,0],[160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,0],[160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,0],[160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,0],[160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,0],[160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,0],[160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,0],[160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,0],[160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,0],[160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,0],[160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,0],[160,104,89,56,67,130,177,255,66,86,223,47,205,194,196,137,228,139,65,105,207,33,85,109,121,82,166,72,219,252,44,251,57,0],[160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,0],[160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,0],[160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,0],[160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,0],[160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,160,104,89,56,67,130,177,255,66,86,223,47,205,194,196,137,228,139,65,105,207,33,85,109,121,82,166,72,219,252,44,251,57,160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,128],[249,2,17,160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,160,79,132,115,35,52,46,95,96,2,2,115,162,44,191,156,162,192,165,82,107,140,211,254,138,34,192,195,57,95,161,87,130,160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,127,128,165,147,138,20,51,157,73,19,218,37,23,117,111,124,78,248,64,26,173,136,151,108,81,69,93,159,165,157,5,0],[160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,0],[160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,0],[160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,0],[160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,0],[160,42,24,87,137,84,11,35,99,129,198,127,228,155,85,156,33,108,82,86,188,33,157,85,117,109,104,122,163,199,71,97,63,0],[160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,0],[160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,0],[160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,0],[160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,0],[160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,0],[160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,0],[160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,0],[160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,0],[160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,0],[160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,0],[160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,160,42,24,87,137,84,11,35,99,129,198,127,228,155,85,156,33,108,82,86,188,33,157,85,117,109,104,122,163,199,71,97,63,160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,128],[249,2,17,160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,160,174,127,128,165,147,138,20,51,157,73,19,218,37,23,117,111,124,78,248,64,26,173,136,151,108,81,69,93,159,165,157,5,160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,88,250,177,137,251,253,171,31,170,108,145,2,118,240,52,248,128,177,214,147,184,112,178,29,82,17,46,69,147,165,137,56,0],[160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,0],[160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,0],[160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,0],[160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,0],[160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,0],[160,80,192,12,181,234,197,167,48,160,85,10,220,41,220,187,66,88,224,134,140,35,222,37,94,171,131,46,144,39,31,171,221,0],[160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,0],[160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,0],[160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,0],[160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,0],[160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,0],[160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,0],[160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,0],[160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,0],[160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,0],[160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,160,80,192,12,181,234,197,167,48,160,85,10,220,41,220,187,66,88,224,134,140,35,222,37,94,171,131,46,144,39,31,171,221,160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,128],[249,2,17,160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,160,88,250,177,137,251,253,171,31,170,108,145,2,118,240,52,248,128,177,214,147,184,112,178,29,82,17,46,69,147,165,137,56,160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,167,211,155,160,201,251,76,202,216,44,134,208,243,169,194,31,136,106,132,127,255,30,231,154,164,250,237,71,247,7,71,108,0],[160,114,102,255,251,116,2,170,24,47,182,156,52,247,77,37,159,202,195,203,229,225,253,90,175,118,104,20,35,133,52,155,244,0],[160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,0],[160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,0],[160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,114,102,255,251,116,2,170,24,47,182,156,52,247,77,37,159,202,195,203,229,225,253,90,175,118,104,20,35,133,52,155,244,160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,128,128,160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,128,160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,128,128,128,160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,128,160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,128,128],[249,1,17,160,167,211,155,160,201,251,76,202,216,44,134,208,243,169,194,31,136,106,132,127,255,30,231,154,164,250,237,71,247,7,71,108,160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,128,128,160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,128,160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,128,128,128,160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,128,160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,174,79,250,14,204,47,230,127,162,158,244,66,186,245,88,129,146,245,96,126,115,7,239,250,25,59,94,83,145,226,98,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,113,65,45,107,211,235,72,59,222,171,146,31,38,245,62,163,235,195,74,119,251,206,230,11,150,55,132,81,123,170,212,163,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,113,65,45,107,211,235,72,59,222,171,146,31,38,245,62,163,235,195,74,119,251,206,230,11,150,55,132,81,123,170,212,163,128,128,128,128,128,128,128,128,160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,128,128,128,128],[248,81,128,128,128,160,174,79,250,14,204,47,230,127,162,158,244,66,186,245,88,129,146,245,96,126,115,7,239,250,25,59,94,83,145,226,98,151,128,128,128,128,128,128,128,128,160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[89,58,69,3,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0],[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,116,153,120,158,35,139,22,3,217,133,14,145,254,66,30,86,90,251,215,156,182,186,146,63,18,216,131,139,85,131,244,191,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0]],"keccak_data":[[248,102,157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,184,70,248,68,128,128,160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,184,70,248,68,128,128,160,116,153,120,158,35,139,22,3,217,133,14,145,254,66,30,86,90,251,215,156,182,186,146,63,18,216,131,139,85,131,244,191,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,226,190,84,69,203,56,27,246,201,141,156,201,73,130,2,159,121,205,4,166,22,147,152,70,29,59,157,94,225,160,94,240,0],[160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,0],[160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,0],[160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,0],[160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,0],[160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,0],[160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,0],[160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,0],[160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,0],[160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,0],[160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,0],[160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,0],[160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,0],[160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,0],[160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128],[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,226,190,84,69,203,56,27,246,201,141,156,201,73,130,2,159,121,205,4,166,22,147,152,70,29,59,157,94,225,160,94,240,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,182,104,108,5,101,67,68,63,182,144,81,1,94,196,132,5,233,246,221,169,26,88,78,224,208,14,115,84,171,42,152,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,0],[160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,0],[160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,128,128,128,128,128],[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,182,104,108,5,101,67,68,63,182,144,81,1,94,196,132,5,233,246,221,169,26,88,78,224,208,14,115,84,171,42,152,115,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,67],[225]],"value_rlp_bytes":[[161],[17]],"drifted_rlp_bytes":[248,66],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,17],[248,66,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,65,142,115,86,153,45,96,46,75,208,124,208,7,163,16,107,176,78,205,174,240,138,104,153,241,130,159,183,150,255,172,0],[160,64,216,85,95,32,235,202,43,112,168,109,97,139,32,97,72,199,52,22,55,141,153,57,226,95,120,214,6,226,51,115,154,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,28,241,244,79,115,80,99,155,142,177,171,21,142,78,170,161,160,151,84,2,1,217,248,156,185,227,64,243,5,112,142,186,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,112,111,76,82,17,231,123,222,41,29,143,197,43,214,49,114,156,6,228,160,200,190,124,83,90,134,148,113,0,242,8,223,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,112,111,76,82,17,231,123,222,41,29,143,197,43,214,49,114,156,6,228,160,200,190,124,83,90,134,148,113,0,242,8,223,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,28,241,244,79,115,80,99,155,142,177,171,21,142,78,170,161,160,151,84,2,1,217,248,156,185,227,64,243,5,112,142,186,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,46,171,117,127,104,238,238,194,83,233,78,9,202,136,194,148,140,253,97,150,228,161,20,225,13,58,144,222,57,99,254,32,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,58,109,215,135,86,131,21,211,39,205,236,11,17,4,11,251,27,214,159,168,108,253,243,116,37,135,174,7,21,231,118,173,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,58,109,215,135,86,131,21,211,39,205,236,11,17,4,11,251,27,214,159,168,108,253,243,116,37,135,174,7,21,231,118,173,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,46,171,117,127,104,238,238,194,83,233,78,9,202,136,194,148,140,253,97,150,228,161,20,225,13,58,144,222,57,99,254,32,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,134,63,30,134,185,236,136,110,216,149,200,29,150,68,11,249,220,44,129,142,104,27,141,110,40,213,239,1,101,88,73,149,0],[160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,0],[160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,0],[160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,0],[160,146,166,81,45,210,69,39,90,8,44,60,221,195,241,31,210,253,3,69,225,11,88,250,193,159,251,4,231,245,233,133,226,0],[160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,0],[160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,0],[160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,0],[160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,0],[160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,0],[160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,0],[160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,0],[160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,0],[160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,0],[160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,0],[160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,0],[160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,160,146,166,81,45,210,69,39,90,8,44,60,221,195,241,31,210,253,3,69,225,11,88,250,193,159,251,4,231,245,233,133,226,160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,128],[249,2,17,160,198,67,193,40,189,183,243,110,236,249,87,164,254,4,18,247,165,8,224,145,183,146,193,134,108,92,51,118,87,1,55,55,160,207,77,142,134,69,57,3,137,194,215,136,159,200,3,106,136,207,128,121,101,74,111,119,8,28,25,67,95,75,149,240,179,160,113,169,81,156,152,233,242,53,158,61,1,6,154,158,221,95,160,161,22,75,243,24,208,145,102,67,192,91,136,171,112,130,160,134,63,30,134,185,236,136,110,216,149,200,29,150,68,11,249,220,44,129,142,104,27,141,110,40,213,239,1,101,88,73,149,160,77,136,232,125,146,182,216,32,31,95,68,167,85,8,141,149,172,249,145,110,63,184,182,211,115,249,66,156,35,44,206,130,160,187,154,109,62,12,234,181,48,71,107,26,151,43,194,36,229,11,31,4,19,154,49,106,141,191,91,11,104,128,73,95,246,160,203,119,143,72,93,31,12,157,215,52,167,43,217,70,64,171,206,192,149,251,222,195,239,242,45,174,126,148,245,99,64,233,160,73,244,169,88,68,149,214,152,203,249,139,51,80,134,156,226,19,139,105,13,52,70,14,183,53,59,223,4,28,123,104,254,160,15,252,131,153,150,238,233,87,57,131,180,245,221,26,171,14,170,52,134,20,157,152,67,164,172,251,14,21,209,240,7,100,160,179,220,4,245,160,115,14,86,110,172,166,147,215,255,160,56,101,86,150,82,125,169,134,241,36,61,221,34,216,202,244,140,160,44,172,79,123,106,240,124,139,46,74,80,170,182,250,147,244,33,60,118,18,121,72,132,239,214,154,100,185,201,68,249,50,160,93,101,130,85,29,12,134,80,207,223,101,52,21,168,12,11,168,61,48,111,61,146,166,227,57,219,149,137,240,172,245,215,160,9,243,232,41,51,138,168,83,221,234,35,126,44,249,128,242,15,18,210,250,246,228,60,215,162,53,252,99,107,192,121,172,160,96,65,44,193,20,161,35,105,195,200,17,242,161,224,50,75,252,5,9,96,245,206,238,107,193,80,195,112,227,16,154,88,160,142,167,165,168,158,18,66,44,73,118,203,155,197,126,32,57,210,76,183,198,171,22,96,231,247,20,192,86,93,226,56,223,160,58,140,167,212,151,173,213,191,229,255,38,103,52,10,86,110,98,108,97,176,58,199,242,10,81,76,108,153,252,112,99,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,132,115,35,52,46,95,96,2,2,115,162,44,191,156,162,192,165,82,107,140,211,254,138,34,192,195,57,95,161,87,130,0],[160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,0],[160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,0],[160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,0],[160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,0],[160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,0],[160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,0],[160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,0],[160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,0],[160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,0],[160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,0],[160,104,89,56,67,130,177,255,66,86,223,47,205,194,196,137,228,139,65,105,207,33,85,109,121,82,166,72,219,252,44,251,57,0],[160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,0],[160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,0],[160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,0],[160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,0],[160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,160,104,89,56,67,130,177,255,66,86,223,47,205,194,196,137,228,139,65,105,207,33,85,109,121,82,166,72,219,252,44,251,57,160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,128],[249,2,17,160,244,90,153,105,161,223,18,232,143,116,173,76,165,86,100,59,34,223,188,180,94,207,49,118,75,123,131,57,56,71,90,155,160,35,244,145,51,163,253,92,20,107,47,18,175,177,120,133,74,31,144,227,75,98,88,197,112,84,5,232,224,253,82,92,193,160,56,31,246,86,166,185,197,202,17,183,247,144,180,14,107,226,134,183,166,172,239,29,163,58,196,63,55,89,218,100,180,5,160,151,184,234,56,149,4,80,205,52,13,51,132,68,34,32,94,222,115,12,5,118,255,135,222,239,35,80,184,168,42,193,180,160,7,116,25,167,219,104,220,53,4,9,24,182,47,50,131,32,172,204,234,115,222,179,166,70,157,253,49,88,35,213,21,97,160,57,102,138,145,250,184,56,48,16,144,15,55,9,81,42,245,180,206,237,191,155,230,201,249,171,205,249,219,24,217,242,180,160,40,172,201,0,99,38,60,144,110,245,49,191,234,99,210,148,99,153,13,46,117,79,20,46,111,119,21,146,19,155,125,247,160,55,48,220,133,35,40,6,26,64,184,118,52,69,142,104,219,58,163,199,188,88,218,133,87,22,51,166,123,229,143,18,252,160,212,227,94,79,219,148,169,148,209,138,63,40,180,238,223,228,22,24,6,127,75,11,78,125,251,182,212,139,99,52,66,96,160,164,191,91,178,63,195,101,63,192,103,48,228,255,138,158,51,141,236,147,98,51,19,220,86,101,88,179,108,60,162,131,188,160,79,132,115,35,52,46,95,96,2,2,115,162,44,191,156,162,192,165,82,107,140,211,254,138,34,192,195,57,95,161,87,130,160,111,19,137,216,175,63,82,137,160,225,123,29,238,54,138,24,22,119,125,255,226,18,91,100,8,156,64,163,170,92,111,188,160,179,104,56,90,73,209,179,12,114,124,226,101,207,76,169,141,233,163,30,169,164,29,239,241,132,182,13,231,109,83,55,124,160,74,127,198,113,16,237,43,248,128,38,150,250,141,62,130,75,226,154,190,213,104,13,69,100,48,100,116,214,59,21,226,249,160,72,200,11,232,31,74,35,44,148,20,228,145,97,203,250,194,63,178,38,50,249,24,15,28,51,65,120,134,249,52,209,18,160,78,63,199,8,64,10,86,178,79,45,34,87,4,90,143,21,108,3,249,46,245,215,234,190,141,91,30,183,226,2,124,117,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,127,128,165,147,138,20,51,157,73,19,218,37,23,117,111,124,78,248,64,26,173,136,151,108,81,69,93,159,165,157,5,0],[160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,0],[160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,0],[160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,0],[160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,0],[160,42,24,87,137,84,11,35,99,129,198,127,228,155,85,156,33,108,82,86,188,33,157,85,117,109,104,122,163,199,71,97,63,0],[160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,0],[160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,0],[160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,0],[160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,0],[160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,0],[160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,0],[160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,0],[160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,0],[160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,0],[160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,0],[160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,160,42,24,87,137,84,11,35,99,129,198,127,228,155,85,156,33,108,82,86,188,33,157,85,117,109,104,122,163,199,71,97,63,160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,128],[249,2,17,160,31,109,172,75,105,4,14,57,45,244,58,48,6,182,167,77,33,27,158,179,225,10,160,190,65,18,205,234,203,31,149,248,160,249,185,13,165,46,190,201,29,233,194,85,20,90,49,5,239,196,72,4,149,231,198,233,205,184,229,33,77,180,173,94,64,160,82,129,161,33,12,98,1,200,45,61,97,162,4,227,14,249,124,232,96,143,228,45,88,130,130,18,105,83,227,151,243,21,160,169,22,29,162,128,118,215,236,62,197,203,115,21,225,173,252,66,198,114,216,145,225,159,207,244,197,165,113,68,34,111,120,160,174,127,128,165,147,138,20,51,157,73,19,218,37,23,117,111,124,78,248,64,26,173,136,151,108,81,69,93,159,165,157,5,160,11,94,4,143,200,153,73,140,12,194,99,245,42,75,213,134,196,88,111,252,98,232,176,220,205,40,216,49,119,232,23,67,160,1,5,106,142,90,105,79,140,233,63,181,221,199,121,32,21,161,106,163,152,53,3,224,176,188,51,7,198,167,79,165,90,160,150,118,135,165,112,209,186,73,182,110,213,153,11,97,202,165,172,118,207,177,205,95,81,49,100,101,116,100,208,230,237,80,160,67,238,226,4,56,160,7,9,62,173,208,28,99,223,224,155,183,205,220,34,242,92,149,250,160,83,45,165,255,53,80,85,160,221,34,188,59,37,202,169,39,154,48,42,130,80,3,246,216,89,251,207,115,72,73,225,9,116,121,163,152,114,57,189,36,160,93,190,179,84,128,186,178,224,157,147,1,35,88,133,198,240,174,123,167,19,127,169,89,188,33,65,67,181,232,61,235,142,160,249,150,32,155,251,221,189,3,17,222,136,218,255,253,247,6,68,131,188,44,136,25,225,166,203,97,213,235,72,140,179,74,160,60,165,183,131,173,1,132,99,195,145,37,137,210,206,115,65,217,193,165,234,88,203,21,161,33,130,32,80,222,131,28,151,160,248,74,45,130,224,19,138,254,188,235,199,198,22,55,76,108,18,205,98,191,11,6,161,209,15,113,27,58,204,61,59,121,160,120,250,153,106,169,215,19,33,181,33,25,147,9,77,249,44,197,35,196,63,86,254,191,40,49,133,215,179,123,6,57,39,160,72,83,225,135,107,103,237,232,69,31,197,32,83,174,47,120,173,153,124,102,145,126,109,167,123,104,244,110,141,82,94,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,88,250,177,137,251,253,171,31,170,108,145,2,118,240,52,248,128,177,214,147,184,112,178,29,82,17,46,69,147,165,137,56,0],[160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,0],[160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,0],[160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,0],[160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,0],[160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,0],[160,80,192,12,181,234,197,167,48,160,85,10,220,41,220,187,66,88,224,134,140,35,222,37,94,171,131,46,144,39,31,171,221,0],[160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,0],[160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,0],[160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,0],[160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,0],[160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,0],[160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,0],[160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,0],[160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,0],[160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,0],[160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,160,80,192,12,181,234,197,167,48,160,85,10,220,41,220,187,66,88,224,134,140,35,222,37,94,171,131,46,144,39,31,171,221,160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,128],[249,2,17,160,13,157,185,252,114,76,122,218,166,113,146,46,92,127,68,128,20,109,167,255,153,41,182,219,247,46,231,71,3,136,72,105,160,120,38,219,27,99,39,56,156,92,104,216,244,250,12,81,97,13,22,152,243,240,98,96,18,224,44,143,231,23,26,104,114,160,177,239,243,230,211,42,186,150,132,69,102,238,71,233,209,51,15,164,42,234,70,36,68,136,63,127,115,55,223,7,111,191,160,9,6,125,83,115,100,224,226,144,175,1,176,89,202,146,236,151,170,10,57,64,237,114,171,54,42,254,51,10,204,101,148,160,76,50,165,220,142,156,132,106,64,235,161,217,161,75,0,230,74,96,37,235,140,79,95,249,209,98,202,165,160,223,132,227,160,88,250,177,137,251,253,171,31,170,108,145,2,118,240,52,248,128,177,214,147,184,112,178,29,82,17,46,69,147,165,137,56,160,250,83,109,214,245,126,181,19,9,194,132,223,136,217,180,69,130,139,209,157,145,173,134,85,209,184,39,144,12,0,67,58,160,45,253,55,78,120,246,54,91,16,199,171,20,188,118,155,81,50,195,205,189,191,253,1,217,16,165,139,171,156,222,153,68,160,186,156,147,99,35,199,104,175,127,207,113,246,23,3,22,210,100,90,161,166,222,127,145,102,113,241,207,233,201,22,186,103,160,140,205,180,19,20,44,104,33,137,228,163,179,83,245,25,210,54,27,46,217,121,232,61,240,247,17,6,54,147,234,200,192,160,175,110,149,185,114,213,216,188,47,36,254,115,151,98,218,192,167,178,101,32,28,105,225,132,84,12,189,210,213,53,147,24,160,174,96,207,155,115,6,77,151,63,199,24,31,4,149,44,67,154,128,149,233,132,146,49,149,232,175,144,41,99,159,164,191,160,219,130,167,157,148,69,117,35,59,187,83,145,209,70,155,92,167,58,48,74,247,48,247,243,9,180,224,214,216,3,67,168,160,72,169,66,134,103,248,232,160,153,49,229,15,86,175,29,153,227,6,94,44,11,16,179,234,112,32,253,69,33,192,69,35,160,228,44,167,227,222,157,95,241,127,84,99,190,39,16,42,250,204,124,46,138,35,80,87,36,134,74,111,75,146,205,95,189,160,41,70,243,15,151,249,56,215,177,30,167,155,152,146,216,144,202,41,142,59,67,182,44,112,154,175,50,51,150,229,38,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,167,211,155,160,201,251,76,202,216,44,134,208,243,169,194,31,136,106,132,127,255,30,231,154,164,250,237,71,247,7,71,108,0],[160,114,102,255,251,116,2,170,24,47,182,156,52,247,77,37,159,202,195,203,229,225,253,90,175,118,104,20,35,133,52,155,244,0],[160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,0],[160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,0],[160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,114,102,255,251,116,2,170,24,47,182,156,52,247,77,37,159,202,195,203,229,225,253,90,175,118,104,20,35,133,52,155,244,160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,128,128,160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,128,160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,128,128,128,160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,128,160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,128,128],[249,1,17,160,167,211,155,160,201,251,76,202,216,44,134,208,243,169,194,31,136,106,132,127,255,30,231,154,164,250,237,71,247,7,71,108,160,78,23,202,198,202,214,14,58,125,132,219,67,63,207,85,200,153,36,149,233,28,35,139,230,17,117,203,142,79,111,121,218,128,128,160,135,254,104,129,55,206,89,47,238,27,174,86,42,28,197,55,89,83,86,225,100,145,89,86,248,29,217,37,103,201,188,154,128,160,66,197,211,26,77,6,194,179,239,36,39,81,34,130,78,91,43,170,187,156,32,87,79,162,118,9,74,166,52,228,112,213,128,128,128,160,94,222,210,28,114,128,49,122,255,137,107,72,124,187,176,57,17,151,86,90,100,190,79,176,183,4,146,102,255,76,23,211,160,65,207,168,60,21,138,86,118,0,148,150,30,137,250,140,105,254,195,143,205,101,42,136,3,61,56,221,26,213,104,50,37,160,165,159,178,156,166,213,224,178,67,173,170,94,214,7,34,151,218,154,172,77,122,38,235,178,69,98,97,32,143,225,253,133,128,160,224,50,44,205,185,131,62,225,83,116,214,175,71,47,115,103,169,72,147,250,234,126,41,228,220,75,22,91,142,198,49,233,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,174,79,250,14,204,47,230,127,162,158,244,66,186,245,88,129,146,245,96,126,115,7,239,250,25,59,94,83,145,226,98,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,113,65,45,107,211,235,72,59,222,171,146,31,38,245,62,163,235,195,74,119,251,206,230,11,150,55,132,81,123,170,212,163,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,113,65,45,107,211,235,72,59,222,171,146,31,38,245,62,163,235,195,74,119,251,206,230,11,150,55,132,81,123,170,212,163,128,128,128,128,128,128,128,128,160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,128,128,128,128],[248,81,128,128,128,160,174,79,250,14,204,47,230,127,162,158,244,66,186,245,88,129,146,245,96,126,115,7,239,250,25,59,94,83,145,226,98,151,128,128,128,128,128,128,128,128,160,110,235,214,105,255,174,229,137,2,218,227,118,60,16,72,206,40,139,100,36,168,55,218,161,22,254,227,8,182,136,245,2,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,18,80,24,140,50,182,60,87,149,120,38,223,78,36,232,177,156],"key":[89,58,69,3,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0],[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,116,153,120,158,35,139,22,3,217,133,14,145,254,66,30,86,90,251,215,156,182,186,146,63,18,216,131,139,85,131,244,191,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,0,0,0,0]],"keccak_data":[[248,102,157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,184,70,248,68,128,128,160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,8,255,129,146,76,148,81,97,14,199,143,32,220,69,111,203,226,251,70,230,53,231,48,120,90,97,54,153,184,70,248,68,128,128,160,116,153,120,158,35,139,22,3,217,133,14,145,254,66,30,86,90,251,215,156,182,186,146,63,18,216,131,139,85,131,244,191,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,18,80,24,140,50,182,60,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,226,190,84,69,203,56,27,246,201,141,156,201,73,130,2,159,121,205,4,166,22,147,152,70,29,59,157,94,225,160,94,240,0],[160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,0],[160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,0],[160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,0],[160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,0],[160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,0],[160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,0],[160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,0],[160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,0],[160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,0],[160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,0],[160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,0],[160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,0],[160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,0],[160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128],[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,226,190,84,69,203,56,27,246,201,141,156,201,73,130,2,159,121,205,4,166,22,147,152,70,29,59,157,94,225,160,94,240,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,182,104,108,5,101,67,68,63,182,144,81,1,94,196,132,5,233,246,221,169,26,88,78,224,208,14,115,84,171,42,152,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,0],[160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,0],[160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,128,128,128,128,128],[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,182,104,108,5,101,67,68,63,182,144,81,1,94,196,132,5,233,246,221,169,26,88,78,224,208,14,115,84,171,42,152,115,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,60,226,195,23,238,134,33,223,70,2,103,252,151,203,213,143,75,59,120,238,144,88,86,245,53,153,249,230,170,10,224,141,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],"key":[235,207,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18],"list_rlp_bytes":[[248,67],[225]],"value_rlp_bytes":[[161],[17]],"drifted_rlp_bytes":[248,66],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],[248,66,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/BalanceModCLong.json b/zkevm-circuits/src/mpt_circuit/tests/BalanceModCLong.json index 92f302e173..f7543f5e89 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/BalanceModCLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/BalanceModCLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,204,180,233,79,209,238,24,231,117,128,223,162,62,169,1,59,44,107,6,160,54,110,174,161,202,187,130,210,23,159,59,53,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,254,132,91,142,65,69,113,48,77,73,63,31,218,242,183,51,206,40,164,131,227,177,255,205,118,170,246,235,92,73,195,40,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,254,132,91,142,65,69,113,48,77,73,63,31,218,242,183,51,206,40,164,131,227,177,255,205,118,170,246,235,92,73,195,40,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,106,158,107,24,228,255,101,96,171,3,109,88,75,148,137,21,188,140,186,37,161,103,51,249,28,86,142,140,211,71,179,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,173,106,158,107,24,228,255,101,96,171,3,109,88,75,148,137,21,188,140,186,37,161,103,51,249,28,86,142,140,211,71,179,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,76,252,13,85,71,142,191,228,91,220,35,14,28,175,248,169,125,101,95,176,50,153,185,137,201,136,175,68,125,227,179,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,23,76,252,13,85,71,142,191,228,91,220,35,14,28,175,248,169,125,101,95,176,50,153,185,137,201,136,175,68,125,227,179,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,20,250,168,85,201,188,115,120,17,254,134,74,227,222,13,98,216,24,126,242,3,105,48,116,70,88,161,177,193,91,46,115,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,20,250,168,85,201,188,115,120,17,254,134,74,227,222,13,98,216,24,126,242,3,105,48,116,70,88,161,177,193,91,46,115,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,120,203,9,69,238,148,217,156,202,38,88,253,144,24,236,217,48,96,103,115,220,27,82,75,50,127,189,115,205,101,174,202,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,120,203,9,69,238,148,217,156,202,38,88,253,144,24,236,217,48,96,103,115,220,27,82,75,50,127,189,115,205,101,174,202,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,122,110,91,74,74,28,223,195,214,220,149,40,210,64,84,248,103,147,234,159,226,182,151,184,196,252,194,150,238,175,127,145,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,122,110,91,74,74,28,223,195,214,220,149,40,210,64,84,248,103,147,234,159,226,182,151,184,196,252,194,150,238,175,127,145,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,114,114,89,65,55,137,147,83,81,17,239,131,238,229,60,17,2,25,79,243,116,60,227,197,91,104,22,235,159,79,239,70,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,114,114,89,65,55,137,147,83,81,17,239,131,238,229,60,17,2,25,79,243,116,60,227,197,91,104,22,235,159,79,239,70,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,104]],"value_rlp_bytes":[[184,77],[184,72]],"value_list_rlp_bytes":[[248,75],[248,70]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,1,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,72,248,70,7,130,1,183,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,204,180,233,79,209,238,24,231,117,128,223,162,62,169,1,59,44,107,6,160,54,110,174,161,202,187,130,210,23,159,59,53,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,254,132,91,142,65,69,113,48,77,73,63,31,218,242,183,51,206,40,164,131,227,177,255,205,118,170,246,235,92,73,195,40,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,254,132,91,142,65,69,113,48,77,73,63,31,218,242,183,51,206,40,164,131,227,177,255,205,118,170,246,235,92,73,195,40,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,106,158,107,24,228,255,101,96,171,3,109,88,75,148,137,21,188,140,186,37,161,103,51,249,28,86,142,140,211,71,179,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,173,106,158,107,24,228,255,101,96,171,3,109,88,75,148,137,21,188,140,186,37,161,103,51,249,28,86,142,140,211,71,179,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,76,252,13,85,71,142,191,228,91,220,35,14,28,175,248,169,125,101,95,176,50,153,185,137,201,136,175,68,125,227,179,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,23,76,252,13,85,71,142,191,228,91,220,35,14,28,175,248,169,125,101,95,176,50,153,185,137,201,136,175,68,125,227,179,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,20,250,168,85,201,188,115,120,17,254,134,74,227,222,13,98,216,24,126,242,3,105,48,116,70,88,161,177,193,91,46,115,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,20,250,168,85,201,188,115,120,17,254,134,74,227,222,13,98,216,24,126,242,3,105,48,116,70,88,161,177,193,91,46,115,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,120,203,9,69,238,148,217,156,202,38,88,253,144,24,236,217,48,96,103,115,220,27,82,75,50,127,189,115,205,101,174,202,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,120,203,9,69,238,148,217,156,202,38,88,253,144,24,236,217,48,96,103,115,220,27,82,75,50,127,189,115,205,101,174,202,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,122,110,91,74,74,28,223,195,214,220,149,40,210,64,84,248,103,147,234,159,226,182,151,184,196,252,194,150,238,175,127,145,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,122,110,91,74,74,28,223,195,214,220,149,40,210,64,84,248,103,147,234,159,226,182,151,184,196,252,194,150,238,175,127,145,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,114,114,89,65,55,137,147,83,81,17,239,131,238,229,60,17,2,25,79,243,116,60,227,197,91,104,22,235,159,79,239,70,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,114,114,89,65,55,137,147,83,81,17,239,131,238,229,60,17,2,25,79,243,116,60,227,197,91,104,22,235,159,79,239,70,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11],"key":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,104]],"value_rlp_bytes":[[184,77],[184,72]],"value_list_rlp_bytes":[[248,75],[248,70]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,1,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,72,248,70,7,130,1,183,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/BalanceModCShort.json b/zkevm-circuits/src/mpt_circuit/tests/BalanceModCShort.json index 0529af93ad..22ebabada4 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/BalanceModCShort.json +++ b/zkevm-circuits/src/mpt_circuit/tests/BalanceModCShort.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,215,119,227,233,37,72,17,15,142,183,35,133,251,179,81,254,127,107,246,174,74,50,43,56,89,173,145,219,175,167,219,197,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,7,95,123,150,106,97,239,117,52,95,22,109,67,230,7,196,125,239,148,77,4,248,125,157,16,192,195,105,167,215,166,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,11,7,95,123,150,106,97,239,117,52,95,22,109,67,230,7,196,125,239,148,77,4,248,125,157,16,192,195,105,167,215,166,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,191,82,42,177,141,86,136,32,99,146,95,105,178,156,103,107,237,21,124,15,152,6,49,112,134,7,149,239,21,199,106,196,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,191,82,42,177,141,86,136,32,99,146,95,105,178,156,103,107,237,21,124,15,152,6,49,112,134,7,149,239,21,199,106,196,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,183,219,70,226,179,5,129,109,157,38,44,155,133,219,225,116,64,71,122,63,125,181,242,78,166,169,210,22,22,155,75,67,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,183,219,70,226,179,5,129,109,157,38,44,155,133,219,225,116,64,71,122,63,125,181,242,78,166,169,210,22,22,155,75,67,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,140,189,42,227,234,225,34,139,39,33,109,133,147,104,7,213,94,5,177,115,67,233,167,121,108,158,178,28,99,133,191,221,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,140,189,42,227,234,225,34,139,39,33,109,133,147,104,7,213,94,5,177,115,67,233,167,121,108,158,178,28,99,133,191,221,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,132,54,201,11,96,145,99,24,22,214,203,107,206,124,19,232,235,225,175,151,177,29,210,71,182,254,180,64,238,255,98,25,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,132,54,201,11,96,145,99,24,22,214,203,107,206,124,19,232,235,225,175,151,177,29,210,71,182,254,180,64,238,255,98,25,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,103,160,25,207,238,14,124,214,115,33,134,80,81,127,179,67,224,80,122,202,125,152,117,87,53,11,2,57,193,44,161,191,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,103,160,25,207,238,14,124,214,115,33,134,80,81,127,179,67,224,80,122,202,125,152,117,87,53,11,2,57,193,44,161,191,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,79,119,50,238,231,143,169,238,3,236,32,180,120,110,203,163,142,44,140,58,54,72,177,76,66,137,235,88,86,23,185,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,79,119,50,238,231,143,169,238,3,236,32,180,120,110,203,163,142,44,140,58,54,72,177,76,66,137,235,88,86,23,185,251,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,102]],"value_rlp_bytes":[[184,77],[184,70]],"value_list_rlp_bytes":[[248,75],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,70,248,68,7,98,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,215,119,227,233,37,72,17,15,142,183,35,133,251,179,81,254,127,107,246,174,74,50,43,56,89,173,145,219,175,167,219,197,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,7,95,123,150,106,97,239,117,52,95,22,109,67,230,7,196,125,239,148,77,4,248,125,157,16,192,195,105,167,215,166,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,11,7,95,123,150,106,97,239,117,52,95,22,109,67,230,7,196,125,239,148,77,4,248,125,157,16,192,195,105,167,215,166,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,191,82,42,177,141,86,136,32,99,146,95,105,178,156,103,107,237,21,124,15,152,6,49,112,134,7,149,239,21,199,106,196,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,191,82,42,177,141,86,136,32,99,146,95,105,178,156,103,107,237,21,124,15,152,6,49,112,134,7,149,239,21,199,106,196,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,183,219,70,226,179,5,129,109,157,38,44,155,133,219,225,116,64,71,122,63,125,181,242,78,166,169,210,22,22,155,75,67,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,183,219,70,226,179,5,129,109,157,38,44,155,133,219,225,116,64,71,122,63,125,181,242,78,166,169,210,22,22,155,75,67,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,140,189,42,227,234,225,34,139,39,33,109,133,147,104,7,213,94,5,177,115,67,233,167,121,108,158,178,28,99,133,191,221,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,140,189,42,227,234,225,34,139,39,33,109,133,147,104,7,213,94,5,177,115,67,233,167,121,108,158,178,28,99,133,191,221,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,132,54,201,11,96,145,99,24,22,214,203,107,206,124,19,232,235,225,175,151,177,29,210,71,182,254,180,64,238,255,98,25,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,132,54,201,11,96,145,99,24,22,214,203,107,206,124,19,232,235,225,175,151,177,29,210,71,182,254,180,64,238,255,98,25,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,103,160,25,207,238,14,124,214,115,33,134,80,81,127,179,67,224,80,122,202,125,152,117,87,53,11,2,57,193,44,161,191,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,103,160,25,207,238,14,124,214,115,33,134,80,81,127,179,67,224,80,122,202,125,152,117,87,53,11,2,57,193,44,161,191,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,79,119,50,238,231,143,169,238,3,236,32,180,120,110,203,163,142,44,140,58,54,72,177,76,66,137,235,88,86,23,185,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,79,119,50,238,231,143,169,238,3,236,32,180,120,110,203,163,142,44,140,58,54,72,177,76,66,137,235,88,86,23,185,251,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11],"key":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,102]],"value_rlp_bytes":[[184,77],[184,70]],"value_list_rlp_bytes":[[248,75],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,70,248,68,7,98,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/BranchAfterExtNode.json b/zkevm-circuits/src/mpt_circuit/tests/BranchAfterExtNode.json index b920ac6434..1f214b1a2f 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/BranchAfterExtNode.json +++ b/zkevm-circuits/src/mpt_circuit/tests/BranchAfterExtNode.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,73,49,198,255,107,143,229,48,234,92,155,36,85,51,114,24,8,103,83,24,237,216,9,33,197,9,79,133,194,252,244,22,0],[160,133,2,227,97,29,49,149,137,63,240,21,59,248,88,238,177,157,104,56,137,140,80,96,81,212,121,90,135,253,19,159,21,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,201,82,215,59,18,170,24,170,99,224,138,251,104,161,255,21,159,170,37,168,170,150,210,218,152,170,1,74,126,225,27,17,0],[160,187,84,133,211,175,183,225,157,237,166,42,206,27,229,213,198,22,221,15,74,13,210,245,59,159,38,203,39,14,108,244,118,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,187,84,133,211,175,183,225,157,237,166,42,206,27,229,213,198,22,221,15,74,13,210,245,59,159,38,203,39,14,108,244,118,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,201,82,215,59,18,170,24,170,99,224,138,251,104,161,255,21,159,170,37,168,170,150,210,218,152,170,1,74,126,225,27,17,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,43,209,201,146,215,51,147,204,1,146,123,227,189,47,252,60,205,89,3,243,8,71,141,72,251,19,75,25,117,76,208,111,0],[160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,0],[160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,0],[160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,0],[160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,0],[160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,0],[160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,0],[160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,0],[160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,0],[160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,0],[160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,0],[160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,0],[160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,0],[160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,0],[160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,0],[160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,0],[160,91,28,212,38,52,113,173,123,188,155,32,196,251,89,0,47,200,132,14,137,163,114,112,59,172,245,25,8,95,36,170,231,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,160,91,28,212,38,52,113,173,123,188,155,32,196,251,89,0,47,200,132,14,137,163,114,112,59,172,245,25,8,95,36,170,231,128],[249,2,17,160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,160,43,209,201,146,215,51,147,204,1,146,123,227,189,47,252,60,205,89,3,243,8,71,141,72,251,19,75,25,117,76,208,111,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,2,174,138,82,84,255,182,248,253,181,51,224,221,3,112,69,39,51,135,237,254,6,172,229,112,226,35,3,72,76,148,51,0],[160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,0],[160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,0],[160,55,233,31,130,172,126,78,192,134,117,159,42,63,243,55,221,15,180,31,197,219,27,234,1,214,92,166,208,129,149,215,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,0],[160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,0],[160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,0],[160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,0],[160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,0],[160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,0],[160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,0],[160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,160,55,233,31,130,172,126,78,192,134,117,159,42,63,243,55,221,15,180,31,197,219,27,234,1,214,92,166,208,129,149,215,61,128,160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,128,160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,128,160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,128],[249,1,177,160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,160,2,174,138,82,84,255,182,248,253,181,51,224,221,3,112,69,39,51,135,237,254,6,172,229,112,226,35,3,72,76,148,51,128,160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,128,160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,128,160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,217,61,8,41,170,75,215,43,11,14,15,230,88,212,149,46,106,205,214,237,84,92,86,93,232,60,222,106,55,147,101,230,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,88,162,103,248,232,250,22,70,107,53,87,130,165,1,203,138,60,106,132,145,81,226,14,83,31,153,68,197,55,15,140,105,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,128,128,128,160,88,162,103,248,232,250,22,70,107,53,87,130,165,1,203,138,60,106,132,145,81,226,14,83,31,153,68,197,55,15,140,105,128,128,160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,128,128,128,160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,128,128,128],[248,145,128,128,160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,128,128,128,160,217,61,8,41,170,75,215,43,11,14,15,230,88,212,149,46,106,205,214,237,84,92,86,93,232,60,222,106,55,147,101,230,128,128,160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,128,128,128,160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[15,38,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0],[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,206,60,99,19,56,41,46,91,119,41,228,201,230,159,100,118,59,157,41,75,211,227,103,55,152,239,160,70,4,195,6,118,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,189,55,225,123,133,61,150,163,237,126,25,170,46,40,228,1,41,44,59,122,58,75,245,58,171,7,210,231,202,59,135,154,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0]],"keccak_data":[[248,104,159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,184,70,248,68,128,128,160,206,60,99,19,56,41,46,91,119,41,228,201,230,159,100,118,59,157,41,75,211,227,103,55,152,239,160,70,4,195,6,118,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,184,70,248,68,128,128,160,189,55,225,123,133,61,150,163,237,126,25,170,46,40,228,1,41,44,59,122,58,75,245,58,171,7,210,231,202,59,135,154,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[246]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,66],[248,66]]}},"account":null,"storage":null,"values":[[160,7,183,183,148,161,25,123,161,98,23,137,130,80,12,69,205,222,125,44,175,140,155,36,144,55,2,125,69,98,224,86,251,0],[160,75,150,51,162,232,158,194,193,228,60,197,8,205,113,214,156,238,205,24,119,77,80,160,26,15,249,56,84,89,213,252,59,0],[209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243,0]],"keccak_data":[[248,66,160,75,150,51,162,232,158,194,193,228,60,197,8,205,113,214,156,238,205,24,119,77,80,160,26,15,249,56,84,89,213,252,59,209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[248,66,160,7,183,183,148,161,25,123,161,98,23,137,130,80,12,69,205,222,125,44,175,140,155,36,144,55,2,125,69,98,224,86,251,209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[246,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131],[246,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[246]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[241],[241]]}},"account":null,"storage":null,"values":[[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243,0]],"keccak_data":[[241,128,207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111,209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[241,128,207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17,209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[207],[207]],"value_rlp_bytes":[[111],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[141,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[141,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111],[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":true,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,73,49,198,255,107,143,229,48,234,92,155,36,85,51,114,24,8,103,83,24,237,216,9,33,197,9,79,133,194,252,244,22,0],[160,133,2,227,97,29,49,149,137,63,240,21,59,248,88,238,177,157,104,56,137,140,80,96,81,212,121,90,135,253,19,159,21,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,201,82,215,59,18,170,24,170,99,224,138,251,104,161,255,21,159,170,37,168,170,150,210,218,152,170,1,74,126,225,27,17,0],[160,187,84,133,211,175,183,225,157,237,166,42,206,27,229,213,198,22,221,15,74,13,210,245,59,159,38,203,39,14,108,244,118,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,187,84,133,211,175,183,225,157,237,166,42,206,27,229,213,198,22,221,15,74,13,210,245,59,159,38,203,39,14,108,244,118,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,201,82,215,59,18,170,24,170,99,224,138,251,104,161,255,21,159,170,37,168,170,150,210,218,152,170,1,74,126,225,27,17,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,43,209,201,146,215,51,147,204,1,146,123,227,189,47,252,60,205,89,3,243,8,71,141,72,251,19,75,25,117,76,208,111,0],[160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,0],[160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,0],[160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,0],[160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,0],[160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,0],[160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,0],[160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,0],[160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,0],[160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,0],[160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,0],[160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,0],[160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,0],[160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,0],[160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,0],[160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,0],[160,91,28,212,38,52,113,173,123,188,155,32,196,251,89,0,47,200,132,14,137,163,114,112,59,172,245,25,8,95,36,170,231,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,160,91,28,212,38,52,113,173,123,188,155,32,196,251,89,0,47,200,132,14,137,163,114,112,59,172,245,25,8,95,36,170,231,128],[249,2,17,160,228,90,158,133,202,177,182,235,24,179,13,242,198,172,196,72,187,172,106,48,216,22,70,130,59,49,34,62,22,229,6,62,160,51,189,113,113,213,86,185,129,246,132,144,100,235,9,65,43,36,254,220,8,18,18,125,185,54,6,112,67,245,61,177,185,160,202,86,148,95,7,77,164,241,85,135,64,69,147,250,243,165,13,23,234,14,33,164,24,173,110,201,155,223,75,243,249,20,160,218,35,233,0,79,120,45,241,40,238,161,173,255,119,149,45,200,95,145,183,247,202,72,147,170,197,242,29,36,195,161,201,160,186,94,198,31,167,128,238,2,175,25,219,153,103,124,55,86,15,196,240,223,92,39,141,157,250,40,55,243,15,114,188,107,160,131,16,173,145,98,92,46,52,41,167,64,102,183,226,224,201,88,50,94,78,127,163,236,72,107,115,183,200,48,12,254,247,160,115,46,92,16,59,244,213,173,254,248,55,115,2,104,9,217,64,85,57,182,126,147,41,58,2,52,46,131,173,47,183,102,160,48,209,79,240,194,170,181,125,31,186,244,152,171,20,81,155,78,157,148,241,73,163,220,21,240,238,197,173,248,223,37,225,160,56,244,219,12,202,242,227,236,239,236,44,56,233,3,223,197,32,51,128,97,2,211,111,210,185,170,33,239,86,129,17,85,160,90,67,189,146,229,90,167,141,246,14,112,182,181,59,99,102,196,8,15,214,165,189,215,181,51,180,106,255,74,117,246,242,160,160,196,16,170,89,239,228,22,177,33,49,102,250,182,128,206,51,11,212,108,62,191,135,127,241,70,9,238,106,56,54,0,160,47,65,233,24,120,110,85,114,147,6,139,30,218,155,63,159,134,237,78,101,166,165,54,62,227,38,33,9,246,224,139,23,160,1,244,42,64,240,47,111,36,187,151,176,156,77,57,52,232,176,59,231,207,187,144,42,204,28,143,214,122,122,90,186,206,160,10,203,220,226,120,122,110,161,119,32,155,209,59,252,157,7,121,215,226,181,36,158,2,17,162,151,65,100,225,67,18,245,160,218,219,225,19,228,19,46,12,12,60,212,134,126,10,32,68,208,229,163,212,75,53,6,119,237,66,252,146,68,208,4,212,160,43,209,201,146,215,51,147,204,1,146,123,227,189,47,252,60,205,89,3,243,8,71,141,72,251,19,75,25,117,76,208,111,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,2,174,138,82,84,255,182,248,253,181,51,224,221,3,112,69,39,51,135,237,254,6,172,229,112,226,35,3,72,76,148,51,0],[160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,0],[160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,0],[160,55,233,31,130,172,126,78,192,134,117,159,42,63,243,55,221,15,180,31,197,219,27,234,1,214,92,166,208,129,149,215,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,0],[160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,0],[160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,0],[160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,0],[160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,0],[160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,0],[160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,0],[160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,160,55,233,31,130,172,126,78,192,134,117,159,42,63,243,55,221,15,180,31,197,219,27,234,1,214,92,166,208,129,149,215,61,128,160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,128,160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,128,160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,128],[249,1,177,160,99,177,38,18,210,137,248,128,13,121,176,69,191,235,206,191,181,117,177,222,14,16,95,204,110,208,0,163,182,129,33,138,160,25,210,151,245,124,244,121,252,126,45,119,75,127,236,178,195,35,231,204,35,192,134,91,79,57,132,61,141,117,94,179,232,160,2,174,138,82,84,255,182,248,253,181,51,224,221,3,112,69,39,51,135,237,254,6,172,229,112,226,35,3,72,76,148,51,128,160,135,225,224,84,220,117,208,97,69,191,21,139,124,116,109,53,88,110,160,234,100,180,148,59,9,44,118,87,242,104,161,16,160,73,179,229,105,249,212,24,135,95,212,77,66,41,207,114,27,114,121,233,135,173,219,211,60,205,64,12,165,237,95,166,21,160,219,224,13,96,100,120,184,230,49,179,64,233,74,12,226,105,247,132,204,142,178,138,64,67,36,235,249,253,251,77,249,100,128,160,144,59,163,188,253,212,40,167,204,216,147,144,206,163,194,67,219,255,80,65,66,62,11,227,114,155,181,68,68,128,94,204,160,205,63,6,36,139,159,139,81,68,226,163,228,208,11,205,113,111,145,45,187,168,204,45,240,25,45,66,70,130,137,41,81,160,99,195,182,73,239,159,112,203,139,195,225,122,156,151,190,189,202,124,109,39,143,14,145,184,134,13,109,74,228,153,109,81,160,253,45,254,233,113,161,50,39,197,51,184,39,198,61,227,148,108,47,19,213,78,21,163,41,88,86,249,63,121,63,75,202,128,160,125,165,0,3,0,26,104,16,128,209,133,126,91,181,133,82,44,120,105,170,26,199,31,29,134,37,166,34,15,249,176,190,160,128,240,222,115,77,99,29,94,39,225,187,123,87,18,70,22,23,170,117,158,125,128,252,234,112,131,69,68,59,209,22,85,160,127,100,1,11,22,34,85,247,179,203,10,60,88,105,31,196,222,39,91,240,157,67,237,89,122,152,63,245,221,175,21,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,217,61,8,41,170,75,215,43,11,14,15,230,88,212,149,46,106,205,214,237,84,92,86,93,232,60,222,106,55,147,101,230,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,88,162,103,248,232,250,22,70,107,53,87,130,165,1,203,138,60,106,132,145,81,226,14,83,31,153,68,197,55,15,140,105,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,128,128,128,160,88,162,103,248,232,250,22,70,107,53,87,130,165,1,203,138,60,106,132,145,81,226,14,83,31,153,68,197,55,15,140,105,128,128,160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,128,128,128,160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,128,128,128],[248,145,128,128,160,238,154,201,77,98,196,200,204,121,221,49,134,97,232,39,160,114,160,141,30,114,252,26,214,28,58,52,226,46,201,177,99,128,128,128,160,217,61,8,41,170,75,215,43,11,14,15,230,88,212,149,46,106,205,214,237,84,92,86,93,232,60,222,106,55,147,101,230,128,128,160,218,227,95,52,213,45,132,15,136,106,204,149,152,130,189,75,195,239,217,100,37,131,72,204,18,234,23,163,199,152,227,191,128,128,128,160,156,139,22,126,67,235,50,223,254,156,178,25,208,133,19,117,164,170,21,123,10,101,150,194,186,210,53,153,87,94,88,111,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[64,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[15,38,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0],[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,206,60,99,19,56,41,46,91,119,41,228,201,230,159,100,118,59,157,41,75,211,227,103,55,152,239,160,70,4,195,6,118,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,189,55,225,123,133,61,150,163,237,126,25,170,46,40,228,1,41,44,59,122,58,75,245,58,171,7,210,231,202,59,135,154,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,0,0]],"keccak_data":[[248,104,159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,184,70,248,68,128,128,160,206,60,99,19,56,41,46,91,119,41,228,201,230,159,100,118,59,157,41,75,211,227,103,55,152,239,160,70,4,195,6,118,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,111,83,152,199,146,197,13,7,247,158,141,236,60,29,161,103,169,163,5,167,129,168,249,194,99,251,188,6,108,110,184,70,248,68,128,128,160,189,55,225,123,133,61,150,163,237,126,25,170,46,40,228,1,41,44,59,122,58,75,245,58,171,7,210,231,202,59,135,154,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[64,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[246]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,66],[248,66]]}},"account":null,"storage":null,"values":[[160,7,183,183,148,161,25,123,161,98,23,137,130,80,12,69,205,222,125,44,175,140,155,36,144,55,2,125,69,98,224,86,251,0],[160,75,150,51,162,232,158,194,193,228,60,197,8,205,113,214,156,238,205,24,119,77,80,160,26,15,249,56,84,89,213,252,59,0],[209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243,0]],"keccak_data":[[248,66,160,75,150,51,162,232,158,194,193,228,60,197,8,205,113,214,156,238,205,24,119,77,80,160,26,15,249,56,84,89,213,252,59,209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[248,66,160,7,183,183,148,161,25,123,161,98,23,137,130,80,12,69,205,222,125,44,175,140,155,36,144,55,2,125,69,98,224,86,251,209,141,48,0,0,0,0,0,0,0,0,0,0,0,1,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[246,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131],[246,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[246]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[241],[241]]}},"account":null,"storage":null,"values":[[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,93,231,222,179,200,105,115,118,250,132,32,214,33,150,76,209,104,175,229,53,28,212,120,93,242,40,176,125,156,228,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,156,212,46,116,133,187,242,221,106,185,132,133,34,227,69,211,83,195,203,224,50,98,64,237,136,10,142,227,36,175,100,243,0]],"keccak_data":[[241,128,207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111,209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128],[241,128,207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17,209,141,32,0,0,0,0,0,0,0,0,0,0,0,0,130,129,222,128,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],"key":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],"list_rlp_bytes":[[207],[207]],"value_rlp_bytes":[[111],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[141,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[141,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,111],[207,141,32,0,0,0,0,0,0,0,0,0,0,0,0,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/Delete.json b/zkevm-circuits/src/mpt_circuit/tests/Delete.json index 70a89dd0dd..f15f2fe35d 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/Delete.json +++ b/zkevm-circuits/src/mpt_circuit/tests/Delete.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,218,110,100,128,176,131,123,43,191,247,227,164,23,145,105,138,227,233,252,165,190,74,150,50,10,57,106,83,238,228,14,181,0],[160,84,27,227,242,46,79,217,60,221,76,65,125,42,157,63,52,34,165,202,198,158,242,170,12,250,183,1,89,170,90,124,240,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,229,85,66,101,164,18,174,4,193,17,231,89,184,45,172,160,106,220,225,230,188,118,241,61,23,183,252,64,125,234,108,86,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,1,179,209,160,190,31,71,37,162,8,20,180,241,65,149,199,218,75,226,181,16,203,85,161,80,98,214,77,121,236,45,250,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,1,179,209,160,190,31,71,37,162,8,20,180,241,65,149,199,218,75,226,181,16,203,85,161,80,98,214,77,121,236,45,250,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,85,66,101,164,18,174,4,193,17,231,89,184,45,172,160,106,220,225,230,188,118,241,61,23,183,252,64,125,234,108,86,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,149,4,210,226,215,230,253,241,43,60,106,167,66,11,25,158,0,95,180,121,254,20,201,146,23,49,57,40,49,236,239,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,67,172,147,42,66,143,144,134,20,166,53,4,147,237,132,74,8,236,52,204,149,64,245,53,239,141,110,255,96,55,150,41,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,67,172,147,42,66,143,144,134,20,166,53,4,147,237,132,74,8,236,52,204,149,64,245,53,239,141,110,255,96,55,150,41,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,39,149,4,210,226,215,230,253,241,43,60,106,167,66,11,25,158,0,95,180,121,254,20,201,146,23,49,57,40,49,236,239,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,187,26,138,182,228,97,38,119,38,255,158,141,201,88,239,54,157,55,128,7,82,64,3,106,133,5,228,120,188,160,234,13,0],[160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,0],[160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,0],[160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,0],[160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,0],[160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,0],[160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,0],[160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,0],[160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,0],[160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,0],[160,33,214,70,211,94,3,131,63,213,105,172,210,185,17,14,67,142,203,132,182,92,199,32,89,142,96,41,187,146,202,188,36,0],[160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,0],[160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,0],[160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,0],[160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,0],[160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,0],[160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,160,33,214,70,211,94,3,131,63,213,105,172,210,185,17,14,67,142,203,132,182,92,199,32,89,142,96,41,187,146,202,188,36,160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,128],[249,2,17,160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,160,187,26,138,182,228,97,38,119,38,255,158,141,201,88,239,54,157,55,128,7,82,64,3,106,133,5,228,120,188,160,234,13,160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,34,80,85,35,174,171,80,108,48,210,213,78,250,191,121,25,15,30,202,150,147,27,28,221,115,5,32,19,223,97,236,0],[160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,0],[160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,0],[160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,0],[160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,0],[160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,0],[160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,0],[160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,0],[160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,0],[160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,0],[160,13,216,19,1,116,113,14,175,160,96,135,246,226,11,82,4,37,220,170,106,253,152,57,172,40,123,43,144,17,4,47,207,0],[160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,0],[160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,0],[160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,0],[160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,0],[160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,0],[160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,160,13,216,19,1,116,113,14,175,160,96,135,246,226,11,82,4,37,220,170,106,253,152,57,172,40,123,43,144,17,4,47,207,160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,128],[249,2,17,160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,160,167,34,80,85,35,174,171,80,108,48,210,213,78,250,191,121,25,15,30,202,150,147,27,28,221,115,5,32,19,223,97,236,160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,146,137,223,118,24,96,49,135,45,59,143,123,17,88,198,204,55,186,195,238,80,213,26,201,92,65,131,127,68,149,207,192,0],[160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,0],[160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,0],[160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,0],[160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,0],[160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,0],[160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,0],[160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,0],[160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,0],[160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,0],[160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,0],[160,89,1,72,66,205,45,158,95,232,171,217,247,156,68,195,211,102,65,90,175,111,126,136,122,54,97,6,177,193,198,205,172,0],[160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,0],[160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,0],[160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,0],[160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,0],[160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,160,89,1,72,66,205,45,158,95,232,171,217,247,156,68,195,211,102,65,90,175,111,126,136,122,54,97,6,177,193,198,205,172,160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,128],[249,2,17,160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,160,146,137,223,118,24,96,49,135,45,59,143,123,17,88,198,204,55,186,195,238,80,213,26,201,92,65,131,127,68,149,207,192,160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,168,53,198,53,112,41,107,98,88,61,68,81,213,246,190,26,54,28,104,225,250,215,243,205,222,134,187,216,78,119,25,185,0],[160,225,81,108,140,98,152,13,246,35,239,5,153,9,166,50,233,121,164,152,228,226,17,151,65,106,167,102,92,16,59,249,136,0],[160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,0],[160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,0],[160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,0],[160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,0],[160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,0],[160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,0],[160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,0],[160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,0],[160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,0],[160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,0],[160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,0],[160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,0],[160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,0],[160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,0],[160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,81,108,140,98,152,13,246,35,239,5,153,9,166,50,233,121,164,152,228,226,17,151,65,106,167,102,92,16,59,249,136,160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,128],[249,2,17,160,168,53,198,53,112,41,107,98,88,61,68,81,213,246,190,26,54,28,104,225,250,215,243,205,222,134,187,216,78,119,25,185,160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,41,147,98,24,85,186,44,175,208,104,119,29,53,221,60,48,164,243,164,149,75,137,204,156,3,97,96,188,45,241,168,182,0],[160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,0],[160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,0],[160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,0],[160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,176,121,254,239,124,116,165,167,156,24,203,241,137,46,235,202,206,160,9,35,161,127,165,177,90,152,109,255,212,182,6,84,0],[160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,128,160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,128,160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,128,160,176,121,254,239,124,116,165,167,156,24,203,241,137,46,235,202,206,160,9,35,161,127,165,177,90,152,109,255,212,182,6,84,160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,128,128,128,160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,128,128],[249,1,49,160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,128,160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,128,160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,128,160,41,147,98,24,85,186,44,175,208,104,119,29,53,221,60,48,164,243,164,149,75,137,204,156,3,97,96,188,45,241,168,182,160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,128,128,128,160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,56,43,155,161,166,246,207,195,185,110,250,230,163,101,224,62,53,178,97,184,200,160,179,95,74,78,196,144,156,43,236,4,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,59,169,3,89,76,47,74,88,56,177,15,150,90,24,176,74,182,181,105,252,128,15,38,241,209,60,215,146,177,198,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,114,59,169,3,89,76,47,74,88,56,177,15,150,90,24,176,74,182,181,105,252,128,15,38,241,209,60,215,146,177,198,145,128,160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,56,43,155,161,166,246,207,195,185,110,250,230,163,101,224,62,53,178,97,184,200,160,179,95,74,78,196,144,156,43,236,4,128,160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,128]]},{"start":null,"extension_branch":null,"account":{"address":[93,153,160,157,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0],[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,183,66,57,68,223,65,224,47,2,141,219,194,115,253,121,184,235,136,123,113,68,251,240,153,71,1,84,206,179,32,124,235,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,125,188,252,117,114,67,102,55,130,135,220,107,94,29,227,40,158,10,93,47,252,121,141,172,229,191,118,237,110,126,91,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0]],"keccak_data":[[248,102,157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,184,70,248,68,128,128,160,183,66,57,68,223,65,224,47,2,141,219,194,115,253,121,184,235,136,123,113,68,251,240,153,71,1,84,206,179,32,124,235,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,184,70,248,68,128,128,160,19,125,188,252,117,114,67,102,55,130,135,220,107,94,29,227,40,158,10,93,47,252,121,141,172,229,191,118,237,110,126,91,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,145],[248,113]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,40,153,102,116,57,12,45,227,151,243,15,209,190,153,39,168,112,100,71,230,61,231,209,236,140,76,215,209,54,79,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,0],[160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,128,128,128,128,128,160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,128,128,160,57,40,153,102,116,57,12,45,227,151,243,15,209,190,153,39,168,112,100,71,230,61,231,209,236,140,76,215,209,54,79,207,128,128,128,160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,128],[248,113,128,128,128,128,128,128,128,160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,128,128,128,128,128,128,160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[4],[0]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,4],[226,160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,4]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,218,110,100,128,176,131,123,43,191,247,227,164,23,145,105,138,227,233,252,165,190,74,150,50,10,57,106,83,238,228,14,181,0],[160,84,27,227,242,46,79,217,60,221,76,65,125,42,157,63,52,34,165,202,198,158,242,170,12,250,183,1,89,170,90,124,240,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,229,85,66,101,164,18,174,4,193,17,231,89,184,45,172,160,106,220,225,230,188,118,241,61,23,183,252,64,125,234,108,86,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,1,179,209,160,190,31,71,37,162,8,20,180,241,65,149,199,218,75,226,181,16,203,85,161,80,98,214,77,121,236,45,250,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,1,179,209,160,190,31,71,37,162,8,20,180,241,65,149,199,218,75,226,181,16,203,85,161,80,98,214,77,121,236,45,250,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,85,66,101,164,18,174,4,193,17,231,89,184,45,172,160,106,220,225,230,188,118,241,61,23,183,252,64,125,234,108,86,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,149,4,210,226,215,230,253,241,43,60,106,167,66,11,25,158,0,95,180,121,254,20,201,146,23,49,57,40,49,236,239,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,67,172,147,42,66,143,144,134,20,166,53,4,147,237,132,74,8,236,52,204,149,64,245,53,239,141,110,255,96,55,150,41,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,67,172,147,42,66,143,144,134,20,166,53,4,147,237,132,74,8,236,52,204,149,64,245,53,239,141,110,255,96,55,150,41,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,38,204,210,52,201,118,93,167,52,245,177,88,126,219,176,152,61,185,0,121,90,138,186,64,250,226,250,116,44,255,69,138,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,39,149,4,210,226,215,230,253,241,43,60,106,167,66,11,25,158,0,95,180,121,254,20,201,146,23,49,57,40,49,236,239,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,187,26,138,182,228,97,38,119,38,255,158,141,201,88,239,54,157,55,128,7,82,64,3,106,133,5,228,120,188,160,234,13,0],[160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,0],[160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,0],[160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,0],[160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,0],[160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,0],[160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,0],[160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,0],[160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,0],[160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,0],[160,33,214,70,211,94,3,131,63,213,105,172,210,185,17,14,67,142,203,132,182,92,199,32,89,142,96,41,187,146,202,188,36,0],[160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,0],[160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,0],[160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,0],[160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,0],[160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,0],[160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,160,33,214,70,211,94,3,131,63,213,105,172,210,185,17,14,67,142,203,132,182,92,199,32,89,142,96,41,187,146,202,188,36,160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,128],[249,2,17,160,197,231,48,103,38,7,173,117,12,20,51,182,11,87,222,40,77,188,92,69,92,53,227,8,250,106,244,145,29,52,230,151,160,154,82,11,203,9,145,186,145,136,225,249,62,199,90,44,38,162,54,50,99,210,85,206,90,1,178,255,210,176,229,113,95,160,140,103,125,56,229,186,162,127,251,37,7,209,112,168,143,47,130,218,152,95,188,148,97,94,125,62,13,67,158,219,140,102,160,84,46,90,116,65,253,68,22,64,68,51,234,145,131,78,197,249,218,14,209,163,80,178,53,254,46,250,57,133,113,200,89,160,162,235,75,247,92,244,76,253,73,211,248,116,9,54,242,194,13,134,143,25,190,186,198,65,34,166,54,32,243,151,231,102,160,161,197,85,143,15,36,104,180,13,94,200,104,2,76,83,192,139,171,20,61,13,196,223,246,104,63,34,167,168,96,10,225,160,173,9,7,225,209,215,137,81,24,103,35,49,37,86,93,62,4,41,212,2,155,26,191,231,236,123,164,164,178,222,69,120,160,62,16,216,112,182,235,226,119,230,5,178,251,220,132,175,101,23,240,234,190,166,194,63,236,32,158,55,246,207,116,232,155,160,8,173,176,239,73,96,14,91,102,220,35,246,187,73,10,193,20,168,218,146,62,216,214,136,230,45,94,27,130,108,237,120,160,187,26,138,182,228,97,38,119,38,255,158,141,201,88,239,54,157,55,128,7,82,64,3,106,133,5,228,120,188,160,234,13,160,119,77,169,169,146,124,148,58,128,207,243,185,181,197,98,210,128,49,255,131,140,176,153,161,13,165,255,115,86,71,138,238,160,67,136,153,186,59,65,196,111,31,168,91,205,87,151,7,96,234,126,97,135,226,141,156,148,57,155,48,91,254,171,213,167,160,77,236,226,8,156,188,36,175,111,158,194,39,205,26,49,234,231,26,142,47,79,145,10,249,231,89,169,124,89,202,178,96,160,51,111,24,54,139,227,11,24,232,28,10,171,16,13,88,204,215,5,135,174,135,225,160,83,225,215,99,43,105,219,49,132,160,24,172,179,190,174,150,46,174,18,107,24,60,25,5,23,68,234,6,144,154,35,28,200,74,19,131,12,134,128,205,136,207,160,184,38,8,229,253,255,217,230,136,194,145,252,249,100,253,60,92,81,80,148,91,45,232,226,92,99,69,68,214,128,253,147,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,34,80,85,35,174,171,80,108,48,210,213,78,250,191,121,25,15,30,202,150,147,27,28,221,115,5,32,19,223,97,236,0],[160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,0],[160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,0],[160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,0],[160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,0],[160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,0],[160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,0],[160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,0],[160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,0],[160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,0],[160,13,216,19,1,116,113,14,175,160,96,135,246,226,11,82,4,37,220,170,106,253,152,57,172,40,123,43,144,17,4,47,207,0],[160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,0],[160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,0],[160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,0],[160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,0],[160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,0],[160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,160,13,216,19,1,116,113,14,175,160,96,135,246,226,11,82,4,37,220,170,106,253,152,57,172,40,123,43,144,17,4,47,207,160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,128],[249,2,17,160,125,74,126,248,86,169,68,35,49,168,132,99,137,212,236,79,189,254,94,166,134,22,1,74,185,146,219,241,15,74,65,218,160,219,75,57,173,103,161,146,32,47,54,239,44,26,176,251,240,194,12,87,215,167,14,224,60,25,106,136,118,126,1,42,189,160,235,84,250,20,76,13,182,98,231,158,14,29,202,244,23,151,133,228,39,72,188,72,103,42,231,51,131,210,101,98,171,76,160,233,81,62,143,42,17,107,82,103,126,7,141,5,178,47,134,25,165,27,64,89,199,70,193,6,250,46,20,17,110,76,57,160,197,146,38,14,161,151,232,168,38,89,143,115,122,131,158,137,60,80,243,149,119,194,54,4,168,42,198,202,78,5,64,33,160,175,4,209,60,1,241,127,145,40,153,82,204,69,198,130,205,115,197,145,2,4,115,63,123,152,171,252,218,202,202,151,148,160,172,170,129,122,3,100,213,82,138,59,188,135,123,101,21,132,99,92,54,88,25,190,81,104,53,36,101,104,132,6,116,8,160,72,6,247,185,224,238,53,6,147,105,46,122,207,34,250,37,164,16,159,246,208,226,251,11,7,63,103,172,204,119,4,199,160,190,16,240,99,25,225,170,128,217,199,215,177,95,47,51,156,5,182,212,64,74,145,175,44,3,90,246,252,179,167,135,57,160,167,34,80,85,35,174,171,80,108,48,210,213,78,250,191,121,25,15,30,202,150,147,27,28,221,115,5,32,19,223,97,236,160,34,53,247,223,152,226,146,15,166,107,95,88,123,91,251,24,81,90,55,203,51,30,15,195,119,180,178,148,8,254,206,120,160,139,12,48,110,61,77,74,194,216,185,57,168,183,101,66,178,37,6,81,223,231,207,204,146,23,192,190,118,126,2,250,196,160,80,54,137,178,123,229,95,84,253,234,172,186,90,184,34,181,103,26,144,251,29,92,88,42,31,94,46,152,130,83,71,116,160,34,7,1,162,215,105,181,218,201,228,55,52,7,62,177,84,8,194,149,78,71,197,120,222,104,177,252,253,61,160,85,139,160,179,242,156,11,37,81,255,116,249,54,61,142,204,6,231,65,121,97,106,157,62,227,11,132,201,97,0,185,174,197,251,80,160,229,92,87,49,11,64,13,58,226,148,42,196,235,82,186,150,184,226,249,237,46,95,193,232,45,174,178,148,94,195,111,48,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,146,137,223,118,24,96,49,135,45,59,143,123,17,88,198,204,55,186,195,238,80,213,26,201,92,65,131,127,68,149,207,192,0],[160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,0],[160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,0],[160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,0],[160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,0],[160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,0],[160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,0],[160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,0],[160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,0],[160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,0],[160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,0],[160,89,1,72,66,205,45,158,95,232,171,217,247,156,68,195,211,102,65,90,175,111,126,136,122,54,97,6,177,193,198,205,172,0],[160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,0],[160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,0],[160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,0],[160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,0],[160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,160,89,1,72,66,205,45,158,95,232,171,217,247,156,68,195,211,102,65,90,175,111,126,136,122,54,97,6,177,193,198,205,172,160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,128],[249,2,17,160,151,238,112,224,247,108,112,37,39,160,247,97,154,125,73,83,197,42,57,242,102,14,230,13,41,218,94,21,156,188,35,226,160,1,116,179,209,115,124,92,148,111,188,114,215,254,118,74,122,130,141,23,157,56,124,193,94,191,179,36,215,223,28,14,128,160,0,71,8,34,155,236,236,223,154,149,245,179,128,224,213,191,253,210,82,219,233,120,226,37,42,92,25,163,24,193,23,132,160,204,241,75,233,146,181,17,185,45,114,164,23,2,0,162,247,50,142,57,255,139,187,16,148,168,228,180,249,100,192,242,246,160,162,241,99,108,209,132,149,52,205,93,149,40,205,138,48,175,177,231,4,184,193,238,211,231,152,33,202,12,123,241,75,228,160,184,43,242,133,167,108,12,129,248,74,50,236,44,48,16,166,0,23,219,222,5,135,127,191,23,146,22,225,21,25,11,0,160,206,36,241,143,241,46,253,229,196,86,194,15,51,171,219,95,224,79,171,15,196,113,163,100,124,253,223,177,217,71,106,237,160,167,110,228,148,35,99,119,180,174,156,133,82,116,32,156,185,163,244,215,183,239,170,218,186,40,124,21,153,133,234,200,53,160,87,46,75,107,206,141,163,91,195,15,32,220,237,222,237,218,103,144,216,61,135,155,135,252,226,253,222,72,113,117,251,237,160,67,224,214,79,44,124,117,76,163,141,88,157,63,64,31,199,24,16,61,71,96,163,178,99,133,221,255,21,129,123,237,126,160,146,137,223,118,24,96,49,135,45,59,143,123,17,88,198,204,55,186,195,238,80,213,26,201,92,65,131,127,68,149,207,192,160,19,238,157,137,106,249,43,236,174,204,114,221,132,118,20,110,46,3,251,163,165,47,60,150,99,157,45,59,215,164,240,4,160,31,162,46,240,4,124,162,143,221,210,214,22,119,137,9,31,103,236,67,41,192,166,245,192,20,143,184,28,67,3,168,183,160,24,154,117,247,129,52,114,202,155,163,139,23,81,136,240,225,255,161,168,114,24,230,23,166,140,39,10,130,159,237,218,141,160,163,41,222,243,138,253,74,89,73,41,187,90,157,217,229,42,147,229,222,168,203,165,249,153,59,57,161,13,108,233,209,58,160,220,12,252,110,137,240,198,127,172,22,194,153,141,149,54,3,181,177,38,161,205,128,75,186,118,77,124,252,42,251,130,111,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,168,53,198,53,112,41,107,98,88,61,68,81,213,246,190,26,54,28,104,225,250,215,243,205,222,134,187,216,78,119,25,185,0],[160,225,81,108,140,98,152,13,246,35,239,5,153,9,166,50,233,121,164,152,228,226,17,151,65,106,167,102,92,16,59,249,136,0],[160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,0],[160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,0],[160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,0],[160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,0],[160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,0],[160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,0],[160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,0],[160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,0],[160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,0],[160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,0],[160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,0],[160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,0],[160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,0],[160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,0],[160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,81,108,140,98,152,13,246,35,239,5,153,9,166,50,233,121,164,152,228,226,17,151,65,106,167,102,92,16,59,249,136,160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,128],[249,2,17,160,168,53,198,53,112,41,107,98,88,61,68,81,213,246,190,26,54,28,104,225,250,215,243,205,222,134,187,216,78,119,25,185,160,107,92,196,55,207,175,110,96,43,175,38,134,36,117,133,28,216,201,103,81,137,84,169,36,251,56,154,29,15,3,189,203,160,117,154,94,41,23,162,159,225,162,164,42,45,130,108,170,190,218,253,30,185,175,217,17,239,249,172,231,218,219,43,181,86,160,37,41,137,20,90,26,35,186,26,73,207,127,250,57,174,108,120,20,39,175,244,60,239,1,43,67,136,121,144,14,76,222,160,154,126,178,192,243,147,211,79,6,30,87,124,140,106,152,73,107,168,200,5,61,31,5,37,69,55,76,38,184,26,91,128,160,37,27,88,141,242,111,143,197,40,4,39,131,12,182,241,251,88,142,171,62,105,162,165,192,190,87,115,112,214,13,169,53,160,142,49,71,55,162,148,178,200,133,110,217,76,141,179,5,115,76,183,188,89,197,85,5,80,188,30,2,168,156,138,208,189,160,91,175,130,107,241,98,251,105,125,153,195,99,196,137,103,149,193,252,235,228,111,183,90,202,150,175,86,93,203,7,200,20,160,171,163,163,67,112,7,116,47,240,137,251,126,177,18,95,77,15,138,188,32,123,236,33,223,56,108,47,170,214,186,159,70,160,143,241,129,73,20,49,226,245,216,233,146,114,215,154,131,112,11,218,155,33,143,150,109,25,206,175,254,92,79,44,36,253,160,118,214,56,71,10,70,161,205,252,48,27,52,160,69,226,140,182,43,110,210,226,20,87,13,200,147,218,180,45,170,120,72,160,82,29,220,15,112,113,238,11,228,148,111,173,189,85,228,210,14,107,4,123,26,233,208,93,123,118,15,103,62,203,186,110,160,249,190,187,67,48,67,62,222,166,186,234,89,75,210,197,153,196,51,86,164,238,174,145,208,164,75,120,165,93,155,168,75,160,71,56,186,65,195,251,53,25,252,211,94,0,188,188,68,76,192,233,54,105,68,62,143,185,252,202,248,61,245,61,234,34,160,52,240,79,112,130,239,98,31,170,71,42,231,4,209,193,11,207,183,161,61,125,89,2,149,221,10,196,155,115,11,76,49,160,165,134,187,104,57,191,143,205,111,105,174,200,174,68,128,6,208,91,174,106,90,206,154,53,179,81,180,5,49,210,114,155,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,41,147,98,24,85,186,44,175,208,104,119,29,53,221,60,48,164,243,164,149,75,137,204,156,3,97,96,188,45,241,168,182,0],[160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,0],[160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,0],[160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,0],[160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,176,121,254,239,124,116,165,167,156,24,203,241,137,46,235,202,206,160,9,35,161,127,165,177,90,152,109,255,212,182,6,84,0],[160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,128,160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,128,160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,128,160,176,121,254,239,124,116,165,167,156,24,203,241,137,46,235,202,206,160,9,35,161,127,165,177,90,152,109,255,212,182,6,84,160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,128,128,128,160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,128,128],[249,1,49,160,125,47,79,21,19,105,245,160,62,194,7,96,123,111,174,70,236,209,147,236,40,192,202,196,148,241,21,173,5,2,161,244,128,160,129,13,71,182,208,163,51,10,150,5,150,167,180,203,157,17,45,139,115,203,44,19,240,41,184,115,203,242,100,102,13,7,160,114,224,200,157,76,114,214,6,195,125,27,186,150,210,238,179,87,94,218,104,18,197,120,149,126,126,113,12,139,5,108,1,128,160,67,157,32,142,241,119,59,244,223,124,187,111,50,118,138,205,201,9,124,22,91,155,181,170,189,90,135,6,6,182,160,122,160,158,171,83,47,136,35,33,191,37,248,123,195,35,28,25,160,194,98,220,49,73,213,41,133,70,119,124,128,125,57,68,179,160,65,85,14,231,213,219,2,2,143,164,109,175,152,61,126,156,59,154,84,55,14,25,63,101,203,219,50,106,58,91,136,48,128,160,41,147,98,24,85,186,44,175,208,104,119,29,53,221,60,48,164,243,164,149,75,137,204,156,3,97,96,188,45,241,168,182,160,135,224,153,63,51,241,39,176,241,40,53,4,15,131,12,131,52,249,199,131,161,11,202,194,244,83,166,43,66,11,160,20,128,128,128,160,43,80,53,202,155,10,238,156,44,34,117,188,185,132,23,201,204,115,146,213,138,204,85,221,103,93,246,136,207,121,41,35,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,56,43,155,161,166,246,207,195,185,110,250,230,163,101,224,62,53,178,97,184,200,160,179,95,74,78,196,144,156,43,236,4,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,59,169,3,89,76,47,74,88,56,177,15,150,90,24,176,74,182,181,105,252,128,15,38,241,209,60,215,146,177,198,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,114,59,169,3,89,76,47,74,88,56,177,15,150,90,24,176,74,182,181,105,252,128,15,38,241,209,60,215,146,177,198,145,128,160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,56,43,155,161,166,246,207,195,185,110,250,230,163,101,224,62,53,178,97,184,200,160,179,95,74,78,196,144,156,43,236,4,128,160,34,163,112,240,39,98,119,178,8,162,4,25,53,206,141,225,246,90,16,39,43,9,132,87,212,91,31,93,239,115,217,226,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,255],"key":[93,153,160,157,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0],[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,183,66,57,68,223,65,224,47,2,141,219,194,115,253,121,184,235,136,123,113,68,251,240,153,71,1,84,206,179,32,124,235,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,125,188,252,117,114,67,102,55,130,135,220,107,94,29,227,40,158,10,93,47,252,121,141,172,229,191,118,237,110,126,91,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,0,0,0,0]],"keccak_data":[[248,102,157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,184,70,248,68,128,128,160,183,66,57,68,223,65,224,47,2,141,219,194,115,253,121,184,235,136,123,113,68,251,240,153,71,1,84,206,179,32,124,235,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,250,208,20,125,91,96,10,231,77,201,17,65,199,140,170,55,125,216,50,134,155,14,109,12,229,234,121,163,184,70,248,68,128,128,160,19,125,188,252,117,114,67,102,55,130,135,220,107,94,29,227,40,158,10,93,47,252,121,141,172,229,191,118,237,110,126,91,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,145],[248,113]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,40,153,102,116,57,12,45,227,151,243,15,209,190,153,39,168,112,100,71,230,61,231,209,236,140,76,215,209,54,79,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,0],[160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,128,128,128,128,128,160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,128,128,160,57,40,153,102,116,57,12,45,227,151,243,15,209,190,153,39,168,112,100,71,230,61,231,209,236,140,76,215,209,54,79,207,128,128,128,160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,128],[248,113,128,128,128,128,128,128,128,160,72,60,74,5,54,117,71,47,106,23,182,201,62,220,8,110,27,167,71,23,146,242,232,52,223,140,42,119,248,108,135,32,128,128,128,128,128,128,160,159,39,130,222,203,249,142,81,55,139,64,6,22,12,143,162,175,230,36,237,232,155,124,204,110,116,252,198,133,76,220,1,160,86,226,119,60,216,97,15,139,34,8,38,142,255,156,49,173,130,253,167,45,80,84,212,83,199,74,50,231,7,158,64,201,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,170,187,187,171,171],"key":[173,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[4],[0]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,4],[226,160,61,145,139,212,190,206,158,137,248,251,22,79,255,130,36,208,237,37,188,162,171,22,122,192,112,17,0,33,220,239,73,163,4],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,170,187,187,171,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteAccount.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteAccount.json index 3f329f30fd..f1d3f165fa 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteAccount.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteAccount.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,38,136,144,17,65,61,119,219,41,247,230,48,119,74,3,66,17,246,178,178,51,54,229,7,151,157,126,48,143,147,4,93,0],[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,113],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[152,225,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0]],"keccak_data":[[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDestructed"},"extension_branch":null,"account":null,"storage":null,"values":[[160,38,136,144,17,65,61,119,219,41,247,230,48,119,74,3,66,17,246,178,178,51,54,229,7,151,157,126,48,143,147,4,93,0],[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,70,194,158,253,33,133,28,78,50,189,211,208,22,171,254,164,25,187,186,125,232,233,79,79,17,138,214,244,254,201,16,68,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,222,11,99,19,179,52,163,176,103,195,226,8,255,145,136,231,40,146,50,179,99,64,50,201,97,4,155,234,232,183,233,49,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,211,183,136,193,129,118,137,177,237,5,246,89,27,163,189,164,220,183,70,35,179,24,251,231,60,88,245,247,203,0,66,240,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,113],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,160,90,102,126,52,123,142,237,166,163,241,255,65,67,206,65,181,45,101,41,147,86,72,136,7,64,208,10,60,216,219,29,48,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[152,225,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0]],"keccak_data":[[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranch.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranch.json index 18fd683968..a43ca45d3e 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranch.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranch.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,215,29,100,35,200,250,244,119,169,77,227,236,6,12,117,46,135,119,245,198,237,244,177,211,177,8,49,143,69,33,62,17,0],[160,169,139,49,72,136,199,217,138,243,35,108,179,248,3,71,60,148,54,144,67,43,94,177,146,67,28,81,171,126,84,202,73,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,35,228,176,170,215,46,230,30,195,244,233,217,205,89,182,252,121,182,2,252,21,90,173,42,161,39,28,67,125,174,239,74,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,59,111,66,200,203,135,101,57,47,46,152,81,58,83,5,134,139,97,140,151,187,186,76,12,128,155,52,179,210,255,187,193,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,59,111,66,200,203,135,101,57,47,46,152,81,58,83,5,134,139,97,140,151,187,186,76,12,128,155,52,179,210,255,187,193,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,35,228,176,170,215,46,230,30,195,244,233,217,205,89,182,252,121,182,2,252,21,90,173,42,161,39,28,67,125,174,239,74,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,231,161,225,86,211,177,78,193,254,112,12,122,235,192,114,3,252,216,255,5,162,36,123,62,143,251,46,224,61,192,71,0],[160,15,53,57,39,28,241,32,159,6,13,76,168,64,116,189,102,17,43,114,60,149,104,137,55,32,175,217,185,24,100,154,39,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,15,53,57,39,28,241,32,159,6,13,76,168,64,116,189,102,17,43,114,60,149,104,137,55,32,175,217,185,24,100,154,39,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,68,231,161,225,86,211,177,78,193,254,112,12,122,235,192,114,3,252,216,255,5,162,36,123,62,143,251,46,224,61,192,71,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,27,55,98,183,253,202,203,218,14,22,157,190,199,110,222,197,246,96,225,222,217,24,126,129,158,219,129,57,35,51,176,126,0],[160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,0],[160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,0],[160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,0],[160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,0],[160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,0],[160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,0],[160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,0],[160,228,73,41,12,77,17,23,126,199,117,200,201,175,207,4,224,106,66,164,36,10,79,83,9,140,5,149,112,207,216,120,208,0],[160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,0],[160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,0],[160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,0],[160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,0],[160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,0],[160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,0],[160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,0],[160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,228,73,41,12,77,17,23,126,199,117,200,201,175,207,4,224,106,66,164,36,10,79,83,9,140,5,149,112,207,216,120,208,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128],[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,27,55,98,183,253,202,203,218,14,22,157,190,199,110,222,197,246,96,225,222,217,24,126,129,158,219,129,57,35,51,176,126,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,249,198,7,73,147,155,130,236,110,233,250,185,153,190,11,87,56,236,212,244,47,6,162,186,237,57,142,126,149,65,178,70,0],[160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,0],[160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,0],[160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,0],[160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,0],[160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,0],[160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,0],[160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,0],[160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,0],[160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,0],[160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,0],[160,46,149,72,144,169,206,96,227,113,138,83,174,178,221,89,8,175,2,33,252,13,164,190,189,77,38,2,91,18,127,213,65,0],[160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,0],[160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,0],[160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,0],[160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,0],[160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,46,149,72,144,169,206,96,227,113,138,83,174,178,221,89,8,175,2,33,252,13,164,190,189,77,38,2,91,18,127,213,65,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128],[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,249,198,7,73,147,155,130,236,110,233,250,185,153,190,11,87,56,236,212,244,47,6,162,186,237,57,142,126,149,65,178,70,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,150,255,246,62,128,198,219,153,242,50,85,231,93,85,28,248,252,70,153,217,105,131,168,90,238,155,91,11,216,140,74,190,0],[160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,0],[160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,0],[160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,0],[160,229,205,66,75,137,233,239,158,213,31,184,170,113,28,14,95,228,163,230,217,44,59,83,57,45,154,53,190,19,59,10,63,0],[160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,0],[160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,0],[160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,0],[160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,0],[160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,0],[160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,0],[160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,0],[160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,0],[160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,0],[160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,0],[160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,0],[160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,229,205,66,75,137,233,239,158,213,31,184,170,113,28,14,95,228,163,230,217,44,59,83,57,45,154,53,190,19,59,10,63,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128],[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,150,255,246,62,128,198,219,153,242,50,85,231,93,85,28,248,252,70,153,217,105,131,168,90,238,155,91,11,216,140,74,190,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,77,43,135,12,47,105,172,239,71,1,29,239,104,51,139,237,241,152,22,72,230,70,71,100,172,70,142,223,123,247,139,53,0],[160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,0],[160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,0],[160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,0],[160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,0],[160,44,152,168,61,56,222,129,36,0,209,174,69,227,181,236,79,151,11,103,49,153,203,205,62,215,37,210,216,30,204,184,239,0],[160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,0],[160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,0],[160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,0],[160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,0],[160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,0],[160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,0],[160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,0],[160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,0],[160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,0],[160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,0],[160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,44,152,168,61,56,222,129,36,0,209,174,69,227,181,236,79,151,11,103,49,153,203,205,62,215,37,210,216,30,204,184,239,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128],[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,77,43,135,12,47,105,172,239,71,1,29,239,104,51,139,237,241,152,22,72,230,70,71,100,172,70,142,223,123,247,139,53,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,16,238,121,221,8,62,255,126,145,187,203,63,109,185,49,237,238,210,95,212,103,236,254,204,149,141,220,207,87,115,159,117,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,0],[160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,0],[160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,0],[160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,0],[160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,0],[160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,0],[160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,0],[160,214,147,34,2,67,220,5,60,110,112,134,199,90,244,11,47,150,74,66,234,181,224,162,27,126,30,214,228,102,189,59,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,214,147,34,2,67,220,5,60,110,112,134,199,90,244,11,47,150,74,66,234,181,224,162,27,126,30,214,228,102,189,59,58,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128],[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,16,238,121,221,8,62,255,126,145,187,203,63,109,185,49,237,238,210,95,212,103,236,254,204,149,141,220,207,87,115,159,117,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,139,75,142,149,216,208,148,103,91,226,208,1,78,92,83,171,125,72,209,252,218,96,83,186,9,180,55,154,126,131,102,247,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,4,66,187,249,23,104,33,122,237,229,16,188,109,90,154,129,145,99,109,134,186,14,229,72,90,153,34,238,156,211,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,91,4,66,187,249,23,104,33,122,237,229,16,188,109,90,154,129,145,99,109,134,186,14,229,72,90,153,34,238,156,211,107,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,139,75,142,149,216,208,148,103,91,226,208,1,78,92,83,171,125,72,209,252,218,96,83,186,9,180,55,154,126,131,102,247,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[240,122,52,158,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,42,78,18,177,180,238,153,179,59,19,204,42,191,99,67,34,13,186,150,182,248,85,246,203,5,78,100,66,177,67,87,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,9,26,236,216,126,38,97,246,26,239,6,34,40,56,116,94,219,126,222,203,231,92,185,208,129,161,103,150,61,141,219,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0]],"keccak_data":[[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,171,42,78,18,177,180,238,153,179,59,19,204,42,191,99,67,34,13,186,150,182,248,85,246,203,5,78,100,66,177,67,87,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,34,9,26,236,216,126,38,97,246,26,239,6,34,40,56,116,94,219,126,222,203,231,92,185,208,129,161,103,150,61,141,219,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,231,160,23,201,249,252,202,208,4,42,135,61,223,37,20,185,3,139,114,22,224,137,147,165,217,172,117,125,92,148,248,132,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,0],[160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,0],[160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,0],[160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,71,220,92,25,123,66,96,16,179,122,36,197,85,99,143,54,156,208,167,218,100,73,177,18,208,111,117,95,216,31,77,0],[160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,128,160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,128,160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,128,128,160,40,71,220,92,25,123,66,96,16,179,122,36,197,85,99,143,54,156,208,167,218,100,73,177,18,208,111,117,95,216,31,77,160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,128,128,128],[249,1,17,128,128,160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,128,160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,128,160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,128,128,160,231,160,23,201,249,252,202,208,4,42,135,61,223,37,20,185,3,139,114,22,224,137,147,165,217,172,117,125,92,148,248,132,160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,128,128,128,128,128,128,128,160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,128,128,128,128,128],[248,81,128,128,128,160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,128,128,128,128,128,128,128,160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[9],[5]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,9],[226,160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,5],[226,160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,5]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,215,29,100,35,200,250,244,119,169,77,227,236,6,12,117,46,135,119,245,198,237,244,177,211,177,8,49,143,69,33,62,17,0],[160,169,139,49,72,136,199,217,138,243,35,108,179,248,3,71,60,148,54,144,67,43,94,177,146,67,28,81,171,126,84,202,73,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,35,228,176,170,215,46,230,30,195,244,233,217,205,89,182,252,121,182,2,252,21,90,173,42,161,39,28,67,125,174,239,74,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,59,111,66,200,203,135,101,57,47,46,152,81,58,83,5,134,139,97,140,151,187,186,76,12,128,155,52,179,210,255,187,193,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,59,111,66,200,203,135,101,57,47,46,152,81,58,83,5,134,139,97,140,151,187,186,76,12,128,155,52,179,210,255,187,193,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,35,228,176,170,215,46,230,30,195,244,233,217,205,89,182,252,121,182,2,252,21,90,173,42,161,39,28,67,125,174,239,74,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,231,161,225,86,211,177,78,193,254,112,12,122,235,192,114,3,252,216,255,5,162,36,123,62,143,251,46,224,61,192,71,0],[160,15,53,57,39,28,241,32,159,6,13,76,168,64,116,189,102,17,43,114,60,149,104,137,55,32,175,217,185,24,100,154,39,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,15,53,57,39,28,241,32,159,6,13,76,168,64,116,189,102,17,43,114,60,149,104,137,55,32,175,217,185,24,100,154,39,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,68,231,161,225,86,211,177,78,193,254,112,12,122,235,192,114,3,252,216,255,5,162,36,123,62,143,251,46,224,61,192,71,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,27,55,98,183,253,202,203,218,14,22,157,190,199,110,222,197,246,96,225,222,217,24,126,129,158,219,129,57,35,51,176,126,0],[160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,0],[160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,0],[160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,0],[160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,0],[160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,0],[160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,0],[160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,0],[160,228,73,41,12,77,17,23,126,199,117,200,201,175,207,4,224,106,66,164,36,10,79,83,9,140,5,149,112,207,216,120,208,0],[160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,0],[160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,0],[160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,0],[160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,0],[160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,0],[160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,0],[160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,0],[160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,228,73,41,12,77,17,23,126,199,117,200,201,175,207,4,224,106,66,164,36,10,79,83,9,140,5,149,112,207,216,120,208,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128],[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,27,55,98,183,253,202,203,218,14,22,157,190,199,110,222,197,246,96,225,222,217,24,126,129,158,219,129,57,35,51,176,126,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,249,198,7,73,147,155,130,236,110,233,250,185,153,190,11,87,56,236,212,244,47,6,162,186,237,57,142,126,149,65,178,70,0],[160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,0],[160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,0],[160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,0],[160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,0],[160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,0],[160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,0],[160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,0],[160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,0],[160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,0],[160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,0],[160,46,149,72,144,169,206,96,227,113,138,83,174,178,221,89,8,175,2,33,252,13,164,190,189,77,38,2,91,18,127,213,65,0],[160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,0],[160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,0],[160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,0],[160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,0],[160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,46,149,72,144,169,206,96,227,113,138,83,174,178,221,89,8,175,2,33,252,13,164,190,189,77,38,2,91,18,127,213,65,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128],[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,249,198,7,73,147,155,130,236,110,233,250,185,153,190,11,87,56,236,212,244,47,6,162,186,237,57,142,126,149,65,178,70,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,150,255,246,62,128,198,219,153,242,50,85,231,93,85,28,248,252,70,153,217,105,131,168,90,238,155,91,11,216,140,74,190,0],[160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,0],[160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,0],[160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,0],[160,229,205,66,75,137,233,239,158,213,31,184,170,113,28,14,95,228,163,230,217,44,59,83,57,45,154,53,190,19,59,10,63,0],[160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,0],[160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,0],[160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,0],[160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,0],[160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,0],[160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,0],[160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,0],[160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,0],[160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,0],[160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,0],[160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,0],[160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,229,205,66,75,137,233,239,158,213,31,184,170,113,28,14,95,228,163,230,217,44,59,83,57,45,154,53,190,19,59,10,63,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128],[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,150,255,246,62,128,198,219,153,242,50,85,231,93,85,28,248,252,70,153,217,105,131,168,90,238,155,91,11,216,140,74,190,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,77,43,135,12,47,105,172,239,71,1,29,239,104,51,139,237,241,152,22,72,230,70,71,100,172,70,142,223,123,247,139,53,0],[160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,0],[160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,0],[160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,0],[160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,0],[160,44,152,168,61,56,222,129,36,0,209,174,69,227,181,236,79,151,11,103,49,153,203,205,62,215,37,210,216,30,204,184,239,0],[160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,0],[160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,0],[160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,0],[160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,0],[160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,0],[160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,0],[160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,0],[160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,0],[160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,0],[160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,0],[160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,44,152,168,61,56,222,129,36,0,209,174,69,227,181,236,79,151,11,103,49,153,203,205,62,215,37,210,216,30,204,184,239,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128],[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,77,43,135,12,47,105,172,239,71,1,29,239,104,51,139,237,241,152,22,72,230,70,71,100,172,70,142,223,123,247,139,53,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,16,238,121,221,8,62,255,126,145,187,203,63,109,185,49,237,238,210,95,212,103,236,254,204,149,141,220,207,87,115,159,117,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,0],[160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,0],[160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,0],[160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,0],[160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,0],[160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,0],[160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,0],[160,214,147,34,2,67,220,5,60,110,112,134,199,90,244,11,47,150,74,66,234,181,224,162,27,126,30,214,228,102,189,59,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,214,147,34,2,67,220,5,60,110,112,134,199,90,244,11,47,150,74,66,234,181,224,162,27,126,30,214,228,102,189,59,58,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128],[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,16,238,121,221,8,62,255,126,145,187,203,63,109,185,49,237,238,210,95,212,103,236,254,204,149,141,220,207,87,115,159,117,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,139,75,142,149,216,208,148,103,91,226,208,1,78,92,83,171,125,72,209,252,218,96,83,186,9,180,55,154,126,131,102,247,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,4,66,187,249,23,104,33,122,237,229,16,188,109,90,154,129,145,99,109,134,186,14,229,72,90,153,34,238,156,211,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,91,4,66,187,249,23,104,33,122,237,229,16,188,109,90,154,129,145,99,109,134,186,14,229,72,90,153,34,238,156,211,107,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,139,75,142,149,216,208,148,103,91,226,208,1,78,92,83,171,125,72,209,252,218,96,83,186,9,180,55,154,126,131,102,247,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156],"key":[240,122,52,158,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,42,78,18,177,180,238,153,179,59,19,204,42,191,99,67,34,13,186,150,182,248,85,246,203,5,78,100,66,177,67,87,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,34,9,26,236,216,126,38,97,246,26,239,6,34,40,56,116,94,219,126,222,203,231,92,185,208,129,161,103,150,61,141,219,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0]],"keccak_data":[[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,171,42,78,18,177,180,238,153,179,59,19,204,42,191,99,67,34,13,186,150,182,248,85,246,203,5,78,100,66,177,67,87,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,34,9,26,236,216,126,38,97,246,26,239,6,34,40,56,116,94,219,126,222,203,231,92,185,208,129,161,103,150,61,141,219,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,231,160,23,201,249,252,202,208,4,42,135,61,223,37,20,185,3,139,114,22,224,137,147,165,217,172,117,125,92,148,248,132,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,0],[160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,0],[160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,0],[160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,71,220,92,25,123,66,96,16,179,122,36,197,85,99,143,54,156,208,167,218,100,73,177,18,208,111,117,95,216,31,77,0],[160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,128,160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,128,160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,128,128,160,40,71,220,92,25,123,66,96,16,179,122,36,197,85,99,143,54,156,208,167,218,100,73,177,18,208,111,117,95,216,31,77,160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,128,128,128],[249,1,17,128,128,160,7,210,6,255,67,175,247,92,102,119,156,229,123,247,194,190,248,169,147,67,112,228,154,4,214,23,1,30,152,5,1,0,160,242,254,41,131,38,96,21,41,126,30,91,249,131,36,111,64,224,241,229,178,113,57,239,46,136,233,110,147,142,224,163,98,128,160,44,101,202,123,117,60,149,140,142,80,214,32,183,9,26,179,182,230,122,9,227,114,154,52,86,1,122,19,222,101,80,92,128,160,183,34,40,197,3,177,131,161,151,115,230,143,54,203,227,126,69,21,200,61,67,25,71,98,51,70,73,110,193,44,182,205,160,208,116,0,207,60,219,204,112,114,205,139,82,193,67,203,232,157,82,114,88,223,37,91,64,78,124,132,37,192,7,43,127,160,182,125,33,138,97,61,106,190,138,58,144,68,124,174,73,226,238,104,187,197,11,41,28,224,16,0,203,207,23,97,33,46,128,128,160,231,160,23,201,249,252,202,208,4,42,135,61,223,37,20,185,3,139,114,22,224,137,147,165,217,172,117,125,92,148,248,132,160,66,91,45,217,134,150,81,45,245,31,24,58,119,203,119,107,48,102,62,20,28,198,137,102,97,85,147,86,30,84,207,213,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,128,128,128,128,128,128,128,160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,128,128,128,128,128],[248,81,128,128,128,160,83,4,178,118,255,101,254,216,233,148,231,120,193,165,135,167,69,174,198,124,175,150,241,5,241,119,81,113,14,200,241,188,128,128,128,128,128,128,128,160,65,150,210,125,138,85,146,238,4,146,110,73,218,235,98,102,168,38,61,95,86,184,28,166,106,25,132,238,59,100,249,119,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,221,34,119,170],"key":[203,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[9],[5]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,9],[226,160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,5],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,221,34,119,170],[226,160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,5]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchLong.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchLong.json index 55236414a9..560dc926cb 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,236,125,169,64,189,28,24,1,128,155,165,39,133,192,225,239,246,242,141,168,50,1,100,209,29,82,93,87,125,217,48,22,0],[160,158,121,107,54,109,51,70,55,153,2,60,23,77,254,173,211,30,123,93,162,149,10,98,146,201,150,81,0,193,223,197,143,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,216,49,69,82,81,125,178,18,55,181,68,0,10,140,168,177,11,227,51,17,61,194,131,63,187,164,126,180,72,18,20,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,175,42,76,21,80,212,68,146,99,28,60,90,60,62,234,145,35,221,172,58,201,16,196,208,232,172,182,72,77,75,255,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,175,42,76,21,80,212,68,146,99,28,60,90,60,62,234,145,35,221,172,58,201,16,196,208,232,172,182,72,77,75,255,33,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,188,216,49,69,82,81,125,178,18,55,181,68,0,10,140,168,177,11,227,51,17,61,194,131,63,187,164,126,180,72,18,20,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,41,87,252,234,143,157,200,147,217,206,81,71,104,146,158,44,12,166,249,54,94,177,18,36,139,93,124,146,95,56,197,0],[160,12,128,177,67,228,108,148,216,112,110,161,125,156,177,227,160,103,131,162,105,29,173,77,64,33,164,233,34,185,238,177,147,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,12,128,177,67,228,108,148,216,112,110,161,125,156,177,227,160,103,131,162,105,29,173,77,64,33,164,233,34,185,238,177,147,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,125,41,87,252,234,143,157,200,147,217,206,81,71,104,146,158,44,12,166,249,54,94,177,18,36,139,93,124,146,95,56,197,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,76,198,171,90,208,105,4,83,113,86,242,249,239,23,242,248,212,81,253,220,171,99,235,69,102,10,23,60,25,92,237,123,0],[160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,0],[160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,0],[160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,0],[160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,0],[160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,0],[160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,0],[160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,0],[160,106,88,235,96,118,234,14,58,144,115,86,12,236,203,91,133,172,254,188,168,4,124,100,205,10,34,67,87,173,254,114,145,0],[160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,0],[160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,0],[160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,0],[160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,0],[160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,0],[160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,0],[160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,0],[160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,106,88,235,96,118,234,14,58,144,115,86,12,236,203,91,133,172,254,188,168,4,124,100,205,10,34,67,87,173,254,114,145,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128],[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,76,198,171,90,208,105,4,83,113,86,242,249,239,23,242,248,212,81,253,220,171,99,235,69,102,10,23,60,25,92,237,123,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,180,137,138,17,102,140,255,18,207,123,233,147,29,115,80,241,121,12,239,86,122,12,242,157,253,26,85,165,165,57,34,147,0],[160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,0],[160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,0],[160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,0],[160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,0],[160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,0],[160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,0],[160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,0],[160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,0],[160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,0],[160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,0],[160,73,137,207,194,11,153,89,152,228,2,9,7,73,113,205,205,29,58,248,192,128,183,123,50,65,13,92,193,58,116,206,83,0],[160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,0],[160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,0],[160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,0],[160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,0],[160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,73,137,207,194,11,153,89,152,228,2,9,7,73,113,205,205,29,58,248,192,128,183,123,50,65,13,92,193,58,116,206,83,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128],[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,180,137,138,17,102,140,255,18,207,123,233,147,29,115,80,241,121,12,239,86,122,12,242,157,253,26,85,165,165,57,34,147,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,196,157,107,175,74,78,234,195,183,88,178,109,151,109,37,88,109,87,64,187,235,22,40,98,248,194,28,212,129,83,106,0],[160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,0],[160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,0],[160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,0],[160,21,82,154,46,19,33,202,75,98,24,45,27,91,74,102,234,26,169,65,132,23,27,120,253,91,93,18,191,51,197,102,187,0],[160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,0],[160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,0],[160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,0],[160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,0],[160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,0],[160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,0],[160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,0],[160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,0],[160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,0],[160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,0],[160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,0],[160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,21,82,154,46,19,33,202,75,98,24,45,27,91,74,102,234,26,169,65,132,23,27,120,253,91,93,18,191,51,197,102,187,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128],[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,208,196,157,107,175,74,78,234,195,183,88,178,109,151,109,37,88,109,87,64,187,235,22,40,98,248,194,28,212,129,83,106,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,67,245,214,17,84,162,173,24,213,36,79,11,50,10,60,208,55,9,17,180,104,217,245,134,94,154,108,245,143,135,111,53,0],[160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,0],[160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,0],[160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,0],[160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,0],[160,32,177,20,28,165,210,36,188,254,155,15,238,17,26,247,18,247,34,174,201,88,150,203,252,208,115,125,38,181,244,120,62,0],[160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,0],[160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,0],[160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,0],[160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,0],[160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,0],[160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,0],[160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,0],[160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,0],[160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,0],[160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,0],[160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,32,177,20,28,165,210,36,188,254,155,15,238,17,26,247,18,247,34,174,201,88,150,203,252,208,115,125,38,181,244,120,62,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128],[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,67,245,214,17,84,162,173,24,213,36,79,11,50,10,60,208,55,9,17,180,104,217,245,134,94,154,108,245,143,135,111,53,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,129,80,139,28,69,52,151,22,48,144,115,255,77,49,134,160,185,135,245,63,99,65,64,253,32,185,19,126,164,137,197,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,0],[160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,0],[160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,0],[160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,0],[160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,0],[160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,0],[160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,0],[160,82,233,236,139,34,202,254,90,231,46,247,252,30,246,192,141,133,209,220,52,102,138,148,133,245,203,233,168,139,186,115,189,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,82,233,236,139,34,202,254,90,231,46,247,252,30,246,192,141,133,209,220,52,102,138,148,133,245,203,233,168,139,186,115,189,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128],[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,129,80,139,28,69,52,151,22,48,144,115,255,77,49,134,160,185,135,245,63,99,65,64,253,32,185,19,126,164,137,197,137,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,37,17,13,129,200,178,72,108,252,80,129,125,105,199,107,145,1,235,148,55,189,95,170,24,143,191,86,39,171,58,50,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,39,4,135,119,170,144,247,93,151,121,202,21,17,248,83,237,112,167,212,125,70,107,198,175,140,4,25,5,193,71,173,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,39,4,135,119,170,144,247,93,151,121,202,21,17,248,83,237,112,167,212,125,70,107,198,175,140,4,25,5,193,71,173,186,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,37,17,13,129,200,178,72,108,252,80,129,125,105,199,107,145,1,235,148,55,189,95,170,24,143,191,86,39,171,58,50,138,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[240,122,52,158,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,106,1,138,97,168,132,39,180,170,58,97,189,163,126,183,65,57,8,169,75,189,4,230,45,197,44,135,78,123,8,213,240,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,142,80,27,72,84,115,229,209,99,95,234,246,174,158,207,203,24,241,88,99,255,80,41,188,169,74,153,112,34,72,174,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0]],"keccak_data":[[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,106,1,138,97,168,132,39,180,170,58,97,189,163,126,183,65,57,8,169,75,189,4,230,45,197,44,135,78,123,8,213,240,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,14,142,80,27,72,84,115,229,209,99,95,234,246,174,158,207,203,24,241,88,99,255,80,41,188,169,74,153,112,34,72,174,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,240,219,42,225,105,245,4,210,120,191,26,39,5,230,179,30,156,66,215,140,214,107,34,232,210,202,216,16,98,162,167,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,0],[160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,0],[160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,0],[160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,154,166,35,68,167,154,137,228,133,121,210,6,153,119,68,221,161,177,99,217,202,103,110,123,36,66,30,109,33,236,95,0],[160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,128,160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,128,160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,128,128,160,98,154,166,35,68,167,154,137,228,133,121,210,6,153,119,68,221,161,177,99,217,202,103,110,123,36,66,30,109,33,236,95,160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,128,128,128],[249,1,17,128,128,160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,128,160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,128,160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,128,128,160,240,219,42,225,105,245,4,210,120,191,26,39,5,230,179,30,156,66,215,140,214,107,34,232,210,202,216,16,98,162,167,66,160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,128,128,128,128,128,128,128,160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,128,128,128,128,128],[248,81,128,128,128,160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,128,128,128,128,128,128,128,160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,67],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[248,67],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,236,125,169,64,189,28,24,1,128,155,165,39,133,192,225,239,246,242,141,168,50,1,100,209,29,82,93,87,125,217,48,22,0],[160,158,121,107,54,109,51,70,55,153,2,60,23,77,254,173,211,30,123,93,162,149,10,98,146,201,150,81,0,193,223,197,143,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,216,49,69,82,81,125,178,18,55,181,68,0,10,140,168,177,11,227,51,17,61,194,131,63,187,164,126,180,72,18,20,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,175,42,76,21,80,212,68,146,99,28,60,90,60,62,234,145,35,221,172,58,201,16,196,208,232,172,182,72,77,75,255,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,175,42,76,21,80,212,68,146,99,28,60,90,60,62,234,145,35,221,172,58,201,16,196,208,232,172,182,72,77,75,255,33,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,188,216,49,69,82,81,125,178,18,55,181,68,0,10,140,168,177,11,227,51,17,61,194,131,63,187,164,126,180,72,18,20,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,41,87,252,234,143,157,200,147,217,206,81,71,104,146,158,44,12,166,249,54,94,177,18,36,139,93,124,146,95,56,197,0],[160,12,128,177,67,228,108,148,216,112,110,161,125,156,177,227,160,103,131,162,105,29,173,77,64,33,164,233,34,185,238,177,147,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,12,128,177,67,228,108,148,216,112,110,161,125,156,177,227,160,103,131,162,105,29,173,77,64,33,164,233,34,185,238,177,147,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,125,41,87,252,234,143,157,200,147,217,206,81,71,104,146,158,44,12,166,249,54,94,177,18,36,139,93,124,146,95,56,197,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,76,198,171,90,208,105,4,83,113,86,242,249,239,23,242,248,212,81,253,220,171,99,235,69,102,10,23,60,25,92,237,123,0],[160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,0],[160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,0],[160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,0],[160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,0],[160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,0],[160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,0],[160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,0],[160,106,88,235,96,118,234,14,58,144,115,86,12,236,203,91,133,172,254,188,168,4,124,100,205,10,34,67,87,173,254,114,145,0],[160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,0],[160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,0],[160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,0],[160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,0],[160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,0],[160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,0],[160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,0],[160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,106,88,235,96,118,234,14,58,144,115,86,12,236,203,91,133,172,254,188,168,4,124,100,205,10,34,67,87,173,254,114,145,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128],[249,2,17,160,203,155,95,87,117,89,227,1,217,141,101,249,141,158,153,95,57,45,108,7,84,133,182,147,7,139,122,231,21,23,226,103,160,188,163,150,57,80,114,215,193,143,127,89,221,62,221,86,183,127,100,168,107,42,49,189,156,105,218,5,224,92,189,172,181,160,189,200,185,43,254,21,61,66,80,169,111,67,41,173,87,178,122,36,149,1,252,148,74,183,75,215,140,190,247,233,157,166,160,90,232,38,248,218,244,187,228,128,210,102,136,44,231,95,36,18,93,232,21,115,141,9,150,218,2,176,12,32,51,14,6,160,73,83,206,253,141,54,4,255,244,59,102,75,250,181,149,232,147,36,0,75,62,69,224,82,190,115,134,87,40,76,145,41,160,160,208,52,138,80,98,153,103,185,255,188,140,179,114,176,55,52,0,6,124,26,160,219,69,77,232,122,138,28,234,140,144,160,188,24,14,57,108,199,179,93,67,114,38,247,227,100,73,16,77,120,28,98,134,184,51,71,55,110,175,63,160,225,134,78,160,76,198,171,90,208,105,4,83,113,86,242,249,239,23,242,248,212,81,253,220,171,99,235,69,102,10,23,60,25,92,237,123,160,165,120,23,142,28,190,69,250,104,116,6,96,69,168,108,27,67,77,236,187,66,25,158,38,151,201,131,109,22,53,163,146,160,52,196,20,106,22,179,12,48,221,80,93,115,60,211,148,103,60,166,62,6,34,79,50,128,138,201,233,113,178,243,147,176,160,135,243,26,28,242,33,207,232,196,225,22,158,16,152,31,246,237,195,183,223,5,255,10,175,126,4,255,89,197,222,199,86,160,230,153,215,131,5,248,22,225,108,26,208,120,178,22,164,27,6,26,123,38,38,161,120,244,202,99,125,226,113,144,222,250,160,91,62,246,193,194,69,43,200,24,226,234,231,163,85,40,196,18,201,130,81,131,130,58,155,200,87,30,228,26,39,186,198,160,192,154,190,147,129,133,38,29,125,30,178,151,134,105,100,129,255,121,107,53,193,82,137,113,35,37,66,236,11,215,106,81,160,14,128,144,203,252,2,235,241,233,228,77,51,93,37,47,112,66,14,208,159,231,214,197,129,38,82,120,106,2,133,183,51,160,173,162,203,251,233,190,24,248,49,5,68,76,226,83,131,69,152,101,45,251,152,123,185,132,147,27,75,39,43,148,107,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,180,137,138,17,102,140,255,18,207,123,233,147,29,115,80,241,121,12,239,86,122,12,242,157,253,26,85,165,165,57,34,147,0],[160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,0],[160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,0],[160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,0],[160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,0],[160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,0],[160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,0],[160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,0],[160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,0],[160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,0],[160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,0],[160,73,137,207,194,11,153,89,152,228,2,9,7,73,113,205,205,29,58,248,192,128,183,123,50,65,13,92,193,58,116,206,83,0],[160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,0],[160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,0],[160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,0],[160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,0],[160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,73,137,207,194,11,153,89,152,228,2,9,7,73,113,205,205,29,58,248,192,128,183,123,50,65,13,92,193,58,116,206,83,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128],[249,2,17,160,18,101,131,99,126,62,177,176,175,227,126,135,118,209,104,15,94,158,126,16,229,198,137,117,11,34,35,62,178,30,163,248,160,123,77,145,2,49,149,132,119,66,128,99,180,104,48,205,73,38,111,127,154,84,105,17,109,172,41,1,167,138,149,41,197,160,228,84,196,109,225,221,106,213,221,42,103,185,196,80,28,44,45,200,105,40,150,222,61,195,209,95,113,249,176,40,5,63,160,57,180,21,162,82,214,201,178,13,24,168,146,173,64,220,156,111,23,92,99,128,86,239,146,141,16,164,32,61,228,24,252,160,221,77,220,77,60,8,208,125,197,94,117,28,51,186,182,146,218,106,153,242,157,130,65,8,93,181,176,201,61,217,226,188,160,95,59,244,69,176,194,201,31,125,255,220,28,103,214,148,154,127,99,26,109,173,66,52,23,1,60,147,162,80,99,188,236,160,94,6,112,250,23,8,104,209,124,72,179,6,84,228,243,196,51,255,70,178,198,180,66,149,151,64,224,175,184,51,212,48,160,11,201,156,205,193,219,63,118,255,224,240,48,231,49,122,209,244,250,224,94,216,123,40,54,116,186,221,227,221,132,216,67,160,136,9,150,131,203,52,228,56,242,25,217,67,235,8,215,182,31,74,211,94,217,79,209,16,4,192,28,235,93,231,96,76,160,119,104,63,90,18,237,89,22,227,96,42,219,237,100,73,197,72,104,91,52,37,89,25,160,55,192,131,58,199,46,60,131,160,180,137,138,17,102,140,255,18,207,123,233,147,29,115,80,241,121,12,239,86,122,12,242,157,253,26,85,165,165,57,34,147,160,95,216,69,179,165,202,5,147,92,56,127,225,44,221,125,249,123,220,22,5,61,232,19,189,232,214,54,125,115,119,201,172,160,224,113,151,12,186,75,55,144,38,209,227,30,34,228,208,27,169,96,0,12,185,6,253,244,23,85,210,94,36,160,84,233,160,123,185,21,96,91,242,200,150,30,108,158,68,137,183,154,165,141,137,69,61,111,69,151,124,135,96,47,189,159,197,141,109,160,125,71,101,150,240,123,112,189,178,113,195,130,32,119,90,72,75,26,27,13,156,155,85,206,217,59,26,71,93,158,39,71,160,187,234,38,148,78,204,38,226,195,40,135,117,172,91,176,90,44,64,115,127,44,5,223,121,204,177,224,6,72,69,219,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,196,157,107,175,74,78,234,195,183,88,178,109,151,109,37,88,109,87,64,187,235,22,40,98,248,194,28,212,129,83,106,0],[160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,0],[160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,0],[160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,0],[160,21,82,154,46,19,33,202,75,98,24,45,27,91,74,102,234,26,169,65,132,23,27,120,253,91,93,18,191,51,197,102,187,0],[160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,0],[160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,0],[160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,0],[160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,0],[160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,0],[160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,0],[160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,0],[160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,0],[160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,0],[160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,0],[160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,0],[160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,21,82,154,46,19,33,202,75,98,24,45,27,91,74,102,234,26,169,65,132,23,27,120,253,91,93,18,191,51,197,102,187,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128],[249,2,17,160,242,2,171,154,117,67,183,250,218,253,33,96,220,233,103,151,143,248,43,219,201,31,152,207,250,11,159,89,205,184,172,92,160,94,62,196,11,252,4,219,198,190,74,155,51,246,207,218,67,129,63,216,218,72,175,172,224,137,160,96,134,226,114,47,195,160,220,79,232,150,202,231,168,173,188,255,225,151,144,139,249,219,36,187,29,212,214,185,0,192,68,162,52,233,73,225,122,150,160,208,196,157,107,175,74,78,234,195,183,88,178,109,151,109,37,88,109,87,64,187,235,22,40,98,248,194,28,212,129,83,106,160,171,173,13,119,118,83,126,195,155,168,160,114,190,126,19,0,84,155,235,249,230,181,166,24,244,51,220,204,19,15,51,175,160,201,73,106,93,160,10,118,123,25,90,105,19,47,135,130,153,156,207,226,225,15,82,27,135,61,128,220,184,17,94,110,177,160,218,168,9,97,183,136,161,198,224,221,17,71,51,108,207,121,212,149,178,73,190,222,141,247,213,242,255,160,26,176,77,38,160,237,119,82,16,183,65,62,159,240,179,19,26,11,16,44,3,64,168,63,74,10,78,71,227,186,142,190,205,186,207,49,142,160,42,172,54,189,75,55,223,72,136,29,3,141,155,14,149,66,142,84,189,114,127,187,100,248,43,189,196,167,36,181,231,7,160,73,154,87,78,68,23,198,202,125,208,225,65,212,131,176,106,241,32,205,89,118,198,78,65,255,246,17,251,230,38,180,236,160,142,157,77,137,233,28,128,1,129,145,213,117,190,4,183,43,124,147,234,128,39,139,110,130,234,77,212,116,237,195,2,242,160,59,123,38,31,102,144,63,66,145,71,139,212,180,12,124,51,51,181,240,42,222,34,158,243,223,202,217,39,232,24,241,83,160,52,42,172,218,151,94,170,154,240,82,182,191,125,158,101,53,25,212,36,121,118,213,118,40,134,35,5,201,97,224,22,73,160,32,77,63,202,20,30,148,131,246,63,206,1,161,162,223,229,161,170,188,254,98,253,74,34,74,125,81,92,75,54,220,104,160,131,64,211,54,20,43,128,119,87,143,37,137,121,203,178,221,254,49,45,173,187,29,137,12,193,227,248,236,92,54,110,1,160,213,68,36,157,232,139,139,48,229,98,150,111,106,139,2,105,167,209,229,52,203,82,2,192,190,108,27,204,227,211,133,144,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,67,245,214,17,84,162,173,24,213,36,79,11,50,10,60,208,55,9,17,180,104,217,245,134,94,154,108,245,143,135,111,53,0],[160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,0],[160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,0],[160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,0],[160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,0],[160,32,177,20,28,165,210,36,188,254,155,15,238,17,26,247,18,247,34,174,201,88,150,203,252,208,115,125,38,181,244,120,62,0],[160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,0],[160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,0],[160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,0],[160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,0],[160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,0],[160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,0],[160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,0],[160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,0],[160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,0],[160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,0],[160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,32,177,20,28,165,210,36,188,254,155,15,238,17,26,247,18,247,34,174,201,88,150,203,252,208,115,125,38,181,244,120,62,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128],[249,2,17,160,225,232,51,165,157,149,214,172,159,91,52,197,92,79,27,34,18,214,233,102,92,19,214,91,32,116,131,121,228,212,45,173,160,186,231,194,219,141,216,81,127,112,19,44,4,197,255,156,246,56,53,192,172,81,0,190,171,131,183,207,225,157,5,205,203,160,5,37,120,149,32,224,148,140,41,239,6,196,60,15,198,63,169,180,108,45,160,224,159,181,133,158,91,197,190,154,203,10,160,206,41,225,167,22,123,70,153,72,9,218,77,191,79,238,156,75,60,222,100,52,133,96,110,170,182,93,140,189,66,45,239,160,67,245,214,17,84,162,173,24,213,36,79,11,50,10,60,208,55,9,17,180,104,217,245,134,94,154,108,245,143,135,111,53,160,157,132,195,214,126,178,154,131,217,152,109,121,6,103,197,126,44,188,216,167,153,198,208,113,235,8,85,231,177,226,61,117,160,144,228,135,93,42,239,76,219,45,190,35,101,156,189,124,220,215,186,245,209,99,192,154,77,168,214,179,29,1,155,200,134,160,192,120,30,76,123,195,21,17,192,189,151,231,243,167,107,75,8,30,49,20,146,46,20,236,164,183,35,0,78,4,126,83,160,211,177,15,128,75,240,250,199,98,147,192,74,184,207,230,94,146,40,86,160,2,77,225,77,192,140,56,244,155,92,206,232,160,173,25,97,151,4,14,250,193,102,223,32,217,175,89,167,237,209,24,122,69,121,79,52,130,12,5,168,192,23,40,137,235,160,137,64,183,69,124,15,95,148,156,197,5,103,87,251,140,6,99,53,127,206,1,232,43,229,156,255,7,243,225,97,131,126,160,179,253,144,148,128,37,142,180,177,255,1,66,190,186,243,213,157,165,10,255,107,128,127,167,193,163,167,161,122,77,89,125,160,241,128,172,157,189,54,79,20,246,136,62,239,208,239,44,44,50,16,212,4,94,187,29,162,200,16,139,228,29,143,243,146,160,102,10,219,89,69,53,202,19,147,75,79,217,149,73,63,22,38,222,90,158,146,32,5,145,248,86,183,195,230,207,33,75,160,223,212,45,62,78,73,59,224,92,164,146,215,86,0,81,183,118,204,100,114,26,15,133,36,201,52,85,71,51,180,34,185,160,228,216,210,49,162,105,158,82,165,38,198,174,140,67,178,57,230,168,65,109,207,201,158,221,86,140,92,9,99,107,97,46,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,129,80,139,28,69,52,151,22,48,144,115,255,77,49,134,160,185,135,245,63,99,65,64,253,32,185,19,126,164,137,197,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,0],[160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,0],[160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,0],[160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,0],[160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,0],[160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,0],[160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,0],[160,82,233,236,139,34,202,254,90,231,46,247,252,30,246,192,141,133,209,220,52,102,138,148,133,245,203,233,168,139,186,115,189,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,82,233,236,139,34,202,254,90,231,46,247,252,30,246,192,141,133,209,220,52,102,138,148,133,245,203,233,168,139,186,115,189,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128],[249,1,81,128,128,160,126,89,243,163,251,3,42,80,28,227,221,179,112,180,6,58,46,112,97,57,250,199,36,99,83,92,22,81,68,105,251,253,160,222,135,108,9,125,128,158,39,223,159,120,131,119,128,75,223,82,85,111,166,60,55,62,106,33,237,97,88,171,251,110,83,160,238,20,66,157,50,235,164,218,147,118,186,198,235,147,24,94,48,180,79,119,68,82,203,50,235,129,116,45,59,90,227,198,160,200,98,184,237,83,92,112,182,117,142,212,216,62,48,72,251,95,237,24,207,177,248,104,246,147,248,219,150,222,77,63,81,160,40,35,69,178,99,44,6,12,126,7,150,179,188,212,149,193,218,249,148,224,100,55,136,115,8,195,205,107,201,168,139,61,160,29,115,216,229,14,147,21,18,226,132,84,216,185,235,81,186,128,168,30,61,56,41,88,179,171,177,190,243,130,49,168,45,160,202,151,152,210,74,58,69,175,88,49,120,106,204,230,130,103,14,132,65,172,174,65,17,11,240,205,119,236,4,0,118,164,160,129,80,139,28,69,52,151,22,48,144,115,255,77,49,134,160,185,135,245,63,99,65,64,253,32,185,19,126,164,137,197,137,128,160,170,50,109,146,183,123,238,90,8,191,231,253,106,24,164,181,231,48,100,133,99,115,153,95,87,85,217,182,119,149,98,210,128,128,160,160,115,126,112,147,196,136,28,15,150,162,92,47,205,78,44,227,63,239,211,17,100,85,208,222,189,246,240,192,14,141,34,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,37,17,13,129,200,178,72,108,252,80,129,125,105,199,107,145,1,235,148,55,189,95,170,24,143,191,86,39,171,58,50,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,39,4,135,119,170,144,247,93,151,121,202,21,17,248,83,237,112,167,212,125,70,107,198,175,140,4,25,5,193,71,173,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,39,4,135,119,170,144,247,93,151,121,202,21,17,248,83,237,112,167,212,125,70,107,198,175,140,4,25,5,193,71,173,186,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,64,47,191,0,189,168,195,89,129,204,127,203,58,8,34,179,83,126,228,51,194,75,211,252,10,168,112,171,164,121,200,180,128,160,37,17,13,129,200,178,72,108,252,80,129,125,105,199,107,145,1,235,148,55,189,95,170,24,143,191,86,39,171,58,50,138,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156],"key":[240,122,52,158,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,106,1,138,97,168,132,39,180,170,58,97,189,163,126,183,65,57,8,169,75,189,4,230,45,197,44,135,78,123,8,213,240,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,142,80,27,72,84,115,229,209,99,95,234,246,174,158,207,203,24,241,88,99,255,80,41,188,169,74,153,112,34,72,174,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,0,0,0,0]],"keccak_data":[[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,106,1,138,97,168,132,39,180,170,58,97,189,163,126,183,65,57,8,169,75,189,4,230,45,197,44,135,78,123,8,213,240,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,98,115,194,37,21,136,10,199,128,184,179,154,98,246,29,99,101,194,196,151,203,221,118,74,72,36,144,3,184,70,248,68,128,128,160,14,142,80,27,72,84,115,229,209,99,95,234,246,174,158,207,203,24,241,88,99,255,80,41,188,169,74,153,112,34,72,174,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,140,50,179,108,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,240,219,42,225,105,245,4,210,120,191,26,39,5,230,179,30,156,66,215,140,214,107,34,232,210,202,216,16,98,162,167,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,0],[160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,0],[160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,0],[160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,154,166,35,68,167,154,137,228,133,121,210,6,153,119,68,221,161,177,99,217,202,103,110,123,36,66,30,109,33,236,95,0],[160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,128,160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,128,160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,128,128,160,98,154,166,35,68,167,154,137,228,133,121,210,6,153,119,68,221,161,177,99,217,202,103,110,123,36,66,30,109,33,236,95,160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,128,128,128],[249,1,17,128,128,160,80,6,126,96,224,218,248,112,229,57,50,72,118,141,158,230,252,29,3,252,237,174,199,149,148,23,168,84,63,186,12,123,160,6,75,228,10,237,244,216,114,10,229,121,161,143,75,5,17,221,222,73,91,55,146,244,67,143,162,5,205,143,149,103,240,128,160,207,120,231,18,233,241,179,169,36,177,184,125,220,24,128,228,70,55,206,103,127,185,9,240,129,49,142,26,209,86,245,156,128,160,177,130,114,79,177,83,38,50,136,69,53,231,131,160,24,248,188,178,121,147,17,50,194,42,83,203,172,177,39,207,144,216,160,71,7,191,85,198,174,232,214,66,236,181,123,53,120,179,108,97,107,194,238,228,75,194,13,218,91,47,151,101,186,115,103,160,228,234,174,76,130,145,42,8,229,241,27,246,28,214,65,84,3,30,248,131,65,204,65,114,75,151,179,144,182,154,174,115,128,128,160,240,219,42,225,105,245,4,210,120,191,26,39,5,230,179,30,156,66,215,140,214,107,34,232,210,202,216,16,98,162,167,66,160,217,112,243,192,99,211,215,254,67,255,101,141,16,210,66,126,211,105,152,44,52,116,181,145,243,124,162,183,110,164,166,254,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,128,128,128,128,128,128,128,160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,128,128,128,128,128],[248,81,128,128,128,160,235,226,146,11,204,214,45,98,2,160,99,165,108,220,53,17,220,56,55,192,43,172,22,16,30,247,169,11,191,15,113,179,128,128,128,128,128,128,128,160,77,167,211,34,100,13,11,17,140,105,45,163,30,81,93,255,79,56,255,86,166,178,237,78,11,42,10,191,175,234,141,158,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,221,34,119,170],"key":[203,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83],"list_rlp_bytes":[[248,67],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[248,67],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,67,160,32,29,94,15,90,200,208,249,71,35,236,235,72,247,160,201,194,234,242,115,207,54,109,28,193,140,203,170,96,165,212,83,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,51,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,221,34,119,170],[248,67,160,32,62,151,72,208,183,158,110,122,82,218,22,62,0,172,84,114,170,48,10,115,161,72,169,90,30,106,224,154,198,226,145,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevels.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevels.json index 8aa53a6fc1..9e77cb3ffb 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevels.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevels.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,135,6,177,186,137,208,61,209,115,19,73,12,217,117,3,208,64,43,205,174,179,42,208,180,65,228,49,209,141,151,234,99,0],[160,131,244,162,239,91,101,219,201,44,255,71,235,101,209,107,82,73,79,247,70,252,131,103,66,150,168,89,225,127,185,205,186,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,169,2,129,123,157,140,225,182,40,224,98,197,182,190,207,148,156,218,233,34,145,60,192,82,177,229,117,154,134,75,58,7,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,96,242,204,87,70,40,27,40,189,46,193,133,173,251,67,53,183,102,39,76,175,46,6,122,128,250,249,228,146,221,196,243,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,96,242,204,87,70,40,27,40,189,46,193,133,173,251,67,53,183,102,39,76,175,46,6,122,128,250,249,228,146,221,196,243,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,169,2,129,123,157,140,225,182,40,224,98,197,182,190,207,148,156,218,233,34,145,60,192,82,177,229,117,154,134,75,58,7,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,61,51,32,49,209,126,142,243,172,82,104,43,161,166,21,78,209,151,3,99,117,202,113,14,201,54,39,61,243,80,209,16,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,201,23,97,51,242,210,154,98,237,199,3,86,200,246,170,218,161,196,95,239,33,17,224,134,53,97,167,143,127,52,237,135,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,201,23,97,51,242,210,154,98,237,199,3,86,200,246,170,218,161,196,95,239,33,17,224,134,53,97,167,143,127,52,237,135,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,61,51,32,49,209,126,142,243,172,82,104,43,161,166,21,78,209,151,3,99,117,202,113,14,201,54,39,61,243,80,209,16,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,215,117,245,209,17,187,169,82,19,201,249,81,91,144,79,212,135,246,187,176,59,5,75,114,171,0,233,250,53,138,25,50,0],[160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,0],[160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,0],[160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,0],[160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,0],[160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,0],[160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,0],[160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,0],[160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,0],[160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,0],[160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,0],[160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,0],[160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,0],[160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,0],[160,220,68,179,229,92,253,253,144,1,126,207,226,134,25,184,157,14,201,214,35,184,200,1,207,29,178,49,143,92,212,29,24,0],[160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,0],[160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,160,220,68,179,229,92,253,253,144,1,126,207,226,134,25,184,157,14,201,214,35,184,200,1,207,29,178,49,143,92,212,29,24,160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,128],[249,2,17,160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,160,215,117,245,209,17,187,169,82,19,201,249,81,91,144,79,212,135,246,187,176,59,5,75,114,171,0,233,250,53,138,25,50,160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,28,62,251,6,5,106,99,38,234,137,204,4,36,150,83,1,40,21,67,54,169,62,193,187,238,82,36,84,10,133,176,3,0],[160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,0],[160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,0],[160,252,188,163,57,126,103,126,155,204,232,185,93,47,154,240,234,179,166,89,187,192,4,218,170,249,53,232,170,102,42,52,64,0],[160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,0],[160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,0],[160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,0],[160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,0],[160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,0],[160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,0],[160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,0],[160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,0],[160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,0],[160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,0],[160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,0],[160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,0],[160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,160,252,188,163,57,126,103,126,155,204,232,185,93,47,154,240,234,179,166,89,187,192,4,218,170,249,53,232,170,102,42,52,64,160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,128],[249,2,17,160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,160,28,62,251,6,5,106,99,38,234,137,204,4,36,150,83,1,40,21,67,54,169,62,193,187,238,82,36,84,10,133,176,3,160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,14,165,184,229,251,167,152,183,182,16,199,108,214,126,192,125,109,178,65,126,119,130,108,93,138,90,23,194,112,64,188,5,0],[160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,0],[160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,0],[160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,0],[160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,0],[160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,0],[160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,0],[160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,0],[160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,0],[160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,0],[160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,0],[160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,0],[160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,0],[160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,0],[160,197,60,89,94,200,7,41,131,243,151,140,11,53,183,77,174,14,223,116,31,114,2,164,73,161,253,11,62,30,219,48,251,0],[160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,0],[160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,160,197,60,89,94,200,7,41,131,243,151,140,11,53,183,77,174,14,223,116,31,114,2,164,73,161,253,11,62,30,219,48,251,160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,128],[249,2,17,160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,160,14,165,184,229,251,167,152,183,182,16,199,108,214,126,192,125,109,178,65,126,119,130,108,93,138,90,23,194,112,64,188,5,160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,117,56,121,183,61,216,117,135,24,169,19,28,127,231,140,107,165,54,133,115,77,138,250,129,177,204,239,35,192,1,247,118,0],[160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,0],[160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,0],[160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,0],[160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,0],[160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,0],[160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,0],[160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,0],[160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,0],[160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,0],[160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,0],[160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,0],[160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,0],[160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,0],[160,220,97,92,221,236,7,250,219,156,22,177,217,109,65,77,16,42,92,190,248,73,41,192,5,6,22,70,119,80,59,87,57,0],[160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,0],[160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,160,220,97,92,221,236,7,250,219,156,22,177,217,109,65,77,16,42,92,190,248,73,41,192,5,6,22,70,119,80,59,87,57,160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,128],[249,2,17,160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,160,117,56,121,183,61,216,117,135,24,169,19,28,127,231,140,107,165,54,133,115,77,138,250,129,177,204,239,35,192,1,247,118,160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,251,113,149,55,146,22,73,7,88,186,103,39,58,84,53,200,58,32,52,87,12,31,213,206,250,108,43,96,189,125,183,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,0],[160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,148,210,158,3,101,26,158,67,176,137,25,177,211,217,89,20,61,91,72,185,182,165,66,208,182,148,35,141,225,178,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,128,128,128,160,133,148,210,158,3,101,26,158,67,176,137,25,177,211,217,89,20,61,91,72,185,182,165,66,208,182,148,35,141,225,178,64,128,128,128,128,160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,128,128,128,128],[248,145,128,128,160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,128,128,128,160,251,113,149,55,146,22,73,7,88,186,103,39,58,84,53,200,58,32,52,87,12,31,213,206,250,108,43,96,189,125,183,15,128,128,128,128,160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,212,234,46,234,49,157,94,111,252,94,160,152,110,52,62,51,223,11,192,6,31,246,64,204,225,144,168,29,167,235,37,29,0],[160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,3,163,105,247,64,37,97,81,47,255,202,110,63,213,223,93,198,16,61,47,126,5,80,62,173,156,10,172,144,111,148,78,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,128,128,128,128,128,128,128,128,128,128,128,128,128,128,160,3,163,105,247,64,37,97,81,47,255,202,110,63,213,223,93,198,16,61,47,126,5,80,62,173,156,10,172,144,111,148,78,128],[248,81,160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,128,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,234,46,234,49,157,94,111,252,94,160,152,110,52,62,51,223,11,192,6,31,246,64,204,225,144,168,29,167,235,37,29,128]]},{"start":null,"extension_branch":null,"account":{"address":[84,210,221,127,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0],[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,128,125,129,12,178,135,200,135,125,218,8,161,94,64,101,143,223,56,28,115,70,177,97,26,92,57,163,63,119,33,30,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,231,255,201,85,223,248,63,153,82,31,138,167,188,67,102,255,20,223,44,178,216,181,244,233,162,72,203,26,16,151,85,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0]],"keccak_data":[[248,102,157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,184,70,248,68,128,128,160,124,128,125,129,12,178,135,200,135,125,218,8,161,94,64,101,143,223,56,28,115,70,177,97,26,92,57,163,63,119,33,30,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,184,70,248,68,128,128,160,179,231,255,201,85,223,248,63,153,82,31,138,167,188,67,102,255,20,223,44,178,216,181,244,233,162,72,203,26,16,151,85,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,60,52,243,109,33,30,29,84,84,61,219,205,104,1,55,204,17,150,5,47,241,220,239,39,0,76,70,12,124,251,33,35,0],[160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,0],[160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,0],[160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,0],[160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,0],[160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,0],[160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,0],[160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,0],[160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,0],[160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,0],[160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,0],[160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,0],[160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,0],[160,2,23,157,37,52,158,35,51,81,79,114,175,120,180,130,91,152,79,9,243,180,233,66,188,207,215,41,23,12,138,112,53,0],[160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,160,2,23,157,37,52,158,35,51,81,79,114,175,120,180,130,91,152,79,9,243,180,233,66,188,207,215,41,23,12,138,112,53,160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,128],[249,1,241,160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,160,60,52,243,109,33,30,29,84,84,61,219,205,104,1,55,204,17,150,5,47,241,220,239,39,0,76,70,12,124,251,33,35,160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,32,245,106,63,123,45,75,217,20,45,244,235,153,142,204,46,127,124,161,142,221,124,154,40,73,150,206,103,91,36,211,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,0],[160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,0],[160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,28,224,131,7,146,228,1,28,151,79,124,113,242,219,192,225,4,216,228,15,198,188,138,155,246,120,122,87,121,167,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,128,128,128,128,128,128,128,160,86,28,224,131,7,146,228,1,28,151,79,124,113,242,219,192,225,4,216,228,15,198,188,138,155,246,120,122,87,121,167,23,128,128,128,128,128],[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,128,128,128,128,128,128,128,160,32,245,106,63,123,45,75,217,20,45,244,235,153,142,204,46,127,124,161,142,221,124,154,40,73,150,206,103,91,36,211,138,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,128,160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,128,160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[226]],"value_rlp_bytes":[[6],[28]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,6],[226,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,28],[225,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,28]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,135,6,177,186,137,208,61,209,115,19,73,12,217,117,3,208,64,43,205,174,179,42,208,180,65,228,49,209,141,151,234,99,0],[160,131,244,162,239,91,101,219,201,44,255,71,235,101,209,107,82,73,79,247,70,252,131,103,66,150,168,89,225,127,185,205,186,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,169,2,129,123,157,140,225,182,40,224,98,197,182,190,207,148,156,218,233,34,145,60,192,82,177,229,117,154,134,75,58,7,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,96,242,204,87,70,40,27,40,189,46,193,133,173,251,67,53,183,102,39,76,175,46,6,122,128,250,249,228,146,221,196,243,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,96,242,204,87,70,40,27,40,189,46,193,133,173,251,67,53,183,102,39,76,175,46,6,122,128,250,249,228,146,221,196,243,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,169,2,129,123,157,140,225,182,40,224,98,197,182,190,207,148,156,218,233,34,145,60,192,82,177,229,117,154,134,75,58,7,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,61,51,32,49,209,126,142,243,172,82,104,43,161,166,21,78,209,151,3,99,117,202,113,14,201,54,39,61,243,80,209,16,0],[160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,0],[160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,0],[160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,0],[160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,0],[160,201,23,97,51,242,210,154,98,237,199,3,86,200,246,170,218,161,196,95,239,33,17,224,134,53,97,167,143,127,52,237,135,0],[160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,0],[160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,0],[160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,0],[160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,0],[160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,0],[160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,0],[160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,0],[160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,0],[160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,0],[160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,0],[160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,201,23,97,51,242,210,154,98,237,199,3,86,200,246,170,218,161,196,95,239,33,17,224,134,53,97,167,143,127,52,237,135,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128],[249,2,17,160,138,127,33,146,228,217,81,168,148,54,25,221,110,14,147,44,205,207,240,252,85,10,74,6,90,215,37,163,85,197,209,147,160,197,140,243,130,135,5,44,240,122,52,88,152,223,194,55,78,253,239,20,14,240,195,72,157,251,203,43,166,221,72,42,243,160,75,39,144,178,195,157,130,92,242,146,126,25,212,148,140,173,8,127,165,43,106,75,70,197,89,209,124,226,17,57,179,182,160,166,127,220,77,52,242,127,4,221,222,179,99,228,219,234,107,128,132,162,28,54,50,74,245,6,155,81,220,35,222,239,180,160,61,51,32,49,209,126,142,243,172,82,104,43,161,166,21,78,209,151,3,99,117,202,113,14,201,54,39,61,243,80,209,16,160,19,80,126,245,125,58,26,171,154,180,156,179,105,38,103,20,91,210,24,164,166,224,218,169,142,142,169,66,214,236,187,6,160,165,82,147,29,195,97,238,45,114,242,138,56,34,241,197,209,102,77,31,87,107,168,63,130,23,5,76,252,18,13,236,167,160,137,36,143,25,251,26,164,237,66,26,232,13,77,146,144,176,22,49,121,100,141,43,91,142,171,76,62,36,85,147,110,190,160,11,115,235,188,72,84,161,207,127,77,34,28,249,39,93,96,107,210,35,230,154,186,144,28,119,73,153,188,24,77,109,240,160,32,16,34,222,52,84,189,67,5,218,27,231,255,241,137,75,169,212,46,174,56,117,221,170,189,159,246,103,118,27,94,55,160,196,152,69,59,144,47,23,238,69,44,248,41,68,85,141,160,133,102,55,49,102,245,19,140,135,71,233,138,80,112,134,106,160,235,44,30,228,32,41,209,13,249,2,126,168,201,236,57,195,159,104,121,127,158,158,105,129,93,237,225,173,201,228,18,26,160,73,123,173,142,67,153,155,66,154,32,234,242,62,142,135,231,90,130,33,64,124,47,23,76,160,193,31,112,13,86,158,163,160,212,168,40,58,146,19,183,174,219,219,161,40,190,207,207,64,53,225,243,141,48,238,255,22,190,203,157,242,113,27,78,198,160,230,64,192,124,51,112,56,150,2,235,12,184,74,44,180,235,29,218,102,116,42,9,138,165,90,10,72,105,142,17,120,130,160,10,45,72,232,98,165,163,10,157,119,129,253,31,63,210,152,123,72,87,208,99,245,73,99,63,206,57,190,38,252,227,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,215,117,245,209,17,187,169,82,19,201,249,81,91,144,79,212,135,246,187,176,59,5,75,114,171,0,233,250,53,138,25,50,0],[160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,0],[160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,0],[160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,0],[160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,0],[160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,0],[160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,0],[160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,0],[160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,0],[160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,0],[160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,0],[160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,0],[160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,0],[160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,0],[160,220,68,179,229,92,253,253,144,1,126,207,226,134,25,184,157,14,201,214,35,184,200,1,207,29,178,49,143,92,212,29,24,0],[160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,0],[160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,160,220,68,179,229,92,253,253,144,1,126,207,226,134,25,184,157,14,201,214,35,184,200,1,207,29,178,49,143,92,212,29,24,160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,128],[249,2,17,160,1,154,77,232,132,244,2,170,42,217,92,225,77,188,226,2,236,251,25,116,37,208,19,100,21,137,83,21,132,202,203,173,160,56,175,97,189,163,133,240,131,253,244,192,209,138,101,39,36,122,211,243,226,31,207,213,84,248,238,198,117,21,82,144,176,160,8,111,149,23,201,150,134,174,128,247,108,157,142,166,160,157,51,0,241,218,232,177,174,215,235,32,100,85,30,104,174,43,160,247,221,127,201,69,111,139,156,108,34,170,55,220,38,46,98,35,30,127,46,50,62,194,236,159,165,194,110,97,50,206,190,160,108,50,30,157,255,131,174,58,49,138,90,78,35,162,27,72,106,28,150,241,148,41,121,212,19,139,92,74,127,96,170,228,160,23,209,102,7,14,169,48,137,46,148,41,134,148,39,101,60,57,242,164,165,192,70,239,231,175,103,151,122,199,10,193,239,160,67,56,110,181,49,126,195,27,142,224,17,6,19,72,216,252,76,53,196,78,55,202,0,243,136,36,114,106,4,223,158,26,160,245,8,11,11,26,8,224,235,61,135,144,250,88,220,254,136,61,124,232,220,164,67,161,7,31,83,50,178,141,253,95,79,160,0,18,141,36,74,180,245,159,125,107,215,56,130,19,255,3,53,220,241,116,133,132,32,131,164,177,77,79,75,240,163,62,160,166,45,8,51,13,193,209,169,95,146,241,6,134,246,174,87,207,113,132,222,30,55,212,15,248,62,169,167,178,197,12,149,160,235,25,229,90,112,134,91,18,242,149,85,153,32,19,251,232,254,58,42,177,88,166,66,227,185,50,177,176,167,49,140,135,160,241,108,249,13,244,147,39,162,139,175,181,56,42,123,35,118,84,214,40,203,45,61,111,254,115,9,64,111,207,201,50,173,160,62,105,133,156,106,144,166,121,101,73,103,232,186,165,142,212,240,36,134,183,48,165,218,110,11,191,230,95,186,152,21,85,160,215,117,245,209,17,187,169,82,19,201,249,81,91,144,79,212,135,246,187,176,59,5,75,114,171,0,233,250,53,138,25,50,160,116,29,56,55,224,216,249,236,127,201,245,75,202,74,255,150,251,34,0,238,75,102,88,190,176,82,37,68,197,189,46,193,160,228,237,144,244,15,170,173,194,147,232,237,253,81,230,188,48,231,255,79,237,60,39,49,114,117,222,197,199,78,246,197,106,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,28,62,251,6,5,106,99,38,234,137,204,4,36,150,83,1,40,21,67,54,169,62,193,187,238,82,36,84,10,133,176,3,0],[160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,0],[160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,0],[160,252,188,163,57,126,103,126,155,204,232,185,93,47,154,240,234,179,166,89,187,192,4,218,170,249,53,232,170,102,42,52,64,0],[160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,0],[160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,0],[160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,0],[160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,0],[160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,0],[160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,0],[160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,0],[160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,0],[160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,0],[160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,0],[160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,0],[160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,0],[160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,160,252,188,163,57,126,103,126,155,204,232,185,93,47,154,240,234,179,166,89,187,192,4,218,170,249,53,232,170,102,42,52,64,160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,128],[249,2,17,160,154,184,196,90,163,191,49,176,170,125,73,195,215,31,28,94,106,178,167,101,198,147,246,63,112,182,47,198,153,57,161,83,160,51,151,14,131,183,133,31,146,9,57,82,223,106,93,22,224,211,105,11,194,17,54,71,20,123,222,239,131,109,169,217,207,160,28,62,251,6,5,106,99,38,234,137,204,4,36,150,83,1,40,21,67,54,169,62,193,187,238,82,36,84,10,133,176,3,160,218,27,115,216,212,204,68,74,148,204,233,112,235,163,10,70,153,130,12,250,231,157,115,105,240,184,33,5,61,15,110,166,160,59,81,43,57,17,72,110,142,245,26,93,11,103,92,109,49,22,130,14,177,67,81,231,232,233,139,16,172,171,190,72,71,160,241,6,25,174,167,104,189,16,43,66,18,17,187,155,25,86,98,25,213,87,97,15,49,111,169,235,141,233,229,5,130,185,160,8,209,170,56,34,216,166,47,85,91,68,183,171,116,107,5,46,104,188,79,142,31,137,56,60,91,25,86,255,112,242,93,160,227,156,133,22,169,46,83,254,171,117,125,106,201,254,225,71,79,204,76,66,33,88,63,219,151,12,73,174,135,12,254,216,160,221,74,13,100,123,225,147,129,48,6,126,67,65,29,192,40,154,94,110,9,179,109,112,82,210,43,36,36,180,187,209,241,160,107,155,10,160,49,8,223,130,102,68,205,10,168,199,132,219,45,155,92,112,1,85,67,125,128,58,204,243,150,88,168,208,160,123,183,228,164,128,161,85,180,92,141,75,244,131,28,162,81,110,5,181,188,73,220,183,216,81,54,153,158,114,78,231,12,160,229,246,33,116,249,158,161,199,83,219,252,200,185,206,2,29,45,233,224,204,106,210,108,136,181,166,229,176,33,8,83,240,160,116,120,59,79,60,139,26,20,87,80,79,4,72,52,223,18,139,182,14,203,182,62,232,122,27,140,118,186,68,170,57,225,160,94,168,116,46,149,152,225,232,247,220,6,178,108,173,45,135,251,53,237,61,72,46,168,99,177,122,79,188,242,28,81,240,160,160,126,200,60,13,95,222,127,126,135,227,48,60,90,127,35,167,46,240,76,152,109,221,101,57,189,68,120,113,65,127,238,160,62,249,125,148,198,50,194,7,35,39,201,233,53,205,72,58,173,52,224,218,144,77,237,112,197,88,65,118,90,138,34,121,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,14,165,184,229,251,167,152,183,182,16,199,108,214,126,192,125,109,178,65,126,119,130,108,93,138,90,23,194,112,64,188,5,0],[160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,0],[160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,0],[160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,0],[160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,0],[160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,0],[160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,0],[160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,0],[160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,0],[160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,0],[160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,0],[160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,0],[160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,0],[160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,0],[160,197,60,89,94,200,7,41,131,243,151,140,11,53,183,77,174,14,223,116,31,114,2,164,73,161,253,11,62,30,219,48,251,0],[160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,0],[160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,160,197,60,89,94,200,7,41,131,243,151,140,11,53,183,77,174,14,223,116,31,114,2,164,73,161,253,11,62,30,219,48,251,160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,128],[249,2,17,160,22,97,243,5,145,238,237,184,49,90,119,163,98,243,45,23,173,223,22,117,89,225,31,118,108,130,253,116,17,128,58,75,160,216,41,86,16,201,171,255,36,30,40,12,106,112,24,186,204,147,236,34,169,235,168,164,17,125,236,120,161,101,100,189,20,160,173,169,14,80,23,136,81,53,78,124,37,158,255,149,239,162,72,40,216,24,58,208,33,175,245,211,106,89,128,113,184,123,160,78,115,74,175,134,83,210,136,96,74,154,243,111,65,246,2,238,244,39,240,21,237,27,208,74,47,133,107,92,166,187,6,160,128,20,241,149,125,196,73,163,39,238,44,119,54,173,171,116,245,235,35,253,147,243,122,108,245,1,203,71,164,69,110,38,160,126,109,114,163,186,231,24,38,75,238,64,35,212,197,42,248,212,180,238,47,178,154,7,144,151,26,152,192,28,251,247,126,160,95,232,103,139,95,70,87,130,162,29,219,72,195,139,84,126,100,147,160,32,6,107,37,17,1,75,187,41,124,194,144,87,160,162,245,3,105,229,21,14,87,226,243,0,69,181,248,30,41,6,92,25,110,6,170,244,0,134,0,134,217,122,239,136,72,160,93,180,173,231,161,53,73,235,207,194,108,91,228,210,221,50,181,20,123,180,154,145,38,145,104,141,157,172,100,93,27,64,160,79,228,124,253,144,176,243,137,143,22,25,67,47,218,23,203,201,172,18,101,0,68,13,15,176,178,133,42,13,157,68,115,160,31,44,172,9,6,123,73,151,79,75,238,64,59,235,61,51,101,149,122,128,84,57,121,141,171,145,142,134,113,116,4,82,160,138,203,239,8,227,173,138,145,112,178,150,184,234,65,235,115,60,135,174,253,87,198,71,36,108,161,175,252,30,112,132,133,160,118,139,130,233,57,68,235,170,74,128,96,139,140,50,222,13,50,100,37,111,113,111,165,215,70,111,166,68,151,98,204,18,160,14,165,184,229,251,167,152,183,182,16,199,108,214,126,192,125,109,178,65,126,119,130,108,93,138,90,23,194,112,64,188,5,160,136,187,232,49,248,80,66,226,17,174,51,78,29,210,210,10,14,207,151,68,221,132,144,103,42,28,169,143,61,96,244,120,160,60,105,57,154,123,77,167,64,97,209,113,200,24,110,247,169,160,42,122,17,191,170,192,139,176,149,155,192,169,4,153,155,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,117,56,121,183,61,216,117,135,24,169,19,28,127,231,140,107,165,54,133,115,77,138,250,129,177,204,239,35,192,1,247,118,0],[160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,0],[160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,0],[160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,0],[160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,0],[160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,0],[160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,0],[160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,0],[160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,0],[160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,0],[160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,0],[160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,0],[160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,0],[160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,0],[160,220,97,92,221,236,7,250,219,156,22,177,217,109,65,77,16,42,92,190,248,73,41,192,5,6,22,70,119,80,59,87,57,0],[160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,0],[160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,160,220,97,92,221,236,7,250,219,156,22,177,217,109,65,77,16,42,92,190,248,73,41,192,5,6,22,70,119,80,59,87,57,160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,128],[249,2,17,160,160,247,227,224,39,92,124,112,128,126,14,84,222,155,97,243,74,41,229,164,192,22,83,45,201,3,91,223,146,110,174,121,160,159,220,232,242,19,139,178,87,147,122,144,120,150,216,164,159,50,16,5,35,183,71,172,154,4,119,253,171,79,41,106,26,160,233,228,189,200,125,81,56,148,173,44,160,63,197,156,96,118,210,27,79,22,164,125,139,133,113,208,226,237,112,180,1,25,160,106,93,107,120,26,195,145,193,217,45,189,79,222,26,247,206,104,36,224,94,171,31,237,172,223,201,1,144,226,183,19,16,160,130,146,50,94,78,138,199,146,54,66,183,17,227,230,223,214,107,36,162,67,240,42,248,191,77,255,10,2,49,15,208,107,160,240,46,174,128,182,251,116,219,171,217,55,85,225,26,24,61,61,254,181,150,180,85,57,237,160,128,84,147,181,166,33,190,160,237,212,154,6,213,157,88,55,118,240,34,95,192,130,53,103,80,171,168,208,69,241,168,200,153,41,91,61,116,141,27,167,160,17,125,188,232,194,157,45,161,12,205,188,127,220,4,149,218,114,92,46,5,65,168,241,169,167,17,70,129,136,74,172,253,160,185,54,108,97,27,2,86,247,245,211,245,251,240,34,194,50,41,68,157,82,245,251,251,173,134,161,167,70,36,131,174,205,160,178,249,63,105,17,126,64,115,204,255,7,74,203,68,152,95,49,119,253,152,95,158,53,204,177,57,72,74,107,164,105,112,160,157,253,184,106,191,72,116,6,139,209,31,120,35,249,246,9,161,194,197,28,143,75,195,226,76,179,148,90,127,77,15,34,160,83,121,41,51,189,117,16,170,17,179,126,148,242,200,180,222,150,221,61,40,240,152,183,63,65,85,174,70,170,141,202,27,160,240,105,85,30,151,192,25,220,150,138,159,57,40,54,70,254,209,65,212,224,38,98,255,203,1,192,248,66,180,203,49,116,160,117,56,121,183,61,216,117,135,24,169,19,28,127,231,140,107,165,54,133,115,77,138,250,129,177,204,239,35,192,1,247,118,160,56,100,46,160,143,198,255,143,215,237,8,104,154,255,61,169,149,67,60,106,201,167,165,135,77,230,149,90,114,159,122,109,160,188,11,120,160,221,75,172,126,98,163,230,230,144,219,94,69,48,66,29,72,131,50,221,105,123,74,13,254,159,122,244,204,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,251,113,149,55,146,22,73,7,88,186,103,39,58,84,53,200,58,32,52,87,12,31,213,206,250,108,43,96,189,125,183,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,0],[160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,148,210,158,3,101,26,158,67,176,137,25,177,211,217,89,20,61,91,72,185,182,165,66,208,182,148,35,141,225,178,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,128,128,128,160,133,148,210,158,3,101,26,158,67,176,137,25,177,211,217,89,20,61,91,72,185,182,165,66,208,182,148,35,141,225,178,64,128,128,128,128,160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,128,128,128,128],[248,145,128,128,160,17,51,249,114,95,49,208,175,149,202,226,83,139,68,239,135,116,126,88,81,138,154,9,202,139,228,210,10,121,113,71,141,160,156,87,56,64,229,42,108,111,42,118,74,18,42,98,12,67,88,188,65,60,124,60,16,176,240,138,217,195,69,161,217,176,128,128,128,160,251,113,149,55,146,22,73,7,88,186,103,39,58,84,53,200,58,32,52,87,12,31,213,206,250,108,43,96,189,125,183,15,128,128,128,128,160,3,171,102,217,252,178,131,226,230,59,47,128,240,186,199,26,84,206,140,237,53,179,235,230,64,146,55,58,37,250,213,23,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,212,234,46,234,49,157,94,111,252,94,160,152,110,52,62,51,223,11,192,6,31,246,64,204,225,144,168,29,167,235,37,29,0],[160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,3,163,105,247,64,37,97,81,47,255,202,110,63,213,223,93,198,16,61,47,126,5,80,62,173,156,10,172,144,111,148,78,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,128,128,128,128,128,128,128,128,128,128,128,128,128,128,160,3,163,105,247,64,37,97,81,47,255,202,110,63,213,223,93,198,16,61,47,126,5,80,62,173,156,10,172,144,111,148,78,128],[248,81,160,63,148,232,219,42,84,6,74,167,188,120,97,204,103,138,210,137,130,67,17,152,34,46,144,46,16,172,158,105,78,28,72,128,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,234,46,234,49,157,94,111,252,94,160,152,110,52,62,51,223,11,192,6,31,246,64,204,225,144,168,29,167,235,37,29,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,18,80,24,140,50,182,60,87,149,120,38,223,78,36,235,129,201],"key":[84,210,221,127,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0],[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,128,125,129,12,178,135,200,135,125,218,8,161,94,64,101,143,223,56,28,115,70,177,97,26,92,57,163,63,119,33,30,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,231,255,201,85,223,248,63,153,82,31,138,167,188,67,102,255,20,223,44,178,216,181,244,233,162,72,203,26,16,151,85,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,0,0,0,0]],"keccak_data":[[248,102,157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,184,70,248,68,128,128,160,124,128,125,129,12,178,135,200,135,125,218,8,161,94,64,101,143,223,56,28,115,70,177,97,26,92,57,163,63,119,33,30,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,240,120,195,69,174,162,108,212,181,28,209,186,158,188,100,55,29,80,194,38,161,48,14,51,204,117,22,82,184,70,248,68,128,128,160,179,231,255,201,85,223,248,63,153,82,31,138,167,188,67,102,255,20,223,44,178,216,181,244,233,162,72,203,26,16,151,85,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,18,80,24,140,50,182,60,87,149,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,60,52,243,109,33,30,29,84,84,61,219,205,104,1,55,204,17,150,5,47,241,220,239,39,0,76,70,12,124,251,33,35,0],[160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,0],[160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,0],[160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,0],[160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,0],[160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,0],[160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,0],[160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,0],[160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,0],[160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,0],[160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,0],[160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,0],[160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,0],[160,2,23,157,37,52,158,35,51,81,79,114,175,120,180,130,91,152,79,9,243,180,233,66,188,207,215,41,23,12,138,112,53,0],[160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,160,2,23,157,37,52,158,35,51,81,79,114,175,120,180,130,91,152,79,9,243,180,233,66,188,207,215,41,23,12,138,112,53,160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,128],[249,1,241,160,218,216,83,47,209,155,124,80,208,142,238,122,28,82,159,69,247,134,105,212,180,234,49,156,133,174,153,81,21,3,98,57,160,173,94,191,87,15,191,225,172,149,8,244,106,60,107,78,250,62,180,144,156,204,98,38,232,113,9,83,37,214,108,112,214,160,57,157,183,22,74,152,222,82,145,101,47,146,237,16,168,46,152,85,208,158,25,110,185,120,48,31,172,70,207,138,63,74,160,230,92,50,203,126,226,14,233,31,126,150,114,69,88,227,160,126,64,76,110,2,132,207,253,12,75,163,194,1,41,251,172,160,36,51,69,5,157,152,209,236,39,102,119,178,3,161,253,98,75,120,40,139,40,117,60,209,185,50,6,99,37,176,109,116,160,6,155,237,54,156,189,128,242,179,136,135,213,123,138,90,125,170,206,138,100,176,1,243,84,27,137,141,144,154,48,56,236,160,224,147,175,176,237,126,28,226,16,186,200,149,6,2,195,81,86,84,222,58,0,197,233,32,36,250,36,150,97,208,74,139,128,160,243,53,148,31,97,6,0,60,132,24,39,122,233,204,254,101,183,207,29,53,133,88,23,131,29,204,45,108,159,59,126,170,160,198,203,95,142,67,182,79,163,52,215,78,136,65,176,242,21,5,230,227,120,211,180,123,219,32,180,166,135,197,187,67,186,160,14,241,183,115,118,131,225,239,80,185,59,79,36,220,126,204,221,25,91,99,11,33,248,153,127,16,21,92,214,252,16,64,160,156,187,226,115,159,234,112,209,175,68,244,11,123,1,155,27,19,80,41,211,109,171,7,240,102,164,235,199,16,246,82,34,160,143,198,141,255,158,119,182,159,136,136,19,190,201,6,143,35,249,121,212,53,60,171,131,224,135,213,16,229,252,83,32,91,160,254,187,102,162,44,213,106,165,20,102,217,78,92,131,161,109,250,126,102,124,219,43,79,26,134,226,208,242,129,254,5,35,160,60,52,243,109,33,30,29,84,84,61,219,205,104,1,55,204,17,150,5,47,241,220,239,39,0,76,70,12,124,251,33,35,160,223,173,1,33,2,138,179,20,182,191,11,86,224,72,41,157,33,241,222,191,250,1,11,22,70,185,33,194,132,134,102,136,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,32,245,106,63,123,45,75,217,20,45,244,235,153,142,204,46,127,124,161,142,221,124,154,40,73,150,206,103,91,36,211,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,0],[160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,0],[160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,28,224,131,7,146,228,1,28,151,79,124,113,242,219,192,225,4,216,228,15,198,188,138,155,246,120,122,87,121,167,23,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,128,128,128,128,128,128,128,160,86,28,224,131,7,146,228,1,28,151,79,124,113,242,219,192,225,4,216,228,15,198,188,138,155,246,120,122,87,121,167,23,128,128,128,128,128],[248,145,128,160,14,93,53,85,28,125,127,94,154,216,252,195,217,123,43,84,179,177,1,179,37,196,60,212,174,27,240,131,156,45,30,47,160,18,65,61,178,211,76,61,191,9,12,154,103,80,172,64,93,21,37,239,94,15,189,189,157,217,95,16,21,11,132,223,7,160,129,54,36,146,188,153,48,213,136,163,15,183,84,154,36,77,189,50,102,233,15,32,19,106,10,72,136,107,212,105,138,222,128,128,128,128,128,128,128,160,32,245,106,63,123,45,75,217,20,45,244,235,153,142,204,46,127,124,161,142,221,124,154,40,73,150,206,103,91,36,211,138,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,128,160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,129,18,71,29,229,170,165,97,100,73,130,198,177,178,109,169,46,35,12,45,210,12,239,195,191,114,203,156,5,24,243,98,128,160,129,189,255,115,156,181,150,239,58,136,143,183,221,99,119,199,106,102,179,94,18,165,137,20,105,231,226,145,194,25,82,17,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],"key":[235,207,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18],"list_rlp_bytes":[[225],[226]],"value_rlp_bytes":[[6],[28]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,6],[226,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,28],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],[225,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,28]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevelsLong.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevelsLong.json index 1341b16c3e..cec5c2b0eb 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevelsLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteBranchTwoLevelsLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,187,235,134,158,40,213,220,148,47,19,66,35,253,202,158,91,149,167,53,188,37,150,51,174,186,9,253,26,237,114,188,53,0],[160,54,176,23,157,123,237,1,17,53,255,85,197,4,201,16,203,30,19,89,105,66,10,244,20,148,210,3,230,200,63,31,66,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,91,42,75,144,77,11,44,157,101,55,52,187,34,96,233,145,72,189,101,139,80,186,87,37,205,127,171,106,176,111,113,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,76,227,200,247,89,250,22,177,62,176,170,191,111,221,67,222,238,129,150,6,185,115,238,200,156,34,189,8,248,197,191,122,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,76,227,200,247,89,250,22,177,62,176,170,191,111,221,67,222,238,129,150,6,185,115,238,200,156,34,189,8,248,197,191,122,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,200,91,42,75,144,77,11,44,157,101,55,52,187,34,96,233,145,72,189,101,139,80,186,87,37,205,127,171,106,176,111,113,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,238,26,217,253,23,123,222,75,150,139,194,213,43,127,166,211,7,43,40,226,169,136,88,59,91,25,251,197,176,177,88,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,108,126,234,172,207,120,157,6,164,75,78,211,4,115,68,61,12,133,78,49,57,114,13,106,181,197,11,118,125,225,154,45,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,108,126,234,172,207,120,157,6,164,75,78,211,4,115,68,61,12,133,78,49,57,114,13,106,181,197,11,118,125,225,154,45,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,93,238,26,217,253,23,123,222,75,150,139,194,213,43,127,166,211,7,43,40,226,169,136,88,59,91,25,251,197,176,177,88,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,16,64,1,101,61,139,148,250,37,13,83,207,84,225,10,8,113,46,224,179,176,217,133,219,15,112,41,201,193,229,5,0],[160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,0],[160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,0],[160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,0],[160,135,9,218,163,119,192,224,242,149,100,60,173,128,45,118,139,0,25,75,75,10,186,126,4,85,72,8,17,177,31,80,151,0],[160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,0],[160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,0],[160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,0],[160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,0],[160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,0],[160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,0],[160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,0],[160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,0],[160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,0],[160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,0],[160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,0],[160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,135,9,218,163,119,192,224,242,149,100,60,173,128,45,118,139,0,25,75,75,10,186,126,4,85,72,8,17,177,31,80,151,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128],[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,203,16,64,1,101,61,139,148,250,37,13,83,207,84,225,10,8,113,46,224,179,176,217,133,219,15,112,41,201,193,229,5,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,124,199,186,25,138,20,88,218,28,238,84,82,187,142,32,165,180,213,241,202,39,75,197,192,176,136,16,33,30,65,119,252,0],[160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,0],[160,71,172,186,250,78,185,53,216,13,54,238,4,245,98,2,79,111,27,56,22,187,45,212,12,217,229,171,89,116,162,97,179,0],[160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,0],[160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,0],[160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,0],[160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,0],[160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,0],[160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,0],[160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,0],[160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,0],[160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,0],[160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,0],[160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,0],[160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,0],[160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,0],[160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,71,172,186,250,78,185,53,216,13,54,238,4,245,98,2,79,111,27,56,22,187,45,212,12,217,229,171,89,116,162,97,179,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128],[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,124,199,186,25,138,20,88,218,28,238,84,82,187,142,32,165,180,213,241,202,39,75,197,192,176,136,16,33,30,65,119,252,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,244,138,127,9,6,115,7,57,209,161,130,160,230,27,183,213,83,114,203,139,165,173,212,125,107,210,34,185,11,99,203,0],[160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,0],[160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,0],[160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,0],[160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,0],[160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,0],[160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,0],[160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,0],[160,113,46,94,170,144,110,246,163,148,78,182,35,248,31,117,37,167,108,170,233,221,177,22,220,196,105,172,111,24,17,236,146,0],[160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,0],[160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,0],[160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,0],[160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,0],[160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,0],[160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,0],[160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,0],[160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,113,46,94,170,144,110,246,163,148,78,182,35,248,31,117,37,167,108,170,233,221,177,22,220,196,105,172,111,24,17,236,146,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128],[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,93,244,138,127,9,6,115,7,57,209,161,130,160,230,27,183,213,83,114,203,139,165,173,212,125,107,210,34,185,11,99,203,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,60,6,135,100,74,198,216,117,73,5,115,188,69,42,244,75,140,20,222,1,21,125,114,68,118,179,193,219,165,10,78,239,0],[160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,0],[160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,0],[160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,0],[160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,0],[160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,0],[160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,0],[160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,0],[160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,0],[160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,0],[160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,0],[160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,0],[160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,0],[160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,0],[160,195,253,144,24,121,81,221,161,142,214,102,61,187,181,233,197,137,61,120,90,11,2,72,3,80,180,180,239,28,175,219,182,0],[160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,0],[160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,195,253,144,24,121,81,221,161,142,214,102,61,187,181,233,197,137,61,120,90,11,2,72,3,80,180,180,239,28,175,219,182,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128],[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,60,6,135,100,74,198,216,117,73,5,115,188,69,42,244,75,140,20,222,1,21,125,114,68,118,179,193,219,165,10,78,239,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,47,57,97,210,100,83,119,94,114,113,56,148,53,16,249,57,48,164,248,176,174,18,92,141,0,138,40,247,88,58,159,15,0],[160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,0],[160,69,134,195,185,25,230,39,96,231,219,74,207,76,19,121,40,114,172,38,165,122,159,251,234,16,250,182,137,147,59,97,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,0],[160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,69,134,195,185,25,230,39,96,231,219,74,207,76,19,121,40,114,172,38,165,122,159,251,234,16,250,182,137,147,59,97,45,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128],[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,47,57,97,210,100,83,119,94,114,113,56,148,53,16,249,57,48,164,248,176,174,18,92,141,0,138,40,247,88,58,159,15,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[209,49,125,95,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,228,145,178,10,50,66,110,222,91,99,52,4,4,235,9,89,163,86,239,235,158,11,107,154,93,179,215,203,199,66,219,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0]],"keccak_data":[[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,0,228,145,178,10,50,66,110,222,91,99,52,4,4,235,9,89,163,86,239,235,158,11,107,154,93,179,215,203,199,66,219,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,0],[160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,0],[160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,0],[160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,0],[160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,0],[160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,0],[160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,0],[160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,0],[160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,0],[160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,0],[160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,0],[160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,0],[160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,0],[160,31,147,150,77,114,56,94,28,227,194,180,195,0,247,126,0,197,32,108,220,251,80,117,218,69,89,61,126,204,140,222,117,0],[160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,31,147,150,77,114,56,94,28,227,194,180,195,0,247,126,0,197,32,108,220,251,80,117,218,69,89,61,126,204,140,222,117,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128],[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,0],[160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,0],[160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,217,47,51,117,171,235,162,182,188,167,109,208,52,83,155,241,64,231,52,96,30,136,135,114,92,226,143,60,118,94,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,27,217,47,51,117,171,235,162,182,188,167,109,208,52,83,155,241,64,231,52,96,30,136,135,114,92,226,143,60,118,94,218,128,128,128,128,128],[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,66],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[248,66],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,66,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,66,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,187,235,134,158,40,213,220,148,47,19,66,35,253,202,158,91,149,167,53,188,37,150,51,174,186,9,253,26,237,114,188,53,0],[160,54,176,23,157,123,237,1,17,53,255,85,197,4,201,16,203,30,19,89,105,66,10,244,20,148,210,3,230,200,63,31,66,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,91,42,75,144,77,11,44,157,101,55,52,187,34,96,233,145,72,189,101,139,80,186,87,37,205,127,171,106,176,111,113,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,76,227,200,247,89,250,22,177,62,176,170,191,111,221,67,222,238,129,150,6,185,115,238,200,156,34,189,8,248,197,191,122,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,76,227,200,247,89,250,22,177,62,176,170,191,111,221,67,222,238,129,150,6,185,115,238,200,156,34,189,8,248,197,191,122,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,200,91,42,75,144,77,11,44,157,101,55,52,187,34,96,233,145,72,189,101,139,80,186,87,37,205,127,171,106,176,111,113,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,238,26,217,253,23,123,222,75,150,139,194,213,43,127,166,211,7,43,40,226,169,136,88,59,91,25,251,197,176,177,88,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,108,126,234,172,207,120,157,6,164,75,78,211,4,115,68,61,12,133,78,49,57,114,13,106,181,197,11,118,125,225,154,45,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,108,126,234,172,207,120,157,6,164,75,78,211,4,115,68,61,12,133,78,49,57,114,13,106,181,197,11,118,125,225,154,45,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,93,238,26,217,253,23,123,222,75,150,139,194,213,43,127,166,211,7,43,40,226,169,136,88,59,91,25,251,197,176,177,88,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,16,64,1,101,61,139,148,250,37,13,83,207,84,225,10,8,113,46,224,179,176,217,133,219,15,112,41,201,193,229,5,0],[160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,0],[160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,0],[160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,0],[160,135,9,218,163,119,192,224,242,149,100,60,173,128,45,118,139,0,25,75,75,10,186,126,4,85,72,8,17,177,31,80,151,0],[160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,0],[160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,0],[160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,0],[160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,0],[160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,0],[160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,0],[160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,0],[160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,0],[160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,0],[160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,0],[160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,0],[160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,135,9,218,163,119,192,224,242,149,100,60,173,128,45,118,139,0,25,75,75,10,186,126,4,85,72,8,17,177,31,80,151,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128],[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,203,16,64,1,101,61,139,148,250,37,13,83,207,84,225,10,8,113,46,224,179,176,217,133,219,15,112,41,201,193,229,5,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,124,199,186,25,138,20,88,218,28,238,84,82,187,142,32,165,180,213,241,202,39,75,197,192,176,136,16,33,30,65,119,252,0],[160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,0],[160,71,172,186,250,78,185,53,216,13,54,238,4,245,98,2,79,111,27,56,22,187,45,212,12,217,229,171,89,116,162,97,179,0],[160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,0],[160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,0],[160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,0],[160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,0],[160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,0],[160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,0],[160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,0],[160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,0],[160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,0],[160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,0],[160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,0],[160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,0],[160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,0],[160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,71,172,186,250,78,185,53,216,13,54,238,4,245,98,2,79,111,27,56,22,187,45,212,12,217,229,171,89,116,162,97,179,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128],[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,124,199,186,25,138,20,88,218,28,238,84,82,187,142,32,165,180,213,241,202,39,75,197,192,176,136,16,33,30,65,119,252,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,244,138,127,9,6,115,7,57,209,161,130,160,230,27,183,213,83,114,203,139,165,173,212,125,107,210,34,185,11,99,203,0],[160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,0],[160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,0],[160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,0],[160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,0],[160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,0],[160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,0],[160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,0],[160,113,46,94,170,144,110,246,163,148,78,182,35,248,31,117,37,167,108,170,233,221,177,22,220,196,105,172,111,24,17,236,146,0],[160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,0],[160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,0],[160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,0],[160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,0],[160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,0],[160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,0],[160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,0],[160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,113,46,94,170,144,110,246,163,148,78,182,35,248,31,117,37,167,108,170,233,221,177,22,220,196,105,172,111,24,17,236,146,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128],[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,93,244,138,127,9,6,115,7,57,209,161,130,160,230,27,183,213,83,114,203,139,165,173,212,125,107,210,34,185,11,99,203,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,60,6,135,100,74,198,216,117,73,5,115,188,69,42,244,75,140,20,222,1,21,125,114,68,118,179,193,219,165,10,78,239,0],[160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,0],[160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,0],[160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,0],[160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,0],[160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,0],[160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,0],[160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,0],[160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,0],[160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,0],[160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,0],[160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,0],[160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,0],[160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,0],[160,195,253,144,24,121,81,221,161,142,214,102,61,187,181,233,197,137,61,120,90,11,2,72,3,80,180,180,239,28,175,219,182,0],[160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,0],[160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,195,253,144,24,121,81,221,161,142,214,102,61,187,181,233,197,137,61,120,90,11,2,72,3,80,180,180,239,28,175,219,182,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128],[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,60,6,135,100,74,198,216,117,73,5,115,188,69,42,244,75,140,20,222,1,21,125,114,68,118,179,193,219,165,10,78,239,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,47,57,97,210,100,83,119,94,114,113,56,148,53,16,249,57,48,164,248,176,174,18,92,141,0,138,40,247,88,58,159,15,0],[160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,0],[160,69,134,195,185,25,230,39,96,231,219,74,207,76,19,121,40,114,172,38,165,122,159,251,234,16,250,182,137,147,59,97,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,0],[160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,69,134,195,185,25,230,39,96,231,219,74,207,76,19,121,40,114,172,38,165,122,159,251,234,16,250,182,137,147,59,97,45,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128],[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,47,57,97,210,100,83,119,94,114,113,56,148,53,16,249,57,48,164,248,176,174,18,92,141,0,138,40,247,88,58,159,15,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,131,194,182,60,87,149,120,38,223,78,36,235,129,201],"key":[209,49,125,95,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,228,145,178,10,50,66,110,222,91,99,52,4,4,235,9,89,163,86,239,235,158,11,107,154,93,179,215,203,199,66,219,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0]],"keccak_data":[[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,0,228,145,178,10,50,66,110,222,91,99,52,4,4,235,9,89,163,86,239,235,158,11,107,154,93,179,215,203,199,66,219,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,59,238,154,25,144,60,31,105,66,242,209,32,124,51,34,42,196,132,191,76,48,11,22,222,1,157,152,83,246,178,125,233,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,131,194,182,60,87,149,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,0],[160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,0],[160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,0],[160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,0],[160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,0],[160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,0],[160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,0],[160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,0],[160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,0],[160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,0],[160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,0],[160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,0],[160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,0],[160,31,147,150,77,114,56,94,28,227,194,180,195,0,247,126,0,197,32,108,220,251,80,117,218,69,89,61,126,204,140,222,117,0],[160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,31,147,150,77,114,56,94,28,227,194,180,195,0,247,126,0,197,32,108,220,251,80,117,218,69,89,61,126,204,140,222,117,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128],[249,1,241,160,204,194,226,85,82,6,124,142,106,162,69,119,101,234,203,92,9,35,49,34,179,169,184,74,212,205,153,215,64,2,69,11,160,146,211,7,181,80,184,128,210,140,226,253,105,47,69,67,194,200,138,20,165,255,169,169,177,25,201,201,218,0,157,18,18,160,208,33,205,224,108,205,186,93,109,76,30,211,146,25,7,254,115,208,196,105,121,42,163,177,198,23,15,36,5,46,198,180,160,73,94,192,117,195,212,98,139,44,6,155,129,48,36,255,127,152,95,198,222,76,2,154,61,50,137,70,110,202,184,142,66,160,228,14,214,173,91,109,190,107,102,99,110,81,204,134,132,104,22,80,232,183,99,126,181,222,22,99,161,241,43,24,96,129,160,247,75,55,167,2,177,37,200,253,126,27,245,213,100,203,161,93,185,208,5,24,49,76,211,44,236,111,152,112,224,98,125,160,230,22,253,170,152,113,254,12,166,248,9,27,116,170,80,101,127,172,42,94,164,184,103,63,63,203,166,141,193,187,87,168,128,160,117,149,153,237,216,63,165,171,137,208,135,9,180,117,70,208,83,218,63,200,170,93,35,163,51,9,83,161,89,60,217,179,160,29,247,15,47,1,177,100,251,199,209,91,76,181,252,99,47,138,97,193,14,106,168,117,20,243,247,67,82,27,42,139,189,160,86,153,243,205,214,216,172,185,100,30,86,99,49,82,49,247,177,238,16,87,18,126,87,139,153,240,219,140,182,83,105,31,160,211,238,130,107,102,107,144,178,164,143,83,102,241,65,167,48,252,225,115,95,14,108,173,28,208,28,77,44,83,123,173,16,160,186,221,17,0,200,65,124,37,1,181,128,208,86,182,251,162,107,80,43,141,35,165,131,83,91,111,47,110,176,231,141,210,160,129,81,211,100,87,22,11,136,240,210,84,144,242,161,94,74,105,72,124,192,39,242,239,55,104,6,51,148,145,31,11,209,160,157,197,131,4,128,188,75,87,93,202,109,247,146,82,145,233,192,9,140,188,190,68,177,254,198,174,127,240,178,104,50,107,160,46,136,255,61,158,62,132,88,135,23,229,136,200,227,233,116,253,28,81,123,166,242,240,108,197,163,101,134,113,194,55,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,0],[160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,0],[160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,217,47,51,117,171,235,162,182,188,167,109,208,52,83,155,241,64,231,52,96,30,136,135,114,92,226,143,60,118,94,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,27,217,47,51,117,171,235,162,182,188,167,109,208,52,83,155,241,64,231,52,96,30,136,135,114,92,226,143,60,118,94,218,128,128,128,128,128],[248,145,128,160,184,46,19,86,166,55,200,224,128,167,165,206,11,235,15,52,250,109,102,0,79,105,149,189,78,159,248,136,147,11,192,141,160,212,70,110,79,254,88,48,73,77,223,130,47,69,249,218,213,70,209,64,202,174,136,63,157,17,218,210,78,140,16,119,17,160,239,94,255,112,200,63,102,226,213,74,59,200,189,160,157,223,171,118,210,95,226,64,126,179,91,80,127,33,117,247,158,28,128,128,128,128,128,128,128,160,180,129,224,29,6,87,114,132,127,60,150,193,184,179,91,229,253,70,217,195,127,123,249,72,244,77,90,191,216,137,219,65,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,160,225,86,193,196,213,164,3,208,69,150,199,29,171,37,193,9,43,146,11,181,144,117,22,220,158,95,219,255,115,202,181,64,128,160,221,112,242,174,195,165,16,106,96,22,29,8,136,52,239,171,161,199,208,72,236,151,100,101,23,82,233,154,28,167,148,73,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],"key":[235,207,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18],"list_rlp_bytes":[[248,66],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[248,66],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,0,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,66,159,63,117,31,216,242,20,172,137,89,10,84,218,35,38,178,182,67,5,68,54,127,178,216,248,46,67,173,108,157,55,18,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,32,235,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,67],[248,66,159,59,117,17,208,2,186,74,12,134,238,103,127,37,240,27,164,245,42,218,188,162,9,151,17,57,90,177,190,250,180,61,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/DeleteToEmptyTrie.json b/zkevm-circuits/src/mpt_circuit/tests/DeleteToEmptyTrie.json index 3be6c3ece0..8caa6ca6fa 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/DeleteToEmptyTrie.json +++ b/zkevm-circuits/src/mpt_circuit/tests/DeleteToEmptyTrie.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,138,125,255,139,71,244,198,102,166,157,231,101,147,176,222,81,96,177,137,61,174,88,143,113,75,32,91,188,251,255,98,139,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[0]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,138,125,255,139,71,244,198,102,166,157,231,101,147,176,222,81,96,177,137,61,174,88,143,113,75,32,91,188,251,255,98,139,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"key":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208],"key":[209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[0]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelOneKeyByte.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelOneKeyByte.json index 8075b89bf5..5daebc35a8 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelOneKeyByte.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelOneKeyByte.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,220,143,4,93,60,93,242,62,224,221,187,136,15,32,210,22,238,152,245,194,205,214,168,192,202,35,51,216,91,164,166,248,0],[160,37,34,234,18,21,213,199,151,55,56,71,97,141,132,147,29,245,89,166,167,28,253,151,151,184,228,239,85,42,79,172,110,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":1,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0]],"keccak_data":[[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17],[226,160,32,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,220,143,4,93,60,93,242,62,224,221,187,136,15,32,210,22,238,152,245,194,205,214,168,192,202,35,51,216,91,164,166,248,0],[160,37,34,234,18,21,213,199,151,55,56,71,97,141,132,147,29,245,89,166,167,28,253,151,151,184,228,239,85,42,79,172,110,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":1,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0]],"keccak_data":[[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"key":[177,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246],"list_rlp_bytes":[[227],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[226,160,32,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelTwoKeyBytes.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelTwoKeyBytes.json index 1ffbb3b0c1..51baedd059 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelTwoKeyBytes.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedInFirstStorageLevelTwoKeyBytes.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,220,143,4,93,60,93,242,62,224,221,187,136,15,32,210,22,238,152,245,194,205,214,168,192,202,35,51,216,91,164,166,248,0],[160,89,7,180,75,136,8,120,157,122,186,173,74,195,46,132,19,92,54,117,231,243,122,67,108,249,209,165,114,55,76,189,184,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0],[0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[225]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,58,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,17],[225,159,58,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,220,143,4,93,60,93,242,62,224,221,187,136,15,32,210,22,238,152,245,194,205,214,168,192,202,35,51,216,91,164,166,248,0],[160,89,7,180,75,136,8,120,157,122,186,173,74,195,46,132,19,92,54,117,231,243,122,67,108,249,209,165,114,55,76,189,184,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,198,110,59,110,207,162,15,138,151,80,193,238,182,30,35,42,168,192,180,204,238,61,99,82,32,113,75,76,38,31,245,168,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,66,160,223,51,184,103,51,48,79,182,55,124,160,55,136,72,34,106,234,196,136,142,67,163,253,247,97,56,227,113,81,112,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,68,171,218,249,64,4,214,12,108,176,191,110,229,129,30,147,162,111,141,248,90,65,72,139,199,122,223,7,22,19,86,170,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,154,52,165,162,92,151,34,100,231,147,116,21,226,254,143,170,231,209,154,231,199,183,20,105,49,183,6,201,128,11,16,232,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,22,113,109,16,155,122,184,254,94,185,37,39,88,26,221,148,248,80,144,115,38,194,220,122,155,21,126,51,253,15,25,20,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,11,120,10,14,41,255,61,142,177,254,63,196,64,224,0,14,143,46,191,103,0,192,46,198,195,173,64,251,173,35,142,148,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,179,70,158,11,10,104,224,123,16,42,214,158,131,156,64,4,235,80,104,2,138,182,25,228,205,151,223,171,105,234,236,173,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,41,122,139,195,252,11,85,53,122,170,39,172,8,39,29,83,69,64,178,138,199,190,231,92,223,125,154,186,235,120,104,102,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,119,112,103,117,121,255,157,192,83,91,44,31,253,43,105,59,219,129,193,146,21,133,101,43,236,205,229,86,87,91,66,252,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,53,203,234,79,145,82,155,67,90,65,188,199,39,235,164,30,181,122,126,243,25,253,115,22,82,102,179,140,10,155,162,255,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0],[0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,23],"key":[187,217,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152],"list_rlp_bytes":[[227],[225]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,58,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,23],[225,159,58,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel1.json index 64b7cee421..3e63382252 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,107,58,47,21,149,140,94,24,227,55,136,61,133,147,244,53,80,105,234,75,147,246,141,153,7,142,60,185,17,201,250,0],[160,86,65,133,214,236,124,244,207,170,171,2,19,81,111,33,120,207,71,72,74,212,102,177,120,58,151,135,200,109,78,98,65,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,253,33,226,218,25,39,145,0,164,81,47,69,178,157,225,196,113,144,144,113,226,166,234,246,113,103,16,63,113,80,88,95,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,253,33,226,218,25,39,145,0,164,81,47,69,178,157,225,196,113,144,144,113,226,166,234,246,113,103,16,63,113,80,88,95,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,103,204,104,158,235,198,119,209,180,215,181,189,136,203,184,250,163,30,140,126,79,243,14,159,109,170,58,208,8,74,26,70,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,103,204,104,158,235,198,119,209,180,215,181,189,136,203,184,250,163,30,140,126,79,243,14,159,109,170,58,208,8,74,26,70,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,218,41,159,210,100,253,33,88,234,56,175,174,178,159,11,204,161,146,42,180,208,96,184,116,23,70,93,94,145,107,89,33,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,218,41,159,210,100,253,33,88,234,56,175,174,178,159,11,204,161,146,42,180,208,96,184,116,23,70,93,94,145,107,89,33,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,77,138,162,213,175,43,135,147,0,39,146,132,139,164,75,29,80,80,240,46,196,229,46,240,181,12,101,209,196,168,135,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,79,77,138,162,213,175,43,135,147,0,39,146,132,139,164,75,29,80,80,240,46,196,229,46,240,181,12,101,209,196,168,135,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,15,183,243,178,204,51,243,226,156,83,118,186,53,111,244,184,86,162,50,160,80,51,31,37,45,131,20,4,81,101,184,59,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,15,183,243,178,204,51,243,226,156,83,118,186,53,111,244,184,86,162,50,160,80,51,31,37,45,131,20,4,81,101,184,59,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,40,165,19,116,182,113,29,220,144,115,163,0,178,148,5,239,54,101,153,171,133,217,71,224,180,119,0,129,230,213,248,171,0],[160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,40,165,19,116,182,113,29,220,144,115,163,0,178,148,5,239,54,101,153,171,133,217,71,224,180,119,0,129,230,213,248,171,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,31,164,200,215,180,134,129,90,179,248,97,169,48,155,46,223,238,60,139,97,244,183,76,136,241,80,17,154,233,241,64,40,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,31,164,200,215,180,134,129,90,179,248,97,169,48,155,46,223,238,60,139,97,244,183,76,136,241,80,17,154,233,241,64,40,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,218,192,221,242,223,68,248,229,138,64,229,84,61,185,140,89,161,17,69,232,170,101,14,94,173,126,22,21,248,77,204,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,67,218,192,221,242,223,68,248,229,138,64,229,84,61,185,140,89,161,17,69,232,170,101,14,94,173,126,22,21,248,77,204,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,151,233,154,255,181,3,235,250,138,235,129,254,89,222,12,198,233,148,4,208,215,207,126,186,208,132,108,78,153,204,58,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,0],[160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,0],[160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,0],[160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,0],[160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,0],[160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,0],[160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,0],[160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,0],[160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,0],[160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,0],[160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,0],[160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,0],[160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,0],[160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,0],[160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128],[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,151,233,154,255,181,3,235,250,138,235,129,254,89,222,12,198,233,148,4,208,215,207,126,186,208,132,108,78,153,204,58,24,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,128,128],[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,128,128],[226,30,160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174],[226,30,160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[225]],"value_rlp_bytes":[[30],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30],[225,159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,17],[225,159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,107,58,47,21,149,140,94,24,227,55,136,61,133,147,244,53,80,105,234,75,147,246,141,153,7,142,60,185,17,201,250,0],[160,86,65,133,214,236,124,244,207,170,171,2,19,81,111,33,120,207,71,72,74,212,102,177,120,58,151,135,200,109,78,98,65,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,253,33,226,218,25,39,145,0,164,81,47,69,178,157,225,196,113,144,144,113,226,166,234,246,113,103,16,63,113,80,88,95,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,253,33,226,218,25,39,145,0,164,81,47,69,178,157,225,196,113,144,144,113,226,166,234,246,113,103,16,63,113,80,88,95,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,103,204,104,158,235,198,119,209,180,215,181,189,136,203,184,250,163,30,140,126,79,243,14,159,109,170,58,208,8,74,26,70,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,103,204,104,158,235,198,119,209,180,215,181,189,136,203,184,250,163,30,140,126,79,243,14,159,109,170,58,208,8,74,26,70,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,218,41,159,210,100,253,33,88,234,56,175,174,178,159,11,204,161,146,42,180,208,96,184,116,23,70,93,94,145,107,89,33,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,218,41,159,210,100,253,33,88,234,56,175,174,178,159,11,204,161,146,42,180,208,96,184,116,23,70,93,94,145,107,89,33,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,77,138,162,213,175,43,135,147,0,39,146,132,139,164,75,29,80,80,240,46,196,229,46,240,181,12,101,209,196,168,135,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,79,77,138,162,213,175,43,135,147,0,39,146,132,139,164,75,29,80,80,240,46,196,229,46,240,181,12,101,209,196,168,135,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,15,183,243,178,204,51,243,226,156,83,118,186,53,111,244,184,86,162,50,160,80,51,31,37,45,131,20,4,81,101,184,59,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,15,183,243,178,204,51,243,226,156,83,118,186,53,111,244,184,86,162,50,160,80,51,31,37,45,131,20,4,81,101,184,59,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,40,165,19,116,182,113,29,220,144,115,163,0,178,148,5,239,54,101,153,171,133,217,71,224,180,119,0,129,230,213,248,171,0],[160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,40,165,19,116,182,113,29,220,144,115,163,0,178,148,5,239,54,101,153,171,133,217,71,224,180,119,0,129,230,213,248,171,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,31,164,200,215,180,134,129,90,179,248,97,169,48,155,46,223,238,60,139,97,244,183,76,136,241,80,17,154,233,241,64,40,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,31,164,200,215,180,134,129,90,179,248,97,169,48,155,46,223,238,60,139,97,244,183,76,136,241,80,17,154,233,241,64,40,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201],"key":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,218,192,221,242,223,68,248,229,138,64,229,84,61,185,140,89,161,17,69,232,170,101,14,94,173,126,22,21,248,77,204,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,67,218,192,221,242,223,68,248,229,138,64,229,84,61,185,140,89,161,17,69,232,170,101,14,94,173,126,22,21,248,77,204,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,151,233,154,255,181,3,235,250,138,235,129,254,89,222,12,198,233,148,4,208,215,207,126,186,208,132,108,78,153,204,58,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,0],[160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,0],[160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,0],[160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,0],[160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,0],[160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,0],[160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,0],[160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,0],[160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,0],[160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,0],[160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,0],[160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,0],[160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,0],[160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,0],[160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128],[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,151,233,154,255,181,3,235,250,138,235,129,254,89,222,12,198,233,148,4,208,215,207,126,186,208,132,108,78,153,204,58,24,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,128,128],[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,135,117,154,48,1,221,143,224,133,179,90,254,130,41,47,5,101,84,204,111,220,62,215,253,155,107,212,69,138,221,91,174,128,128],[226,30,160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174],[226,30,160,30,252,7,160,150,158,68,221,229,48,73,181,91,223,120,156,43,93,5,199,95,184,42,20,87,178,65,243,228,156,123,174]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24],"key":[94,234,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16],"list_rlp_bytes":[[226],[225]],"value_rlp_bytes":[[30],[17]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30],[225,159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24],[225,159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel2.json index beeffa86f4..324a72a6d6 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedOneKeyByteSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,174,132,26,69,177,212,101,77,55,204,9,139,152,191,154,11,142,254,244,67,215,169,205,76,212,164,77,167,201,199,8,205,0],[160,237,181,17,249,133,184,134,43,204,9,6,91,182,53,163,99,76,92,114,152,165,50,46,53,145,22,58,193,26,63,137,14,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,150,125,57,200,112,153,61,96,166,233,218,212,94,122,185,113,158,218,209,213,193,143,194,175,41,215,148,69,33,146,220,196,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,3,243,139,62,247,35,75,68,90,25,55,26,32,63,139,71,20,82,64,180,226,164,111,22,4,227,228,207,100,121,73,107,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,3,243,139,62,247,35,75,68,90,25,55,26,32,63,139,71,20,82,64,180,226,164,111,22,4,227,228,207,100,121,73,107,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,150,125,57,200,112,153,61,96,166,233,218,212,94,122,185,113,158,218,209,213,193,143,194,175,41,215,148,69,33,146,220,196,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,106,242,5,38,31,253,141,35,224,196,187,144,99,149,71,19,17,54,217,33,29,212,144,59,122,247,203,136,229,226,235,116,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,229,116,166,232,36,68,117,127,11,27,223,144,116,50,204,138,246,36,42,29,34,25,183,229,244,117,233,248,136,137,23,69,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,229,116,166,232,36,68,117,127,11,27,223,144,116,50,204,138,246,36,42,29,34,25,183,229,244,117,233,248,136,137,23,69,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,106,242,5,38,31,253,141,35,224,196,187,144,99,149,71,19,17,54,217,33,29,212,144,59,122,247,203,136,229,226,235,116,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,25,225,169,107,189,160,233,13,142,255,213,71,75,138,172,51,226,207,172,72,224,213,74,8,44,92,255,131,133,242,39,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,195,207,48,79,172,39,95,167,81,154,34,163,202,180,5,49,137,67,208,50,119,42,111,96,24,20,184,190,103,70,86,156,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,195,207,48,79,172,39,95,167,81,154,34,163,202,180,5,49,137,67,208,50,119,42,111,96,24,20,184,190,103,70,86,156,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,156,25,225,169,107,189,160,233,13,142,255,213,71,75,138,172,51,226,207,172,72,224,213,74,8,44,92,255,131,133,242,39,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,115,34,99,214,216,197,172,119,196,186,187,4,78,22,169,165,197,33,160,9,104,47,157,10,94,180,120,135,225,67,3,170,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,80,169,72,7,111,38,252,152,196,226,100,158,203,171,120,48,167,72,182,102,81,148,30,28,27,89,56,29,218,198,224,85,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,80,169,72,7,111,38,252,152,196,226,100,158,203,171,120,48,167,72,182,102,81,148,30,28,27,89,56,29,218,198,224,85,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,115,34,99,214,216,197,172,119,196,186,187,4,78,22,169,165,197,33,160,9,104,47,157,10,94,180,120,135,225,67,3,170,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,62,75,235,52,149,255,237,64,105,193,43,180,174,211,248,234,232,83,18,225,170,130,85,253,29,86,161,152,233,223,104,129,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,182,101,141,10,149,160,6,206,69,66,191,165,2,250,230,114,147,124,159,211,25,221,164,99,91,6,8,253,40,42,53,136,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,182,101,141,10,149,160,6,206,69,66,191,165,2,250,230,114,147,124,159,211,25,221,164,99,91,6,8,253,40,42,53,136,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,62,75,235,52,149,255,237,64,105,193,43,180,174,211,248,234,232,83,18,225,170,130,85,253,29,86,161,152,233,223,104,129,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,239,49,141,255,145,86,21,48,4,58,80,80,197,28,19,39,58,75,123,74,70,205,189,154,55,116,21,10,179,111,223,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,165,41,21,128,48,15,0,199,234,237,92,114,105,217,59,44,6,66,33,201,179,86,145,135,218,235,130,85,158,29,191,225,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,165,41,21,128,48,15,0,199,234,237,92,114,105,217,59,44,6,66,33,201,179,86,145,135,218,235,130,85,158,29,191,225,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,167,239,49,141,255,145,86,21,48,4,58,80,80,197,28,19,39,58,75,123,74,70,205,189,154,55,116,21,10,179,111,223,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,18,99,202,155,216,233,16,196,69,51,129,60,38,169,238,151,117,204,137,232,255,106,120,134,220,186,37,210,123,240,57,205,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,3,57,253,28,249,2,72,52,62,44,68,39,228,216,85,197,131,68,86,135,19,85,66,139,165,136,156,30,228,98,75,28,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,3,57,253,28,249,2,72,52,62,44,68,39,228,216,85,197,131,68,86,135,19,85,66,139,165,136,156,30,228,98,75,28,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,18,99,202,155,216,233,16,196,69,51,129,60,38,169,238,151,117,204,137,232,255,106,120,134,220,186,37,210,123,240,57,205,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,5,92,128,229,5,22,81,143,223,116,9,134,77,116,190,203,6,232,62,193,91,234,237,65,121,239,64,27,35,122,83,31,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,49,84,228,123,221,75,118,66,200,145,190,115,2,219,213,148,83,239,81,151,15,14,64,235,172,237,119,86,10,80,240,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,5,92,128,229,5,22,81,143,223,116,9,134,77,116,190,203,6,232,62,193,91,234,237,65,121,239,64,27,35,122,83,31,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,235,49,84,228,123,221,75,118,66,200,145,190,115,2,219,213,148,83,239,81,151,15,14,64,235,172,237,119,86,10,80,240,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,148,196,82,35,215,177,195,227,92,222,25,173,41,254,96,57,75,4,131,52,223,235,110,36,7,200,197,251,47,241,28,0],[160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,0],[160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,0],[160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,0],[160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,0],[160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,0],[160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,0],[160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,0],[160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,0],[160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,0],[160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,0],[160,245,12,5,122,145,76,159,173,27,152,124,64,231,159,174,162,245,216,108,209,208,93,222,231,79,57,98,134,87,187,20,55,0],[160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,0],[160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,0],[160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,0],[160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,0],[160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,160,245,12,5,122,145,76,159,173,27,152,124,64,231,159,174,162,245,216,108,209,208,93,222,231,79,57,98,134,87,187,20,55,160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,128],[249,2,17,160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,160,241,148,196,82,35,215,177,195,227,92,222,25,173,41,254,96,57,75,4,131,52,223,235,110,36,7,200,197,251,47,241,28,160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,111,224,159,114,48,237,104,246,55,135,104,148,127,4,128,102,203,172,150,141,157,234,138,33,36,124,34,213,238,35,134,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,0],[160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,0],[160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,115,55,141,69,159,203,20,115,7,55,97,143,216,150,187,108,12,76,113,253,242,224,88,136,220,133,99,64,241,148,71,198,0],[160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,0],[160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,115,55,141,69,159,203,20,115,7,55,97,143,216,150,187,108,12,76,113,253,242,224,88,136,220,133,99,64,241,148,71,198,160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,193,111,224,159,114,48,237,104,246,55,135,104,148,127,4,128,102,203,172,150,141,157,234,138,33,36,124,34,213,238,35,134,160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,180,130,126,62,26,173,190,181,8,17,195,126,57,181,69,133,144,44,135,138,60,250,72,19,224,26,89,204,56,240,133,60,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,62,60,72,140,147,95,169,10,202,61,72,49,211,244,189,9,14,175,160,228,207,44,40,170,2,166,137,206,3,246,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,236,62,60,72,140,147,95,169,10,202,61,72,49,211,244,189,9,14,175,160,228,207,44,40,170,2,166,137,206,3,246,174,128,128,128,160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,180,130,126,62,26,173,190,181,8,17,195,126,57,181,69,133,144,44,135,138,60,250,72,19,224,26,89,204,56,240,133,60,128,128,128,160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,128,128,128,128],[226,23,160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222],[226,23,160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0],[130,2,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,156],[224,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,17],[227,158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,156]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,174,132,26,69,177,212,101,77,55,204,9,139,152,191,154,11,142,254,244,67,215,169,205,76,212,164,77,167,201,199,8,205,0],[160,237,181,17,249,133,184,134,43,204,9,6,91,182,53,163,99,76,92,114,152,165,50,46,53,145,22,58,193,26,63,137,14,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,150,125,57,200,112,153,61,96,166,233,218,212,94,122,185,113,158,218,209,213,193,143,194,175,41,215,148,69,33,146,220,196,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,3,243,139,62,247,35,75,68,90,25,55,26,32,63,139,71,20,82,64,180,226,164,111,22,4,227,228,207,100,121,73,107,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,3,243,139,62,247,35,75,68,90,25,55,26,32,63,139,71,20,82,64,180,226,164,111,22,4,227,228,207,100,121,73,107,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,150,125,57,200,112,153,61,96,166,233,218,212,94,122,185,113,158,218,209,213,193,143,194,175,41,215,148,69,33,146,220,196,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,106,242,5,38,31,253,141,35,224,196,187,144,99,149,71,19,17,54,217,33,29,212,144,59,122,247,203,136,229,226,235,116,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,229,116,166,232,36,68,117,127,11,27,223,144,116,50,204,138,246,36,42,29,34,25,183,229,244,117,233,248,136,137,23,69,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,229,116,166,232,36,68,117,127,11,27,223,144,116,50,204,138,246,36,42,29,34,25,183,229,244,117,233,248,136,137,23,69,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,106,242,5,38,31,253,141,35,224,196,187,144,99,149,71,19,17,54,217,33,29,212,144,59,122,247,203,136,229,226,235,116,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,25,225,169,107,189,160,233,13,142,255,213,71,75,138,172,51,226,207,172,72,224,213,74,8,44,92,255,131,133,242,39,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,195,207,48,79,172,39,95,167,81,154,34,163,202,180,5,49,137,67,208,50,119,42,111,96,24,20,184,190,103,70,86,156,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,195,207,48,79,172,39,95,167,81,154,34,163,202,180,5,49,137,67,208,50,119,42,111,96,24,20,184,190,103,70,86,156,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,156,25,225,169,107,189,160,233,13,142,255,213,71,75,138,172,51,226,207,172,72,224,213,74,8,44,92,255,131,133,242,39,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,115,34,99,214,216,197,172,119,196,186,187,4,78,22,169,165,197,33,160,9,104,47,157,10,94,180,120,135,225,67,3,170,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,80,169,72,7,111,38,252,152,196,226,100,158,203,171,120,48,167,72,182,102,81,148,30,28,27,89,56,29,218,198,224,85,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,80,169,72,7,111,38,252,152,196,226,100,158,203,171,120,48,167,72,182,102,81,148,30,28,27,89,56,29,218,198,224,85,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,115,34,99,214,216,197,172,119,196,186,187,4,78,22,169,165,197,33,160,9,104,47,157,10,94,180,120,135,225,67,3,170,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,62,75,235,52,149,255,237,64,105,193,43,180,174,211,248,234,232,83,18,225,170,130,85,253,29,86,161,152,233,223,104,129,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,182,101,141,10,149,160,6,206,69,66,191,165,2,250,230,114,147,124,159,211,25,221,164,99,91,6,8,253,40,42,53,136,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,182,101,141,10,149,160,6,206,69,66,191,165,2,250,230,114,147,124,159,211,25,221,164,99,91,6,8,253,40,42,53,136,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,62,75,235,52,149,255,237,64,105,193,43,180,174,211,248,234,232,83,18,225,170,130,85,253,29,86,161,152,233,223,104,129,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,239,49,141,255,145,86,21,48,4,58,80,80,197,28,19,39,58,75,123,74,70,205,189,154,55,116,21,10,179,111,223,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,165,41,21,128,48,15,0,199,234,237,92,114,105,217,59,44,6,66,33,201,179,86,145,135,218,235,130,85,158,29,191,225,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,165,41,21,128,48,15,0,199,234,237,92,114,105,217,59,44,6,66,33,201,179,86,145,135,218,235,130,85,158,29,191,225,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,167,239,49,141,255,145,86,21,48,4,58,80,80,197,28,19,39,58,75,123,74,70,205,189,154,55,116,21,10,179,111,223,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,18,99,202,155,216,233,16,196,69,51,129,60,38,169,238,151,117,204,137,232,255,106,120,134,220,186,37,210,123,240,57,205,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,3,57,253,28,249,2,72,52,62,44,68,39,228,216,85,197,131,68,86,135,19,85,66,139,165,136,156,30,228,98,75,28,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,3,57,253,28,249,2,72,52,62,44,68,39,228,216,85,197,131,68,86,135,19,85,66,139,165,136,156,30,228,98,75,28,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,18,99,202,155,216,233,16,196,69,51,129,60,38,169,238,151,117,204,137,232,255,106,120,134,220,186,37,210,123,240,57,205,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,5,92,128,229,5,22,81,143,223,116,9,134,77,116,190,203,6,232,62,193,91,234,237,65,121,239,64,27,35,122,83,31,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,49,84,228,123,221,75,118,66,200,145,190,115,2,219,213,148,83,239,81,151,15,14,64,235,172,237,119,86,10,80,240,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,5,92,128,229,5,22,81,143,223,116,9,134,77,116,190,203,6,232,62,193,91,234,237,65,121,239,64,27,35,122,83,31,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,235,49,84,228,123,221,75,118,66,200,145,190,115,2,219,213,148,83,239,81,151,15,14,64,235,172,237,119,86,10,80,240,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,148,196,82,35,215,177,195,227,92,222,25,173,41,254,96,57,75,4,131,52,223,235,110,36,7,200,197,251,47,241,28,0],[160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,0],[160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,0],[160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,0],[160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,0],[160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,0],[160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,0],[160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,0],[160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,0],[160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,0],[160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,0],[160,245,12,5,122,145,76,159,173,27,152,124,64,231,159,174,162,245,216,108,209,208,93,222,231,79,57,98,134,87,187,20,55,0],[160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,0],[160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,0],[160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,0],[160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,0],[160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,160,245,12,5,122,145,76,159,173,27,152,124,64,231,159,174,162,245,216,108,209,208,93,222,231,79,57,98,134,87,187,20,55,160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,128],[249,2,17,160,101,187,79,238,94,52,252,87,119,243,197,111,67,199,185,118,54,202,189,0,174,168,234,18,59,155,22,1,202,15,190,169,160,153,187,87,32,156,110,142,88,31,91,23,90,236,221,13,33,109,185,193,101,248,159,87,73,55,57,191,1,114,240,193,78,160,56,64,156,29,212,146,26,131,71,170,233,239,220,185,33,39,163,188,150,50,21,75,72,0,103,230,192,190,100,131,217,40,160,74,229,167,14,185,119,218,105,69,32,24,84,10,13,225,208,52,24,128,150,236,191,241,130,212,199,167,111,54,122,189,44,160,139,6,231,133,106,60,14,156,63,106,67,103,196,199,115,200,228,80,41,70,158,34,102,171,159,229,226,230,157,163,187,113,160,89,230,56,61,34,34,214,132,131,248,45,235,138,243,182,202,41,90,3,205,119,166,121,157,46,108,216,44,20,162,110,209,160,173,206,65,223,250,197,254,157,12,161,191,153,148,64,114,120,150,90,26,83,223,141,8,168,91,40,176,217,164,82,56,203,160,132,133,31,155,104,199,69,61,39,241,148,94,213,130,129,141,93,232,244,167,141,171,189,91,103,53,51,159,181,57,41,146,160,226,200,235,253,27,224,238,80,204,142,61,184,212,49,15,103,28,211,141,128,245,212,87,186,250,138,0,135,248,247,177,223,160,227,2,214,19,138,45,143,101,8,53,131,140,33,190,14,121,111,61,97,202,11,71,98,234,66,80,99,177,185,190,19,111,160,241,148,196,82,35,215,177,195,227,92,222,25,173,41,254,96,57,75,4,131,52,223,235,110,36,7,200,197,251,47,241,28,160,22,168,111,94,132,232,64,85,8,252,49,17,224,148,29,30,208,226,229,129,86,227,158,139,217,50,226,218,25,220,252,14,160,192,253,80,6,206,81,164,225,211,90,11,15,29,102,80,201,130,43,115,57,92,19,52,114,113,183,154,216,189,228,23,66,160,123,154,146,114,106,120,46,191,239,6,24,246,130,14,145,28,209,45,13,28,52,146,44,151,91,53,111,251,75,26,8,176,160,194,210,224,172,104,182,135,50,65,192,57,75,251,50,38,168,39,137,120,167,73,139,78,166,241,158,200,66,188,120,196,250,160,115,230,140,5,14,5,2,64,122,67,232,105,226,75,113,177,161,215,202,74,116,43,0,0,57,139,22,186,169,140,31,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,111,224,159,114,48,237,104,246,55,135,104,148,127,4,128,102,203,172,150,141,157,234,138,33,36,124,34,213,238,35,134,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,0],[160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,0],[160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,115,55,141,69,159,203,20,115,7,55,97,143,216,150,187,108,12,76,113,253,242,224,88,136,220,133,99,64,241,148,71,198,0],[160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,0],[160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,115,55,141,69,159,203,20,115,7,55,97,143,216,150,187,108,12,76,113,253,242,224,88,136,220,133,99,64,241,148,71,198,160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,82,36,138,82,97,191,83,166,128,20,152,19,220,0,132,163,44,40,167,150,37,25,52,80,30,58,81,180,95,194,109,253,160,232,83,162,35,57,11,100,52,225,113,183,45,19,222,137,157,68,132,122,239,70,152,182,136,146,5,248,168,38,119,202,189,160,108,117,120,253,249,240,52,157,105,229,114,94,55,120,64,211,29,129,13,133,204,83,185,172,59,155,39,146,252,223,227,147,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,58,114,17,41,234,110,140,60,253,208,73,117,185,122,235,1,15,12,78,42,38,43,51,57,190,49,212,102,10,149,185,69,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,124,223,172,84,215,103,89,82,218,24,210,50,10,20,72,9,222,188,29,253,201,250,126,111,177,171,71,106,138,130,32,38,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,193,111,224,159,114,48,237,104,246,55,135,104,148,127,4,128,102,203,172,150,141,157,234,138,33,36,124,34,213,238,35,134,160,243,229,117,47,254,167,212,223,124,214,240,61,196,191,24,107,116,63,145,21,41,31,125,187,170,30,64,196,62,168,31,107,160,99,164,201,254,179,232,146,165,14,111,12,151,187,26,221,238,161,195,142,236,208,231,138,58,194,34,117,87,171,110,165,143,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,101,139,32,102,12,103,79,95,243,208,168,14,231,230,147,10,52,191,107,30,167,218,228,90,15,144,245,238,97,18,35,135,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,180,130,126,62,26,173,190,181,8,17,195,126,57,181,69,133,144,44,135,138,60,250,72,19,224,26,89,204,56,240,133,60,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,62,60,72,140,147,95,169,10,202,61,72,49,211,244,189,9,14,175,160,228,207,44,40,170,2,166,137,206,3,246,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,236,62,60,72,140,147,95,169,10,202,61,72,49,211,244,189,9,14,175,160,228,207,44,40,170,2,166,137,206,3,246,174,128,128,128,160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,180,130,126,62,26,173,190,181,8,17,195,126,57,181,69,133,144,44,135,138,60,250,72,19,224,26,89,204,56,240,133,60,128,128,128,160,220,140,241,97,187,253,82,71,190,34,104,223,11,71,228,215,173,255,35,63,52,227,118,225,107,108,32,102,63,26,47,215,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,148,232,26,15,84,71,7,19,158,75,248,201,176,18,112,155,149,5,208,222,250,164,201,54,119,0,132,101,14,128,238,102,128,128,128,128],[226,23,160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222],[226,23,160,78,6,16,179,27,9,78,95,187,70,112,128,98,188,224,191,44,50,143,170,217,227,76,154,222,217,90,38,165,45,174,222]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68],"key":[171,71,114,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159],"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0],[130,2,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,156],[224,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68],[227,158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,156]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedThreeKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedThreeKeyBytesSel2.json index d8ad35958b..b0637c0f5c 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedThreeKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedThreeKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,5,78,184,84,123,84,61,94,128,74,150,68,241,58,46,78,76,101,61,80,141,139,85,21,43,108,228,46,142,21,241,63,0],[160,104,1,209,52,44,171,85,216,38,82,214,170,70,31,178,225,151,65,5,116,232,229,207,232,117,108,105,16,17,234,57,192,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0]],"keccak_data":[[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[224]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[224],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,17],[224,158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,5,78,184,84,123,84,61,94,128,74,150,68,241,58,46,78,76,101,61,80,141,139,85,21,43,108,228,46,142,21,241,63,0],[160,104,1,209,52,44,171,85,216,38,82,214,170,70,31,178,225,151,65,5,116,232,229,207,232,117,108,105,16,17,234,57,192,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201],"key":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0]],"keccak_data":[[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52],"key":[177,14,37,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53],"list_rlp_bytes":[[226],[224]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[224],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52],[224,158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel1.json index cdeaf3f711..bcccd27421 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,86,26,48,161,98,103,183,20,138,29,241,150,119,155,87,67,207,58,109,105,100,56,186,228,18,200,81,29,64,123,181,113,0],[160,177,96,250,227,113,87,201,33,23,229,141,228,112,73,55,249,63,156,216,131,7,83,214,227,115,64,239,175,220,112,86,178,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,231,126,135,6,247,251,2,162,247,172,95,6,61,182,123,232,97,183,71,212,244,47,254,64,148,31,13,249,0,55,160,80,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,55,113,81,185,233,127,111,216,94,136,134,118,115,255,153,126,34,252,63,26,6,30,226,246,176,164,87,95,91,159,249,143,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,55,113,81,185,233,127,111,216,94,136,134,118,115,255,153,126,34,252,63,26,6,30,226,246,176,164,87,95,91,159,249,143,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,231,126,135,6,247,251,2,162,247,172,95,6,61,182,123,232,97,183,71,212,244,47,254,64,148,31,13,249,0,55,160,80,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,34,64,138,125,179,162,146,88,173,94,62,118,168,59,117,28,67,188,72,35,28,61,166,161,26,53,200,107,35,98,232,78,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,251,159,160,83,211,116,229,131,128,121,6,167,79,65,130,133,235,11,46,40,143,56,170,93,126,89,134,255,94,27,253,200,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,251,159,160,83,211,116,229,131,128,121,6,167,79,65,130,133,235,11,46,40,143,56,170,93,126,89,134,255,94,27,253,200,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,34,64,138,125,179,162,146,88,173,94,62,118,168,59,117,28,67,188,72,35,28,61,166,161,26,53,200,107,35,98,232,78,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,27,140,43,219,38,74,228,17,70,96,145,40,220,163,189,47,186,165,71,0,255,207,232,131,166,208,234,178,210,20,55,252,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,180,99,60,107,34,255,249,17,167,167,19,194,147,218,132,227,171,42,105,175,75,118,243,161,158,184,143,130,30,0,146,111,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,180,99,60,107,34,255,249,17,167,167,19,194,147,218,132,227,171,42,105,175,75,118,243,161,158,184,143,130,30,0,146,111,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,27,140,43,219,38,74,228,17,70,96,145,40,220,163,189,47,186,165,71,0,255,207,232,131,166,208,234,178,210,20,55,252,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,146,125,254,209,19,52,38,158,115,216,176,186,229,213,176,115,100,10,39,144,22,89,113,34,227,194,166,184,10,10,239,198,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,186,27,0,45,90,46,54,179,252,231,52,143,106,98,75,74,87,95,71,119,233,91,71,249,101,197,171,86,22,143,194,192,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,186,27,0,45,90,46,54,179,252,231,52,143,106,98,75,74,87,95,71,119,233,91,71,249,101,197,171,86,22,143,194,192,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,146,125,254,209,19,52,38,158,115,216,176,186,229,213,176,115,100,10,39,144,22,89,113,34,227,194,166,184,10,10,239,198,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,254,34,75,70,73,67,22,74,222,62,219,135,220,197,138,74,198,109,235,222,229,58,110,81,76,32,76,151,23,125,69,230,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,77,115,76,19,189,118,139,166,32,56,51,43,158,23,165,222,149,211,85,76,57,250,207,23,230,79,118,141,232,176,1,32,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,77,115,76,19,189,118,139,166,32,56,51,43,158,23,165,222,149,211,85,76,57,250,207,23,230,79,118,141,232,176,1,32,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,254,34,75,70,73,67,22,74,222,62,219,135,220,197,138,74,198,109,235,222,229,58,110,81,76,32,76,151,23,125,69,230,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,116,64,237,27,23,208,83,11,188,20,106,5,195,85,133,249,85,232,13,73,0,26,197,152,202,106,80,118,223,127,122,185,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,156,117,130,223,139,166,81,15,121,34,155,180,180,73,216,92,63,210,32,73,10,147,237,201,33,191,144,204,248,120,225,149,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,156,117,130,223,139,166,81,15,121,34,155,180,180,73,216,92,63,210,32,73,10,147,237,201,33,191,144,204,248,120,225,149,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,116,64,237,27,23,208,83,11,188,20,106,5,195,85,133,249,85,232,13,73,0,26,197,152,202,106,80,118,223,127,122,185,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,15,235,67,119,59,195,188,14,20,19,195,111,235,96,176,110,236,193,39,227,147,119,138,153,177,106,243,140,197,227,49,29,0],[160,243,244,186,6,58,228,218,241,173,144,6,180,223,117,177,50,152,37,30,35,180,88,165,163,110,180,36,218,254,23,72,14,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,243,244,186,6,58,228,218,241,173,144,6,180,223,117,177,50,152,37,30,35,180,88,165,163,110,180,36,218,254,23,72,14,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,15,235,67,119,59,195,188,14,20,19,195,111,235,96,176,110,236,193,39,227,147,119,138,153,177,106,243,140,197,227,49,29,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,65,228,205,154,131,158,246,195,65,213,244,198,28,222,28,107,166,59,175,28,160,117,111,94,169,16,99,28,238,246,247,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,232,25,53,250,138,255,235,161,40,193,0,19,88,101,14,213,71,143,234,207,159,67,180,162,101,18,210,78,251,96,111,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,232,25,53,250,138,255,235,161,40,193,0,19,88,101,14,213,71,143,234,207,159,67,180,162,101,18,210,78,251,96,111,91,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,65,228,205,154,131,158,246,195,65,213,244,198,28,222,28,107,166,59,175,28,160,117,111,94,169,16,99,28,238,246,247,54,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,62,161,243,229,186,235,229,160,6,209,195,71,110,63,100,84,190,18,254,73,122,60,215,237,17,207,23,197,242,234,216,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,221,206,124,72,133,254,237,34,27,64,46,148,208,34,190,193,164,152,59,45,192,119,28,13,85,143,126,17,212,104,121,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,62,161,243,229,186,235,229,160,6,209,195,71,110,63,100,84,190,18,254,73,122,60,215,237,17,207,23,197,242,234,216,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,126,221,206,124,72,133,254,237,34,27,64,46,148,208,34,190,193,164,152,59,45,192,119,28,13,85,143,126,17,212,104,121,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,0],[160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[130],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0],[129,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146],[224,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,17],[226,158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,86,26,48,161,98,103,183,20,138,29,241,150,119,155,87,67,207,58,109,105,100,56,186,228,18,200,81,29,64,123,181,113,0],[160,177,96,250,227,113,87,201,33,23,229,141,228,112,73,55,249,63,156,216,131,7,83,214,227,115,64,239,175,220,112,86,178,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,231,126,135,6,247,251,2,162,247,172,95,6,61,182,123,232,97,183,71,212,244,47,254,64,148,31,13,249,0,55,160,80,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,55,113,81,185,233,127,111,216,94,136,134,118,115,255,153,126,34,252,63,26,6,30,226,246,176,164,87,95,91,159,249,143,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,55,113,81,185,233,127,111,216,94,136,134,118,115,255,153,126,34,252,63,26,6,30,226,246,176,164,87,95,91,159,249,143,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,231,126,135,6,247,251,2,162,247,172,95,6,61,182,123,232,97,183,71,212,244,47,254,64,148,31,13,249,0,55,160,80,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,34,64,138,125,179,162,146,88,173,94,62,118,168,59,117,28,67,188,72,35,28,61,166,161,26,53,200,107,35,98,232,78,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,251,159,160,83,211,116,229,131,128,121,6,167,79,65,130,133,235,11,46,40,143,56,170,93,126,89,134,255,94,27,253,200,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,251,159,160,83,211,116,229,131,128,121,6,167,79,65,130,133,235,11,46,40,143,56,170,93,126,89,134,255,94,27,253,200,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,34,64,138,125,179,162,146,88,173,94,62,118,168,59,117,28,67,188,72,35,28,61,166,161,26,53,200,107,35,98,232,78,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,27,140,43,219,38,74,228,17,70,96,145,40,220,163,189,47,186,165,71,0,255,207,232,131,166,208,234,178,210,20,55,252,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,180,99,60,107,34,255,249,17,167,167,19,194,147,218,132,227,171,42,105,175,75,118,243,161,158,184,143,130,30,0,146,111,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,180,99,60,107,34,255,249,17,167,167,19,194,147,218,132,227,171,42,105,175,75,118,243,161,158,184,143,130,30,0,146,111,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,27,140,43,219,38,74,228,17,70,96,145,40,220,163,189,47,186,165,71,0,255,207,232,131,166,208,234,178,210,20,55,252,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,146,125,254,209,19,52,38,158,115,216,176,186,229,213,176,115,100,10,39,144,22,89,113,34,227,194,166,184,10,10,239,198,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,186,27,0,45,90,46,54,179,252,231,52,143,106,98,75,74,87,95,71,119,233,91,71,249,101,197,171,86,22,143,194,192,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,186,27,0,45,90,46,54,179,252,231,52,143,106,98,75,74,87,95,71,119,233,91,71,249,101,197,171,86,22,143,194,192,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,146,125,254,209,19,52,38,158,115,216,176,186,229,213,176,115,100,10,39,144,22,89,113,34,227,194,166,184,10,10,239,198,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,254,34,75,70,73,67,22,74,222,62,219,135,220,197,138,74,198,109,235,222,229,58,110,81,76,32,76,151,23,125,69,230,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,77,115,76,19,189,118,139,166,32,56,51,43,158,23,165,222,149,211,85,76,57,250,207,23,230,79,118,141,232,176,1,32,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,77,115,76,19,189,118,139,166,32,56,51,43,158,23,165,222,149,211,85,76,57,250,207,23,230,79,118,141,232,176,1,32,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,254,34,75,70,73,67,22,74,222,62,219,135,220,197,138,74,198,109,235,222,229,58,110,81,76,32,76,151,23,125,69,230,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,116,64,237,27,23,208,83,11,188,20,106,5,195,85,133,249,85,232,13,73,0,26,197,152,202,106,80,118,223,127,122,185,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,156,117,130,223,139,166,81,15,121,34,155,180,180,73,216,92,63,210,32,73,10,147,237,201,33,191,144,204,248,120,225,149,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,156,117,130,223,139,166,81,15,121,34,155,180,180,73,216,92,63,210,32,73,10,147,237,201,33,191,144,204,248,120,225,149,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,116,64,237,27,23,208,83,11,188,20,106,5,195,85,133,249,85,232,13,73,0,26,197,152,202,106,80,118,223,127,122,185,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,15,235,67,119,59,195,188,14,20,19,195,111,235,96,176,110,236,193,39,227,147,119,138,153,177,106,243,140,197,227,49,29,0],[160,243,244,186,6,58,228,218,241,173,144,6,180,223,117,177,50,152,37,30,35,180,88,165,163,110,180,36,218,254,23,72,14,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,243,244,186,6,58,228,218,241,173,144,6,180,223,117,177,50,152,37,30,35,180,88,165,163,110,180,36,218,254,23,72,14,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,15,235,67,119,59,195,188,14,20,19,195,111,235,96,176,110,236,193,39,227,147,119,138,153,177,106,243,140,197,227,49,29,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,65,228,205,154,131,158,246,195,65,213,244,198,28,222,28,107,166,59,175,28,160,117,111,94,169,16,99,28,238,246,247,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,232,25,53,250,138,255,235,161,40,193,0,19,88,101,14,213,71,143,234,207,159,67,180,162,101,18,210,78,251,96,111,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,232,25,53,250,138,255,235,161,40,193,0,19,88,101,14,213,71,143,234,207,159,67,180,162,101,18,210,78,251,96,111,91,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,65,228,205,154,131,158,246,195,65,213,244,198,28,222,28,107,166,59,175,28,160,117,111,94,169,16,99,28,238,246,247,54,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201],"key":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,62,161,243,229,186,235,229,160,6,209,195,71,110,63,100,84,190,18,254,73,122,60,215,237,17,207,23,197,242,234,216,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,126,221,206,124,72,133,254,237,34,27,64,46,148,208,34,190,193,164,152,59,45,192,119,28,13,85,143,126,17,212,104,121,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,62,161,243,229,186,235,229,160,6,209,195,71,110,63,100,84,190,18,254,73,122,60,215,237,17,207,23,197,242,234,216,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,126,221,206,124,72,133,254,237,34,27,64,46,148,208,34,190,193,164,152,59,45,192,119,28,13,85,143,126,17,212,104,121,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,0],[160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,208,6,128,180,245,122,36,215,239,153,0,12,121,167,186,20,236,39,39,13,147,152,49,146,210,133,19,224,193,184,190,142,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,110,194,5,167,197,173,70,174,155,93,222,142,239,103,76,0,15,125,127,204,150,94,48,247,19,5,10,160,120,81,179,19,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,148,112,74,115,143,176,227,85,82,137,216,248,78,118,147,118,151,187,172,112,98,97,152,137,152,158,70,203,29,218,31,72,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,255,31,59,35,199,177,174,139,201,124,85,226,151,5,107,77,241,90,31,203,248,47,99,224,197,130,54,103,52,131,112,140,160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114],"key":[237,149,213,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252],"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[130],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0],[129,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146],[224,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114],[226,158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel2.json index f58fa6a661..4b83d8a2be 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionAddedTwoKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,35,138,116,176,152,195,155,106,69,11,122,161,106,192,74,95,77,27,253,195,229,12,102,112,191,38,206,177,216,154,18,90,0],[160,154,193,115,154,147,62,16,218,229,139,197,117,181,115,183,99,68,249,194,220,93,159,173,104,22,171,120,75,13,0,43,96,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,122,175,152,154,227,223,245,6,53,159,254,237,90,232,75,171,203,6,151,190,151,14,121,215,120,147,239,175,150,96,93,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,3,31,234,249,198,64,41,67,165,197,182,195,164,146,170,96,80,116,98,56,84,145,189,120,156,153,227,114,107,170,203,145,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,3,31,234,249,198,64,41,67,165,197,182,195,164,146,170,96,80,116,98,56,84,145,189,120,156,153,227,114,107,170,203,145,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,173,122,175,152,154,227,223,245,6,53,159,254,237,90,232,75,171,203,6,151,190,151,14,121,215,120,147,239,175,150,96,93,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,86,156,188,75,183,59,161,71,73,2,244,97,76,40,34,53,242,182,183,152,163,51,138,178,36,125,47,211,106,124,136,209,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,87,54,180,110,64,77,15,159,234,99,212,73,22,17,197,9,214,16,236,48,165,31,62,216,145,226,252,211,30,210,116,241,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,87,54,180,110,64,77,15,159,234,99,212,73,22,17,197,9,214,16,236,48,165,31,62,216,145,226,252,211,30,210,116,241,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,86,156,188,75,183,59,161,71,73,2,244,97,76,40,34,53,242,182,183,152,163,51,138,178,36,125,47,211,106,124,136,209,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,20,211,170,52,196,86,189,52,3,219,68,103,98,122,236,202,188,99,159,192,154,87,3,205,12,238,152,52,141,44,62,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,33,190,56,251,52,247,118,96,233,51,53,164,173,160,79,2,49,253,230,162,239,132,215,203,213,171,255,237,125,30,128,72,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,33,190,56,251,52,247,118,96,233,51,53,164,173,160,79,2,49,253,230,162,239,132,215,203,213,171,255,237,125,30,128,72,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,200,20,211,170,52,196,86,189,52,3,219,68,103,98,122,236,202,188,99,159,192,154,87,3,205,12,238,152,52,141,44,62,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,129,188,133,16,245,204,210,125,199,189,76,229,99,131,99,14,23,255,74,180,141,187,100,124,77,33,213,255,244,48,110,78,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,138,74,110,255,154,192,63,78,13,54,218,154,104,77,67,37,120,10,243,153,177,62,197,78,1,222,4,9,36,71,48,112,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,138,74,110,255,154,192,63,78,13,54,218,154,104,77,67,37,120,10,243,153,177,62,197,78,1,222,4,9,36,71,48,112,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,129,188,133,16,245,204,210,125,199,189,76,229,99,131,99,14,23,255,74,180,141,187,100,124,77,33,213,255,244,48,110,78,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,141,111,222,1,129,231,99,205,80,149,63,58,188,133,57,199,167,74,121,55,149,118,121,10,46,126,21,56,89,104,184,182,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,224,216,112,130,13,100,121,43,240,200,170,28,115,114,221,150,152,231,2,47,200,214,115,66,3,187,118,3,137,11,68,137,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,224,216,112,130,13,100,121,43,240,200,170,28,115,114,221,150,152,231,2,47,200,214,115,66,3,187,118,3,137,11,68,137,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,141,111,222,1,129,231,99,205,80,149,63,58,188,133,57,199,167,74,121,55,149,118,121,10,46,126,21,56,89,104,184,182,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,100,201,120,5,13,170,15,233,142,231,158,54,151,210,70,223,43,116,168,18,166,148,138,148,240,79,217,182,181,225,181,164,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,7,112,217,103,187,234,29,102,153,133,145,162,61,99,174,66,142,135,92,153,8,211,193,236,188,60,32,137,180,198,220,125,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,7,112,217,103,187,234,29,102,153,133,145,162,61,99,174,66,142,135,92,153,8,211,193,236,188,60,32,137,180,198,220,125,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,100,201,120,5,13,170,15,233,142,231,158,54,151,210,70,223,43,116,168,18,166,148,138,148,240,79,217,182,181,225,181,164,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,172,206,173,180,154,233,255,157,140,50,184,242,217,100,104,189,68,143,47,202,189,152,144,185,5,197,150,101,158,230,100,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,117,122,201,227,86,39,241,238,102,35,220,228,173,47,177,21,179,1,127,203,246,161,7,8,74,137,61,215,220,217,185,22,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,117,122,201,227,86,39,241,238,102,35,220,228,173,47,177,21,179,1,127,203,246,161,7,8,74,137,61,215,220,217,185,22,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,172,206,173,180,154,233,255,157,140,50,184,242,217,100,104,189,68,143,47,202,189,152,144,185,5,197,150,101,158,230,100,137,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,245,152,63,62,176,191,125,119,210,234,247,202,239,92,234,25,136,113,232,83,42,62,99,70,60,82,223,170,5,21,44,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,121,224,194,201,142,138,249,134,59,142,94,252,56,59,224,87,108,160,54,205,115,121,62,62,149,28,39,144,229,149,21,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,245,152,63,62,176,191,125,119,210,234,247,202,239,92,234,25,136,113,232,83,42,62,99,70,60,82,223,170,5,21,44,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,47,121,224,194,201,142,138,249,134,59,142,94,252,56,59,224,87,108,160,54,205,115,121,62,62,149,28,39,144,229,149,21,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,19,10,204,69,228,60,91,43,147,199,202,15,94,12,116,65,214,201,165,159,187,202,26,213,49,86,240,174,7,67,210,0],[160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,0],[160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,0],[160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,0],[160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,0],[160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,0],[160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,0],[160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,0],[160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,0],[160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,0],[160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,0],[160,221,241,141,212,51,62,6,143,147,145,234,254,111,166,215,16,248,171,127,255,146,63,93,155,77,43,148,123,86,174,18,83,0],[160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,0],[160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,0],[160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,0],[160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,0],[160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,160,221,241,141,212,51,62,6,143,147,145,234,254,111,166,215,16,248,171,127,255,146,63,93,155,77,43,148,123,86,174,18,83,160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,128],[249,2,17,160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,160,42,19,10,204,69,228,60,91,43,147,199,202,15,94,12,116,65,214,201,165,159,187,202,26,213,49,86,240,174,7,67,210,160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,0],[160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,0],[160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,0],[160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0]],"keccak_data":[[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0],[130,2,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22],[224,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,17],[227,158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,35,138,116,176,152,195,155,106,69,11,122,161,106,192,74,95,77,27,253,195,229,12,102,112,191,38,206,177,216,154,18,90,0],[160,154,193,115,154,147,62,16,218,229,139,197,117,181,115,183,99,68,249,194,220,93,159,173,104,22,171,120,75,13,0,43,96,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,122,175,152,154,227,223,245,6,53,159,254,237,90,232,75,171,203,6,151,190,151,14,121,215,120,147,239,175,150,96,93,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,3,31,234,249,198,64,41,67,165,197,182,195,164,146,170,96,80,116,98,56,84,145,189,120,156,153,227,114,107,170,203,145,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,3,31,234,249,198,64,41,67,165,197,182,195,164,146,170,96,80,116,98,56,84,145,189,120,156,153,227,114,107,170,203,145,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,173,122,175,152,154,227,223,245,6,53,159,254,237,90,232,75,171,203,6,151,190,151,14,121,215,120,147,239,175,150,96,93,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,86,156,188,75,183,59,161,71,73,2,244,97,76,40,34,53,242,182,183,152,163,51,138,178,36,125,47,211,106,124,136,209,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,87,54,180,110,64,77,15,159,234,99,212,73,22,17,197,9,214,16,236,48,165,31,62,216,145,226,252,211,30,210,116,241,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,87,54,180,110,64,77,15,159,234,99,212,73,22,17,197,9,214,16,236,48,165,31,62,216,145,226,252,211,30,210,116,241,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,86,156,188,75,183,59,161,71,73,2,244,97,76,40,34,53,242,182,183,152,163,51,138,178,36,125,47,211,106,124,136,209,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,20,211,170,52,196,86,189,52,3,219,68,103,98,122,236,202,188,99,159,192,154,87,3,205,12,238,152,52,141,44,62,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,33,190,56,251,52,247,118,96,233,51,53,164,173,160,79,2,49,253,230,162,239,132,215,203,213,171,255,237,125,30,128,72,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,33,190,56,251,52,247,118,96,233,51,53,164,173,160,79,2,49,253,230,162,239,132,215,203,213,171,255,237,125,30,128,72,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,200,20,211,170,52,196,86,189,52,3,219,68,103,98,122,236,202,188,99,159,192,154,87,3,205,12,238,152,52,141,44,62,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,129,188,133,16,245,204,210,125,199,189,76,229,99,131,99,14,23,255,74,180,141,187,100,124,77,33,213,255,244,48,110,78,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,138,74,110,255,154,192,63,78,13,54,218,154,104,77,67,37,120,10,243,153,177,62,197,78,1,222,4,9,36,71,48,112,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,138,74,110,255,154,192,63,78,13,54,218,154,104,77,67,37,120,10,243,153,177,62,197,78,1,222,4,9,36,71,48,112,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,129,188,133,16,245,204,210,125,199,189,76,229,99,131,99,14,23,255,74,180,141,187,100,124,77,33,213,255,244,48,110,78,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,141,111,222,1,129,231,99,205,80,149,63,58,188,133,57,199,167,74,121,55,149,118,121,10,46,126,21,56,89,104,184,182,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,224,216,112,130,13,100,121,43,240,200,170,28,115,114,221,150,152,231,2,47,200,214,115,66,3,187,118,3,137,11,68,137,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,224,216,112,130,13,100,121,43,240,200,170,28,115,114,221,150,152,231,2,47,200,214,115,66,3,187,118,3,137,11,68,137,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,141,111,222,1,129,231,99,205,80,149,63,58,188,133,57,199,167,74,121,55,149,118,121,10,46,126,21,56,89,104,184,182,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,100,201,120,5,13,170,15,233,142,231,158,54,151,210,70,223,43,116,168,18,166,148,138,148,240,79,217,182,181,225,181,164,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,7,112,217,103,187,234,29,102,153,133,145,162,61,99,174,66,142,135,92,153,8,211,193,236,188,60,32,137,180,198,220,125,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,7,112,217,103,187,234,29,102,153,133,145,162,61,99,174,66,142,135,92,153,8,211,193,236,188,60,32,137,180,198,220,125,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,100,201,120,5,13,170,15,233,142,231,158,54,151,210,70,223,43,116,168,18,166,148,138,148,240,79,217,182,181,225,181,164,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,172,206,173,180,154,233,255,157,140,50,184,242,217,100,104,189,68,143,47,202,189,152,144,185,5,197,150,101,158,230,100,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,117,122,201,227,86,39,241,238,102,35,220,228,173,47,177,21,179,1,127,203,246,161,7,8,74,137,61,215,220,217,185,22,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,117,122,201,227,86,39,241,238,102,35,220,228,173,47,177,21,179,1,127,203,246,161,7,8,74,137,61,215,220,217,185,22,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,172,206,173,180,154,233,255,157,140,50,184,242,217,100,104,189,68,143,47,202,189,152,144,185,5,197,150,101,158,230,100,137,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,245,152,63,62,176,191,125,119,210,234,247,202,239,92,234,25,136,113,232,83,42,62,99,70,60,82,223,170,5,21,44,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,121,224,194,201,142,138,249,134,59,142,94,252,56,59,224,87,108,160,54,205,115,121,62,62,149,28,39,144,229,149,21,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,245,152,63,62,176,191,125,119,210,234,247,202,239,92,234,25,136,113,232,83,42,62,99,70,60,82,223,170,5,21,44,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,47,121,224,194,201,142,138,249,134,59,142,94,252,56,59,224,87,108,160,54,205,115,121,62,62,149,28,39,144,229,149,21,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,19,10,204,69,228,60,91,43,147,199,202,15,94,12,116,65,214,201,165,159,187,202,26,213,49,86,240,174,7,67,210,0],[160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,0],[160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,0],[160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,0],[160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,0],[160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,0],[160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,0],[160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,0],[160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,0],[160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,0],[160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,0],[160,221,241,141,212,51,62,6,143,147,145,234,254,111,166,215,16,248,171,127,255,146,63,93,155,77,43,148,123,86,174,18,83,0],[160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,0],[160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,0],[160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,0],[160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,0],[160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,160,221,241,141,212,51,62,6,143,147,145,234,254,111,166,215,16,248,171,127,255,146,63,93,155,77,43,148,123,86,174,18,83,160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,128],[249,2,17,160,118,40,174,124,139,109,204,241,251,195,147,65,240,76,106,24,242,36,51,101,103,143,50,92,114,253,104,5,109,181,51,98,160,249,69,87,71,18,138,15,72,213,240,18,253,31,183,249,185,207,133,33,180,215,237,204,224,95,114,221,205,174,94,80,244,160,53,57,5,118,189,13,82,33,4,101,196,180,100,26,132,37,191,188,180,35,181,67,39,96,217,195,83,144,212,139,30,218,160,220,236,127,174,16,101,252,249,176,202,40,113,117,67,145,12,107,82,149,224,202,127,31,87,229,111,196,89,5,69,67,155,160,13,146,12,166,36,40,125,231,99,11,185,247,66,19,4,130,202,239,0,234,44,91,23,164,51,122,70,247,186,184,84,225,160,63,207,96,242,116,99,51,175,181,69,77,239,210,8,223,62,170,118,66,120,216,244,38,186,180,129,163,20,255,0,251,231,160,250,6,114,73,191,145,246,192,1,171,95,122,81,242,8,14,44,131,139,188,101,24,146,246,138,6,123,209,247,165,197,238,160,249,101,11,78,90,104,246,49,184,234,234,22,209,111,92,145,89,235,37,164,213,174,204,136,178,251,130,33,52,21,190,45,160,190,138,53,100,188,117,108,77,198,151,97,70,115,9,212,196,59,214,199,41,190,24,144,234,62,249,227,71,120,252,143,79,160,209,15,183,214,169,88,15,173,79,129,153,172,206,76,41,65,13,176,71,171,91,233,170,138,246,159,96,104,72,179,227,58,160,42,19,10,204,69,228,60,91,43,147,199,202,15,94,12,116,65,214,201,165,159,187,202,26,213,49,86,240,174,7,67,210,160,147,87,15,16,182,60,27,80,103,56,116,24,19,169,217,157,59,22,211,207,35,243,226,147,25,142,45,86,215,21,166,103,160,121,25,243,224,133,107,212,169,6,147,225,220,37,129,34,85,80,15,238,202,4,91,99,160,108,5,253,172,255,13,196,44,160,232,16,146,211,53,170,231,136,193,205,237,60,140,81,56,242,232,139,191,91,235,220,128,115,138,38,16,22,178,14,151,8,160,161,154,17,2,49,207,254,215,226,78,143,236,9,153,84,158,193,231,187,214,88,252,220,14,230,107,163,235,38,222,118,66,160,231,199,0,196,103,10,162,141,15,87,130,118,77,175,140,214,137,127,126,189,42,9,165,200,220,138,199,106,68,241,165,239,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,0],[160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,0],[160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,0],[160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,11,197,167,171,58,244,157,63,25,85,230,91,222,57,45,90,195,173,143,95,172,237,70,48,195,147,252,227,94,166,93,10,160,213,189,24,210,121,22,165,9,190,165,38,56,208,49,139,76,38,71,36,143,63,28,66,221,59,227,181,114,90,163,83,118,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,126,142,162,127,168,35,77,214,151,138,90,40,185,168,100,52,46,237,151,175,120,45,201,209,115,240,192,29,120,240,216,183,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,207,137,219,224,45,180,1,99,107,123,161,59,99,104,249,95,61,80,219,9,85,61,224,107,28,84,129,233,253,189,252,67,160,243,39,76,86,252,113,115,180,222,63,187,194,170,12,165,59,72,51,248,21,108,112,98,243,69,2,115,101,168,46,121,54,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0]],"keccak_data":[[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114],"key":[164,25,98,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122],"list_rlp_bytes":[[228],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0],[130,2,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[228,159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22],[224,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114],[227,158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel1.json index c5b4418226..615dd4ff1c 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,170,130,147,186,88,0,156,240,133,62,16,142,207,172,8,147,77,107,242,52,118,225,193,116,218,165,215,190,25,31,206,0],[160,0,107,58,47,21,149,140,94,24,227,55,136,61,133,147,244,53,80,105,234,75,147,246,141,153,7,142,60,185,17,201,250,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,141,33,238,89,68,177,88,0,191,68,231,161,213,181,130,91,177,245,29,66,78,224,229,10,37,60,17,114,178,91,245,6,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,141,33,238,89,68,177,88,0,191,68,231,161,213,181,130,91,177,245,29,66,78,224,229,10,37,60,17,114,178,91,245,6,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,194,242,97,102,38,252,208,245,222,0,45,210,254,230,48,93,24,176,215,243,131,232,124,239,152,230,154,253,35,182,58,244,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,194,242,97,102,38,252,208,245,222,0,45,210,254,230,48,93,24,176,215,243,131,232,124,239,152,230,154,253,35,182,58,244,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,234,122,249,169,12,143,244,231,64,210,251,191,94,111,132,33,28,70,182,238,25,111,147,215,30,110,66,63,9,123,140,59,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,234,122,249,169,12,143,244,231,64,210,251,191,94,111,132,33,28,70,182,238,25,111,147,215,30,110,66,63,9,123,140,59,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,224,6,156,63,55,125,214,139,25,38,45,190,150,87,227,197,192,253,41,138,100,229,60,240,37,246,125,171,191,67,4,31,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,224,6,156,63,55,125,214,139,25,38,45,190,150,87,227,197,192,253,41,138,100,229,60,240,37,246,125,171,191,67,4,31,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,127,50,219,239,41,81,53,84,176,159,41,184,111,22,103,209,94,182,193,89,242,172,90,17,55,8,114,21,166,60,211,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,127,50,219,239,41,81,53,84,176,159,41,184,111,22,103,209,94,182,193,89,242,172,90,17,55,8,114,21,166,60,211,125,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,0],[160,179,237,140,206,247,30,47,38,126,149,230,215,75,14,150,49,32,117,188,209,50,154,17,164,13,111,15,27,86,244,241,155,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,179,237,140,206,247,30,47,38,126,149,230,215,75,14,150,49,32,117,188,209,50,154,17,164,13,111,15,27,86,244,241,155,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,202,102,136,102,113,4,170,146,89,0,165,217,178,107,106,182,102,207,236,234,173,1,92,15,206,97,1,168,136,217,64,129,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,202,102,136,102,113,4,170,146,89,0,165,217,178,107,106,182,102,207,236,234,173,1,92,15,206,97,1,168,136,217,64,129,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,255,243,45,227,6,47,247,113,162,99,39,41,88,47,150,11,65,9,208,167,35,114,253,251,209,4,71,19,64,248,2,93,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,255,243,45,227,6,47,247,113,162,99,39,41,88,47,150,11,65,9,208,167,35,114,253,251,209,4,71,19,64,248,2,93,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,0],[160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,0],[160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,0],[160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,0],[160,120,1,86,145,3,10,105,17,34,115,133,200,189,158,212,165,33,216,133,182,125,10,45,56,252,68,193,126,191,247,173,238,0],[160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,0],[160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,0],[160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,0],[160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,0],[160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,0],[160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,0],[160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,0],[160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,0],[160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,0],[160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,120,1,86,145,3,10,105,17,34,115,133,200,189,158,212,165,33,216,133,182,125,10,45,56,252,68,193,126,191,247,173,238,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128],[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,128,128],[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,128,128],[226,30,160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105],[226,30,160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[226]],"value_rlp_bytes":[[35],[30]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,35],[226,160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30],[225,159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,170,130,147,186,88,0,156,240,133,62,16,142,207,172,8,147,77,107,242,52,118,225,193,116,218,165,215,190,25,31,206,0],[160,0,107,58,47,21,149,140,94,24,227,55,136,61,133,147,244,53,80,105,234,75,147,246,141,153,7,142,60,185,17,201,250,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,141,33,238,89,68,177,88,0,191,68,231,161,213,181,130,91,177,245,29,66,78,224,229,10,37,60,17,114,178,91,245,6,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,141,33,238,89,68,177,88,0,191,68,231,161,213,181,130,91,177,245,29,66,78,224,229,10,37,60,17,114,178,91,245,6,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,11,122,24,184,141,150,58,53,220,58,188,17,167,30,82,128,148,213,14,40,24,159,21,74,144,94,36,177,35,75,83,174,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,194,242,97,102,38,252,208,245,222,0,45,210,254,230,48,93,24,176,215,243,131,232,124,239,152,230,154,253,35,182,58,244,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,194,242,97,102,38,252,208,245,222,0,45,210,254,230,48,93,24,176,215,243,131,232,124,239,152,230,154,253,35,182,58,244,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,39,39,45,175,58,167,117,176,247,129,45,9,94,210,44,4,5,223,158,62,209,10,3,144,51,105,232,62,134,188,145,188,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,234,122,249,169,12,143,244,231,64,210,251,191,94,111,132,33,28,70,182,238,25,111,147,215,30,110,66,63,9,123,140,59,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,234,122,249,169,12,143,244,231,64,210,251,191,94,111,132,33,28,70,182,238,25,111,147,215,30,110,66,63,9,123,140,59,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,2,103,24,154,157,19,247,166,154,39,227,112,215,233,73,232,49,102,31,37,24,128,106,37,49,207,18,180,85,217,181,86,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,224,6,156,63,55,125,214,139,25,38,45,190,150,87,227,197,192,253,41,138,100,229,60,240,37,246,125,171,191,67,4,31,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,224,6,156,63,55,125,214,139,25,38,45,190,150,87,227,197,192,253,41,138,100,229,60,240,37,246,125,171,191,67,4,31,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,172,218,202,236,83,210,237,163,218,121,212,228,200,106,63,190,70,236,143,208,141,8,140,248,160,92,20,247,148,224,37,76,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,127,50,219,239,41,81,53,84,176,159,41,184,111,22,103,209,94,182,193,89,242,172,90,17,55,8,114,21,166,60,211,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,127,50,219,239,41,81,53,84,176,159,41,184,111,22,103,209,94,182,193,89,242,172,90,17,55,8,114,21,166,60,211,125,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,143,112,54,254,186,200,164,169,150,135,158,148,96,94,180,28,227,132,131,11,43,26,103,142,67,132,127,76,51,177,105,76,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,0],[160,179,237,140,206,247,30,47,38,126,149,230,215,75,14,150,49,32,117,188,209,50,154,17,164,13,111,15,27,86,244,241,155,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,179,237,140,206,247,30,47,38,126,149,230,215,75,14,150,49,32,117,188,209,50,154,17,164,13,111,15,27,86,244,241,155,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,193,116,164,149,186,139,97,111,83,15,2,222,56,241,51,234,100,150,157,173,193,182,121,92,234,8,95,213,12,157,17,192,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,202,102,136,102,113,4,170,146,89,0,165,217,178,107,106,182,102,207,236,234,173,1,92,15,206,97,1,168,136,217,64,129,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,202,102,136,102,113,4,170,146,89,0,165,217,178,107,106,182,102,207,236,234,173,1,92,15,206,97,1,168,136,217,64,129,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,252,39,146,218,98,43,100,189,62,16,59,1,123,187,135,8,151,254,116,14,199,80,25,6,25,54,70,113,209,199,72,39,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201],"key":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,255,243,45,227,6,47,247,113,162,99,39,41,88,47,150,11,65,9,208,167,35,114,253,251,209,4,71,19,64,248,2,93,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,255,243,45,227,6,47,247,113,162,99,39,41,88,47,150,11,65,9,208,167,35,114,253,251,209,4,71,19,64,248,2,93,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,4,183,252,174,26,221,230,182,75,80,209,197,80,56,152,45,108,235,152,89,143,154,237,243,102,137,61,241,164,47,183,180,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,0],[160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,0],[160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,0],[160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,0],[160,120,1,86,145,3,10,105,17,34,115,133,200,189,158,212,165,33,216,133,182,125,10,45,56,252,68,193,126,191,247,173,238,0],[160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,0],[160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,0],[160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,0],[160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,0],[160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,0],[160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,0],[160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,0],[160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,0],[160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,0],[160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,120,1,86,145,3,10,105,17,34,115,133,200,189,158,212,165,33,216,133,182,125,10,45,56,252,68,193,126,191,247,173,238,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128],[249,1,241,128,160,95,19,17,62,195,21,112,178,91,225,14,194,21,168,35,49,39,107,10,56,101,128,36,217,195,210,193,21,53,154,138,171,160,175,207,89,245,47,173,60,160,122,96,157,127,3,152,102,158,148,184,85,198,206,7,30,222,109,154,230,46,232,107,164,66,160,77,222,225,16,91,179,178,38,17,28,35,5,71,173,167,61,12,115,134,59,229,155,67,40,67,14,182,83,176,172,144,129,160,212,230,233,210,20,158,212,187,111,154,133,199,191,96,226,165,238,48,208,133,144,218,33,187,135,57,230,252,104,125,237,69,160,2,156,243,74,20,163,95,64,180,165,4,61,14,87,32,233,49,232,0,56,137,122,103,112,32,178,181,87,163,181,64,89,160,132,148,140,158,238,164,33,240,153,75,89,38,215,5,210,140,107,228,245,91,112,92,26,86,64,61,88,169,51,116,115,102,160,159,216,124,34,123,240,35,11,182,243,49,236,27,87,228,162,65,65,230,22,206,191,39,137,154,236,246,210,109,101,109,248,160,101,224,124,233,33,17,81,30,51,151,106,92,117,28,16,2,141,82,5,254,162,225,170,235,187,113,144,168,51,14,230,236,160,240,254,112,35,220,39,209,90,66,250,47,216,130,3,191,26,218,215,64,181,193,29,63,232,232,145,115,172,109,200,247,115,160,39,236,191,154,77,8,251,32,175,137,226,76,15,67,143,171,176,132,223,207,254,183,128,232,211,196,249,0,154,160,240,137,160,35,230,98,247,182,254,82,31,143,244,71,131,238,197,72,113,131,137,220,131,129,198,215,222,32,149,235,141,228,116,144,11,160,197,191,41,97,166,131,183,149,180,152,128,185,71,164,0,54,158,86,246,170,86,32,181,124,148,190,125,76,221,201,208,141,160,159,23,20,94,88,209,213,39,109,180,74,34,185,138,194,148,69,95,119,50,93,35,119,35,70,144,55,113,186,190,10,50,160,240,158,127,254,140,2,233,125,227,85,228,153,234,107,39,120,86,114,141,165,236,70,55,34,51,80,214,82,216,72,194,167,160,241,115,8,250,103,6,172,201,8,94,235,232,251,105,76,35,24,123,51,123,228,59,251,178,106,222,112,183,73,64,160,131,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105,0]],"keccak_data":[[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,128,128],[248,81,128,128,128,128,128,128,160,29,143,36,49,6,106,55,88,195,10,34,208,147,134,155,181,100,142,66,21,255,171,228,168,85,11,239,170,233,241,171,242,128,128,128,128,128,128,128,160,121,46,159,52,238,151,118,183,150,148,113,69,176,81,212,232,95,239,250,197,145,56,57,51,146,14,235,201,44,149,104,164,128,128],[226,30,160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105],[226,30,160,228,87,170,5,217,226,84,10,6,66,83,20,21,181,211,177,59,70,16,15,61,229,143,101,155,165,195,91,16,114,155,105]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24],"key":[94,234,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16],"list_rlp_bytes":[[225],[226]],"value_rlp_bytes":[[35],[30]],"drifted_rlp_bytes":[225],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,58,134,125,75,134,189,115,81,70,174,143,11,63,23,72,49,75,47,165,136,244,176,0,109,24,198,250,226,255,32,16,35],[226,160,62,102,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24],[225,159,54,91,73,41,246,40,51,138,212,183,115,140,93,166,226,13,233,58,214,43,57,192,130,99,177,83,39,171,163,18,65,30]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel2.json index 419ec90692..615e6d6ec2 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedOneKeyByteSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,54,179,159,61,164,213,56,141,247,227,214,100,112,69,236,156,81,36,31,223,151,41,91,157,37,94,195,199,193,213,211,252,0],[160,37,191,180,194,42,164,148,169,168,223,141,194,167,74,227,95,253,63,224,124,112,89,200,113,209,231,106,62,29,145,227,10,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,16,17,47,163,142,230,56,57,118,42,234,15,167,191,233,217,9,56,22,117,252,137,197,103,101,205,58,113,191,194,222,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,9,16,17,47,163,142,230,56,57,118,42,234,15,167,191,233,217,9,56,22,117,252,137,197,103,101,205,58,113,191,194,222,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,211,216,18,33,57,12,225,121,220,128,89,36,128,210,8,39,171,184,204,208,153,203,143,53,204,18,223,91,194,118,113,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,211,216,18,33,57,12,225,121,220,128,89,36,128,210,8,39,171,184,204,208,153,203,143,53,204,18,223,91,194,118,113,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,216,62,194,237,129,44,145,171,239,11,119,240,43,237,60,28,83,72,37,30,210,168,173,78,166,14,185,111,68,211,153,137,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,216,62,194,237,129,44,145,171,239,11,119,240,43,237,60,28,83,72,37,30,210,168,173,78,166,14,185,111,68,211,153,137,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,189,215,205,95,109,59,96,171,214,102,250,212,81,244,56,199,244,198,164,30,187,51,185,100,90,155,111,95,152,115,51,130,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,189,215,205,95,109,59,96,171,214,102,250,212,81,244,56,199,244,198,164,30,187,51,185,100,90,155,111,95,152,115,51,130,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,112,252,4,56,232,171,152,35,26,63,6,17,118,129,139,43,15,139,25,151,223,194,103,24,189,239,18,199,150,1,183,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,158,112,252,4,56,232,171,152,35,26,63,6,17,118,129,139,43,15,139,25,151,223,194,103,24,189,239,18,199,150,1,183,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,98,220,182,239,209,186,48,108,185,141,72,27,152,99,208,240,110,165,208,132,156,50,186,32,29,38,162,101,12,183,65,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,188,98,220,182,239,209,186,48,108,185,141,72,27,152,99,208,240,110,165,208,132,156,50,186,32,29,38,162,101,12,183,65,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,139,254,139,73,142,192,10,10,57,1,39,51,10,246,12,167,172,220,114,14,192,73,90,252,160,176,159,181,137,222,154,33,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,139,254,139,73,142,192,10,10,57,1,39,51,10,246,12,167,172,220,114,14,192,73,90,252,160,176,159,181,137,222,154,33,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,109,225,120,217,138,90,153,200,38,16,249,176,79,249,184,117,132,103,134,214,233,155,241,75,66,173,154,182,193,214,167,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,251,109,225,120,217,138,90,153,200,38,16,249,176,79,249,184,117,132,103,134,214,233,155,241,75,66,173,154,182,193,214,167,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,76,109,98,178,50,235,121,192,40,249,242,190,222,83,20,24,210,214,114,119,102,137,143,188,75,174,187,212,151,28,17,0],[160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,0],[160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,0],[160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,0],[160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,0],[160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,0],[160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,0],[160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,0],[160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,0],[160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,0],[160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,0],[160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,0],[160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,0],[160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,0],[160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,0],[160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,0],[160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128],[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,217,76,109,98,178,50,235,121,192,40,249,242,190,222,83,20,24,210,214,114,119,102,137,143,188,75,174,187,212,151,28,17,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,120,2,60,31,9,17,112,248,248,27,140,144,148,184,163,236,254,52,52,111,219,1,75,134,94,72,130,237,11,201,94,204,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,0],[160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,0],[160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,0],[160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,0],[160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,120,2,60,31,9,17,112,248,248,27,140,144,148,184,163,236,254,52,52,111,219,1,75,134,94,72,130,237,11,201,94,204,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,174,53,33,84,221,67,25,198,136,138,180,139,112,152,200,53,236,70,82,12,221,129,160,106,137,191,105,179,23,60,179,250,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,174,53,33,84,221,67,25,198,136,138,180,139,112,152,200,53,236,70,82,12,221,129,160,106,137,191,105,179,23,60,179,250,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[228]],"value_rlp_bytes":[[131],[131]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[130,2,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0],[130,2,157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,131,130,2,133],[228,159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,157],[227,158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,157]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,54,179,159,61,164,213,56,141,247,227,214,100,112,69,236,156,81,36,31,223,151,41,91,157,37,94,195,199,193,213,211,252,0],[160,37,191,180,194,42,164,148,169,168,223,141,194,167,74,227,95,253,63,224,124,112,89,200,113,209,231,106,62,29,145,227,10,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,16,17,47,163,142,230,56,57,118,42,234,15,167,191,233,217,9,56,22,117,252,137,197,103,101,205,58,113,191,194,222,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,9,16,17,47,163,142,230,56,57,118,42,234,15,167,191,233,217,9,56,22,117,252,137,197,103,101,205,58,113,191,194,222,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,211,216,18,33,57,12,225,121,220,128,89,36,128,210,8,39,171,184,204,208,153,203,143,53,204,18,223,91,194,118,113,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,211,216,18,33,57,12,225,121,220,128,89,36,128,210,8,39,171,184,204,208,153,203,143,53,204,18,223,91,194,118,113,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,216,62,194,237,129,44,145,171,239,11,119,240,43,237,60,28,83,72,37,30,210,168,173,78,166,14,185,111,68,211,153,137,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,216,62,194,237,129,44,145,171,239,11,119,240,43,237,60,28,83,72,37,30,210,168,173,78,166,14,185,111,68,211,153,137,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,189,215,205,95,109,59,96,171,214,102,250,212,81,244,56,199,244,198,164,30,187,51,185,100,90,155,111,95,152,115,51,130,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,189,215,205,95,109,59,96,171,214,102,250,212,81,244,56,199,244,198,164,30,187,51,185,100,90,155,111,95,152,115,51,130,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,112,252,4,56,232,171,152,35,26,63,6,17,118,129,139,43,15,139,25,151,223,194,103,24,189,239,18,199,150,1,183,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,158,112,252,4,56,232,171,152,35,26,63,6,17,118,129,139,43,15,139,25,151,223,194,103,24,189,239,18,199,150,1,183,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,98,220,182,239,209,186,48,108,185,141,72,27,152,99,208,240,110,165,208,132,156,50,186,32,29,38,162,101,12,183,65,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,188,98,220,182,239,209,186,48,108,185,141,72,27,152,99,208,240,110,165,208,132,156,50,186,32,29,38,162,101,12,183,65,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,139,254,139,73,142,192,10,10,57,1,39,51,10,246,12,167,172,220,114,14,192,73,90,252,160,176,159,181,137,222,154,33,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,139,254,139,73,142,192,10,10,57,1,39,51,10,246,12,167,172,220,114,14,192,73,90,252,160,176,159,181,137,222,154,33,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,109,225,120,217,138,90,153,200,38,16,249,176,79,249,184,117,132,103,134,214,233,155,241,75,66,173,154,182,193,214,167,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,251,109,225,120,217,138,90,153,200,38,16,249,176,79,249,184,117,132,103,134,214,233,155,241,75,66,173,154,182,193,214,167,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,76,109,98,178,50,235,121,192,40,249,242,190,222,83,20,24,210,214,114,119,102,137,143,188,75,174,187,212,151,28,17,0],[160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,0],[160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,0],[160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,0],[160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,0],[160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,0],[160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,0],[160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,0],[160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,0],[160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,0],[160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,0],[160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,0],[160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,0],[160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,0],[160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,0],[160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,0],[160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128],[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,217,76,109,98,178,50,235,121,192,40,249,242,190,222,83,20,24,210,214,114,119,102,137,143,188,75,174,187,212,151,28,17,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,120,2,60,31,9,17,112,248,248,27,140,144,148,184,163,236,254,52,52,111,219,1,75,134,94,72,130,237,11,201,94,204,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,0],[160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,0],[160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,0],[160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,0],[160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,120,2,60,31,9,17,112,248,248,27,140,144,148,184,163,236,254,52,52,111,219,1,75,134,94,72,130,237,11,201,94,204,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,174,53,33,84,221,67,25,198,136,138,180,139,112,152,200,53,236,70,82,12,221,129,160,106,137,191,105,179,23,60,179,250,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,174,53,33,84,221,67,25,198,136,138,180,139,112,152,200,53,236,70,82,12,221,129,160,106,137,191,105,179,23,60,179,250,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68],"key":[171,71,114,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159],"list_rlp_bytes":[[227],[228]],"value_rlp_bytes":[[131],[131]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[130,2,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0],[130,2,157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,131,130,2,133],[228,159,55,204,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,157],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68],[227,158,60,40,235,251,240,6,226,51,219,92,249,162,56,187,150,223,67,221,241,124,79,245,19,78,189,186,224,236,172,230,131,130,2,157]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedThreeKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedThreeKeyBytesSel2.json index 241ea2dde5..0f50895617 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedThreeKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedThreeKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,65,204,15,96,245,218,81,251,91,243,45,106,224,187,170,191,134,127,168,160,77,217,173,210,80,218,187,245,124,140,202,157,0],[160,5,78,184,84,123,84,61,94,128,74,150,68,241,58,46,78,76,101,61,80,141,139,85,21,43,108,228,46,142,21,241,63,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0]],"keccak_data":[[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[224],[226]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[224],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[224,158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,65,204,15,96,245,218,81,251,91,243,45,106,224,187,170,191,134,127,168,160,77,217,173,210,80,218,187,245,124,140,202,157,0],[160,5,78,184,84,123,84,61,94,128,74,150,68,241,58,46,78,76,101,61,80,141,139,85,21,43,108,228,46,142,21,241,63,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,161,228,90,39,187,200,217,133,90,147,54,224,50,111,226,138,250,245,21,37,154,178,43,11,151,240,31,133,85,195,140,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,224,221,251,197,81,183,75,7,235,52,92,142,162,39,77,89,38,153,56,223,129,3,64,104,165,113,77,61,238,249,176,24,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,195,10,46,26,18,125,216,183,190,226,83,167,164,207,114,95,133,139,59,89,75,157,79,98,113,29,97,225,117,127,190,66,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,214,41,19,173,84,136,238,36,215,12,44,155,79,110,74,177,92,88,235,254,95,26,43,186,164,206,67,222,147,105,52,182,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,94,64,184,42,252,142,104,65,135,123,135,124,196,247,70,240,76,105,118,243,14,129,178,240,171,19,145,163,66,174,32,119,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,96,25,108,200,147,183,13,58,23,166,31,99,65,35,93,152,35,118,188,36,67,64,224,89,167,217,194,253,37,55,183,18,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,123,166,194,78,125,205,19,63,5,32,43,62,169,68,246,134,207,242,37,109,113,124,127,180,151,9,24,84,185,14,173,180,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201],"key":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,213,62,161,8,35,98,145,66,78,44,110,92,163,203,160,13,207,98,201,83,136,68,35,199,120,126,199,65,143,183,49,133,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0]],"keccak_data":[[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52],"key":[177,14,37,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53],"list_rlp_bytes":[[224],[226]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[224],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52],[224,158,32,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel1.json index f7ebf7d74b..2f150b4a4c 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,115,186,235,169,87,113,45,165,25,30,86,241,248,60,198,195,137,162,81,254,143,243,98,31,3,12,253,100,13,43,128,0],[160,126,218,27,210,89,116,112,246,85,206,218,130,236,224,121,5,169,26,195,105,54,218,234,14,180,31,89,37,212,20,180,232,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,178,104,86,163,124,165,55,179,155,172,38,180,66,97,27,8,123,208,70,5,83,218,215,120,2,103,119,60,188,210,243,146,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,178,104,86,163,124,165,55,179,155,172,38,180,66,97,27,8,123,208,70,5,83,218,215,120,2,103,119,60,188,210,243,146,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,10,134,224,80,118,230,172,152,39,34,181,235,251,168,109,192,119,46,32,213,84,220,252,184,252,249,8,152,186,226,93,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,238,10,134,224,80,118,230,172,152,39,34,181,235,251,168,109,192,119,46,32,213,84,220,252,184,252,249,8,152,186,226,93,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,47,232,8,200,131,113,234,62,247,239,0,15,116,219,229,117,174,178,176,250,28,166,67,158,109,65,167,139,71,4,209,218,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,47,232,8,200,131,113,234,62,247,239,0,15,116,219,229,117,174,178,176,250,28,166,67,158,109,65,167,139,71,4,209,218,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,36,150,231,201,172,42,102,220,159,214,224,22,28,23,196,94,168,39,208,137,162,111,9,203,66,200,7,95,56,235,86,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,22,36,150,231,201,172,42,102,220,159,214,224,22,28,23,196,94,168,39,208,137,162,111,9,203,66,200,7,95,56,235,86,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,31,126,93,188,147,212,220,45,196,117,37,200,96,56,65,215,57,112,125,220,94,61,88,215,28,57,230,177,191,68,62,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,242,31,126,93,188,147,212,220,45,196,117,37,200,96,56,65,215,57,112,125,220,94,61,88,215,28,57,230,177,191,68,62,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,189,177,95,17,53,50,40,6,170,240,43,153,63,238,51,172,67,8,106,107,51,71,203,33,2,81,17,252,125,161,94,89,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,189,177,95,17,53,50,40,6,170,240,43,153,63,238,51,172,67,8,106,107,51,71,203,33,2,81,17,252,125,161,94,89,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,250,154,110,129,244,31,28,63,154,22,16,102,79,128,63,118,197,109,84,197,39,108,208,147,42,178,139,87,11,235,180,249,0],[160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,250,154,110,129,244,31,28,63,154,22,16,102,79,128,63,118,197,109,84,197,39,108,208,147,42,178,139,87,11,235,180,249,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,13,177,245,68,236,254,43,151,206,200,57,115,101,158,166,109,198,181,38,214,159,193,74,148,104,52,5,188,228,158,233,22,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,13,177,245,68,236,254,43,151,206,200,57,115,101,158,166,109,198,181,38,214,159,193,74,148,104,52,5,188,228,158,233,22,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,76,89,109,159,75,109,69,130,201,183,83,235,158,209,149,47,83,85,253,118,20,91,85,40,255,7,134,199,151,232,69,5,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,76,89,109,159,75,109,69,130,201,183,83,235,158,209,149,47,83,85,253,118,20,91,85,40,255,7,134,199,151,232,69,5,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,0],[160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[228]],"value_rlp_bytes":[[130],[130]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[129,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0],[129,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,130,129,173],[228,160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146],[226,158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,115,186,235,169,87,113,45,165,25,30,86,241,248,60,198,195,137,162,81,254,143,243,98,31,3,12,253,100,13,43,128,0],[160,126,218,27,210,89,116,112,246,85,206,218,130,236,224,121,5,169,26,195,105,54,218,234,14,180,31,89,37,212,20,180,232,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,178,104,86,163,124,165,55,179,155,172,38,180,66,97,27,8,123,208,70,5,83,218,215,120,2,103,119,60,188,210,243,146,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,178,104,86,163,124,165,55,179,155,172,38,180,66,97,27,8,123,208,70,5,83,218,215,120,2,103,119,60,188,210,243,146,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,10,134,224,80,118,230,172,152,39,34,181,235,251,168,109,192,119,46,32,213,84,220,252,184,252,249,8,152,186,226,93,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,238,10,134,224,80,118,230,172,152,39,34,181,235,251,168,109,192,119,46,32,213,84,220,252,184,252,249,8,152,186,226,93,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,47,232,8,200,131,113,234,62,247,239,0,15,116,219,229,117,174,178,176,250,28,166,67,158,109,65,167,139,71,4,209,218,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,47,232,8,200,131,113,234,62,247,239,0,15,116,219,229,117,174,178,176,250,28,166,67,158,109,65,167,139,71,4,209,218,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,36,150,231,201,172,42,102,220,159,214,224,22,28,23,196,94,168,39,208,137,162,111,9,203,66,200,7,95,56,235,86,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,22,36,150,231,201,172,42,102,220,159,214,224,22,28,23,196,94,168,39,208,137,162,111,9,203,66,200,7,95,56,235,86,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,31,126,93,188,147,212,220,45,196,117,37,200,96,56,65,215,57,112,125,220,94,61,88,215,28,57,230,177,191,68,62,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,242,31,126,93,188,147,212,220,45,196,117,37,200,96,56,65,215,57,112,125,220,94,61,88,215,28,57,230,177,191,68,62,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,189,177,95,17,53,50,40,6,170,240,43,153,63,238,51,172,67,8,106,107,51,71,203,33,2,81,17,252,125,161,94,89,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,189,177,95,17,53,50,40,6,170,240,43,153,63,238,51,172,67,8,106,107,51,71,203,33,2,81,17,252,125,161,94,89,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,250,154,110,129,244,31,28,63,154,22,16,102,79,128,63,118,197,109,84,197,39,108,208,147,42,178,139,87,11,235,180,249,0],[160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,250,154,110,129,244,31,28,63,154,22,16,102,79,128,63,118,197,109,84,197,39,108,208,147,42,178,139,87,11,235,180,249,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,13,177,245,68,236,254,43,151,206,200,57,115,101,158,166,109,198,181,38,214,159,193,74,148,104,52,5,188,228,158,233,22,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,13,177,245,68,236,254,43,151,206,200,57,115,101,158,166,109,198,181,38,214,159,193,74,148,104,52,5,188,228,158,233,22,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201],"key":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,76,89,109,159,75,109,69,130,201,183,83,235,158,209,149,47,83,85,253,118,20,91,85,40,255,7,134,199,151,232,69,5,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,76,89,109,159,75,109,69,130,201,183,83,235,158,209,149,47,83,85,253,118,20,91,85,40,255,7,134,199,151,232,69,5,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,0],[160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,214,195,244,45,246,115,176,146,233,247,32,195,23,12,70,101,107,190,55,215,72,166,82,77,141,143,174,96,220,117,67,119,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,72,211,88,40,199,155,24,253,79,38,136,41,38,16,100,159,73,146,125,17,100,99,237,88,130,55,190,47,22,67,203,188,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114],"key":[237,149,213,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252],"list_rlp_bytes":[[226],[228]],"value_rlp_bytes":[[130],[130]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[129,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0],[129,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,130,129,173],[228,160,32,149,152,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114],[226,158,56,74,221,132,196,1,76,127,157,102,161,183,62,120,142,45,182,79,87,99,250,134,26,213,45,162,4,247,27,43,130,129,146]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel2.json index 1be99046c3..0e77c45f22 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionDeletedTwoKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,217,189,154,245,148,60,246,196,48,7,91,27,75,207,123,195,20,161,124,51,226,135,16,82,212,70,106,221,134,62,240,99,0],[160,123,243,228,151,12,212,203,233,4,7,169,29,1,191,225,14,230,20,99,229,68,51,219,193,140,137,157,83,128,41,175,30,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,250,220,105,244,241,220,145,80,1,234,219,121,174,185,14,131,194,223,138,243,6,248,124,98,218,7,116,216,163,129,58,15,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,250,220,105,244,241,220,145,80,1,234,219,121,174,185,14,131,194,223,138,243,6,248,124,98,218,7,116,216,163,129,58,15,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,7,233,199,59,177,135,8,251,11,244,104,163,211,102,32,208,221,34,206,187,14,210,207,40,74,238,78,159,76,171,116,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,242,7,233,199,59,177,135,8,251,11,244,104,163,211,102,32,208,221,34,206,187,14,210,207,40,74,238,78,159,76,171,116,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,237,241,191,95,245,122,254,177,59,217,104,113,158,186,29,72,37,251,245,115,26,221,239,162,181,52,55,93,68,35,105,186,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,237,241,191,95,245,122,254,177,59,217,104,113,158,186,29,72,37,251,245,115,26,221,239,162,181,52,55,93,68,35,105,186,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,143,30,138,160,119,22,182,136,98,36,171,1,125,207,242,224,48,59,124,91,75,91,95,121,114,212,67,25,57,185,133,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,174,143,30,138,160,119,22,182,136,98,36,171,1,125,207,242,224,48,59,124,91,75,91,95,121,114,212,67,25,57,185,133,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,234,89,194,245,207,148,211,72,213,81,75,100,132,141,197,53,15,215,245,22,160,33,194,203,115,191,24,119,189,187,229,81,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,234,89,194,245,207,148,211,72,213,81,75,100,132,141,197,53,15,215,245,22,160,33,194,203,115,191,24,119,189,187,229,81,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,153,105,37,217,118,198,14,191,156,138,130,228,51,193,176,61,209,120,26,47,206,80,244,109,190,78,213,180,29,81,117,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,42,153,105,37,217,118,198,14,191,156,138,130,228,51,193,176,61,209,120,26,47,206,80,244,109,190,78,213,180,29,81,117,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,59,92,38,206,253,143,94,39,161,228,231,133,241,216,35,22,37,214,41,147,64,181,85,96,115,45,225,230,33,202,16,228,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,59,92,38,206,253,143,94,39,161,228,231,133,241,216,35,22,37,214,41,147,64,181,85,96,115,45,225,230,33,202,16,228,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,107,66,160,73,24,192,107,78,25,22,48,143,106,15,166,238,63,162,10,119,178,190,55,73,50,165,204,131,172,64,178,223,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,107,66,160,73,24,192,107,78,25,22,48,143,106,15,166,238,63,162,10,119,178,190,55,73,50,165,204,131,172,64,178,223,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,229,241,95,67,22,1,68,249,77,155,245,201,52,96,11,253,224,73,52,66,44,214,91,145,103,214,85,143,146,196,53,123,0],[160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,0],[160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,0],[160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,0],[160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,0],[160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,0],[160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,0],[160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,0],[160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,0],[160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,0],[160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,0],[160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,0],[160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,0],[160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,0],[160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,0],[160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,0],[160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128],[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,229,241,95,67,22,1,68,249,77,155,245,201,52,96,11,253,224,73,52,66,44,214,91,145,103,214,85,143,146,196,53,123,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,0],[160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,0],[160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,0],[160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0]],"keccak_data":[[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[228]],"value_rlp_bytes":[[131],[131]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[130,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0],[130,2,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,131,130,3,5],[228,159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22],[227,158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,217,189,154,245,148,60,246,196,48,7,91,27,75,207,123,195,20,161,124,51,226,135,16,82,212,70,106,221,134,62,240,99,0],[160,123,243,228,151,12,212,203,233,4,7,169,29,1,191,225,14,230,20,99,229,68,51,219,193,140,137,157,83,128,41,175,30,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,250,220,105,244,241,220,145,80,1,234,219,121,174,185,14,131,194,223,138,243,6,248,124,98,218,7,116,216,163,129,58,15,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,250,220,105,244,241,220,145,80,1,234,219,121,174,185,14,131,194,223,138,243,6,248,124,98,218,7,116,216,163,129,58,15,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,7,233,199,59,177,135,8,251,11,244,104,163,211,102,32,208,221,34,206,187,14,210,207,40,74,238,78,159,76,171,116,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,242,7,233,199,59,177,135,8,251,11,244,104,163,211,102,32,208,221,34,206,187,14,210,207,40,74,238,78,159,76,171,116,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,237,241,191,95,245,122,254,177,59,217,104,113,158,186,29,72,37,251,245,115,26,221,239,162,181,52,55,93,68,35,105,186,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,237,241,191,95,245,122,254,177,59,217,104,113,158,186,29,72,37,251,245,115,26,221,239,162,181,52,55,93,68,35,105,186,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,143,30,138,160,119,22,182,136,98,36,171,1,125,207,242,224,48,59,124,91,75,91,95,121,114,212,67,25,57,185,133,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,174,143,30,138,160,119,22,182,136,98,36,171,1,125,207,242,224,48,59,124,91,75,91,95,121,114,212,67,25,57,185,133,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,234,89,194,245,207,148,211,72,213,81,75,100,132,141,197,53,15,215,245,22,160,33,194,203,115,191,24,119,189,187,229,81,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,234,89,194,245,207,148,211,72,213,81,75,100,132,141,197,53,15,215,245,22,160,33,194,203,115,191,24,119,189,187,229,81,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,153,105,37,217,118,198,14,191,156,138,130,228,51,193,176,61,209,120,26,47,206,80,244,109,190,78,213,180,29,81,117,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,42,153,105,37,217,118,198,14,191,156,138,130,228,51,193,176,61,209,120,26,47,206,80,244,109,190,78,213,180,29,81,117,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,59,92,38,206,253,143,94,39,161,228,231,133,241,216,35,22,37,214,41,147,64,181,85,96,115,45,225,230,33,202,16,228,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,59,92,38,206,253,143,94,39,161,228,231,133,241,216,35,22,37,214,41,147,64,181,85,96,115,45,225,230,33,202,16,228,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,107,66,160,73,24,192,107,78,25,22,48,143,106,15,166,238,63,162,10,119,178,190,55,73,50,165,204,131,172,64,178,223,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,107,66,160,73,24,192,107,78,25,22,48,143,106,15,166,238,63,162,10,119,178,190,55,73,50,165,204,131,172,64,178,223,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,229,241,95,67,22,1,68,249,77,155,245,201,52,96,11,253,224,73,52,66,44,214,91,145,103,214,85,143,146,196,53,123,0],[160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,0],[160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,0],[160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,0],[160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,0],[160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,0],[160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,0],[160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,0],[160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,0],[160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,0],[160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,0],[160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,0],[160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,0],[160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,0],[160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,0],[160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,0],[160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128],[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,229,241,95,67,22,1,68,249,77,155,245,201,52,96,11,253,224,73,52,66,44,214,91,145,103,214,85,143,146,196,53,123,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,0],[160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,0],[160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,0],[160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,213,17,219,144,37,154,95,47,207,244,149,187,66,212,157,125,64,202,217,83,49,204,213,179,171,108,193,17,108,31,175,70,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,98,246,49,222,4,0,66,38,162,85,170,44,25,6,9,97,136,61,108,171,74,80,239,178,173,178,116,224,255,31,249,57,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,true],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0]],"keccak_data":[[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114],"key":[164,25,98,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122],"list_rlp_bytes":[[227],[228]],"value_rlp_bytes":[[131],[131]],"drifted_rlp_bytes":[227],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[130,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0],[130,2,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,131,130,3,5],[228,159,57,101,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114],[227,158,32,26,129,33,55,93,150,117,9,236,45,35,57,3,15,215,78,192,68,214,120,223,182,158,207,180,81,16,87,50,131,130,2,22]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevel.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevel.json index b27c4cdcf2..f3f1af5d29 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,130,220,52,226,229,58,175,125,146,179,7,22,105,12,161,13,189,189,97,155,6,206,120,69,142,89,29,32,107,136,180,210,0],[160,225,146,89,188,14,174,111,196,199,208,6,118,158,237,205,154,30,187,75,162,40,200,158,87,39,190,175,192,235,166,54,232,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,247,229,169,205,198,187,161,200,100,250,134,59,44,234,182,217,216,159,214,2,185,223,181,82,39,52,48,8,178,120,2,207,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,200,180,173,211,238,246,128,243,150,102,146,241,57,138,50,5,174,111,177,248,244,130,243,194,171,74,196,121,76,152,123,191,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,200,180,173,211,238,246,128,243,150,102,146,241,57,138,50,5,174,111,177,248,244,130,243,194,171,74,196,121,76,152,123,191,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,247,229,169,205,198,187,161,200,100,250,134,59,44,234,182,217,216,159,214,2,185,223,181,82,39,52,48,8,178,120,2,207,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,235,247,17,181,80,5,134,30,8,58,55,18,67,157,90,153,193,144,21,230,110,53,66,251,156,75,189,86,220,14,190,189,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,129,18,74,167,191,38,199,19,113,139,168,117,112,148,49,38,216,121,247,251,3,93,67,138,116,196,4,140,41,100,39,48,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,129,18,74,167,191,38,199,19,113,139,168,117,112,148,49,38,216,121,247,251,3,93,67,138,116,196,4,140,41,100,39,48,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,235,247,17,181,80,5,134,30,8,58,55,18,67,157,90,153,193,144,21,230,110,53,66,251,156,75,189,86,220,14,190,189,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,169,195,186,250,111,131,107,54,181,4,69,213,35,165,158,162,157,189,184,211,178,93,135,59,46,26,52,16,127,255,171,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,150,143,142,35,91,85,80,184,128,204,205,125,194,122,237,246,164,90,130,44,51,120,136,232,91,6,160,142,158,106,69,26,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,150,143,142,35,91,85,80,184,128,204,205,125,194,122,237,246,164,90,130,44,51,120,136,232,91,6,160,142,158,106,69,26,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,155,169,195,186,250,111,131,107,54,181,4,69,213,35,165,158,162,157,189,184,211,178,93,135,59,46,26,52,16,127,255,171,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,151,201,200,112,112,118,169,108,242,151,229,43,70,130,68,110,10,46,145,211,70,137,159,81,164,170,234,152,188,165,160,250,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,217,2,9,35,127,83,89,33,239,124,182,121,241,157,78,35,1,208,17,175,239,103,211,20,57,33,100,43,225,88,220,106,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,217,2,9,35,127,83,89,33,239,124,182,121,241,157,78,35,1,208,17,175,239,103,211,20,57,33,100,43,225,88,220,106,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,151,201,200,112,112,118,169,108,242,151,229,43,70,130,68,110,10,46,145,211,70,137,159,81,164,170,234,152,188,165,160,250,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,239,1,157,141,180,56,160,249,62,39,130,61,117,62,36,201,0,145,76,87,89,28,23,1,232,230,90,64,14,104,53,92,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,253,195,79,57,98,237,87,58,37,244,105,157,26,247,26,212,157,250,250,139,188,13,219,23,15,248,237,31,192,3,249,167,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,253,195,79,57,98,237,87,58,37,244,105,157,26,247,26,212,157,250,250,139,188,13,219,23,15,248,237,31,192,3,249,167,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,239,1,157,141,180,56,160,249,62,39,130,61,117,62,36,201,0,145,76,87,89,28,23,1,232,230,90,64,14,104,53,92,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,201,27,226,119,240,27,254,230,42,21,210,71,51,3,178,164,159,59,113,136,59,158,70,83,175,227,238,78,75,219,139,177,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,24,24,41,40,95,44,210,103,180,225,195,201,180,201,70,78,251,48,44,96,132,24,191,74,59,164,162,83,72,119,98,153,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,24,24,41,40,95,44,210,103,180,225,195,201,180,201,70,78,251,48,44,96,132,24,191,74,59,164,162,83,72,119,98,153,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,201,27,226,119,240,27,254,230,42,21,210,71,51,3,178,164,159,59,113,136,59,158,70,83,175,227,238,78,75,219,139,177,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,173,53,68,87,95,49,73,52,172,242,180,234,14,74,113,163,21,19,59,91,0,197,85,38,105,134,82,37,233,77,208,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,164,94,199,52,38,22,170,61,154,239,35,82,186,221,205,225,111,45,82,57,220,117,105,181,68,98,207,144,119,216,23,168,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,164,94,199,52,38,22,170,61,154,239,35,82,186,221,205,225,111,45,82,57,220,117,105,181,68,98,207,144,119,216,23,168,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,173,53,68,87,95,49,73,52,172,242,180,234,14,74,113,163,21,19,59,91,0,197,85,38,105,134,82,37,233,77,208,141,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,188,42,110,128,107,70,96,72,66,175,83,243,27,65,71,70,51,57,124,37,94,207,79,85,151,115,140,197,1,172,228,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,103,155,219,103,170,109,204,52,56,174,102,222,102,212,252,0,122,76,121,98,133,56,122,100,106,70,21,123,172,137,1,56,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,80,188,42,110,128,107,70,96,72,66,175,83,243,27,65,71,70,51,57,124,37,94,207,79,85,151,115,140,197,1,172,228,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,103,155,219,103,170,109,204,52,56,174,102,222,102,212,252,0,122,76,121,98,133,56,122,100,106,70,21,123,172,137,1,56,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0],[160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,0],[160,149,185,80,248,247,35,226,34,184,73,183,111,19,58,144,113,243,13,124,189,17,225,138,196,141,53,102,127,204,164,17,130,0],[160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,128,160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,128,160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,128,160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,128,160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,128,160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,160,149,185,80,248,247,35,226,34,184,73,183,111,19,58,144,113,243,13,124,189,17,225,138,196,141,53,102,127,204,164,17,130,160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,128,128,160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,128],[249,1,49,160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,128,160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,128,160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,128,160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,128,160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,128,160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,128,128,160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,8,167,242,244,161,70,136,59,248,134,16,54,128,55,246,31,98,17,247,207,13,124,77,120,23,1,104,193,243,106,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,165,8,167,242,244,161,70,136,59,248,134,16,54,128,55,246,31,98,17,247,207,13,124,77,120,23,1,104,193,243,106,174,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[3],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,3],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,130,220,52,226,229,58,175,125,146,179,7,22,105,12,161,13,189,189,97,155,6,206,120,69,142,89,29,32,107,136,180,210,0],[160,225,146,89,188,14,174,111,196,199,208,6,118,158,237,205,154,30,187,75,162,40,200,158,87,39,190,175,192,235,166,54,232,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,247,229,169,205,198,187,161,200,100,250,134,59,44,234,182,217,216,159,214,2,185,223,181,82,39,52,48,8,178,120,2,207,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,200,180,173,211,238,246,128,243,150,102,146,241,57,138,50,5,174,111,177,248,244,130,243,194,171,74,196,121,76,152,123,191,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,200,180,173,211,238,246,128,243,150,102,146,241,57,138,50,5,174,111,177,248,244,130,243,194,171,74,196,121,76,152,123,191,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,247,229,169,205,198,187,161,200,100,250,134,59,44,234,182,217,216,159,214,2,185,223,181,82,39,52,48,8,178,120,2,207,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,235,247,17,181,80,5,134,30,8,58,55,18,67,157,90,153,193,144,21,230,110,53,66,251,156,75,189,86,220,14,190,189,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,129,18,74,167,191,38,199,19,113,139,168,117,112,148,49,38,216,121,247,251,3,93,67,138,116,196,4,140,41,100,39,48,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,129,18,74,167,191,38,199,19,113,139,168,117,112,148,49,38,216,121,247,251,3,93,67,138,116,196,4,140,41,100,39,48,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,235,247,17,181,80,5,134,30,8,58,55,18,67,157,90,153,193,144,21,230,110,53,66,251,156,75,189,86,220,14,190,189,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,169,195,186,250,111,131,107,54,181,4,69,213,35,165,158,162,157,189,184,211,178,93,135,59,46,26,52,16,127,255,171,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,150,143,142,35,91,85,80,184,128,204,205,125,194,122,237,246,164,90,130,44,51,120,136,232,91,6,160,142,158,106,69,26,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,150,143,142,35,91,85,80,184,128,204,205,125,194,122,237,246,164,90,130,44,51,120,136,232,91,6,160,142,158,106,69,26,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,155,169,195,186,250,111,131,107,54,181,4,69,213,35,165,158,162,157,189,184,211,178,93,135,59,46,26,52,16,127,255,171,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,151,201,200,112,112,118,169,108,242,151,229,43,70,130,68,110,10,46,145,211,70,137,159,81,164,170,234,152,188,165,160,250,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,217,2,9,35,127,83,89,33,239,124,182,121,241,157,78,35,1,208,17,175,239,103,211,20,57,33,100,43,225,88,220,106,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,217,2,9,35,127,83,89,33,239,124,182,121,241,157,78,35,1,208,17,175,239,103,211,20,57,33,100,43,225,88,220,106,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,151,201,200,112,112,118,169,108,242,151,229,43,70,130,68,110,10,46,145,211,70,137,159,81,164,170,234,152,188,165,160,250,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,239,1,157,141,180,56,160,249,62,39,130,61,117,62,36,201,0,145,76,87,89,28,23,1,232,230,90,64,14,104,53,92,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,253,195,79,57,98,237,87,58,37,244,105,157,26,247,26,212,157,250,250,139,188,13,219,23,15,248,237,31,192,3,249,167,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,253,195,79,57,98,237,87,58,37,244,105,157,26,247,26,212,157,250,250,139,188,13,219,23,15,248,237,31,192,3,249,167,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,239,1,157,141,180,56,160,249,62,39,130,61,117,62,36,201,0,145,76,87,89,28,23,1,232,230,90,64,14,104,53,92,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,201,27,226,119,240,27,254,230,42,21,210,71,51,3,178,164,159,59,113,136,59,158,70,83,175,227,238,78,75,219,139,177,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,24,24,41,40,95,44,210,103,180,225,195,201,180,201,70,78,251,48,44,96,132,24,191,74,59,164,162,83,72,119,98,153,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,24,24,41,40,95,44,210,103,180,225,195,201,180,201,70,78,251,48,44,96,132,24,191,74,59,164,162,83,72,119,98,153,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,201,27,226,119,240,27,254,230,42,21,210,71,51,3,178,164,159,59,113,136,59,158,70,83,175,227,238,78,75,219,139,177,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,173,53,68,87,95,49,73,52,172,242,180,234,14,74,113,163,21,19,59,91,0,197,85,38,105,134,82,37,233,77,208,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,164,94,199,52,38,22,170,61,154,239,35,82,186,221,205,225,111,45,82,57,220,117,105,181,68,98,207,144,119,216,23,168,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,164,94,199,52,38,22,170,61,154,239,35,82,186,221,205,225,111,45,82,57,220,117,105,181,68,98,207,144,119,216,23,168,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,173,53,68,87,95,49,73,52,172,242,180,234,14,74,113,163,21,19,59,91,0,197,85,38,105,134,82,37,233,77,208,141,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,80,188,42,110,128,107,70,96,72,66,175,83,243,27,65,71,70,51,57,124,37,94,207,79,85,151,115,140,197,1,172,228,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,103,155,219,103,170,109,204,52,56,174,102,222,102,212,252,0,122,76,121,98,133,56,122,100,106,70,21,123,172,137,1,56,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,80,188,42,110,128,107,70,96,72,66,175,83,243,27,65,71,70,51,57,124,37,94,207,79,85,151,115,140,197,1,172,228,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,103,155,219,103,170,109,204,52,56,174,102,222,102,212,252,0,122,76,121,98,133,56,122,100,106,70,21,123,172,137,1,56,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0],[160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,0],[160,149,185,80,248,247,35,226,34,184,73,183,111,19,58,144,113,243,13,124,189,17,225,138,196,141,53,102,127,204,164,17,130,0],[160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,128,160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,128,160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,128,160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,128,160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,128,160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,160,149,185,80,248,247,35,226,34,184,73,183,111,19,58,144,113,243,13,124,189,17,225,138,196,141,53,102,127,204,164,17,130,160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,128,128,160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,128],[249,1,49,160,46,160,233,239,98,153,97,209,97,81,68,131,26,125,244,151,235,197,196,52,185,235,143,51,224,203,73,29,30,160,30,73,128,160,78,145,139,118,190,81,190,47,2,223,10,198,25,30,194,118,93,64,29,34,41,228,114,145,128,104,21,218,117,95,91,94,128,160,63,57,215,191,75,232,103,123,45,125,184,249,68,230,24,56,12,68,62,118,21,173,221,210,155,76,186,117,29,122,205,197,128,160,94,114,243,139,127,182,152,232,9,123,177,241,121,159,80,195,59,247,132,39,115,54,191,77,255,51,144,107,204,221,28,128,128,160,125,4,130,177,215,162,225,69,232,107,191,173,195,116,193,186,249,235,222,129,111,135,78,90,49,68,175,90,142,57,183,86,128,160,56,128,221,108,72,35,159,82,140,75,200,125,181,12,184,252,99,200,65,251,219,163,244,163,201,145,119,83,43,254,139,163,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,160,245,34,61,113,131,204,182,51,19,5,161,158,145,192,140,253,184,22,10,65,57,234,175,148,217,111,169,62,89,113,9,26,128,128,160,116,183,11,237,68,65,147,86,168,220,228,44,204,86,247,168,145,140,11,51,82,106,214,149,101,214,103,43,7,219,42,18,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,165,8,167,242,244,161,70,136,59,248,134,16,54,128,55,246,31,98,17,247,207,13,124,77,120,23,1,104,193,243,106,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,165,8,167,242,244,161,70,136,59,248,134,16,54,128,55,246,31,98,17,247,207,13,124,77,120,23,1,104,193,243,106,174,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"key":[177,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[3],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,3],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelOneKeyByte.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelOneKeyByte.json index 0ff75e440e..d60e3eea45 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelOneKeyByte.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelOneKeyByte.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,124,231,136,102,183,251,69,23,24,161,116,146,248,119,28,228,121,52,114,185,253,81,8,13,237,205,137,88,115,105,84,228,0],[160,37,34,234,18,21,213,199,151,55,56,71,97,141,132,147,29,245,89,166,167,28,253,151,151,184,228,239,85,42,79,172,110,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,126,191,152,20,62,71,44,132,121,37,141,73,58,182,255,235,252,82,207,173,42,110,33,241,211,242,104,95,252,103,209,89,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,126,191,152,20,62,71,44,132,121,37,141,73,58,182,255,235,252,82,207,173,42,110,33,241,211,242,104,95,252,103,209,89,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,192,86,211,84,48,194,81,148,248,209,175,126,122,172,80,176,186,213,19,20,125,109,49,12,170,236,73,244,180,218,98,218,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,192,86,211,84,48,194,81,148,248,209,175,126,122,172,80,176,186,213,19,20,125,109,49,12,170,236,73,244,180,218,98,218,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,90,3,122,78,112,37,39,146,55,180,1,246,17,226,228,124,128,43,223,119,159,164,56,180,13,93,158,246,104,22,244,48,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,90,3,122,78,112,37,39,146,55,180,1,246,17,226,228,124,128,43,223,119,159,164,56,180,13,93,158,246,104,22,244,48,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,134,159,238,181,244,146,85,201,200,247,194,188,4,58,155,60,168,165,249,119,88,232,251,3,10,102,159,100,85,145,79,135,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,134,159,238,181,244,146,85,201,200,247,194,188,4,58,155,60,168,165,249,119,88,232,251,3,10,102,159,100,85,145,79,135,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,209,68,173,130,179,23,241,93,169,146,232,142,51,218,156,248,211,66,190,117,229,249,32,12,13,97,26,156,177,34,111,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,209,68,173,130,179,23,241,93,169,146,232,142,51,218,156,248,211,66,190,117,229,249,32,12,13,97,26,156,177,34,111,29,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,237,149,224,43,30,29,238,190,226,52,58,68,19,110,179,193,228,211,86,175,118,29,37,114,148,117,84,210,181,204,36,27,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,237,149,224,43,30,29,238,190,226,52,58,68,19,110,179,193,228,211,86,175,118,29,37,114,148,117,84,210,181,204,36,27,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,218,39,137,48,68,179,36,77,176,168,185,84,5,147,255,34,50,153,185,72,181,252,119,197,87,41,147,59,43,45,74,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,169,218,39,137,48,68,179,36,77,176,168,185,84,5,147,255,34,50,153,185,72,181,252,119,197,87,41,147,59,43,45,74,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,115,62,146,128,170,11,1,38,139,18,153,130,107,8,181,100,118,210,73,34,219,252,167,228,98,167,65,157,63,246,54,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,115,62,146,128,170,11,1,38,139,18,153,130,107,8,181,100,118,210,73,34,219,252,167,228,98,167,65,157,63,246,54,85,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,90,201,155,52,41,92,241,145,115,198,62,239,36,93,195,58,7,245,152,172,23,67,9,134,143,19,156,78,147,101,80,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,90,201,155,52,41,92,241,145,115,198,62,239,36,93,195,58,7,245,152,172,23,67,9,134,143,19,156,78,147,101,80,2,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,254,107,37,94,91,57,97,105,180,26,39,38,196,66,224,235,81,238,153,184,87,179,206,88,140,181,255,19,38,86,172,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,125,254,107,37,94,91,57,97,105,180,26,39,38,196,66,224,235,81,238,153,184,87,179,206,88,140,181,255,19,38,86,172,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0]],"keccak_data":[[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[226,27,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,124,231,136,102,183,251,69,23,24,161,116,146,248,119,28,228,121,52,114,185,253,81,8,13,237,205,137,88,115,105,84,228,0],[160,37,34,234,18,21,213,199,151,55,56,71,97,141,132,147,29,245,89,166,167,28,253,151,151,184,228,239,85,42,79,172,110,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,126,191,152,20,62,71,44,132,121,37,141,73,58,182,255,235,252,82,207,173,42,110,33,241,211,242,104,95,252,103,209,89,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,126,191,152,20,62,71,44,132,121,37,141,73,58,182,255,235,252,82,207,173,42,110,33,241,211,242,104,95,252,103,209,89,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,208,11,7,160,57,118,105,130,12,148,160,224,101,79,108,119,75,73,27,251,23,112,202,194,98,232,67,35,41,20,109,227,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,192,86,211,84,48,194,81,148,248,209,175,126,122,172,80,176,186,213,19,20,125,109,49,12,170,236,73,244,180,218,98,218,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,192,86,211,84,48,194,81,148,248,209,175,126,122,172,80,176,186,213,19,20,125,109,49,12,170,236,73,244,180,218,98,218,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,156,207,34,126,96,200,143,86,98,67,48,239,210,146,94,107,198,11,34,45,151,240,146,143,132,124,18,87,19,78,100,125,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,90,3,122,78,112,37,39,146,55,180,1,246,17,226,228,124,128,43,223,119,159,164,56,180,13,93,158,246,104,22,244,48,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,90,3,122,78,112,37,39,146,55,180,1,246,17,226,228,124,128,43,223,119,159,164,56,180,13,93,158,246,104,22,244,48,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,139,236,208,88,153,113,82,137,105,145,232,206,194,251,94,134,60,159,209,170,140,223,189,13,150,246,4,251,15,48,51,104,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,134,159,238,181,244,146,85,201,200,247,194,188,4,58,155,60,168,165,249,119,88,232,251,3,10,102,159,100,85,145,79,135,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,134,159,238,181,244,146,85,201,200,247,194,188,4,58,155,60,168,165,249,119,88,232,251,3,10,102,159,100,85,145,79,135,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,159,130,229,165,212,147,78,44,146,124,254,74,180,62,107,231,41,115,95,72,27,6,25,183,104,151,116,137,84,204,53,189,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,209,68,173,130,179,23,241,93,169,146,232,142,51,218,156,248,211,66,190,117,229,249,32,12,13,97,26,156,177,34,111,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,209,68,173,130,179,23,241,93,169,146,232,142,51,218,156,248,211,66,190,117,229,249,32,12,13,97,26,156,177,34,111,29,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,225,182,145,67,235,152,171,67,1,124,207,170,15,83,123,246,240,168,176,148,142,233,231,8,186,38,93,151,133,95,66,9,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,237,149,224,43,30,29,238,190,226,52,58,68,19,110,179,193,228,211,86,175,118,29,37,114,148,117,84,210,181,204,36,27,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,237,149,224,43,30,29,238,190,226,52,58,68,19,110,179,193,228,211,86,175,118,29,37,114,148,117,84,210,181,204,36,27,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,238,209,87,174,135,247,247,71,46,224,121,112,26,122,57,36,89,211,219,49,155,106,201,99,199,252,111,215,11,255,165,213,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,218,39,137,48,68,179,36,77,176,168,185,84,5,147,255,34,50,153,185,72,181,252,119,197,87,41,147,59,43,45,74,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,169,218,39,137,48,68,179,36,77,176,168,185,84,5,147,255,34,50,153,185,72,181,252,119,197,87,41,147,59,43,45,74,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,165,116,158,139,247,254,49,170,68,15,91,162,161,62,160,6,249,129,106,178,2,115,9,14,142,62,53,170,127,136,53,246,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,115,62,146,128,170,11,1,38,139,18,153,130,107,8,181,100,118,210,73,34,219,252,167,228,98,167,65,157,63,246,54,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,115,62,146,128,170,11,1,38,139,18,153,130,107,8,181,100,118,210,73,34,219,252,167,228,98,167,65,157,63,246,54,85,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,74,22,132,110,223,6,51,194,83,209,210,85,189,59,23,107,148,190,32,50,163,100,142,104,242,185,109,43,71,122,110,67,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,90,201,155,52,41,92,241,145,115,198,62,239,36,93,195,58,7,245,152,172,23,67,9,134,143,19,156,78,147,101,80,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,90,201,155,52,41,92,241,145,115,198,62,239,36,93,195,58,7,245,152,172,23,67,9,134,143,19,156,78,147,101,80,2,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,141,100,78,113,237,145,113,89,70,14,78,206,48,14,80,218,70,221,199,79,174,60,220,107,96,144,43,18,51,135,218,126,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,125,254,107,37,94,91,57,97,105,180,26,39,38,196,66,224,235,81,238,153,184,87,179,206,88,140,181,255,19,38,86,172,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,125,254,107,37,94,91,57,97,105,180,26,39,38,196,66,224,235,81,238,153,184,87,179,206,88,140,181,255,19,38,86,172,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,188,110,180,112,46,228,183,149,153,213,233,172,60,165,192,142,95,173,66,254,53,126,194,240,94,145,108,77,127,201,225,185,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168,0]],"keccak_data":[[248,81,128,160,150,69,94,225,216,87,199,7,148,97,118,250,90,6,55,217,74,2,146,116,204,17,76,170,51,133,23,237,110,94,224,94,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,80,90,222,110,109,11,60,70,62,54,96,68,136,32,251,73,11,145,37,204,201,177,59,4,177,45,197,186,81,171,201,54,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[226,27,160,221,201,203,168,157,78,183,36,187,128,74,31,157,245,231,146,14,85,81,158,154,225,119,239,34,214,95,87,78,245,32,116],[226,27,160,217,126,56,112,222,29,194,80,17,187,144,67,169,202,198,186,147,107,226,126,75,125,32,62,50,189,225,43,23,89,132,168]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"key":[177,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,1],[226,160,32,14,45,82,118,18,7,59,38,238,205,253,113,126,106,50,12,244,75,74,250,194,176,115,45,159,203,226,183,250,12,246,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelTwoKeyBytes.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelTwoKeyBytes.json index 4492902106..67b9d2b223 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelTwoKeyBytes.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionInFirstStorageLevelTwoKeyBytes.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,83,133,184,17,40,148,35,33,230,20,164,132,2,207,174,215,248,233,236,46,28,80,79,126,219,226,228,179,153,198,77,186,0],[160,89,7,180,75,136,8,120,157,122,186,173,74,195,46,132,19,92,54,117,231,243,122,67,108,249,209,165,114,55,76,189,184,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,134,236,78,176,135,44,27,253,244,148,91,27,39,208,14,62,111,103,88,144,35,103,197,91,36,74,88,189,175,193,173,210,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,134,236,78,176,135,44,27,253,244,148,91,27,39,208,14,62,111,103,88,144,35,103,197,91,36,74,88,189,175,193,173,210,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,200,57,109,211,251,194,152,130,38,5,78,203,231,83,219,74,5,175,92,33,107,169,100,213,179,9,169,52,231,46,199,95,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,200,57,109,211,251,194,152,130,38,5,78,203,231,83,219,74,5,175,92,33,107,169,100,213,179,9,169,52,231,46,199,95,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,90,223,153,77,90,68,178,77,115,86,3,87,250,70,172,169,25,6,207,47,77,106,144,156,63,235,216,148,76,231,70,128,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,90,223,153,77,90,68,178,77,115,86,3,87,250,70,172,169,25,6,207,47,77,106,144,156,63,235,216,148,76,231,70,128,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,104,37,14,24,168,110,72,152,214,237,103,191,137,205,219,55,164,88,150,133,174,120,4,237,245,50,43,151,58,169,184,68,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,104,37,14,24,168,110,72,152,214,237,103,191,137,205,219,55,164,88,150,133,174,120,4,237,245,50,43,151,58,169,184,68,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,153,251,46,103,133,108,220,6,159,146,110,14,54,12,65,230,17,107,15,225,244,12,165,14,185,174,159,7,244,122,210,71,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,153,251,46,103,133,108,220,6,159,146,110,14,54,12,65,230,17,107,15,225,244,12,165,14,185,174,159,7,244,122,210,71,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,190,131,167,187,39,106,252,113,103,20,241,150,132,209,36,232,221,22,222,63,47,42,112,75,79,47,71,58,16,235,38,220,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,190,131,167,187,39,106,252,113,103,20,241,150,132,209,36,232,221,22,222,63,47,42,112,75,79,47,71,58,16,235,38,220,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,31,56,80,9,132,226,179,231,115,196,209,160,67,41,225,208,212,22,217,74,184,188,9,47,92,238,175,102,247,26,98,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,221,31,56,80,9,132,226,179,231,115,196,209,160,67,41,225,208,212,22,217,74,184,188,9,47,92,238,175,102,247,26,98,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,222,54,44,32,137,0,165,70,241,79,22,20,243,70,98,239,178,120,43,34,80,146,119,200,66,72,170,16,183,157,17,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,222,54,44,32,137,0,165,70,241,79,22,20,243,70,98,239,178,120,43,34,80,146,119,200,66,72,170,16,183,157,17,15,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,149,45,247,227,245,92,180,112,180,56,163,123,25,239,156,88,6,66,15,233,5,70,174,42,191,192,207,221,141,6,44,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,57,149,45,247,227,245,92,180,112,180,56,163,123,25,239,156,88,6,66,15,233,5,70,174,42,191,192,207,221,141,6,44,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,70,133,52,172,233,246,196,18,60,201,110,46,22,128,209,107,210,76,221,70,71,255,193,122,215,12,141,162,157,205,190,189,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,70,133,52,172,233,246,196,18,60,201,110,46,22,128,209,107,210,76,221,70,71,255,193,122,215,12,141,162,157,205,190,189,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,235,9,147,31,174,193,15,130,252,231,142,0,184,141,143,232,88,61,84,117,220,50,63,26,125,0,69,227,41,12,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,111,29,117,223,136,129,118,207,33,69,250,161,140,110,251,106,90,211,255,249,170,187,100,182,253,230,38,233,56,62,55,245,0],[0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,133,235,9,147,31,174,193,15,130,252,231,142,0,184,141,143,232,88,61,84,117,220,50,63,26,125,0,69,227,41,12,216,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[228,130,0,187,160,111,29,117,223,136,129,118,207,33,69,250,161,140,110,251,106,90,211,255,249,170,187,100,182,253,230,38,233,56,62,55,245],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,1],[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,83,133,184,17,40,148,35,33,230,20,164,132,2,207,174,215,248,233,236,46,28,80,79,126,219,226,228,179,153,198,77,186,0],[160,89,7,180,75,136,8,120,157,122,186,173,74,195,46,132,19,92,54,117,231,243,122,67,108,249,209,165,114,55,76,189,184,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,134,236,78,176,135,44,27,253,244,148,91,27,39,208,14,62,111,103,88,144,35,103,197,91,36,74,88,189,175,193,173,210,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,134,236,78,176,135,44,27,253,244,148,91,27,39,208,14,62,111,103,88,144,35,103,197,91,36,74,88,189,175,193,173,210,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,145,125,74,244,114,233,77,220,247,135,137,35,148,135,244,230,102,212,61,254,221,136,54,253,190,239,213,40,188,185,152,221,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,200,57,109,211,251,194,152,130,38,5,78,203,231,83,219,74,5,175,92,33,107,169,100,213,179,9,169,52,231,46,199,95,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,200,57,109,211,251,194,152,130,38,5,78,203,231,83,219,74,5,175,92,33,107,169,100,213,179,9,169,52,231,46,199,95,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,84,120,210,249,75,139,182,38,44,242,80,181,2,165,43,146,17,155,131,187,29,254,176,179,119,232,197,70,165,227,43,64,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,221,163,6,21,15,108,170,33,138,75,86,31,112,86,89,173,237,222,205,163,168,23,11,28,200,82,240,55,6,218,97,187,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,0],[160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,0],[160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,0],[160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,0],[160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,0],[160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,0],[160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,0],[160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,0],[160,90,223,153,77,90,68,178,77,115,86,3,87,250,70,172,169,25,6,207,47,77,106,144,156,63,235,216,148,76,231,70,128,0],[160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,0],[160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,0],[160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,0],[160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,0],[160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,0],[160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,0],[160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,0],[160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,90,223,153,77,90,68,178,77,115,86,3,87,250,70,172,169,25,6,207,47,77,106,144,156,63,235,216,148,76,231,70,128,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128],[249,2,17,160,28,181,216,79,148,37,18,33,67,109,190,5,141,78,14,125,126,101,243,129,183,164,252,246,188,222,123,209,72,162,91,222,160,127,197,158,74,119,72,230,12,125,176,108,3,178,158,78,4,13,240,18,19,137,90,52,126,5,105,198,181,219,43,179,65,160,46,9,75,129,71,206,112,222,185,139,165,36,36,211,46,89,3,55,130,67,49,169,124,254,145,239,59,68,181,39,14,11,160,195,204,36,121,188,76,85,107,153,228,243,120,219,164,214,149,84,154,93,6,211,138,212,126,99,0,69,93,78,143,107,125,160,24,229,27,106,208,179,138,207,189,75,247,237,254,184,165,211,163,77,102,247,171,142,38,241,105,73,81,97,179,89,41,94,160,69,128,196,179,31,166,62,236,4,126,133,123,72,78,7,98,91,97,202,41,213,219,83,161,250,44,62,218,202,202,95,85,160,122,138,244,235,222,164,181,224,94,192,101,250,2,159,226,141,139,49,161,182,189,7,58,131,181,174,22,234,166,219,45,89,160,1,12,123,52,160,159,55,231,98,183,186,183,79,202,34,17,42,27,114,166,12,169,62,20,223,4,56,234,172,169,157,169,160,44,69,190,86,52,17,185,107,193,188,16,167,86,61,125,177,50,240,102,96,66,255,44,165,212,175,229,245,163,179,105,42,160,236,64,240,32,156,40,69,140,109,160,30,103,177,225,161,137,199,148,118,155,53,110,110,30,88,113,102,249,146,51,146,64,160,13,42,32,122,82,79,121,74,202,120,184,186,33,169,210,46,107,49,203,217,253,81,204,72,172,54,254,232,169,31,66,180,160,249,124,106,89,244,190,54,102,66,217,238,184,69,54,42,49,217,172,209,72,171,109,172,162,227,248,91,39,84,60,12,50,160,71,37,113,174,70,115,139,170,17,161,226,89,54,206,220,216,124,175,149,45,37,207,232,200,177,22,55,13,211,27,128,159,160,230,15,33,183,4,214,67,103,40,12,190,159,2,136,107,119,218,240,254,147,196,64,54,80,160,212,123,210,158,221,177,79,160,81,251,139,38,98,234,236,80,109,218,180,81,152,102,115,99,187,67,51,108,50,176,183,19,208,120,5,0,187,173,25,231,160,91,147,3,93,139,16,136,76,22,19,70,240,73,156,182,34,44,29,125,2,237,83,117,238,18,211,207,207,135,137,154,42,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,0],[160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,0],[160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,0],[160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,0],[160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,0],[160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,0],[160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,0],[160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,0],[160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,0],[160,104,37,14,24,168,110,72,152,214,237,103,191,137,205,219,55,164,88,150,133,174,120,4,237,245,50,43,151,58,169,184,68,0],[160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,0],[160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,0],[160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,0],[160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,0],[160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,0],[160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,0],[160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,104,37,14,24,168,110,72,152,214,237,103,191,137,205,219,55,164,88,150,133,174,120,4,237,245,50,43,151,58,169,184,68,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128],[249,2,17,160,69,240,19,94,201,88,43,0,240,10,245,154,168,230,212,225,91,127,174,54,14,224,25,37,243,187,212,166,69,13,214,210,160,177,114,250,165,145,160,168,147,73,120,43,40,134,214,183,54,244,101,72,160,70,135,200,49,243,43,70,171,72,51,232,228,160,90,126,11,244,198,223,145,243,175,101,108,33,157,37,38,154,185,230,186,210,117,24,108,72,19,80,181,127,12,80,114,155,160,78,180,178,103,237,5,128,118,135,163,125,238,136,63,98,140,254,188,122,80,58,140,165,170,224,23,27,182,205,122,170,222,160,147,155,221,36,17,65,128,167,31,175,127,179,216,23,237,245,34,236,18,107,89,51,94,106,56,12,20,74,110,149,105,207,160,15,28,106,136,34,61,58,29,173,134,221,145,72,139,220,37,191,242,241,153,92,130,98,238,20,55,147,180,1,187,72,252,160,101,28,170,8,68,246,158,179,253,114,81,91,184,162,73,227,249,57,19,194,215,111,218,79,13,14,253,173,39,152,43,12,160,101,42,250,164,65,159,130,225,36,154,115,39,124,11,13,239,251,223,52,197,47,222,172,222,166,233,67,63,237,150,142,147,160,236,63,211,221,226,199,170,147,207,30,5,241,158,151,170,140,16,104,103,99,205,4,84,150,203,180,81,25,82,255,220,105,160,207,152,180,142,136,28,103,23,207,112,171,22,117,189,204,168,205,65,250,82,77,7,189,224,17,6,107,65,153,196,51,115,160,236,88,60,30,32,14,250,185,46,86,72,75,128,6,144,52,126,176,244,75,144,130,37,202,71,232,43,210,154,98,86,223,160,96,182,165,136,194,214,172,207,177,61,121,19,192,171,159,135,101,154,232,237,19,245,224,68,199,165,13,58,252,78,199,233,160,12,4,159,3,157,220,175,164,62,180,206,33,25,128,18,219,176,112,152,50,85,173,6,36,29,160,252,251,57,179,108,55,160,178,76,4,254,107,101,118,101,72,242,165,126,184,251,148,195,179,2,253,197,81,175,197,164,92,27,185,14,251,174,58,27,160,22,172,44,183,17,252,57,28,189,212,135,200,167,233,149,136,217,169,139,57,170,76,181,203,160,31,77,109,109,107,10,90,160,129,79,119,239,14,8,139,99,226,197,245,208,38,121,249,69,188,180,205,60,221,179,140,56,207,45,139,57,243,129,240,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,0],[160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,0],[160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,0],[160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,0],[160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,0],[160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,0],[160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,0],[160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,0],[160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,0],[160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,0],[160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,0],[160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,0],[160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,0],[160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,0],[160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,0],[160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,0],[160,153,251,46,103,133,108,220,6,159,146,110,14,54,12,65,230,17,107,15,225,244,12,165,14,185,174,159,7,244,122,210,71,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,153,251,46,103,133,108,220,6,159,146,110,14,54,12,65,230,17,107,15,225,244,12,165,14,185,174,159,7,244,122,210,71,128],[249,2,17,160,135,143,213,43,63,194,224,22,73,85,234,57,32,136,196,138,144,25,14,53,225,60,238,148,1,160,19,151,227,159,49,183,160,2,29,173,25,96,174,9,182,182,173,122,125,236,76,251,176,5,245,88,46,126,30,246,22,125,175,153,67,210,235,64,8,160,28,189,158,3,1,129,244,212,210,46,30,196,172,161,20,195,243,158,211,25,117,74,30,254,41,187,49,138,192,150,52,17,160,239,95,253,44,136,34,194,144,153,28,242,248,222,215,110,46,230,231,27,170,229,101,3,204,99,204,208,118,114,93,83,110,160,7,159,235,95,194,73,95,243,22,246,19,38,251,43,141,128,8,190,255,67,153,158,211,166,139,252,168,40,63,188,205,95,160,238,34,57,54,115,74,242,131,214,151,182,44,143,250,245,22,211,176,245,204,227,75,151,108,89,28,167,182,144,17,21,92,160,110,82,232,2,216,240,70,229,147,241,71,82,114,9,73,189,84,16,27,151,65,30,46,28,117,225,27,149,182,208,51,159,160,155,189,91,3,70,25,27,41,10,49,193,196,22,63,42,36,133,91,199,238,35,240,242,161,252,0,183,96,230,193,68,235,160,254,225,94,214,235,151,75,30,231,42,49,211,232,190,3,200,245,38,113,10,27,249,194,216,43,216,49,187,170,57,95,202,160,46,121,163,72,94,105,150,192,89,117,100,231,44,8,94,84,224,173,10,128,89,76,114,29,254,213,243,87,146,33,249,173,160,182,172,93,250,183,64,112,173,6,173,19,151,175,126,144,31,75,142,43,92,76,129,21,185,125,95,55,38,17,68,4,54,160,101,105,235,77,175,160,222,72,81,15,175,2,24,88,227,4,106,202,82,46,144,46,234,120,227,124,28,91,186,48,175,127,160,107,199,179,225,2,21,145,210,96,156,115,9,90,72,224,6,92,117,170,140,51,4,185,247,179,137,241,5,125,9,215,216,160,174,1,41,24,170,64,96,231,200,121,39,32,55,169,45,50,38,91,148,155,128,81,65,213,115,175,165,99,88,151,50,116,160,175,48,34,68,54,34,13,191,110,96,44,135,10,240,213,61,134,176,37,129,8,182,235,41,95,208,183,87,202,245,167,238,160,54,165,246,154,218,58,185,16,225,248,199,35,10,192,160,52,223,206,226,45,44,15,30,135,89,91,217,251,163,125,153,130,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,0],[160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,0],[160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,0],[160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,0],[160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,0],[160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,0],[160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,0],[160,190,131,167,187,39,106,252,113,103,20,241,150,132,209,36,232,221,22,222,63,47,42,112,75,79,47,71,58,16,235,38,220,0],[160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,0],[160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,0],[160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,0],[160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,0],[160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,0],[160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,0],[160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,0],[160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,0],[160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,190,131,167,187,39,106,252,113,103,20,241,150,132,209,36,232,221,22,222,63,47,42,112,75,79,47,71,58,16,235,38,220,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128],[249,2,17,160,240,112,44,72,20,92,16,226,238,153,16,125,149,130,241,10,60,36,30,150,251,167,132,127,195,28,146,162,13,131,27,104,160,138,1,235,206,4,16,156,100,75,197,42,86,62,127,48,60,191,73,198,101,215,247,43,217,243,100,129,241,204,220,255,148,160,236,7,15,200,76,214,175,181,111,16,213,238,208,13,129,154,34,238,224,26,140,170,215,20,77,216,157,80,95,241,66,5,160,111,209,247,4,184,241,13,91,12,184,243,229,45,164,245,146,134,164,11,3,131,241,44,248,165,88,52,99,193,196,218,253,160,229,51,62,185,89,4,163,95,20,136,220,188,187,42,151,97,47,27,99,112,96,146,185,113,108,59,23,95,91,242,168,231,160,225,30,140,67,250,53,232,133,42,214,15,162,35,11,145,22,0,220,112,181,254,56,69,155,136,93,110,187,205,140,249,25,160,114,73,211,201,14,114,33,179,85,207,51,103,155,44,206,152,219,27,73,139,199,212,85,24,36,99,123,46,238,162,152,3,160,70,32,6,139,201,80,250,209,245,47,57,130,174,10,207,204,234,130,173,235,16,22,234,52,196,221,80,211,111,246,11,181,160,53,254,22,227,103,204,187,138,101,229,227,171,9,232,13,105,208,170,117,193,81,106,4,200,93,89,129,132,160,158,41,161,160,186,224,186,141,73,213,194,212,99,82,80,83,63,102,245,177,171,65,255,49,96,123,226,247,84,252,59,154,66,254,96,67,160,228,118,98,158,169,240,61,44,106,136,219,101,77,16,63,14,204,240,38,190,219,80,247,204,97,190,78,228,105,224,67,95,160,191,245,233,165,127,57,224,124,150,65,148,214,187,48,38,122,66,30,227,50,65,101,40,51,58,89,7,228,45,27,112,166,160,47,164,236,183,87,115,134,179,223,254,239,90,133,214,85,54,22,167,1,92,153,195,176,38,176,219,172,7,191,23,55,122,160,215,6,239,231,6,41,80,135,222,236,3,134,0,18,22,209,211,166,221,135,184,73,179,164,230,223,10,101,145,99,150,96,160,63,103,2,71,244,232,117,254,117,119,209,72,224,148,116,41,203,106,207,131,104,246,110,140,246,162,32,29,20,147,74,227,160,235,217,213,36,97,57,33,70,140,131,115,203,161,172,152,58,3,51,31,34,188,42,244,174,85,218,174,183,39,13,100,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,0],[160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,31,56,80,9,132,226,179,231,115,196,209,160,67,41,225,208,212,22,217,74,184,188,9,47,92,238,175,102,247,26,98,0],[160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,221,31,56,80,9,132,226,179,231,115,196,209,160,67,41,225,208,212,22,217,74,184,188,9,47,92,238,175,102,247,26,98,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128],[248,145,160,73,208,126,64,185,124,226,254,200,156,38,73,116,28,98,39,159,197,2,205,192,137,219,133,250,225,251,164,26,205,18,81,128,128,160,4,223,126,85,68,106,50,147,247,249,222,159,87,179,121,227,15,254,85,49,250,43,16,96,127,220,135,236,178,131,92,58,128,128,128,128,128,128,128,160,222,142,59,34,234,176,247,14,92,67,83,246,96,242,111,166,241,147,73,210,94,29,222,21,95,2,38,153,128,81,200,235,160,1,162,74,47,57,45,87,11,81,221,83,234,28,100,214,43,52,204,21,204,51,217,33,45,57,156,224,74,233,176,82,221,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,0],[160,222,54,44,32,137,0,165,70,241,79,22,20,243,70,98,239,178,120,43,34,80,146,119,200,66,72,170,16,183,157,17,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,222,54,44,32,137,0,165,70,241,79,22,20,243,70,98,239,178,120,43,34,80,146,119,200,66,72,170,16,183,157,17,15,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,222,170,68,108,117,176,212,174,211,39,185,133,117,19,156,115,206,166,217,135,198,124,199,163,157,194,82,167,202,167,62,219,160,103,122,148,70,177,87,110,2,255,59,31,77,244,108,167,162,139,5,177,228,144,99,212,197,109,58,222,23,84,38,34,187,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,149,45,247,227,245,92,180,112,180,56,163,123,25,239,156,88,6,66,15,233,5,70,174,42,191,192,207,221,141,6,44,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,57,149,45,247,227,245,92,180,112,180,56,163,123,25,239,156,88,6,66,15,233,5,70,174,42,191,192,207,221,141,6,44,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,160,9,113,129,125,176,108,165,204,52,73,31,120,48,145,70,180,84,104,164,114,187,197,135,250,222,46,181,93,217,99,207,128,128,128,160,104,144,3,62,215,117,61,85,192,37,206,95,217,184,64,1,33,195,44,43,108,85,151,60,62,182,155,186,96,110,253,86,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,101],[248,101]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,101]},"storage":null,"values":[[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,70,133,52,172,233,246,196,18,60,201,110,46,22,128,209,107,210,76,221,70,71,255,193,122,215,12,141,162,157,205,190,189,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0,0,0,0]],"keccak_data":[[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,70,133,52,172,233,246,196,18,60,201,110,46,22,128,209,107,210,76,221,70,71,255,193,122,215,12,141,162,157,205,190,189,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,101,156,54,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,219,94,222,16,150,29,26,206,217,173,230,43,6,17,160,176,223,206,181,7,25,106,59,84,10,68,170,155,41,216,82,32,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,133,235,9,147,31,174,193,15,130,252,231,142,0,184,141,143,232,88,61,84,117,220,50,63,26,125,0,69,227,41,12,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,111,29,117,223,136,129,118,207,33,69,250,161,140,110,251,106,90,211,255,249,170,187,100,182,253,230,38,233,56,62,55,245,0],[0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,133,235,9,147,31,174,193,15,130,252,231,142,0,184,141,143,232,88,61,84,117,220,50,63,26,125,0,69,227,41,12,216,128,128,128],[248,81,128,128,128,128,128,128,128,128,160,55,247,200,94,165,79,147,170,238,142,124,219,14,65,176,63,15,70,30,112,65,159,247,49,254,91,192,179,176,84,191,145,128,128,128,128,160,45,44,178,216,107,168,176,16,200,242,96,217,111,104,159,205,242,134,146,134,148,209,20,211,178,13,147,148,102,1,216,53,128,128,128],[228,130,0,187,160,111,29,117,223,136,129,118,207,33,69,250,161,140,110,251,106,90,211,255,249,170,187,100,182,253,230,38,233,56,62,55,245],[228,130,0,187,160,179,70,42,74,68,248,70,154,159,254,198,16,84,28,168,129,18,102,199,16,62,160,232,168,84,32,88,134,119,86,119,223]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,23],"key":[187,217,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152],"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,1],[225,159,57,202,166,137,33,122,83,73,216,229,46,7,115,79,144,111,158,157,172,49,186,14,102,85,114,140,190,31,237,244,152,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,23]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel1.json index 7d6f015193..b44234dd17 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,67,177,24,185,47,128,41,141,148,134,170,164,48,253,206,3,241,39,97,79,6,93,37,66,241,129,192,188,242,206,229,16,0],[160,233,201,173,245,251,141,58,186,173,195,254,113,66,92,201,245,176,4,2,100,72,121,53,6,170,151,69,79,33,222,223,113,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,197,113,53,16,83,128,53,28,195,11,109,162,89,16,83,240,148,4,167,44,20,101,209,164,198,161,63,168,46,201,239,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,133,45,111,23,48,144,41,236,69,116,88,140,121,144,119,129,149,67,114,131,115,234,203,41,49,88,28,186,119,193,106,36,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,133,45,111,23,48,144,41,236,69,116,88,140,121,144,119,129,149,67,114,131,115,234,203,41,49,88,28,186,119,193,106,36,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,68,197,113,53,16,83,128,53,28,195,11,109,162,89,16,83,240,148,4,167,44,20,101,209,164,198,161,63,168,46,201,239,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,210,235,8,162,101,233,71,109,33,158,163,251,76,93,141,146,181,67,62,12,32,126,125,130,165,253,113,86,112,4,159,101,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,131,91,127,212,39,182,115,49,62,60,195,31,177,192,168,194,164,42,106,134,88,252,255,223,238,54,219,248,206,165,42,52,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,131,91,127,212,39,182,115,49,62,60,195,31,177,192,168,194,164,42,106,134,88,252,255,223,238,54,219,248,206,165,42,52,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,210,235,8,162,101,233,71,109,33,158,163,251,76,93,141,146,181,67,62,12,32,126,125,130,165,253,113,86,112,4,159,101,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,54,56,109,195,139,158,128,126,164,13,94,26,180,130,170,172,43,204,48,253,212,163,199,182,44,83,111,118,103,144,253,0],[160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,0],[160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,0],[160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,0],[160,79,180,55,208,164,201,28,32,206,205,32,9,13,156,77,124,84,177,119,204,147,194,118,52,159,2,23,149,124,176,72,221,0],[160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,0],[160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,0],[160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,0],[160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,0],[160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,0],[160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,0],[160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,0],[160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,0],[160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,0],[160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,0],[160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,0],[160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,79,180,55,208,164,201,28,32,206,205,32,9,13,156,77,124,84,177,119,204,147,194,118,52,159,2,23,149,124,176,72,221,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128],[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,200,54,56,109,195,139,158,128,126,164,13,94,26,180,130,170,172,43,204,48,253,212,163,199,182,44,83,111,118,103,144,253,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,99,104,20,157,39,82,68,74,62,189,45,207,64,104,243,0,124,83,84,102,15,31,140,74,125,179,216,135,42,78,27,162,0],[160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,0],[160,162,135,75,150,46,140,137,192,51,94,159,35,55,70,229,238,188,223,9,189,42,102,18,58,201,173,180,99,192,7,235,41,0],[160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,0],[160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,0],[160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,0],[160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,0],[160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,0],[160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,0],[160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,0],[160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,0],[160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,0],[160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,0],[160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,0],[160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,0],[160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,0],[160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,162,135,75,150,46,140,137,192,51,94,159,35,55,70,229,238,188,223,9,189,42,102,18,58,201,173,180,99,192,7,235,41,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128],[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,99,104,20,157,39,82,68,74,62,189,45,207,64,104,243,0,124,83,84,102,15,31,140,74,125,179,216,135,42,78,27,162,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,101,60,153,114,76,52,7,145,117,4,173,157,85,121,89,167,142,183,79,25,198,6,95,8,80,142,42,187,207,85,252,0],[160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,0],[160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,0],[160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,0],[160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,0],[160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,0],[160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,0],[160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,0],[160,212,81,146,92,58,213,101,118,210,177,37,158,206,12,247,162,33,152,127,56,203,87,135,64,111,54,169,206,206,246,240,219,0],[160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,0],[160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,0],[160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,0],[160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,0],[160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,0],[160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,0],[160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,0],[160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,212,81,146,92,58,213,101,118,210,177,37,158,206,12,247,162,33,152,127,56,203,87,135,64,111,54,169,206,206,246,240,219,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128],[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,203,101,60,153,114,76,52,7,145,117,4,173,157,85,121,89,167,142,183,79,25,198,6,95,8,80,142,42,187,207,85,252,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,77,0,88,52,77,218,183,93,138,234,1,13,193,240,131,11,213,238,61,220,43,212,218,225,139,87,22,125,119,182,45,0],[160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,0],[160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,0],[160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,0],[160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,0],[160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,0],[160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,0],[160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,0],[160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,0],[160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,0],[160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,0],[160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,0],[160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,0],[160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,0],[160,169,248,192,42,42,39,228,145,72,15,14,103,23,235,33,231,44,252,157,136,103,106,119,208,7,82,236,66,119,47,105,48,0],[160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,0],[160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,169,248,192,42,42,39,228,145,72,15,14,103,23,235,33,231,44,252,157,136,103,106,119,208,7,82,236,66,119,47,105,48,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128],[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,173,77,0,88,52,77,218,183,93,138,234,1,13,193,240,131,11,213,238,61,220,43,212,218,225,139,87,22,125,119,182,45,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,106,221,193,188,93,127,150,55,228,48,220,247,181,198,146,236,84,178,69,225,67,186,103,206,206,251,89,165,109,6,219,79,0],[160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,0],[160,143,91,232,196,160,185,23,154,151,27,154,175,166,106,147,106,46,161,219,19,187,254,18,27,128,132,156,124,244,137,81,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,0],[160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,143,91,232,196,160,185,23,154,151,27,154,175,166,106,147,106,46,161,219,19,187,254,18,27,128,132,156,124,244,137,81,91,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128],[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,106,221,193,188,93,127,150,55,228,48,220,247,181,198,146,236,84,178,69,225,67,186,103,206,206,251,89,165,109,6,219,79,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[209,49,125,95,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,190,103,242,243,153,13,197,228,255,239,243,229,16,134,47,205,11,164,131,132,165,141,107,241,23,225,152,230,12,18,138,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,243,246,110,59,75,187,132,138,45,198,39,69,10,77,28,226,194,180,158,203,154,37,59,160,169,54,113,155,37,47,65,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0]],"keccak_data":[[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,236,190,103,242,243,153,13,197,228,255,239,243,229,16,134,47,205,11,164,131,132,165,141,107,241,23,225,152,230,12,18,138,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,164,243,246,110,59,75,187,132,138,45,198,39,69,10,77,28,226,194,180,158,203,154,37,59,160,169,54,113,155,37,47,65,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,30,94,178,197,109,105,152,92,42,148,67,98,233,126,91,17,202,80,78,166,13,86,103,196,108,61,40,62,12,108,243,194,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,0],[160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,0],[160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,0],[160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,0],[160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,0],[160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,0],[160,158,187,142,14,223,29,147,80,109,131,97,213,8,154,74,77,91,245,254,185,234,90,138,240,17,14,1,238,151,171,165,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,128,160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,128,160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,128,160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,160,158,187,142,14,223,29,147,80,109,131,97,213,8,154,74,77,91,245,254,185,234,90,138,240,17,14,1,238,151,171,165,235,128],[249,1,177,128,160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,128,160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,128,160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,160,30,94,178,197,109,105,152,92,42,148,67,98,233,126,91,17,202,80,78,166,13,86,103,196,108,61,40,62,12,108,243,194,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,255,153,127,253,189,106,79,64,234,173,180,2,221,50,191,217,252,158,56,31,44,151,85,153,234,148,225,185,234,146,49,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,0],[160,111,36,57,170,6,218,93,172,193,213,246,95,229,193,119,136,235,105,26,147,224,78,125,80,136,120,34,207,101,212,150,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,105,123,92,68,72,245,18,94,83,115,181,24,162,144,213,165,208,153,115,15,186,54,218,34,201,201,189,65,43,16,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,167,189,182,202,143,72,218,156,79,159,112,208,113,176,251,7,38,203,160,154,245,157,40,46,78,181,165,145,188,139,12,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,160,111,36,57,170,6,218,93,172,193,213,246,95,229,193,119,136,235,105,26,147,224,78,125,80,136,120,34,207,101,212,150,140,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,160,255,153,127,253,189,106,79,64,234,173,180,2,221,50,191,217,252,158,56,31,44,151,85,153,234,148,225,185,234,146,49,81,128,128],[226,16,160,172,105,123,92,68,72,245,18,94,83,115,181,24,162,144,213,165,208,153,115,15,186,54,218,34,201,201,189,65,43,16,64],[226,16,160,197,167,189,182,202,143,72,218,156,79,159,112,208,113,176,251,7,38,203,160,154,245,157,40,46,78,181,165,145,188,139,12]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[28],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,28],[225,159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,67,177,24,185,47,128,41,141,148,134,170,164,48,253,206,3,241,39,97,79,6,93,37,66,241,129,192,188,242,206,229,16,0],[160,233,201,173,245,251,141,58,186,173,195,254,113,66,92,201,245,176,4,2,100,72,121,53,6,170,151,69,79,33,222,223,113,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,197,113,53,16,83,128,53,28,195,11,109,162,89,16,83,240,148,4,167,44,20,101,209,164,198,161,63,168,46,201,239,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,133,45,111,23,48,144,41,236,69,116,88,140,121,144,119,129,149,67,114,131,115,234,203,41,49,88,28,186,119,193,106,36,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,133,45,111,23,48,144,41,236,69,116,88,140,121,144,119,129,149,67,114,131,115,234,203,41,49,88,28,186,119,193,106,36,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,68,197,113,53,16,83,128,53,28,195,11,109,162,89,16,83,240,148,4,167,44,20,101,209,164,198,161,63,168,46,201,239,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,210,235,8,162,101,233,71,109,33,158,163,251,76,93,141,146,181,67,62,12,32,126,125,130,165,253,113,86,112,4,159,101,0],[160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,0],[160,131,91,127,212,39,182,115,49,62,60,195,31,177,192,168,194,164,42,106,134,88,252,255,223,238,54,219,248,206,165,42,52,0],[160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,0],[160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,0],[160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,0],[160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,0],[160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,0],[160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,0],[160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,0],[160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,0],[160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,0],[160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,0],[160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,0],[160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,0],[160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,0],[160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,131,91,127,212,39,182,115,49,62,60,195,31,177,192,168,194,164,42,106,134,88,252,255,223,238,54,219,248,206,165,42,52,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128],[249,2,17,160,8,82,228,160,236,167,211,34,103,186,143,82,159,227,56,83,90,137,189,168,42,104,95,52,183,148,255,215,136,52,73,231,160,210,235,8,162,101,233,71,109,33,158,163,251,76,93,141,146,181,67,62,12,32,126,125,130,165,253,113,86,112,4,159,101,160,194,12,142,1,144,174,252,71,147,52,115,101,189,153,208,184,182,11,61,226,102,6,152,102,88,19,198,73,12,11,50,155,160,59,143,74,53,247,240,239,138,121,223,75,218,127,28,117,171,91,193,129,250,204,248,51,157,35,23,2,179,196,54,170,46,160,157,90,51,248,241,223,224,87,67,255,188,60,98,138,52,58,248,0,103,191,25,93,87,196,48,17,193,91,196,174,84,68,160,37,36,38,176,196,202,58,86,76,239,236,180,113,34,151,66,223,175,221,244,2,135,167,81,134,210,144,189,210,100,169,46,160,246,249,160,14,73,156,38,98,129,209,255,124,122,147,16,52,200,78,213,139,162,204,164,40,13,165,111,148,15,31,205,20,160,196,63,137,26,203,165,150,154,136,200,90,27,244,146,124,13,112,147,170,137,82,86,194,212,83,213,250,77,122,235,81,108,160,23,72,191,114,109,241,153,152,28,181,114,222,27,12,163,170,167,243,68,76,13,193,8,43,209,0,251,139,245,110,12,200,160,162,242,12,159,239,231,230,109,155,112,235,20,28,190,163,94,48,238,186,27,192,248,95,119,246,213,205,3,106,83,34,57,160,98,128,143,73,77,78,229,115,157,26,53,223,153,171,114,69,45,174,24,124,45,42,137,236,225,137,107,235,241,54,22,248,160,28,67,53,54,154,2,91,141,228,22,200,27,178,90,210,209,195,121,126,22,72,172,98,207,112,253,149,202,240,32,170,32,160,77,183,169,108,222,80,160,149,46,20,80,223,164,78,82,196,134,47,182,103,106,44,118,54,158,56,222,196,13,46,87,30,160,105,251,188,224,72,188,242,142,5,202,96,164,238,163,221,166,92,66,41,9,240,19,219,203,186,100,64,23,163,241,100,34,160,212,11,254,245,171,103,142,93,36,18,140,32,235,44,80,118,39,4,204,104,121,151,119,6,247,81,40,129,44,210,223,100,160,70,28,143,53,189,11,148,71,98,61,108,214,101,187,1,240,58,157,104,142,179,155,185,249,28,6,177,21,81,199,24,148,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,54,56,109,195,139,158,128,126,164,13,94,26,180,130,170,172,43,204,48,253,212,163,199,182,44,83,111,118,103,144,253,0],[160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,0],[160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,0],[160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,0],[160,79,180,55,208,164,201,28,32,206,205,32,9,13,156,77,124,84,177,119,204,147,194,118,52,159,2,23,149,124,176,72,221,0],[160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,0],[160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,0],[160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,0],[160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,0],[160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,0],[160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,0],[160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,0],[160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,0],[160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,0],[160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,0],[160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,0],[160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,79,180,55,208,164,201,28,32,206,205,32,9,13,156,77,124,84,177,119,204,147,194,118,52,159,2,23,149,124,176,72,221,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128],[249,2,17,160,16,10,199,196,82,70,114,207,241,137,252,115,72,235,241,12,200,184,38,70,167,12,215,12,241,91,65,28,139,175,130,201,160,106,34,190,250,180,167,233,203,248,225,129,140,254,164,219,82,86,34,55,7,50,150,78,243,17,205,230,68,207,201,67,198,160,23,33,31,199,21,178,232,124,248,20,157,167,56,141,168,113,28,89,227,97,22,107,23,55,202,65,66,106,60,113,96,176,160,200,54,56,109,195,139,158,128,126,164,13,94,26,180,130,170,172,43,204,48,253,212,163,199,182,44,83,111,118,103,144,253,160,2,84,11,251,123,198,133,201,87,132,179,219,84,116,137,7,190,165,200,5,24,42,221,26,67,55,22,25,111,102,221,245,160,122,236,62,56,10,168,193,136,67,139,188,83,1,220,85,74,42,145,146,37,238,1,232,24,140,232,152,38,192,26,198,229,160,242,211,107,131,169,189,78,220,241,34,165,3,57,83,116,161,238,28,119,72,128,235,18,192,204,227,73,30,143,42,254,41,160,182,105,57,247,38,247,154,147,128,157,127,174,94,245,242,110,221,32,71,118,198,228,65,155,148,56,61,147,133,40,84,30,160,204,106,126,7,172,44,143,150,161,28,110,112,160,48,254,171,61,179,114,93,240,165,152,22,10,246,152,24,44,30,151,69,160,131,108,242,173,226,207,78,136,96,203,232,73,181,8,7,10,69,132,29,121,49,177,94,240,46,77,195,59,87,107,242,152,160,66,157,127,194,67,4,232,98,188,21,27,40,171,201,115,88,204,111,103,165,228,135,56,214,30,3,169,83,42,208,153,90,160,103,182,53,183,135,172,235,245,186,233,227,251,55,187,175,162,118,186,37,245,196,20,125,198,238,47,171,93,89,43,148,152,160,86,66,178,63,185,104,242,223,205,118,73,136,8,212,168,171,196,23,136,209,147,15,20,247,183,70,79,56,230,201,165,166,160,117,155,37,207,225,64,82,191,6,163,182,65,205,90,187,221,71,178,52,144,247,12,97,165,235,163,164,201,190,44,73,141,160,234,151,242,155,147,37,67,255,150,25,66,248,115,241,56,206,192,13,80,46,6,157,235,198,60,91,197,73,252,160,192,183,160,246,237,54,89,33,76,151,212,11,48,222,247,199,41,93,13,61,76,169,167,53,31,67,192,234,249,140,133,138,213,95,26,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,99,104,20,157,39,82,68,74,62,189,45,207,64,104,243,0,124,83,84,102,15,31,140,74,125,179,216,135,42,78,27,162,0],[160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,0],[160,162,135,75,150,46,140,137,192,51,94,159,35,55,70,229,238,188,223,9,189,42,102,18,58,201,173,180,99,192,7,235,41,0],[160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,0],[160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,0],[160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,0],[160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,0],[160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,0],[160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,0],[160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,0],[160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,0],[160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,0],[160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,0],[160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,0],[160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,0],[160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,0],[160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,162,135,75,150,46,140,137,192,51,94,159,35,55,70,229,238,188,223,9,189,42,102,18,58,201,173,180,99,192,7,235,41,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128],[249,2,17,160,53,200,152,105,67,59,132,40,60,141,250,34,36,24,219,4,165,87,140,17,156,190,115,214,53,18,73,182,196,162,244,164,160,99,104,20,157,39,82,68,74,62,189,45,207,64,104,243,0,124,83,84,102,15,31,140,74,125,179,216,135,42,78,27,162,160,252,130,203,233,60,229,81,109,117,240,13,87,212,57,169,204,130,121,237,196,94,201,99,212,227,138,130,137,152,167,26,83,160,37,133,29,230,27,182,51,17,195,237,207,229,5,42,138,46,42,84,27,152,3,240,15,12,14,90,120,239,149,177,195,212,160,192,164,189,202,3,71,238,234,142,232,167,113,168,167,23,81,185,168,146,207,238,57,254,130,140,25,4,144,163,61,228,78,160,28,208,218,100,212,48,98,49,17,45,69,237,119,3,114,122,57,152,83,143,78,72,236,48,14,83,84,201,217,246,238,118,160,56,162,110,72,113,38,84,231,54,162,46,223,181,88,185,210,86,6,37,140,126,187,41,170,31,212,39,23,138,151,143,226,160,21,65,231,179,182,208,63,30,227,98,41,136,75,111,20,168,85,6,38,245,153,46,24,22,157,94,84,173,92,143,236,18,160,108,254,242,51,40,122,176,190,154,230,46,51,119,130,206,74,70,207,23,161,200,211,61,174,105,61,2,45,45,74,210,168,160,180,124,136,219,213,85,224,196,84,251,213,154,29,129,84,133,117,97,93,75,169,111,175,252,253,181,236,29,31,235,212,136,160,145,66,153,79,75,58,127,40,116,166,186,109,123,59,168,253,49,230,154,168,141,192,7,135,244,141,141,27,145,183,163,255,160,244,206,34,126,138,154,199,69,158,195,50,253,216,223,136,217,252,88,41,252,142,59,172,195,190,184,76,69,34,57,154,225,160,11,85,235,155,139,36,142,55,242,254,119,239,72,103,227,192,190,171,52,74,111,169,147,75,187,57,232,135,160,28,5,216,160,221,255,17,232,105,231,25,97,193,106,39,48,221,205,190,98,88,140,92,154,178,52,10,226,240,136,99,160,254,102,99,20,160,63,253,4,244,156,122,180,15,219,228,17,169,135,3,105,233,7,46,235,175,13,69,127,226,231,156,241,219,188,1,58,10,160,39,79,238,23,126,99,249,27,158,53,68,164,13,36,66,206,153,74,47,45,73,32,193,36,181,245,221,153,0,110,176,84,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,101,60,153,114,76,52,7,145,117,4,173,157,85,121,89,167,142,183,79,25,198,6,95,8,80,142,42,187,207,85,252,0],[160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,0],[160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,0],[160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,0],[160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,0],[160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,0],[160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,0],[160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,0],[160,212,81,146,92,58,213,101,118,210,177,37,158,206,12,247,162,33,152,127,56,203,87,135,64,111,54,169,206,206,246,240,219,0],[160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,0],[160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,0],[160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,0],[160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,0],[160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,0],[160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,0],[160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,0],[160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,212,81,146,92,58,213,101,118,210,177,37,158,206,12,247,162,33,152,127,56,203,87,135,64,111,54,169,206,206,246,240,219,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128],[249,2,17,160,99,81,57,145,22,32,16,237,159,176,240,132,218,186,105,131,186,101,223,64,134,114,229,246,73,116,223,254,169,20,93,13,160,223,188,69,180,148,23,187,138,175,140,102,207,12,132,79,214,240,188,243,233,120,106,251,53,83,31,233,17,95,111,104,194,160,43,80,165,214,162,253,48,191,9,185,217,207,232,243,171,148,21,113,82,72,154,186,65,12,88,77,227,219,6,155,32,51,160,130,248,216,152,57,90,244,117,98,87,224,199,145,88,213,175,237,21,154,129,90,157,13,9,204,171,202,117,92,150,2,169,160,131,200,164,254,147,247,248,75,195,238,110,199,248,141,242,213,227,220,24,30,61,117,173,78,81,140,238,241,15,175,164,90,160,167,90,19,137,221,108,64,16,57,149,100,15,177,7,73,15,228,80,174,8,161,179,24,156,23,234,122,18,147,118,112,18,160,150,176,37,98,14,239,113,45,194,247,75,223,71,126,22,116,181,34,174,226,104,75,207,148,44,253,51,116,141,48,92,157,160,203,101,60,153,114,76,52,7,145,117,4,173,157,85,121,89,167,142,183,79,25,198,6,95,8,80,142,42,187,207,85,252,160,134,131,144,150,208,162,121,150,125,105,254,241,225,227,20,77,66,207,111,185,140,111,37,171,155,150,109,251,126,254,215,183,160,217,255,49,108,91,7,38,188,97,202,126,164,173,191,142,201,18,136,221,83,96,194,233,244,71,247,45,68,80,48,194,233,160,241,114,88,178,103,177,76,16,188,135,224,61,205,170,47,181,238,50,30,49,32,59,101,88,83,31,34,63,237,11,122,229,160,175,53,220,30,49,100,116,223,105,50,113,53,248,181,190,201,26,40,25,41,148,91,10,88,101,255,6,101,232,28,185,170,160,241,128,204,224,68,205,5,46,175,253,220,145,201,14,104,224,225,194,155,85,20,233,63,173,171,238,87,250,27,87,231,38,160,58,141,138,172,125,89,145,94,9,27,8,75,89,185,205,47,169,212,97,239,68,4,193,85,136,163,150,251,83,93,16,168,160,91,82,249,62,4,4,125,6,55,113,254,159,124,184,212,130,95,203,20,139,0,67,11,153,149,79,60,16,112,253,24,210,160,108,191,0,250,116,5,145,9,129,10,203,230,240,17,121,36,58,146,191,25,22,228,187,28,111,1,214,224,158,191,78,182,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,173,77,0,88,52,77,218,183,93,138,234,1,13,193,240,131,11,213,238,61,220,43,212,218,225,139,87,22,125,119,182,45,0],[160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,0],[160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,0],[160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,0],[160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,0],[160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,0],[160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,0],[160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,0],[160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,0],[160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,0],[160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,0],[160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,0],[160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,0],[160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,0],[160,169,248,192,42,42,39,228,145,72,15,14,103,23,235,33,231,44,252,157,136,103,106,119,208,7,82,236,66,119,47,105,48,0],[160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,0],[160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,169,248,192,42,42,39,228,145,72,15,14,103,23,235,33,231,44,252,157,136,103,106,119,208,7,82,236,66,119,47,105,48,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128],[249,2,17,160,109,222,119,190,224,61,243,65,34,30,206,106,161,224,207,207,66,71,4,6,114,22,232,170,9,193,15,219,228,66,251,8,160,198,235,191,55,99,224,254,190,103,167,104,188,167,111,165,98,164,214,56,147,166,171,128,59,62,5,221,135,195,67,225,198,160,154,157,51,71,112,222,223,143,159,123,223,246,103,213,201,192,226,156,171,8,210,16,98,209,37,238,213,211,164,47,64,109,160,90,233,245,123,230,165,63,187,199,211,181,9,242,188,120,48,161,155,130,157,116,36,1,49,205,102,150,184,25,155,49,77,160,7,132,4,240,93,14,187,247,160,219,126,25,251,248,225,103,42,106,144,63,86,214,193,199,186,8,109,136,93,57,217,230,160,207,152,116,48,9,8,91,103,17,15,206,27,176,2,85,57,161,181,66,20,14,49,90,48,206,22,237,210,25,161,74,136,160,73,59,181,228,10,54,19,252,219,0,117,25,251,196,139,11,124,63,94,87,66,244,84,150,103,130,139,250,175,65,72,112,160,241,198,154,252,95,13,146,68,236,132,187,148,172,4,41,86,219,173,196,24,184,72,37,84,163,82,60,14,159,87,79,75,160,58,240,134,217,44,76,219,13,127,91,25,138,6,27,234,78,188,163,120,110,22,151,224,111,52,127,153,142,171,244,13,40,160,153,39,52,108,5,150,212,210,156,59,248,20,53,26,39,211,186,49,96,41,155,240,204,176,112,16,92,193,56,115,32,211,160,89,182,75,245,67,107,169,65,252,110,218,142,228,69,162,83,9,85,115,241,206,190,21,240,246,217,155,5,186,171,149,73,160,9,154,116,13,26,181,155,42,180,250,126,216,144,142,181,98,96,135,29,247,33,35,235,95,118,45,153,161,219,95,149,68,160,152,148,242,238,116,132,1,153,242,32,158,27,98,206,59,16,242,169,215,106,2,163,7,245,13,112,80,21,93,236,113,79,160,173,77,0,88,52,77,218,183,93,138,234,1,13,193,240,131,11,213,238,61,220,43,212,218,225,139,87,22,125,119,182,45,160,232,5,170,188,150,99,27,65,67,174,183,196,178,237,99,129,5,211,25,202,85,53,45,89,127,198,18,36,88,192,185,85,160,51,119,173,104,178,48,110,29,10,245,165,140,76,66,163,16,75,40,116,214,156,126,235,39,20,141,52,141,150,154,168,67,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,106,221,193,188,93,127,150,55,228,48,220,247,181,198,146,236,84,178,69,225,67,186,103,206,206,251,89,165,109,6,219,79,0],[160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,0],[160,143,91,232,196,160,185,23,154,151,27,154,175,166,106,147,106,46,161,219,19,187,254,18,27,128,132,156,124,244,137,81,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,0],[160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,143,91,232,196,160,185,23,154,151,27,154,175,166,106,147,106,46,161,219,19,187,254,18,27,128,132,156,124,244,137,81,91,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128],[248,209,160,249,106,58,189,76,35,27,92,144,238,228,49,229,35,245,122,52,236,45,191,198,211,47,226,193,68,21,87,136,171,68,113,128,128,128,160,210,4,215,96,67,88,156,141,228,215,51,148,114,240,225,138,222,198,174,112,247,79,118,197,80,143,142,116,115,157,224,55,160,106,221,193,188,93,127,150,55,228,48,220,247,181,198,146,236,84,178,69,225,67,186,103,206,206,251,89,165,109,6,219,79,128,128,160,151,77,179,161,157,67,153,236,254,150,78,65,248,154,213,7,129,159,109,87,98,58,86,40,16,222,202,252,213,113,229,146,160,110,226,218,188,169,146,193,99,73,154,48,126,4,221,69,243,169,81,13,206,205,212,83,67,41,228,104,221,219,55,246,164,128,128,160,153,39,180,158,24,35,3,114,153,226,127,153,192,119,29,73,173,131,131,176,223,32,234,177,41,202,201,225,30,83,239,1,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,131,194,182,60,87,149,120,38,223,78,36,235,129,201],"key":[209,49,125,95,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,236,190,103,242,243,153,13,197,228,255,239,243,229,16,134,47,205,11,164,131,132,165,141,107,241,23,225,152,230,12,18,138,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,243,246,110,59,75,187,132,138,45,198,39,69,10,77,28,226,194,180,158,203,154,37,59,160,169,54,113,155,37,47,65,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,0,0,0,0]],"keccak_data":[[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,236,190,103,242,243,153,13,197,228,255,239,243,229,16,134,47,205,11,164,131,132,165,141,107,241,23,225,152,230,12,18,138,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,178,176,146,242,11,155,148,162,43,11,65,251,19,109,154,99,60,23,37,17,112,125,232,238,100,190,182,181,184,70,248,68,128,128,160,164,243,246,110,59,75,187,132,138,45,198,39,69,10,77,28,226,194,180,158,203,154,37,59,160,169,54,113,155,37,47,65,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,131,194,182,60,87,149,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,177],[249,1,177]]}},"account":null,"storage":null,"values":[[160,30,94,178,197,109,105,152,92,42,148,67,98,233,126,91,17,202,80,78,166,13,86,103,196,108,61,40,62,12,108,243,194,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,0],[160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,0],[160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,0],[160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,0],[160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,0],[160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,0],[160,158,187,142,14,223,29,147,80,109,131,97,213,8,154,74,77,91,245,254,185,234,90,138,240,17,14,1,238,151,171,165,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,177,128,160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,128,160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,128,160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,160,158,187,142,14,223,29,147,80,109,131,97,213,8,154,74,77,91,245,254,185,234,90,138,240,17,14,1,238,151,171,165,235,128],[249,1,177,128,160,103,86,38,45,18,209,202,240,178,167,20,214,192,218,98,9,175,165,51,173,58,104,39,96,212,140,47,107,29,100,8,77,128,160,0,83,46,124,39,53,182,96,42,203,117,106,63,122,138,13,52,237,146,164,136,224,212,68,107,41,11,119,117,15,215,154,160,23,102,52,200,98,114,38,122,83,233,98,204,252,71,26,231,118,138,45,84,252,163,193,168,190,0,84,147,204,1,122,51,160,7,177,110,245,167,89,126,150,180,194,238,186,23,49,39,251,177,80,25,57,108,211,51,78,232,203,183,217,157,171,199,87,128,160,30,226,64,64,16,102,209,46,134,98,120,190,3,129,231,254,139,39,0,216,144,238,73,202,82,122,246,9,172,127,49,90,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,62,181,184,192,67,70,231,207,152,153,67,194,159,201,227,248,212,1,122,168,208,226,13,237,230,139,167,136,130,142,13,81,160,148,85,143,77,133,75,185,121,254,42,231,1,254,211,192,42,11,93,73,59,161,116,151,99,197,159,163,155,218,77,241,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,96,242,147,143,176,102,155,77,27,72,218,168,186,127,97,177,49,222,211,177,38,17,128,125,69,10,167,170,203,79,212,42,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,160,10,26,22,160,6,153,127,42,213,128,136,180,110,56,205,186,208,25,224,221,226,133,62,154,83,249,139,28,74,74,22,16,160,30,94,178,197,109,105,152,92,42,148,67,98,233,126,91,17,202,80,78,166,13,86,103,196,108,61,40,62,12,108,243,194,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,255,153,127,253,189,106,79,64,234,173,180,2,221,50,191,217,252,158,56,31,44,151,85,153,234,148,225,185,234,146,49,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,0],[160,111,36,57,170,6,218,93,172,193,213,246,95,229,193,119,136,235,105,26,147,224,78,125,80,136,120,34,207,101,212,150,140,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,105,123,92,68,72,245,18,94,83,115,181,24,162,144,213,165,208,153,115,15,186,54,218,34,201,201,189,65,43,16,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,167,189,182,202,143,72,218,156,79,159,112,208,113,176,251,7,38,203,160,154,245,157,40,46,78,181,165,145,188,139,12,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,160,111,36,57,170,6,218,93,172,193,213,246,95,229,193,119,136,235,105,26,147,224,78,125,80,136,120,34,207,101,212,150,140,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,128,128,128,160,212,173,36,244,71,83,248,199,226,80,120,201,229,122,7,181,246,202,35,39,44,183,120,4,253,181,251,195,139,230,9,206,160,255,153,127,253,189,106,79,64,234,173,180,2,221,50,191,217,252,158,56,31,44,151,85,153,234,148,225,185,234,146,49,81,128,128],[226,16,160,172,105,123,92,68,72,245,18,94,83,115,181,24,162,144,213,165,208,153,115,15,186,54,218,34,201,201,189,65,43,16,64],[226,16,160,197,167,189,182,202,143,72,218,156,79,159,112,208,113,176,251,7,38,203,160,154,245,157,40,46,78,181,165,145,188,139,12]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97],"key":[240,236,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155],"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[28],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,28],[225,159,60,183,93,209,130,8,68,197,123,103,98,35,61,78,38,133,59,58,123,129,87,187,217,244,31,40,10,15,28,238,155,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel2.json index 1365781aba..1b5cd24353 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionOneKeyByteSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,54,179,159,61,164,213,56,141,247,227,214,100,112,69,236,156,81,36,31,223,151,41,91,157,37,94,195,199,193,213,211,252,0],[160,84,223,48,23,250,220,164,145,21,248,253,141,153,181,185,64,213,46,57,236,51,32,58,124,135,92,248,123,249,57,126,15,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,250,181,151,10,164,88,200,148,9,23,153,250,80,11,137,76,15,66,103,222,79,160,248,20,100,7,113,228,3,147,235,119,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,250,181,151,10,164,88,200,148,9,23,153,250,80,11,137,76,15,66,103,222,79,160,248,20,100,7,113,228,3,147,235,119,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,95,1,11,74,249,59,44,16,126,232,246,252,143,212,53,224,163,175,86,197,35,160,3,52,68,119,214,79,133,222,203,250,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,95,1,11,74,249,59,44,16,126,232,246,252,143,212,53,224,163,175,86,197,35,160,3,52,68,119,214,79,133,222,203,250,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,122,114,237,140,219,94,139,155,152,190,200,182,53,246,93,74,213,214,219,98,101,109,78,214,10,215,41,29,155,146,63,187,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,122,114,237,140,219,94,139,155,152,190,200,182,53,246,93,74,213,214,219,98,101,109,78,214,10,215,41,29,155,146,63,187,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,246,171,192,17,80,203,33,221,12,33,73,218,233,59,119,89,71,34,197,166,74,69,176,110,133,114,227,54,143,26,151,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,125,246,171,192,17,80,203,33,221,12,33,73,218,233,59,119,89,71,34,197,166,74,69,176,110,133,114,227,54,143,26,151,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,20,106,170,18,16,11,150,190,193,106,85,69,123,166,102,183,199,172,76,20,56,136,197,213,142,209,174,120,145,43,55,17,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,20,106,170,18,16,11,150,190,193,106,85,69,123,166,102,183,199,172,76,20,56,136,197,213,142,209,174,120,145,43,55,17,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,61,251,181,242,140,20,239,76,239,243,233,9,110,80,177,88,254,63,242,219,97,183,117,223,33,215,103,204,233,68,47,7,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,251,181,242,140,20,239,76,239,243,233,9,110,80,177,88,254,63,242,219,97,183,117,223,33,215,103,204,233,68,47,7,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,208,108,90,25,229,50,155,194,177,66,242,8,221,189,215,225,98,169,90,187,34,65,36,152,14,147,206,220,51,1,13,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,208,108,90,25,229,50,155,194,177,66,242,8,221,189,215,225,98,169,90,187,34,65,36,152,14,147,206,220,51,1,13,199,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,26,120,82,131,157,164,127,56,228,104,250,50,95,18,167,8,39,184,168,244,151,16,77,146,185,44,203,229,2,221,236,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,124,26,120,82,131,157,164,127,56,228,104,250,50,95,18,167,8,39,184,168,244,151,16,77,146,185,44,203,229,2,221,236,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,18,119,139,12,240,128,110,117,194,13,180,80,241,67,175,107,156,90,217,107,252,142,177,134,187,40,107,215,240,60,255,36,0],[160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,0],[160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,0],[160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,0],[160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,0],[160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,0],[160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,0],[160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,0],[160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,0],[160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,0],[160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,0],[160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,0],[160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,0],[160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,0],[160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,0],[160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,0],[160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128],[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,18,119,139,12,240,128,110,117,194,13,180,80,241,67,175,107,156,90,217,107,252,142,177,134,187,40,107,215,240,60,255,36,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,136,206,75,241,0,165,169,149,117,68,90,58,147,15,137,166,35,167,185,73,111,111,1,1,224,141,52,122,148,13,249,4,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,0],[160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,0],[160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,0],[160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,0],[160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,136,206,75,241,0,165,169,149,117,68,90,58,147,15,137,166,35,167,185,73,111,111,1,1,224,141,52,122,148,13,249,4,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,10,104,121,120,96,6,142,94,79,164,31,129,20,73,196,58,151,195,222,45,231,182,131,149,29,180,140,172,105,8,70,142,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,10,104,121,120,96,6,142,94,79,164,31,129,20,73,196,58,151,195,222,45,231,182,131,149,29,180,140,172,105,8,70,142,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,120,20,4,145,92,63,196,44,93,176,216,52,56,52,94,47,191,206,67,77,134,250,212,78,119,132,71,197,32,248,229,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128],[226,23,160,239,120,20,4,145,92,63,196,44,93,176,216,52,56,52,94,47,191,206,67,77,134,250,212,78,119,132,71,197,32,248,229]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[130,2,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,131,130,2,133],[224,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,54,179,159,61,164,213,56,141,247,227,214,100,112,69,236,156,81,36,31,223,151,41,91,157,37,94,195,199,193,213,211,252,0],[160,84,223,48,23,250,220,164,145,21,248,253,141,153,181,185,64,213,46,57,236,51,32,58,124,135,92,248,123,249,57,126,15,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,250,181,151,10,164,88,200,148,9,23,153,250,80,11,137,76,15,66,103,222,79,160,248,20,100,7,113,228,3,147,235,119,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,167,151,5,29,17,227,112,120,220,76,167,5,31,48,238,42,218,44,123,4,251,93,145,48,164,12,97,186,166,146,187,56,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,250,181,151,10,164,88,200,148,9,23,153,250,80,11,137,76,15,66,103,222,79,160,248,20,100,7,113,228,3,147,235,119,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,95,1,11,74,249,59,44,16,126,232,246,252,143,212,53,224,163,175,86,197,35,160,3,52,68,119,214,79,133,222,203,250,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,108,100,16,239,143,223,176,117,172,111,57,10,135,153,27,63,77,11,170,247,58,37,188,185,60,51,247,73,236,253,169,33,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,95,1,11,74,249,59,44,16,126,232,246,252,143,212,53,224,163,175,86,197,35,160,3,52,68,119,214,79,133,222,203,250,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,122,114,237,140,219,94,139,155,152,190,200,182,53,246,93,74,213,214,219,98,101,109,78,214,10,215,41,29,155,146,63,187,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,41,120,139,152,77,177,209,163,251,86,56,110,91,133,48,219,84,61,35,168,197,183,209,12,192,6,94,59,173,60,160,174,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,122,114,237,140,219,94,139,155,152,190,200,182,53,246,93,74,213,214,219,98,101,109,78,214,10,215,41,29,155,146,63,187,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,246,171,192,17,80,203,33,221,12,33,73,218,233,59,119,89,71,34,197,166,74,69,176,110,133,114,227,54,143,26,151,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,53,84,133,174,116,94,41,6,85,129,119,229,230,193,188,123,41,20,118,167,127,74,171,217,108,64,156,67,204,33,116,201,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,125,246,171,192,17,80,203,33,221,12,33,73,218,233,59,119,89,71,34,197,166,74,69,176,110,133,114,227,54,143,26,151,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,20,106,170,18,16,11,150,190,193,106,85,69,123,166,102,183,199,172,76,20,56,136,197,213,142,209,174,120,145,43,55,17,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,118,160,183,246,222,81,81,110,178,28,67,171,144,85,193,24,86,90,191,175,156,176,49,241,181,29,151,58,69,17,153,247,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,20,106,170,18,16,11,150,190,193,106,85,69,123,166,102,183,199,172,76,20,56,136,197,213,142,209,174,120,145,43,55,17,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,61,251,181,242,140,20,239,76,239,243,233,9,110,80,177,88,254,63,242,219,97,183,117,223,33,215,103,204,233,68,47,7,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,109,224,56,165,245,64,137,152,181,215,104,250,196,136,153,125,159,66,122,124,73,180,198,62,12,247,125,2,26,120,32,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,61,251,181,242,140,20,239,76,239,243,233,9,110,80,177,88,254,63,242,219,97,183,117,223,33,215,103,204,233,68,47,7,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,208,108,90,25,229,50,155,194,177,66,242,8,221,189,215,225,98,169,90,187,34,65,36,152,14,147,206,220,51,1,13,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,53,121,2,248,88,112,144,252,89,104,248,103,3,186,223,144,16,249,254,171,166,207,57,215,153,238,158,125,169,169,8,144,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,208,108,90,25,229,50,155,194,177,66,242,8,221,189,215,225,98,169,90,187,34,65,36,152,14,147,206,220,51,1,13,199,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,26,120,82,131,157,164,127,56,228,104,250,50,95,18,167,8,39,184,168,244,151,16,77,146,185,44,203,229,2,221,236,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,15,108,88,107,194,189,15,82,236,209,78,97,30,50,118,96,132,240,202,106,51,130,176,90,228,193,49,184,47,232,39,159,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,124,26,120,82,131,157,164,127,56,228,104,250,50,95,18,167,8,39,184,168,244,151,16,77,146,185,44,203,229,2,221,236,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,18,119,139,12,240,128,110,117,194,13,180,80,241,67,175,107,156,90,217,107,252,142,177,134,187,40,107,215,240,60,255,36,0],[160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,0],[160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,0],[160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,0],[160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,0],[160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,0],[160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,0],[160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,0],[160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,0],[160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,0],[160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,0],[160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,0],[160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,0],[160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,0],[160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,0],[160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,0],[160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,102,169,82,198,144,176,62,55,232,164,14,215,234,58,4,98,107,114,203,112,99,172,101,218,151,140,23,163,68,122,182,9,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128],[249,2,17,160,199,7,37,185,37,91,182,45,165,122,208,185,90,144,11,45,139,168,225,124,74,246,60,201,187,119,135,221,233,18,191,221,160,162,175,133,187,219,239,119,151,95,222,27,129,73,222,219,181,13,128,78,7,224,142,244,71,234,19,80,204,169,244,0,87,160,58,60,54,149,3,205,76,32,114,171,130,231,241,27,85,217,154,210,18,227,106,225,149,84,154,52,148,232,21,66,116,31,160,253,163,202,142,157,155,138,225,162,235,57,54,88,186,254,215,44,218,114,226,22,108,52,0,22,210,251,90,59,245,132,164,160,88,253,168,183,167,24,59,71,66,2,138,202,246,220,159,159,205,204,132,25,74,204,132,126,11,108,227,31,33,134,168,54,160,174,159,215,246,148,47,251,128,68,133,135,143,4,201,65,126,102,248,78,59,98,133,77,240,253,90,78,164,148,100,175,48,160,221,79,222,160,107,166,177,105,81,79,147,190,19,10,157,79,207,51,221,79,73,38,80,3,91,93,204,94,10,153,56,72,160,109,116,156,243,230,209,211,29,219,17,87,228,134,197,52,167,174,133,21,113,25,85,36,90,245,228,79,66,87,114,46,39,160,234,85,204,14,74,84,96,216,235,139,169,174,188,79,111,92,209,207,167,162,47,138,27,77,220,119,93,56,197,196,12,159,160,96,164,94,198,66,93,24,209,234,0,105,195,26,66,85,188,155,170,172,252,49,109,111,151,41,55,125,131,148,93,100,107,160,18,119,139,12,240,128,110,117,194,13,180,80,241,67,175,107,156,90,217,107,252,142,177,134,187,40,107,215,240,60,255,36,160,181,221,183,228,80,79,15,233,9,59,124,56,137,118,27,182,146,52,215,105,246,48,148,29,21,126,221,25,104,217,60,53,160,128,15,176,199,139,63,103,195,229,91,52,59,211,65,89,64,79,179,139,132,57,156,21,28,21,42,161,182,22,124,38,233,160,5,244,200,187,143,8,84,83,48,169,247,34,137,34,28,5,90,174,205,176,32,237,146,119,229,53,238,239,124,46,99,26,160,151,124,238,145,179,177,25,87,187,254,224,157,186,53,78,237,65,4,242,28,27,232,57,35,54,116,143,141,142,222,173,47,160,153,204,205,170,68,197,244,33,216,144,97,187,247,155,14,237,83,136,150,151,80,184,49,215,91,219,88,84,53,99,129,161,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,136,206,75,241,0,165,169,149,117,68,90,58,147,15,137,166,35,167,185,73,111,111,1,1,224,141,52,122,148,13,249,4,0],[160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,0],[160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,0],[160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,0],[160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,0],[160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,0],[160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,0],[160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,0],[160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,0],[160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,0],[160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,0],[160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,0],[160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,0],[160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,0],[160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,0],[160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,0],[160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,226,205,145,71,162,229,17,220,159,79,102,59,146,46,141,196,50,199,6,111,103,207,136,90,253,2,218,84,150,191,222,40,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128],[249,2,17,160,10,11,149,12,142,202,194,193,83,24,24,104,171,96,161,219,119,65,137,93,44,91,87,80,60,110,159,30,86,188,100,10,160,39,121,230,39,167,161,129,53,122,169,245,140,52,23,2,36,165,188,119,4,45,196,106,160,65,112,91,107,79,132,116,69,160,88,185,52,166,252,165,200,178,180,95,208,36,154,103,209,50,6,89,195,66,174,93,158,61,84,76,85,250,207,133,47,240,160,213,56,164,23,6,58,156,182,33,182,7,204,68,61,175,98,92,118,160,197,33,115,111,122,107,128,91,161,33,6,92,45,160,202,229,249,81,1,238,228,32,21,81,101,141,32,137,53,56,45,123,217,147,25,161,92,21,136,222,179,159,179,72,221,134,160,201,122,133,107,231,72,116,35,25,99,12,164,48,114,64,245,167,84,164,45,115,146,165,202,133,239,107,149,81,13,134,245,160,87,74,180,16,9,104,174,153,216,77,218,72,245,5,40,122,105,82,214,193,144,67,110,184,80,173,207,63,61,132,109,190,160,166,32,30,7,57,227,117,143,123,252,126,139,162,83,233,9,244,31,101,60,140,116,90,216,231,11,180,90,7,219,55,197,160,154,7,28,59,219,138,240,13,116,245,19,62,193,183,80,141,59,142,71,8,159,225,139,241,102,204,162,22,53,83,177,27,160,66,157,164,229,190,190,234,127,138,65,178,206,129,97,252,116,91,153,125,45,178,214,153,145,25,34,42,100,35,67,168,163,160,189,109,204,118,60,183,213,130,243,213,244,177,200,6,208,183,250,103,85,108,253,44,119,226,37,78,5,61,255,98,56,43,160,136,206,75,241,0,165,169,149,117,68,90,58,147,15,137,166,35,167,185,73,111,111,1,1,224,141,52,122,148,13,249,4,160,68,226,216,228,251,200,128,183,129,191,190,61,165,153,127,206,178,129,208,179,201,118,24,231,116,183,5,84,244,55,137,70,160,53,253,129,135,137,7,110,91,48,159,136,47,210,40,105,124,20,137,53,163,88,15,219,11,222,189,127,93,212,239,229,80,160,80,196,130,226,110,59,147,107,181,45,5,32,36,0,237,119,119,241,111,26,118,253,135,226,12,157,195,107,246,156,102,70,160,97,63,230,41,76,222,85,238,51,105,73,255,26,35,32,204,38,127,237,83,222,99,57,216,142,26,203,127,252,16,25,160,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,113],[248,113]]}},"account":null,"storage":null,"values":[[160,10,104,121,120,96,6,142,94,79,164,31,129,20,73,196,58,151,195,222,45,231,182,131,149,29,180,140,172,105,8,70,142,0],[160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,43,18,36,196,118,46,248,92,235,12,107,111,221,183,28,61,72,129,61,66,149,22,75,46,79,128,52,90,28,242,79,159,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128],[248,113,160,60,80,140,101,244,4,77,149,17,207,109,243,185,27,241,96,205,177,239,22,0,195,169,22,184,150,243,12,212,246,2,222,128,128,128,160,10,104,121,120,96,6,142,94,79,164,31,129,20,73,196,58,151,195,222,45,231,182,131,149,29,180,140,172,105,8,70,142,128,128,128,160,249,11,221,110,180,103,29,12,225,173,122,7,115,205,15,36,44,225,3,76,172,102,80,84,169,252,251,117,62,71,3,220,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[226]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,120,20,4,145,92,63,196,44,93,176,216,52,56,52,94,47,191,206,67,77,134,250,212,78,119,132,71,197,32,248,229,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,160,228,109,34,102,28,235,59,123,49,11,58,169,170,107,94,136,43,144,138,26,216,79,148,120,25,223,117,221,172,143,191,144,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[248,81,128,128,128,128,128,128,128,160,133,134,90,223,35,73,209,110,1,223,227,204,245,218,138,192,201,42,56,120,124,233,147,37,210,59,140,211,26,157,153,76,128,128,128,128,160,40,175,194,55,133,111,153,12,72,141,81,152,48,181,135,221,4,182,4,94,221,55,10,244,161,19,55,119,145,105,0,224,128,128,128,128],[226,23,160,8,176,198,35,154,142,101,60,122,190,28,220,186,172,13,41,87,208,78,180,0,170,50,74,42,254,1,175,135,116,210,128],[226,23,160,239,120,20,4,145,92,63,196,44,93,176,216,52,56,52,94,47,191,206,67,77,134,250,212,78,119,132,71,197,32,248,229]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68],"key":[171,71,114,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159],"list_rlp_bytes":[[227],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[130,2,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,131,130,2,133],[224,158,50,101,111,62,204,197,79,253,187,249,55,237,203,119,129,118,111,30,207,108,4,216,19,202,228,181,220,226,52,159,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,166,68]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytes.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytes.json index b8a08e666e..fee3f5e395 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytes.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytes.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,83,105,177,251,235,15,239,220,202,145,227,144,20,223,4,227,242,63,180,249,236,25,194,148,197,107,54,188,205,55,119,222,0],[160,252,38,212,161,172,30,11,77,70,125,110,67,186,200,144,232,244,164,160,205,108,72,253,231,32,171,207,102,42,108,244,252,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,19,161,10,168,22,122,91,138,200,34,215,117,180,51,103,225,91,180,212,115,139,123,14,139,207,0,28,234,124,113,224,17,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,114,226,214,239,95,248,72,111,193,223,222,87,60,8,216,29,250,120,11,136,184,173,34,247,68,216,8,209,252,230,50,127,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,114,226,214,239,95,248,72,111,193,223,222,87,60,8,216,29,250,120,11,136,184,173,34,247,68,216,8,209,252,230,50,127,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,19,161,10,168,22,122,91,138,200,34,215,117,180,51,103,225,91,180,212,115,139,123,14,139,207,0,28,234,124,113,224,17,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,229,122,223,56,21,165,220,23,154,66,11,35,41,245,86,159,162,204,26,42,204,55,71,98,85,114,50,145,0,196,78,0],[160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,0],[160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,0],[160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,0],[160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,0],[160,118,94,17,19,255,147,54,185,4,181,29,153,10,16,53,77,71,153,38,142,114,26,112,56,213,151,28,158,89,223,96,110,0],[160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,0],[160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,0],[160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,0],[160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,0],[160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,0],[160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,0],[160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,0],[160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,0],[160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,0],[160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,0],[160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,160,118,94,17,19,255,147,54,185,4,181,29,153,10,16,53,77,71,153,38,142,114,26,112,56,213,151,28,158,89,223,96,110,160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,128],[249,2,17,160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,160,193,229,122,223,56,21,165,220,23,154,66,11,35,41,245,86,159,162,204,26,42,204,55,71,98,85,114,50,145,0,196,78,160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,92,79,210,183,49,95,158,225,32,208,230,250,3,8,83,216,9,214,118,158,66,8,25,49,138,26,18,249,85,111,250,35,0],[160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,0],[160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,0],[160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,0],[160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,0],[160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,0],[160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,0],[160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,0],[160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,0],[160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,0],[160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,0],[160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,0],[160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,0],[160,230,118,218,16,99,232,81,91,243,55,112,148,9,164,226,121,167,121,124,137,244,181,16,19,239,196,155,87,96,66,54,71,0],[160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,0],[160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,0],[160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,160,230,118,218,16,99,232,81,91,243,55,112,148,9,164,226,121,167,121,124,137,244,181,16,19,239,196,155,87,96,66,54,71,160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,128],[249,2,17,160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,160,92,79,210,183,49,95,158,225,32,208,230,250,3,8,83,216,9,214,118,158,66,8,25,49,138,26,18,249,85,111,250,35,160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,3,155,233,83,164,88,127,201,188,244,203,47,41,245,247,88,254,119,117,12,127,3,141,241,172,160,216,94,194,107,97,161,0],[160,80,111,39,192,57,71,205,150,91,47,32,151,87,105,195,226,11,169,139,170,26,65,212,78,175,51,167,239,15,49,146,20,0],[160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,0],[160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,0],[160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,0],[160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,0],[160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,0],[160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,0],[160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,0],[160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,0],[160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,0],[160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,0],[160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,0],[160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,0],[160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,0],[160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,0],[160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,111,39,192,57,71,205,150,91,47,32,151,87,105,195,226,11,169,139,170,26,65,212,78,175,51,167,239,15,49,146,20,160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,128],[249,2,17,160,3,155,233,83,164,88,127,201,188,244,203,47,41,245,247,88,254,119,117,12,127,3,141,241,172,160,216,94,194,107,97,161,160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,36,192,217,188,159,110,176,125,244,57,86,134,94,233,33,102,98,135,70,93,220,68,179,212,65,6,57,250,85,211,70,69,0],[160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,0],[160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,0],[160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,0],[160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,0],[160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,0],[160,94,115,232,35,140,182,181,11,110,16,58,178,154,153,208,158,218,240,173,247,31,217,75,135,83,0,170,164,9,36,91,183,0],[160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,0],[160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,0],[160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,0],[160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,0],[160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,0],[160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,0],[160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,0],[160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,0],[160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,0],[160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,160,94,115,232,35,140,182,181,11,110,16,58,178,154,153,208,158,218,240,173,247,31,217,75,135,83,0,170,164,9,36,91,183,160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,128],[249,2,17,160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,160,36,192,217,188,159,110,176,125,244,57,86,134,94,233,33,102,98,135,70,93,220,68,179,212,65,6,57,250,85,211,70,69,160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,132,170,48,213,226,220,34,72,51,25,102,112,181,212,72,88,77,71,200,164,207,106,16,128,70,8,182,123,10,111,137,103,0],[160,62,113,94,197,221,22,152,46,12,48,147,231,12,189,10,21,206,96,163,20,65,238,184,127,118,109,39,35,201,195,91,172,0],[160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,0],[160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,0],[160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,0],[160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,0],[160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,0],[160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,0],[160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,0],[160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,0],[160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,0],[160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,0],[160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,0],[160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,0],[160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,0],[160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,0],[160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,113,94,197,221,22,152,46,12,48,147,231,12,189,10,21,206,96,163,20,65,238,184,127,118,109,39,35,201,195,91,172,160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,128],[249,2,17,160,132,170,48,213,226,220,34,72,51,25,102,112,181,212,72,88,77,71,200,164,207,106,16,128,70,8,182,123,10,111,137,103,160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,34,114,198,233,144,107,12,103,7,9,133,12,114,63,107,64,89,89,79,199,51,43,224,46,42,225,169,117,70,50,87,248,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,0],[160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,0],[160,31,131,61,247,62,201,13,194,183,127,96,241,235,91,126,171,222,132,208,131,51,183,123,14,37,131,230,128,179,177,46,162,0],[160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,128,128,160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,128,160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,128,128,160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,160,31,131,61,247,62,201,13,194,183,127,96,241,235,91,126,171,222,132,208,131,51,183,123,14,37,131,230,128,179,177,46,162,160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,128,128,160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,128],[249,1,17,128,160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,128,128,160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,128,160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,128,128,160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,160,34,114,198,233,144,107,12,103,7,9,133,12,114,63,107,64,89,89,79,199,51,43,224,46,42,225,169,117,70,50,87,248,160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,128,128,160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,128]]},{"start":null,"extension_branch":null,"account":{"address":[228,192,80,182,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0],[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,69,29,222,188,116,0,200,112,125,13,229,154,251,45,113,238,151,15,16,37,114,130,183,158,221,125,65,8,145,172,187,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,140,195,78,49,253,90,22,115,223,163,104,142,203,224,95,235,35,132,182,149,90,249,248,37,127,173,100,203,12,70,143,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0]],"keccak_data":[[248,102,157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,184,70,248,68,128,128,160,205,69,29,222,188,116,0,200,112,125,13,229,154,251,45,113,238,151,15,16,37,114,130,183,158,221,125,65,8,145,172,187,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,184,70,248,68,128,128,160,21,140,195,78,49,253,90,22,115,223,163,104,142,203,224,95,235,35,132,182,149,90,249,248,37,127,173,100,203,12,70,143,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,63,111,163,58,104,39,122,79,147,228,39,159,102,147,231,160,189,92,108,64,44,66,137,63,150,109,55,92,29,54,15,251,0],[160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,0],[160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,0],[160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,0],[160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,0],[160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,0],[160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,0],[160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,0],[160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,0],[160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,0],[160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,0],[160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,0],[160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,0],[160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,0],[160,160,253,24,85,174,121,73,222,134,196,33,111,103,104,36,34,45,126,39,116,122,180,111,211,232,172,168,241,221,175,240,216,0],[160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,0],[160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,160,160,253,24,85,174,121,73,222,134,196,33,111,103,104,36,34,45,126,39,116,122,180,111,211,232,172,168,241,221,175,240,216,160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,128],[249,2,17,160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,160,63,111,163,58,104,39,122,79,147,228,39,159,102,147,231,160,189,92,108,64,44,66,137,63,150,109,55,92,29,54,15,251,160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,213,239,110,211,117,163,192,52,134,182,31,125,125,183,102,216,251,242,161,143,95,175,25,180,254,221,174,124,67,107,62,178,0],[160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,0],[160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,0],[160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,0],[160,239,209,2,156,187,216,143,201,100,199,94,248,37,222,121,130,124,8,8,102,54,62,58,130,172,64,19,111,161,132,103,103,0],[160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,0],[160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,0],[160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,0],[160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,0],[160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,0],[160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,0],[160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,0],[160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,0],[160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,0],[160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,128,160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,160,239,209,2,156,187,216,143,201,100,199,94,248,37,222,121,130,124,8,8,102,54,62,58,130,172,64,19,111,161,132,103,103,160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,128],[249,1,241,160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,128,160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,160,213,239,110,211,117,163,192,52,134,182,31,125,125,183,102,216,251,242,161,143,95,175,25,180,254,221,174,124,67,107,62,178,160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,113],[248,145]]}},"account":null,"storage":null,"values":[[160,69,146,78,218,71,94,162,185,1,71,206,242,93,206,37,208,20,192,240,225,140,98,109,147,99,126,80,13,28,77,53,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,128,128,128,128,128,128,160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,128,128,128,128,128,160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,128,160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,128],[248,145,128,128,128,128,128,128,128,160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,160,69,146,78,218,71,94,162,185,1,71,206,242,93,206,37,208,20,192,240,225,140,98,109,147,99,126,80,13,28,77,53,144,128,128,128,128,160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,128,160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,17],[225,159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,83,105,177,251,235,15,239,220,202,145,227,144,20,223,4,227,242,63,180,249,236,25,194,148,197,107,54,188,205,55,119,222,0],[160,252,38,212,161,172,30,11,77,70,125,110,67,186,200,144,232,244,164,160,205,108,72,253,231,32,171,207,102,42,108,244,252,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,19,161,10,168,22,122,91,138,200,34,215,117,180,51,103,225,91,180,212,115,139,123,14,139,207,0,28,234,124,113,224,17,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,114,226,214,239,95,248,72,111,193,223,222,87,60,8,216,29,250,120,11,136,184,173,34,247,68,216,8,209,252,230,50,127,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,114,226,214,239,95,248,72,111,193,223,222,87,60,8,216,29,250,120,11,136,184,173,34,247,68,216,8,209,252,230,50,127,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,19,161,10,168,22,122,91,138,200,34,215,117,180,51,103,225,91,180,212,115,139,123,14,139,207,0,28,234,124,113,224,17,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,193,229,122,223,56,21,165,220,23,154,66,11,35,41,245,86,159,162,204,26,42,204,55,71,98,85,114,50,145,0,196,78,0],[160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,0],[160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,0],[160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,0],[160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,0],[160,118,94,17,19,255,147,54,185,4,181,29,153,10,16,53,77,71,153,38,142,114,26,112,56,213,151,28,158,89,223,96,110,0],[160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,0],[160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,0],[160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,0],[160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,0],[160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,0],[160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,0],[160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,0],[160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,0],[160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,0],[160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,0],[160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,160,118,94,17,19,255,147,54,185,4,181,29,153,10,16,53,77,71,153,38,142,114,26,112,56,213,151,28,158,89,223,96,110,160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,128],[249,2,17,160,66,240,98,61,241,242,157,237,39,164,122,213,215,18,26,202,21,217,180,126,117,207,35,155,26,97,204,152,161,0,78,246,160,19,69,90,132,146,187,236,158,36,58,184,181,96,188,241,191,155,122,8,126,154,234,8,5,32,239,121,45,22,27,66,143,160,47,185,68,149,137,218,55,101,103,197,195,184,106,222,107,209,67,160,23,166,157,52,240,182,60,159,73,148,167,104,13,7,160,244,160,241,236,24,57,138,36,0,22,132,92,91,94,125,202,140,163,73,229,1,41,157,32,5,123,55,158,234,91,249,195,160,193,229,122,223,56,21,165,220,23,154,66,11,35,41,245,86,159,162,204,26,42,204,55,71,98,85,114,50,145,0,196,78,160,108,254,116,168,234,237,32,178,44,26,227,230,237,213,153,173,115,3,166,86,147,197,152,234,91,61,240,167,106,93,159,94,160,77,197,98,247,214,30,52,52,32,140,106,187,222,88,245,219,38,99,55,56,246,71,17,158,254,125,15,194,203,19,237,194,160,170,180,111,61,10,39,190,229,140,95,123,152,78,5,37,250,192,19,101,120,52,60,247,127,112,245,31,63,219,185,202,213,160,232,46,163,88,249,212,62,121,89,57,230,54,194,100,250,115,76,172,138,139,99,75,102,148,50,121,60,93,158,33,25,31,160,51,82,30,58,150,70,180,46,75,251,104,152,115,51,28,217,87,74,14,236,225,37,88,210,85,83,244,1,51,255,150,148,160,6,189,10,143,149,52,91,233,50,15,171,119,240,36,208,26,108,75,237,220,100,206,240,136,241,8,109,186,48,41,218,38,160,3,113,103,151,120,194,148,162,225,165,199,208,40,79,8,217,139,149,90,40,94,93,31,42,189,178,49,52,70,17,191,20,160,132,198,11,55,228,143,69,71,56,22,104,55,135,230,141,36,124,243,233,65,228,62,85,32,62,199,21,95,133,180,196,44,160,84,249,65,98,38,104,14,171,98,230,102,252,103,99,45,47,8,255,176,3,158,120,88,105,206,191,195,26,16,131,42,62,160,206,203,127,59,8,54,30,157,29,109,190,245,88,248,18,162,22,220,31,90,194,248,20,184,222,48,96,23,174,255,10,233,160,251,56,155,126,225,0,186,248,122,241,244,24,87,111,250,152,217,2,96,109,203,43,31,3,248,247,26,218,145,202,36,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,92,79,210,183,49,95,158,225,32,208,230,250,3,8,83,216,9,214,118,158,66,8,25,49,138,26,18,249,85,111,250,35,0],[160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,0],[160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,0],[160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,0],[160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,0],[160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,0],[160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,0],[160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,0],[160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,0],[160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,0],[160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,0],[160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,0],[160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,0],[160,230,118,218,16,99,232,81,91,243,55,112,148,9,164,226,121,167,121,124,137,244,181,16,19,239,196,155,87,96,66,54,71,0],[160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,0],[160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,0],[160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,160,230,118,218,16,99,232,81,91,243,55,112,148,9,164,226,121,167,121,124,137,244,181,16,19,239,196,155,87,96,66,54,71,160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,128],[249,2,17,160,136,4,41,90,85,27,225,197,211,59,225,227,173,235,200,235,183,14,65,182,140,144,142,56,198,178,215,218,180,64,84,49,160,158,225,7,253,217,103,211,242,222,245,243,138,193,19,86,106,155,53,208,185,49,111,121,6,62,46,93,50,169,188,141,239,160,65,122,22,148,145,130,179,40,145,238,10,229,242,111,243,207,243,159,107,161,250,40,65,231,62,82,118,47,189,134,203,164,160,1,140,31,59,76,219,194,223,240,231,225,203,205,113,59,250,31,160,57,21,16,151,215,129,17,21,211,183,59,245,155,81,160,8,11,57,196,45,104,162,228,40,170,39,231,62,160,132,9,126,86,69,85,166,79,187,192,174,112,230,112,56,167,30,181,160,48,88,72,65,22,112,111,112,6,149,67,243,3,88,70,185,219,36,163,210,202,16,152,247,230,13,170,137,81,249,132,59,160,39,188,27,158,134,197,235,174,57,146,106,34,202,248,70,205,29,149,253,65,99,234,191,19,135,182,99,72,121,119,33,26,160,253,32,84,75,184,201,8,54,117,74,68,160,84,238,208,49,73,37,221,87,129,105,126,5,46,8,184,38,211,163,215,154,160,60,19,209,101,251,82,99,8,131,75,204,81,36,219,220,129,132,137,139,198,75,4,62,15,46,84,189,131,141,195,233,25,160,183,160,32,14,0,238,178,163,239,155,151,15,161,58,159,0,150,148,252,249,33,73,133,167,11,72,228,184,230,89,49,237,160,15,199,201,157,197,86,20,27,131,182,205,11,110,178,247,8,42,36,103,132,37,185,157,100,195,209,128,34,44,74,179,42,160,221,193,188,193,15,68,50,45,188,169,173,7,135,8,249,152,229,211,151,109,239,52,63,40,70,232,60,219,197,127,213,145,160,92,79,210,183,49,95,158,225,32,208,230,250,3,8,83,216,9,214,118,158,66,8,25,49,138,26,18,249,85,111,250,35,160,184,144,225,138,173,21,9,23,80,46,45,182,3,213,232,17,93,48,224,188,58,165,137,167,211,188,115,107,85,134,217,147,160,57,145,118,123,14,182,158,87,154,186,121,66,150,246,124,138,253,142,132,116,35,244,62,83,202,105,178,4,152,228,211,177,160,133,178,128,172,81,77,211,127,227,101,138,244,183,104,180,75,26,47,117,202,121,146,47,8,233,100,217,138,59,69,198,76,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,3,155,233,83,164,88,127,201,188,244,203,47,41,245,247,88,254,119,117,12,127,3,141,241,172,160,216,94,194,107,97,161,0],[160,80,111,39,192,57,71,205,150,91,47,32,151,87,105,195,226,11,169,139,170,26,65,212,78,175,51,167,239,15,49,146,20,0],[160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,0],[160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,0],[160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,0],[160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,0],[160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,0],[160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,0],[160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,0],[160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,0],[160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,0],[160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,0],[160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,0],[160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,0],[160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,0],[160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,0],[160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,111,39,192,57,71,205,150,91,47,32,151,87,105,195,226,11,169,139,170,26,65,212,78,175,51,167,239,15,49,146,20,160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,128],[249,2,17,160,3,155,233,83,164,88,127,201,188,244,203,47,41,245,247,88,254,119,117,12,127,3,141,241,172,160,216,94,194,107,97,161,160,102,23,150,62,164,75,45,71,20,168,89,176,120,26,23,82,171,202,18,179,219,49,17,71,12,225,2,153,34,15,26,154,160,155,204,180,22,163,205,99,47,25,99,66,241,239,105,167,143,157,217,251,219,138,137,183,72,18,180,142,42,224,32,220,234,160,212,159,163,119,133,85,171,231,171,237,204,39,14,195,1,188,223,96,118,69,213,201,22,43,38,57,37,138,60,114,146,89,160,67,156,214,40,57,148,31,139,227,148,165,77,54,40,164,62,104,94,217,161,245,146,252,12,193,6,14,98,180,133,155,24,160,179,58,136,222,225,237,223,230,196,104,203,56,247,214,255,170,177,216,117,50,152,55,2,77,33,28,186,78,228,160,58,148,160,91,178,80,246,177,91,95,45,0,214,11,208,168,155,186,21,34,85,199,116,77,29,103,78,152,222,138,137,40,88,201,43,160,180,43,103,10,57,121,30,178,244,7,237,110,62,37,10,143,34,146,133,150,119,77,77,91,186,34,25,117,68,155,162,125,160,2,138,96,230,64,24,164,74,12,96,210,155,221,197,71,147,55,187,54,143,7,201,27,80,163,175,249,156,85,100,12,167,160,50,118,206,63,182,162,229,165,133,48,187,125,118,22,57,70,242,179,194,238,215,206,193,208,134,170,64,153,91,172,74,118,160,240,213,192,63,242,149,234,58,181,32,128,190,172,96,114,121,240,184,248,99,129,31,19,145,4,103,189,206,150,170,114,132,160,119,167,217,52,160,223,96,163,162,224,42,13,24,103,26,23,156,176,188,122,247,130,13,125,223,127,104,240,90,201,130,104,160,69,89,27,67,248,61,252,230,190,129,90,230,245,138,209,87,25,197,21,6,45,92,164,204,201,68,249,211,14,32,152,173,160,255,59,113,110,6,15,125,224,56,75,79,73,102,175,7,38,47,253,41,54,250,79,142,222,3,255,79,39,248,49,227,187,160,137,166,168,139,215,143,200,226,94,38,139,82,160,24,69,124,78,116,14,172,208,128,115,160,63,153,180,229,177,232,63,84,160,208,114,30,38,51,186,56,145,183,87,95,241,216,101,106,228,187,156,123,239,90,188,185,255,48,137,149,203,106,17,170,65,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,36,192,217,188,159,110,176,125,244,57,86,134,94,233,33,102,98,135,70,93,220,68,179,212,65,6,57,250,85,211,70,69,0],[160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,0],[160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,0],[160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,0],[160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,0],[160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,0],[160,94,115,232,35,140,182,181,11,110,16,58,178,154,153,208,158,218,240,173,247,31,217,75,135,83,0,170,164,9,36,91,183,0],[160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,0],[160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,0],[160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,0],[160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,0],[160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,0],[160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,0],[160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,0],[160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,0],[160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,0],[160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,160,94,115,232,35,140,182,181,11,110,16,58,178,154,153,208,158,218,240,173,247,31,217,75,135,83,0,170,164,9,36,91,183,160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,128],[249,2,17,160,207,100,82,234,240,214,71,33,36,108,182,148,0,137,24,213,134,49,150,146,173,2,242,86,186,245,81,241,241,105,20,60,160,149,140,167,213,25,80,78,203,127,44,128,235,77,210,68,37,233,208,178,22,240,207,35,127,160,54,87,142,208,37,32,39,160,151,88,191,251,143,169,46,178,50,39,169,141,58,141,33,163,20,130,170,49,142,70,52,179,152,195,221,17,243,92,181,90,160,185,93,236,74,50,12,95,206,176,169,166,93,83,18,190,75,217,77,233,36,27,230,165,0,13,169,32,2,9,104,238,34,160,98,30,149,78,245,146,159,65,219,125,69,145,57,144,162,141,126,153,88,198,5,182,7,124,151,248,216,153,186,51,40,66,160,36,192,217,188,159,110,176,125,244,57,86,134,94,233,33,102,98,135,70,93,220,68,179,212,65,6,57,250,85,211,70,69,160,138,63,191,242,211,182,153,129,220,138,117,201,142,16,233,164,238,218,84,169,79,23,65,79,67,170,172,146,139,177,238,202,160,16,2,8,30,155,41,188,123,122,224,85,0,17,110,233,73,61,62,175,252,198,232,91,7,128,189,234,80,36,46,52,177,160,20,147,51,210,76,175,132,196,10,214,184,171,69,62,121,147,21,92,93,214,241,73,0,86,78,59,173,127,40,164,48,187,160,245,56,39,186,240,101,101,19,193,46,125,76,220,141,71,81,227,251,172,181,122,202,119,157,218,236,1,126,11,217,127,80,160,51,128,194,1,20,27,20,244,154,228,28,39,230,218,24,255,75,177,35,86,211,111,177,151,116,26,179,27,21,111,13,197,160,37,68,106,68,211,6,157,225,103,91,18,140,149,194,233,182,89,223,42,131,185,253,100,0,93,59,133,247,159,230,208,249,160,64,225,216,226,0,17,1,206,118,156,228,82,77,166,163,145,94,38,52,70,223,208,141,171,194,90,140,200,152,44,253,172,160,146,48,234,62,172,183,213,148,172,44,120,127,193,196,230,222,182,183,162,67,227,29,224,42,225,215,6,243,194,31,223,9,160,29,11,223,38,76,40,205,217,156,108,62,84,91,141,101,59,85,37,249,193,154,235,45,223,208,205,19,31,66,181,104,10,160,111,99,254,106,175,247,0,21,118,230,107,204,136,13,41,195,78,66,12,246,129,239,16,117,87,124,21,105,109,140,20,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,132,170,48,213,226,220,34,72,51,25,102,112,181,212,72,88,77,71,200,164,207,106,16,128,70,8,182,123,10,111,137,103,0],[160,62,113,94,197,221,22,152,46,12,48,147,231,12,189,10,21,206,96,163,20,65,238,184,127,118,109,39,35,201,195,91,172,0],[160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,0],[160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,0],[160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,0],[160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,0],[160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,0],[160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,0],[160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,0],[160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,0],[160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,0],[160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,0],[160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,0],[160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,0],[160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,0],[160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,0],[160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,113,94,197,221,22,152,46,12,48,147,231,12,189,10,21,206,96,163,20,65,238,184,127,118,109,39,35,201,195,91,172,160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,128],[249,2,17,160,132,170,48,213,226,220,34,72,51,25,102,112,181,212,72,88,77,71,200,164,207,106,16,128,70,8,182,123,10,111,137,103,160,191,146,88,34,191,196,176,57,3,112,90,110,49,68,9,151,113,76,31,72,21,102,76,18,211,56,223,172,204,184,114,189,160,169,126,69,70,84,63,209,85,155,52,32,238,250,194,147,46,110,181,149,132,98,5,191,249,58,22,210,219,9,219,178,28,160,51,151,215,86,243,99,23,80,178,69,0,75,164,227,250,17,178,74,76,37,240,120,123,75,60,143,66,35,198,104,26,4,160,163,6,25,4,221,176,56,243,208,110,128,195,94,104,191,147,106,206,24,57,218,89,92,12,124,170,101,152,205,12,23,119,160,23,203,16,59,19,233,76,180,193,16,90,174,30,225,54,116,98,180,174,248,175,135,97,242,0,170,247,89,195,240,71,33,160,77,121,20,180,179,21,169,15,79,226,30,227,216,134,163,213,232,155,128,96,198,17,165,171,57,70,20,15,150,179,23,187,160,66,182,224,205,39,14,110,74,120,147,136,237,249,64,91,128,60,150,158,254,168,121,40,18,92,64,111,210,224,46,120,73,160,230,142,17,81,205,141,43,35,4,48,43,137,113,27,125,85,42,95,61,46,149,91,229,165,16,95,184,135,173,155,56,54,160,195,12,148,58,227,59,40,62,89,254,0,122,79,30,35,252,208,111,113,149,50,231,0,95,22,153,90,185,149,148,230,1,160,44,67,113,159,218,49,37,239,229,213,217,202,103,132,11,237,82,182,161,2,116,250,212,160,106,50,56,205,135,16,218,221,160,73,186,184,22,205,182,142,51,119,205,124,165,98,73,85,113,191,176,74,116,27,107,135,140,42,92,51,137,212,43,54,79,160,93,172,77,82,77,96,128,97,103,184,201,247,155,229,151,110,29,236,92,69,206,134,20,240,239,109,169,110,236,171,68,105,160,11,118,56,118,174,197,178,35,145,158,180,175,153,154,76,91,199,91,205,8,149,244,161,232,194,90,114,199,203,46,9,223,160,144,119,154,99,105,202,198,156,82,157,12,252,128,91,254,72,233,56,55,62,250,186,127,40,115,106,100,11,108,155,67,60,160,237,49,197,204,89,159,157,2,84,138,146,251,235,29,165,175,144,247,240,247,87,189,254,253,15,97,255,29,27,86,184,131,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,34,114,198,233,144,107,12,103,7,9,133,12,114,63,107,64,89,89,79,199,51,43,224,46,42,225,169,117,70,50,87,248,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,0],[160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,0],[160,31,131,61,247,62,201,13,194,183,127,96,241,235,91,126,171,222,132,208,131,51,183,123,14,37,131,230,128,179,177,46,162,0],[160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,128,128,160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,128,160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,128,128,160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,160,31,131,61,247,62,201,13,194,183,127,96,241,235,91,126,171,222,132,208,131,51,183,123,14,37,131,230,128,179,177,46,162,160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,128,128,160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,128],[249,1,17,128,160,218,96,42,214,110,239,205,119,68,252,71,70,252,208,136,156,10,147,144,65,80,250,119,210,207,217,27,212,68,2,139,154,128,128,160,168,128,164,248,86,92,138,198,88,78,74,201,146,23,70,155,189,234,208,46,68,188,235,201,47,117,153,228,168,152,11,61,128,160,158,227,78,34,25,130,135,199,17,147,65,91,122,37,3,44,2,12,23,80,77,190,71,221,100,75,231,28,158,120,237,74,128,128,160,42,156,70,197,167,49,201,101,214,138,244,214,55,143,240,127,220,162,158,7,81,213,150,17,120,150,19,236,101,146,65,158,160,46,200,108,13,232,249,64,227,110,161,157,245,46,128,141,175,205,112,178,84,30,181,23,91,235,179,202,233,208,217,37,123,160,34,114,198,233,144,107,12,103,7,9,133,12,114,63,107,64,89,89,79,199,51,43,224,46,42,225,169,117,70,50,87,248,160,83,46,107,126,244,168,86,192,45,141,10,216,232,238,46,20,39,243,76,83,189,222,32,93,20,208,25,70,197,196,119,7,128,128,160,96,221,114,145,102,94,134,107,144,195,205,110,238,178,160,204,152,69,194,193,199,47,72,39,233,136,117,94,129,231,193,126,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,251,225,242,90,160,132,59,98,60,151,85,114,134,223,78,36,235,129,201],"key":[228,192,80,182,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0],[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,69,29,222,188,116,0,200,112,125,13,229,154,251,45,113,238,151,15,16,37,114,130,183,158,221,125,65,8,145,172,187,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,140,195,78,49,253,90,22,115,223,163,104,142,203,224,95,235,35,132,182,149,90,249,248,37,127,173,100,203,12,70,143,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,0,0,0,0]],"keccak_data":[[248,102,157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,184,70,248,68,128,128,160,205,69,29,222,188,116,0,200,112,125,13,229,154,251,45,113,238,151,15,16,37,114,130,183,158,221,125,65,8,145,172,187,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,54,49,246,151,30,151,127,179,96,247,94,30,251,240,178,137,53,78,123,91,148,106,51,229,84,226,127,158,208,184,70,248,68,128,128,160,21,140,195,78,49,253,90,22,115,223,163,104,142,203,224,95,235,35,132,182,149,90,249,248,37,127,173,100,203,12,70,143,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,251,225,242,90,160,132,59,98,60,151,85,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,63,111,163,58,104,39,122,79,147,228,39,159,102,147,231,160,189,92,108,64,44,66,137,63,150,109,55,92,29,54,15,251,0],[160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,0],[160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,0],[160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,0],[160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,0],[160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,0],[160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,0],[160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,0],[160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,0],[160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,0],[160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,0],[160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,0],[160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,0],[160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,0],[160,160,253,24,85,174,121,73,222,134,196,33,111,103,104,36,34,45,126,39,116,122,180,111,211,232,172,168,241,221,175,240,216,0],[160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,0],[160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,160,160,253,24,85,174,121,73,222,134,196,33,111,103,104,36,34,45,126,39,116,122,180,111,211,232,172,168,241,221,175,240,216,160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,128],[249,2,17,160,159,125,140,120,15,102,245,168,115,242,213,250,0,240,250,51,251,201,157,248,20,225,159,79,63,166,198,124,123,230,70,239,160,216,250,133,207,103,70,102,112,157,38,139,195,244,216,0,243,176,211,125,130,123,144,150,46,213,158,175,18,100,24,20,142,160,90,185,220,146,131,26,107,180,120,166,80,185,117,206,185,95,181,74,240,220,134,201,190,223,221,196,180,87,167,161,138,241,160,60,117,223,116,149,203,31,93,128,150,179,214,72,243,254,86,163,223,45,99,15,196,252,79,71,87,13,255,211,2,46,178,160,151,143,99,114,137,177,99,60,37,129,236,65,252,156,131,145,63,16,115,204,122,108,83,108,57,190,113,219,92,132,228,189,160,8,114,61,118,129,243,150,40,14,81,39,52,108,86,168,85,252,220,146,137,164,219,229,128,114,34,243,140,54,151,128,121,160,214,115,249,91,189,233,6,151,43,204,91,135,75,221,216,22,131,199,177,235,196,251,213,177,109,5,1,58,49,178,248,194,160,48,250,68,174,197,211,248,151,255,106,177,147,85,33,167,158,112,87,186,136,92,173,137,54,125,66,192,41,125,83,250,184,160,17,16,149,77,142,7,162,197,159,125,58,138,156,129,119,171,119,211,182,236,233,161,247,16,136,72,59,186,201,163,212,31,160,22,96,43,148,64,252,253,33,48,174,128,249,54,39,134,9,253,35,25,203,240,201,161,226,143,74,159,119,227,129,127,144,160,140,87,17,154,101,164,17,237,70,104,18,5,189,67,10,146,86,165,197,176,98,220,29,104,122,37,129,19,110,79,82,115,160,101,218,158,228,235,182,159,28,195,134,90,174,140,179,169,200,108,244,51,240,250,255,72,59,23,77,108,57,246,0,144,124,160,213,220,5,222,98,153,175,156,18,195,11,184,137,227,123,209,154,106,162,7,62,181,105,38,243,194,115,151,198,219,7,116,160,63,111,163,58,104,39,122,79,147,228,39,159,102,147,231,160,189,92,108,64,44,66,137,63,150,109,55,92,29,54,15,251,160,198,220,56,227,80,157,140,8,220,149,120,199,69,167,188,18,183,183,128,222,118,164,56,189,122,41,93,6,183,96,248,75,160,131,152,238,66,241,61,76,175,86,5,45,140,181,194,115,105,232,64,112,39,251,140,163,204,48,62,198,25,76,237,228,55,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,213,239,110,211,117,163,192,52,134,182,31,125,125,183,102,216,251,242,161,143,95,175,25,180,254,221,174,124,67,107,62,178,0],[160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,0],[160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,0],[160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,0],[160,239,209,2,156,187,216,143,201,100,199,94,248,37,222,121,130,124,8,8,102,54,62,58,130,172,64,19,111,161,132,103,103,0],[160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,0],[160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,0],[160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,0],[160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,0],[160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,0],[160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,0],[160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,0],[160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,0],[160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,0],[160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,128,160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,160,239,209,2,156,187,216,143,201,100,199,94,248,37,222,121,130,124,8,8,102,54,62,58,130,172,64,19,111,161,132,103,103,160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,128],[249,1,241,160,215,86,109,166,170,96,177,90,72,112,90,139,25,190,14,19,42,84,114,238,233,67,169,183,214,19,194,231,66,234,59,7,160,52,215,170,52,47,22,104,120,6,250,52,38,65,158,32,217,190,92,176,4,104,200,187,203,101,185,128,41,4,24,125,135,160,218,68,40,152,119,31,82,132,201,47,99,145,119,138,118,233,134,168,6,56,24,73,159,200,143,195,249,177,66,87,218,22,128,160,114,85,217,209,197,76,222,212,229,163,215,2,79,170,14,63,103,79,113,115,152,4,135,94,73,223,133,190,216,139,74,26,160,213,239,110,211,117,163,192,52,134,182,31,125,125,183,102,216,251,242,161,143,95,175,25,180,254,221,174,124,67,107,62,178,160,116,139,247,142,89,213,35,85,246,52,208,90,181,107,220,34,7,221,128,55,3,216,142,224,53,62,130,31,49,201,190,2,160,133,216,11,186,196,199,34,222,243,90,196,170,123,56,218,218,127,82,95,48,48,145,13,57,35,63,79,2,142,37,125,252,160,185,226,250,177,230,21,187,80,43,21,152,134,173,111,36,188,155,23,178,89,122,69,70,36,41,72,15,42,137,57,189,220,160,46,246,251,29,55,191,158,72,232,130,228,186,38,34,186,166,75,56,4,208,50,162,55,58,70,42,129,210,63,188,99,254,160,102,67,92,13,42,173,78,46,205,26,181,3,252,214,178,83,44,139,250,18,143,24,253,173,198,61,194,247,250,224,15,170,160,73,212,82,223,200,32,135,20,229,76,10,2,126,2,50,148,251,33,29,209,245,128,189,163,208,116,111,95,7,143,71,193,160,167,97,173,219,2,52,119,204,88,75,113,89,160,228,50,156,209,84,22,149,154,120,115,142,197,209,65,49,97,163,72,134,160,114,108,97,73,46,193,255,131,123,219,194,227,252,191,225,51,44,84,225,87,203,90,235,96,245,10,64,231,57,4,140,202,160,75,199,14,118,134,212,215,241,115,146,157,59,204,52,226,245,197,60,63,122,127,134,119,21,88,116,58,102,202,149,198,85,160,91,211,25,224,229,223,104,216,57,69,221,90,194,7,240,58,30,155,174,180,10,42,148,107,67,142,174,82,79,35,132,119,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,113],[248,145]]}},"account":null,"storage":null,"values":[[160,69,146,78,218,71,94,162,185,1,71,206,242,93,206,37,208,20,192,240,225,140,98,109,147,99,126,80,13,28,77,53,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,113,128,128,128,128,128,128,128,160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,128,128,128,128,128,160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,128,160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,128],[248,145,128,128,128,128,128,128,128,160,163,119,173,15,33,10,166,188,56,31,192,117,157,8,133,158,150,199,179,47,40,229,70,233,89,39,150,186,185,44,134,250,160,69,146,78,218,71,94,162,185,1,71,206,242,93,206,37,208,20,192,240,225,140,98,109,147,99,126,80,13,28,77,53,144,128,128,128,128,160,124,62,90,127,8,75,148,171,188,202,184,87,107,178,146,172,41,198,43,39,162,154,6,96,144,214,28,229,57,101,189,141,128,160,100,70,202,240,151,114,108,6,117,82,63,217,35,182,235,138,30,10,55,30,228,206,155,207,26,206,127,246,91,83,251,63,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,51],"key":[213,132,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129],"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,17],[225,159,52,139,254,206,36,163,178,8,40,118,2,4,139,162,225,85,17,142,63,56,53,56,252,107,22,11,222,240,59,141,129,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,51]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytesSel2.json index 1cbbbf1973..6f6dce02df 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionThreeKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,65,204,15,96,245,218,81,251,91,243,45,106,224,187,170,191,134,127,168,160,77,217,173,210,80,218,187,245,124,140,202,157,0],[160,104,1,209,52,44,171,85,216,38,82,214,170,70,31,178,225,151,65,5,116,232,229,207,232,117,108,105,16,17,234,57,192,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0]],"keccak_data":[[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[224],[224]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,1],[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,65,204,15,96,245,218,81,251,91,243,45,106,224,187,170,191,134,127,168,160,77,217,173,210,80,218,187,245,124,140,202,157,0],[160,104,1,209,52,44,171,85,216,38,82,214,170,70,31,178,225,151,65,5,116,232,229,207,232,117,108,105,16,17,234,57,192,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,196,44,227,224,205,196,249,179,76,162,33,210,124,247,41,170,109,53,21,225,145,36,149,221,99,41,109,41,102,237,150,106,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,65,70,98,147,197,159,21,0,119,137,194,198,115,71,147,249,40,199,184,154,16,126,252,173,173,104,131,165,24,63,62,14,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,194,241,212,160,23,101,119,10,214,198,224,25,48,210,213,248,152,202,71,215,60,3,191,152,180,119,170,71,60,169,103,101,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,38,180,40,52,192,186,187,64,105,123,105,72,131,31,56,72,124,77,107,44,183,203,139,146,10,154,131,246,3,253,128,88,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,0],[160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,0],[160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,0],[160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,0],[160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,0],[160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,0],[160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,0],[160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,0],[160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,0],[160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,0],[160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,0],[160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,0],[160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,0],[160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,0],[160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,0],[160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,0],[160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,25,51,42,32,156,80,212,230,221,248,211,17,155,60,199,224,99,234,112,249,155,63,89,26,253,95,0,38,107,160,60,49,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128],[249,2,17,160,92,168,67,167,114,22,27,217,14,103,239,246,29,105,8,65,48,222,155,27,169,254,122,26,44,121,201,21,98,92,78,169,160,147,231,72,90,70,231,94,113,177,149,152,167,211,65,105,196,79,22,2,190,3,201,166,236,17,203,211,123,206,200,57,69,160,79,214,34,60,184,209,156,75,4,50,151,6,46,63,82,233,116,124,161,43,81,210,175,30,190,47,93,162,235,27,42,212,160,174,116,61,4,55,96,101,233,1,220,167,155,177,227,120,63,131,16,165,161,58,111,69,19,89,183,237,166,191,136,153,214,160,234,103,229,226,180,118,226,42,119,106,8,68,122,148,115,208,43,247,208,33,184,113,34,130,253,94,171,190,224,175,178,149,160,125,158,219,111,118,86,76,165,6,232,77,48,127,157,22,4,156,187,55,141,60,75,46,90,201,150,83,154,97,233,111,147,160,159,153,110,67,208,55,108,119,133,186,244,219,97,123,42,57,77,198,67,101,143,21,81,203,232,95,55,175,57,10,141,17,160,253,78,175,142,245,133,131,90,234,72,28,46,246,35,209,189,100,220,208,55,41,17,116,209,235,173,123,93,196,123,147,45,160,167,104,82,176,156,77,152,205,207,142,19,88,14,2,9,174,93,218,253,122,106,167,97,66,136,231,195,105,217,145,69,255,160,55,233,50,240,115,106,200,149,91,112,170,81,113,132,55,5,199,194,255,66,187,210,3,197,119,33,146,102,217,129,115,38,160,112,154,58,83,111,210,116,192,71,120,152,185,215,113,63,78,224,149,162,179,187,158,41,175,40,73,231,24,66,243,78,152,160,225,226,232,116,233,52,143,62,86,128,184,236,176,34,105,29,104,168,91,90,89,17,9,237,227,14,98,153,206,207,86,176,160,148,120,183,48,28,252,97,156,9,151,71,9,58,158,163,211,10,158,80,13,200,188,124,124,135,250,19,35,0,49,94,241,160,219,185,81,58,189,178,31,226,43,92,85,50,149,112,246,78,245,2,232,234,198,28,75,98,40,204,225,220,228,247,251,247,160,44,15,94,183,58,251,85,52,218,221,167,27,84,128,112,235,31,234,65,19,117,17,83,124,42,165,186,33,116,183,63,90,160,136,4,90,22,214,62,100,89,115,0,96,138,213,52,252,154,225,43,23,85,174,103,221,27,128,84,55,63,146,81,247,217,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,0],[160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,0],[160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,0],[160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,0],[160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,0],[160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,0],[160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,0],[160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,0],[160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,0],[160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,0],[160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,0],[160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,0],[160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,0],[160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,0],[160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,0],[160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,0],[160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,150,70,38,233,135,45,3,175,53,157,18,100,102,78,178,202,133,168,248,140,34,222,231,173,151,185,254,97,94,92,165,162,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128],[249,2,17,160,134,18,75,116,191,180,170,7,164,2,130,19,108,230,123,215,225,22,145,97,207,34,177,168,140,222,37,221,11,72,129,242,160,78,47,202,223,147,142,0,183,20,7,218,89,25,105,43,56,236,60,188,219,128,33,39,149,112,185,247,50,217,133,87,225,160,144,55,233,72,198,175,219,121,126,1,64,144,160,178,123,207,8,24,185,147,149,205,178,0,141,77,45,53,217,39,52,154,160,145,133,86,119,88,110,78,222,182,116,93,169,20,223,243,251,8,128,182,102,75,187,164,93,133,132,8,21,142,238,33,127,160,223,175,93,224,150,84,41,208,56,116,40,195,81,34,83,42,162,137,128,92,31,28,197,139,154,150,233,139,210,69,225,105,160,164,223,222,68,23,136,197,25,123,9,133,30,52,39,239,219,116,181,199,208,139,79,113,33,132,23,102,145,93,122,66,138,160,95,121,253,137,77,36,143,232,237,31,135,134,252,15,197,77,83,132,152,22,183,176,210,122,91,126,225,127,210,102,79,185,160,106,29,87,118,248,25,198,229,240,5,186,130,27,32,24,169,15,213,67,215,45,200,195,221,119,145,154,223,127,129,121,148,160,6,135,18,174,154,122,193,139,163,88,240,34,21,5,64,192,174,237,105,74,188,159,65,179,108,54,113,115,221,8,69,110,160,116,84,145,214,88,243,186,151,248,41,219,115,26,39,173,51,147,147,233,241,158,106,143,170,92,92,216,23,2,103,69,80,160,9,185,94,242,158,18,37,143,15,131,23,73,103,63,182,170,191,126,217,186,20,18,91,229,64,156,203,111,22,213,159,143,160,179,200,169,0,94,240,4,87,147,61,52,36,179,172,16,166,200,148,253,73,182,201,201,248,223,10,198,198,247,184,123,131,160,120,168,240,51,183,53,255,178,143,61,122,43,226,191,51,213,220,34,214,172,62,177,47,70,54,41,36,178,50,78,142,76,160,219,168,214,111,42,214,74,148,23,52,48,82,236,216,67,250,16,95,149,205,130,130,231,122,98,17,117,83,173,251,163,56,160,124,156,154,170,36,23,227,152,201,50,24,110,233,199,142,162,242,124,224,249,59,58,68,123,16,24,28,227,103,103,146,174,160,85,145,77,253,172,65,75,215,211,182,248,58,185,136,179,45,249,152,108,78,226,157,231,42,111,122,36,151,73,41,117,58,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,0],[160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,0],[160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,0],[160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,0],[160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,0],[160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,0],[160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,0],[160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,0],[160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,0],[160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,0],[160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,0],[160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,0],[160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,0],[160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,0],[160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,0],[160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,0],[160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,224,140,208,196,146,152,233,198,247,167,124,19,188,237,106,87,176,88,233,144,194,46,73,253,22,190,140,198,217,211,101,182,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128],[249,2,17,160,175,84,201,168,228,0,184,154,71,8,92,173,125,235,98,158,248,249,163,199,53,84,89,122,190,11,45,14,4,56,139,43,160,142,201,232,22,116,220,124,158,250,130,181,222,224,24,63,147,141,188,222,77,0,220,29,141,150,62,8,171,138,29,252,209,160,43,82,36,255,85,80,32,35,237,40,104,243,105,18,187,137,194,177,232,54,21,103,44,30,254,80,168,66,245,158,83,79,160,199,248,224,68,250,84,45,149,144,216,217,183,28,234,166,202,133,78,73,59,66,136,131,44,223,246,37,34,104,150,52,96,160,91,187,179,34,48,181,196,195,52,190,54,219,19,198,69,14,89,197,103,201,37,195,102,211,18,23,168,229,43,138,126,166,160,156,22,131,145,232,27,156,162,219,37,159,68,129,123,105,144,118,55,156,115,111,145,57,173,206,144,92,72,84,204,229,34,160,7,107,81,25,26,255,62,129,126,244,23,74,88,155,42,10,129,255,100,189,27,175,76,182,57,79,189,228,23,14,59,224,160,160,222,138,204,126,5,9,221,201,239,253,194,190,50,207,247,235,193,205,95,239,232,189,74,23,32,181,39,64,160,254,172,160,147,72,42,4,64,23,97,208,74,152,53,61,196,94,145,148,169,105,181,67,15,227,173,113,85,253,202,91,50,209,199,244,160,188,173,251,149,23,183,233,144,48,43,230,24,50,84,224,115,129,1,68,119,2,218,141,68,15,233,86,139,89,93,74,203,160,102,151,157,26,53,173,210,98,115,132,145,119,244,39,245,252,104,216,31,69,131,231,223,7,112,239,55,221,191,85,160,112,160,224,46,12,209,28,18,176,43,179,57,8,56,32,133,216,171,79,2,182,9,212,33,72,218,152,134,174,108,239,0,246,100,160,188,166,110,94,36,173,44,240,98,88,79,171,31,58,32,75,171,14,6,154,13,149,86,185,160,13,217,30,139,79,41,249,160,99,219,116,210,28,45,78,210,100,149,253,18,232,9,108,184,255,219,26,65,8,198,216,44,78,230,45,205,141,83,166,231,160,228,225,32,39,192,75,12,156,8,213,116,187,180,53,211,55,153,120,6,99,33,169,229,16,138,187,126,28,220,224,188,141,160,12,58,31,198,128,244,206,15,81,55,193,6,40,179,252,156,66,188,220,145,173,229,251,52,144,251,255,113,57,53,211,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,0],[160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,0],[160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,0],[160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,0],[160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,0],[160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,0],[160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,0],[160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,0],[160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,0],[160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,0],[160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,0],[160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,0],[160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,0],[160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,0],[160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,0],[160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,0],[160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,99,180,74,154,244,189,179,217,85,13,247,31,164,236,82,50,88,126,187,178,133,112,174,248,160,163,235,100,42,208,151,212,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128],[249,2,17,160,157,49,72,9,168,199,212,244,19,227,138,187,221,172,227,129,144,156,118,150,91,227,148,137,72,70,215,182,58,214,44,115,160,142,225,153,94,68,106,155,61,66,178,80,180,215,142,156,253,243,134,191,242,5,207,71,100,16,212,112,37,12,25,238,188,160,140,141,162,205,54,205,240,101,110,0,228,214,15,40,73,117,219,138,201,103,43,172,6,65,57,60,55,76,28,96,30,9,160,209,132,91,50,7,206,222,2,220,61,71,168,112,0,240,136,185,234,200,4,119,133,78,71,104,8,88,33,42,230,199,221,160,115,130,29,45,240,44,28,74,54,186,2,67,237,211,183,192,241,136,110,218,65,164,123,13,6,99,21,224,84,47,151,153,160,203,85,116,82,146,104,195,251,188,181,160,83,15,61,19,33,161,240,233,114,63,225,161,56,132,205,208,215,85,120,25,146,160,184,235,63,13,150,149,63,0,117,245,64,101,234,142,239,154,85,223,14,32,62,9,252,8,66,98,194,151,9,62,194,139,160,63,47,136,104,4,254,131,213,54,7,151,77,47,137,73,115,236,252,190,88,202,63,181,125,59,155,172,181,54,202,17,247,160,3,113,57,152,230,40,254,195,180,164,231,57,17,131,232,25,46,172,92,94,145,124,198,160,229,175,124,227,247,19,159,40,160,103,163,129,235,75,3,208,75,23,179,108,227,78,160,223,91,208,98,91,233,160,198,86,8,132,8,224,237,48,254,138,118,160,95,220,47,9,122,22,99,24,49,39,245,220,13,228,123,192,147,13,125,168,58,88,177,21,196,62,74,159,229,39,41,79,160,88,166,30,78,145,240,20,49,216,127,251,238,250,252,128,216,101,94,197,137,252,132,68,61,207,8,190,224,63,213,234,112,160,116,89,226,121,210,213,34,98,150,193,117,200,198,226,209,171,51,221,129,162,168,233,129,169,195,196,96,49,192,36,139,71,160,117,186,44,188,138,184,207,119,18,231,39,75,241,26,152,158,180,92,44,216,195,156,39,233,176,208,14,8,191,59,189,141,160,72,83,39,121,92,221,181,157,125,58,78,202,133,71,192,52,39,95,40,36,240,218,84,67,66,217,87,122,179,51,152,18,160,138,88,60,199,109,25,5,160,200,80,209,157,157,200,33,124,103,16,1,26,155,5,124,88,251,171,29,219,176,76,185,159,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,0],[160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,0],[160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,0],[160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,39,93,102,110,163,8,85,244,43,127,206,181,5,6,27,132,127,248,253,120,100,88,124,228,118,111,151,188,248,235,69,202,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128],[248,209,128,160,181,173,145,212,74,109,222,119,141,188,57,114,44,179,205,108,136,241,21,94,155,155,126,1,65,123,183,164,53,142,172,80,160,20,250,25,247,41,65,210,193,97,11,76,144,240,120,188,39,235,168,98,89,68,7,86,7,28,47,91,32,214,89,49,31,128,128,128,128,160,66,41,209,222,96,221,184,36,89,21,89,184,152,254,60,16,37,150,250,120,144,139,38,111,41,15,226,116,202,158,77,229,160,185,34,227,141,15,168,232,207,212,205,209,74,135,114,253,204,159,18,66,221,135,209,192,183,202,131,245,18,3,189,115,206,160,166,124,191,187,48,24,150,201,144,143,192,67,72,140,4,103,76,234,200,194,253,200,155,94,100,190,160,105,156,60,0,48,128,128,128,128,160,199,102,157,141,43,148,65,199,159,101,169,108,5,65,181,10,178,211,96,182,191,241,121,145,102,43,2,57,85,7,171,208,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201],"key":[120,138,229,47,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,0,0,0,0]],"keccak_data":[[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,244,204,43,204,179,165,144,88,206,229,204,57,1,32,29,14,238,35,155,100,79,198,45,25,48,108,39,188,129,249,244,196,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,63,218,28,43,235,133,51,194,3,179,148,41,2,143,246,126,9,123,153,217,195,30,24,246,59,96,2,243,226,184,70,248,68,128,128,160,139,130,164,93,112,201,126,157,50,210,212,214,217,71,43,105,8,91,80,30,55,7,186,162,184,98,51,194,180,10,224,101,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,254,177,242,88,1,56,188,98,60,151,85,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,113],[249,1,113]]}},"account":null,"storage":null,"values":[[160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,0],[160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,0],[160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,0],[160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,0],[160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,0],[160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,226,244,240,21,75,28,189,235,196,209,59,77,208,104,237,37,116,56,174,201,13,250,69,140,139,247,160,87,132,196,103,119,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128],[249,1,113,160,136,87,99,158,57,68,238,251,83,252,146,127,216,42,55,27,214,253,106,218,143,159,233,203,194,182,56,28,26,235,95,236,160,183,61,21,88,192,16,29,107,46,186,196,241,234,252,196,232,56,231,43,220,244,49,201,108,250,122,6,130,156,122,119,10,160,79,197,241,58,178,249,186,12,45,168,139,1,81,171,14,124,244,216,93,8,204,164,92,205,146,60,106,183,99,35,235,40,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,160,21,80,62,145,249,37,6,84,207,114,144,110,56,167,203,20,195,241,204,6,101,131,121,211,127,12,91,92,50,72,40,128,128,160,169,18,162,145,57,53,65,63,240,75,85,206,217,60,29,201,24,232,211,108,49,208,137,37,40,163,39,144,96,35,83,209,128,160,7,27,1,31,219,212,173,125,30,111,151,98,190,77,26,136,223,253,230,20,166,189,57,155,243,181,186,216,244,18,73,181,128,160,197,213,75,145,91,86,168,136,238,228,230,238,179,20,30,119,143,155,103,77,29,50,41,98,238,217,0,240,44,41,153,10,160,165,241,158,176,215,149,218,230,216,158,220,156,5,39,56,237,134,233,251,135,191,3,212,3,168,234,235,195,137,42,188,115,160,27,86,204,10,91,155,28,227,78,154,20,232,150,234,0,12,131,11,214,67,135,87,61,35,140,190,63,162,77,223,162,195,128,128,160,51,64,187,174,175,205,163,168,103,46,184,48,153,35,29,187,250,184,218,224,42,30,142,194,247,24,5,56,250,194,7,224,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,85,83,20,68,174,134,225,58,6,228,53,105,211,99,100,217,228,208,243,250,101,118,255,10,196,79,189,67,25,181,251,217,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128],[248,81,128,160,25,127,67,53,5,23,184,21,12,18,224,101,234,96,185,53,191,13,78,203,91,170,9,93,254,42,226,71,74,41,22,253,128,128,128,128,128,128,128,128,128,160,117,254,248,169,140,212,202,48,190,248,66,108,226,49,13,176,213,221,44,93,158,12,29,42,13,71,21,208,116,159,193,173,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,16,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209,0]],"keccak_data":[[248,81,128,128,128,128,128,160,211,249,223,77,204,93,151,22,55,8,74,93,112,172,236,226,201,121,48,172,103,225,49,95,240,88,214,58,173,80,157,199,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[248,81,128,128,128,128,128,160,188,178,199,199,209,239,146,86,121,34,1,99,27,94,194,60,129,152,207,91,40,154,205,214,123,53,11,189,147,203,27,182,128,128,128,128,128,128,128,160,191,71,239,74,19,210,48,95,245,219,155,214,119,15,115,38,110,156,238,68,43,0,186,153,83,138,157,91,125,116,238,156,128,128,128],[228,130,16,226,160,19,109,204,123,208,26,119,133,219,240,167,71,67,13,131,226,53,243,130,232,101,160,141,168,187,23,193,39,221,76,180,249],[228,130,16,226,160,197,20,48,16,135,80,11,248,224,202,109,185,241,250,124,9,109,47,58,230,32,170,155,98,102,30,150,234,247,180,212,209]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52],"key":[177,14,37,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53],"list_rlp_bytes":[[224],[224]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,1],[224,158,32,119,247,121,182,85,98,237,248,234,41,197,17,202,86,71,159,217,0,117,14,166,144,244,96,114,36,239,104,53,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,50,52]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel1.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel1.json index 8b621bef0b..87c0addcf8 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,115,186,235,169,87,113,45,165,25,30,86,241,248,60,198,195,137,162,81,254,143,243,98,31,3,12,253,100,13,43,128,0],[160,224,235,115,137,75,0,198,174,19,142,77,53,157,36,40,48,56,186,247,190,142,242,77,185,162,68,97,181,27,148,187,65,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,117,226,245,179,201,155,6,233,157,110,83,114,206,36,235,221,210,196,64,141,71,19,38,174,148,1,110,35,230,40,225,53,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,117,226,245,179,201,155,6,233,157,110,83,114,206,36,235,221,210,196,64,141,71,19,38,174,148,1,110,35,230,40,225,53,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,98,175,255,128,6,209,68,110,204,128,191,107,41,9,37,109,197,111,19,191,13,197,126,106,173,206,172,187,121,58,56,250,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,98,175,255,128,6,209,68,110,204,128,191,107,41,9,37,109,197,111,19,191,13,197,126,106,173,206,172,187,121,58,56,250,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,27,161,1,14,238,191,62,198,211,11,43,6,176,141,248,242,19,28,178,82,237,9,81,209,128,63,171,77,208,146,183,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,41,27,161,1,14,238,191,62,198,211,11,43,6,176,141,248,242,19,28,178,82,237,9,81,209,128,63,171,77,208,146,183,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,86,147,9,211,248,216,177,187,39,156,52,156,111,7,89,35,173,227,187,166,128,168,108,117,175,251,118,103,33,188,200,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,230,86,147,9,211,248,216,177,187,39,156,52,156,111,7,89,35,173,227,187,166,128,168,108,117,175,251,118,103,33,188,200,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,24,176,238,55,224,78,30,175,33,125,114,126,69,77,41,74,38,101,201,147,1,247,11,38,125,85,7,161,140,248,253,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,23,24,176,238,55,224,78,30,175,33,125,114,126,69,77,41,74,38,101,201,147,1,247,11,38,125,85,7,161,140,248,253,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,217,128,189,142,151,23,107,184,19,216,47,153,52,93,150,30,15,49,6,42,13,245,87,15,216,13,226,199,181,123,130,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,217,128,189,142,151,23,107,184,19,216,47,153,52,93,150,30,15,49,6,42,13,245,87,15,216,13,226,199,181,123,130,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,90,14,24,45,178,157,244,52,51,234,209,144,183,100,161,194,223,74,63,177,112,144,83,99,246,204,229,145,136,94,63,255,0],[160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,90,14,24,45,178,157,244,52,51,234,209,144,183,100,161,194,223,74,63,177,112,144,83,99,246,204,229,145,136,94,63,255,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,242,170,63,18,152,71,9,169,235,84,205,29,140,71,15,35,85,55,175,234,242,147,238,72,145,122,190,130,40,31,13,12,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,242,170,63,18,152,71,9,169,235,84,205,29,140,71,15,35,85,55,175,234,242,147,238,72,145,122,190,130,40,31,13,12,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,73,5,50,76,156,217,58,190,111,136,220,11,140,151,80,95,159,49,254,234,188,51,157,193,0,121,234,144,42,207,134,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,224,73,5,50,76,156,217,58,190,111,136,220,11,140,151,80,95,159,49,254,234,188,51,157,193,0,121,234,144,42,207,134,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,0],[160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[224]],"value_rlp_bytes":[[130],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[129,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,130,129,173],[224,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,115,186,235,169,87,113,45,165,25,30,86,241,248,60,198,195,137,162,81,254,143,243,98,31,3,12,253,100,13,43,128,0],[160,224,235,115,137,75,0,198,174,19,142,77,53,157,36,40,48,56,186,247,190,142,242,77,185,162,68,97,181,27,148,187,65,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,117,226,245,179,201,155,6,233,157,110,83,114,206,36,235,221,210,196,64,141,71,19,38,174,148,1,110,35,230,40,225,53,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,140,162,140,51,85,241,170,108,120,171,15,146,167,140,89,15,86,32,200,223,46,110,130,183,74,246,159,11,253,245,158,109,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,117,226,245,179,201,155,6,233,157,110,83,114,206,36,235,221,210,196,64,141,71,19,38,174,148,1,110,35,230,40,225,53,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,98,175,255,128,6,209,68,110,204,128,191,107,41,9,37,109,197,111,19,191,13,197,126,106,173,206,172,187,121,58,56,250,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,81,70,73,19,147,30,34,151,188,103,251,126,254,62,35,101,204,198,100,92,148,234,127,153,251,38,140,243,110,120,89,206,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,98,175,255,128,6,209,68,110,204,128,191,107,41,9,37,109,197,111,19,191,13,197,126,106,173,206,172,187,121,58,56,250,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,84,11,169,54,36,169,241,17,118,20,121,192,66,53,145,167,106,20,34,93,81,153,161,151,166,111,186,196,207,79,205,102,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,27,161,1,14,238,191,62,198,211,11,43,6,176,141,248,242,19,28,178,82,237,9,81,209,128,63,171,77,208,146,183,0],[160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,0],[160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,0],[160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,0],[160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,0],[160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,0],[160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,0],[160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,0],[160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,0],[160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,0],[160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,0],[160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,0],[160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,0],[160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,0],[160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,0],[160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,0],[160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,220,200,73,227,108,9,100,152,129,135,163,68,139,35,209,102,236,134,208,53,72,218,158,155,155,230,53,219,143,93,192,9,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128],[249,2,17,160,203,87,180,45,19,172,24,151,176,8,27,47,192,189,32,113,228,245,158,104,157,237,63,19,196,74,37,208,213,20,1,213,160,132,48,250,11,195,102,49,193,238,164,205,16,173,44,2,29,58,172,221,235,127,251,229,66,91,191,112,91,236,207,104,120,160,131,213,136,238,187,58,77,165,180,116,229,218,162,253,156,209,171,144,175,8,191,107,28,11,209,43,36,29,189,28,84,211,160,69,204,182,150,212,83,114,124,133,157,80,247,44,120,54,203,254,245,86,190,51,208,132,224,93,251,231,167,209,73,103,67,160,132,176,57,248,168,242,46,234,206,37,24,51,181,185,91,122,16,61,171,182,237,94,83,95,74,121,149,154,126,96,71,47,160,1,8,149,21,233,104,85,4,158,168,223,169,31,36,59,203,201,67,39,188,53,208,204,206,225,123,200,204,69,80,227,17,160,125,116,23,208,88,146,41,122,93,143,44,12,1,72,164,128,28,109,197,44,22,213,208,92,249,228,104,148,1,126,215,126,160,48,220,143,189,40,125,41,221,219,161,44,173,255,212,230,189,162,18,91,234,7,206,235,164,51,174,41,34,91,222,36,223,160,197,159,133,129,224,237,45,64,249,182,173,101,245,118,244,56,8,223,218,171,147,173,20,252,237,239,214,134,138,2,244,3,160,169,198,159,86,160,240,203,102,247,34,149,195,177,66,175,8,30,213,88,17,100,22,220,219,80,147,187,177,9,151,33,224,160,41,27,161,1,14,238,191,62,198,211,11,43,6,176,141,248,242,19,28,178,82,237,9,81,209,128,63,171,77,208,146,183,160,173,218,74,214,33,206,79,127,44,161,168,119,133,239,13,130,239,92,194,134,224,239,124,169,78,177,48,76,201,106,32,128,160,108,87,252,142,107,66,43,180,74,185,19,159,173,40,179,153,39,74,10,28,13,144,247,183,51,218,154,113,161,231,143,65,160,50,5,220,4,115,212,19,13,196,112,96,232,166,44,178,146,110,2,157,194,28,118,5,235,50,212,222,201,126,28,165,152,160,202,141,42,110,85,123,249,63,238,111,75,253,234,3,1,19,70,217,217,11,190,130,101,11,173,159,20,248,94,75,254,189,160,20,25,119,129,22,221,65,78,129,235,24,175,17,191,66,181,74,205,232,126,229,189,28,246,225,195,204,18,22,124,155,60,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,86,147,9,211,248,216,177,187,39,156,52,156,111,7,89,35,173,227,187,166,128,168,108,117,175,251,118,103,33,188,200,0],[160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,0],[160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,0],[160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,0],[160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,0],[160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,0],[160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,0],[160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,0],[160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,0],[160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,0],[160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,0],[160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,0],[160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,0],[160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,0],[160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,0],[160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,0],[160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,227,225,214,191,223,49,38,169,67,48,203,255,62,86,197,27,208,20,189,85,16,201,190,151,36,10,31,71,81,115,153,28,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128],[249,2,17,160,164,180,29,22,203,14,23,254,91,167,142,82,252,226,144,159,50,228,193,89,255,17,202,245,137,242,83,21,221,254,241,75,160,51,16,86,82,3,103,252,95,32,214,65,209,27,139,215,177,30,4,114,13,100,159,122,103,78,248,59,62,83,41,65,6,160,153,44,61,41,56,105,20,92,71,71,28,87,80,225,56,22,11,22,92,125,109,109,25,42,244,179,157,0,195,61,109,153,160,230,86,147,9,211,248,216,177,187,39,156,52,156,111,7,89,35,173,227,187,166,128,168,108,117,175,251,118,103,33,188,200,160,68,254,241,192,187,6,53,16,239,162,140,90,80,24,15,2,237,196,139,50,146,113,134,132,242,34,248,45,4,229,94,60,160,250,19,177,96,139,79,145,236,195,147,68,96,162,98,129,230,143,89,211,234,109,6,212,52,75,82,79,148,135,207,105,212,160,248,191,9,26,115,87,162,60,78,162,196,199,178,60,25,76,128,69,159,113,166,224,134,224,3,169,48,253,152,245,105,99,160,145,253,154,171,86,65,243,183,245,69,95,108,31,211,26,254,217,219,218,225,101,130,201,167,114,226,246,55,216,117,61,66,160,129,142,118,2,163,156,147,102,49,255,164,178,49,203,177,58,49,88,179,200,39,50,204,115,252,237,207,186,167,60,199,224,160,34,245,213,30,125,55,189,190,222,255,162,42,253,107,202,52,21,6,8,101,246,41,150,194,140,208,119,88,197,41,105,145,160,151,101,139,165,122,27,169,90,82,231,90,133,204,80,249,120,190,103,47,12,178,65,243,170,161,2,249,78,81,203,174,3,160,23,24,250,53,20,215,135,72,157,158,207,226,230,216,199,229,61,154,51,182,200,183,22,108,232,124,209,215,219,124,173,105,160,168,222,193,164,239,216,82,134,36,161,154,86,36,247,133,2,201,34,22,131,69,149,154,160,109,45,98,135,183,171,69,190,160,156,95,85,255,30,115,102,94,105,174,83,204,19,202,6,127,83,0,38,42,19,51,67,9,228,165,23,166,204,73,213,109,160,33,163,247,169,198,139,127,139,35,122,193,20,247,119,29,205,178,210,236,124,111,246,249,234,135,91,151,74,118,136,24,205,160,146,208,107,254,76,103,177,98,48,82,67,24,217,235,236,173,42,191,164,87,106,64,206,116,63,75,131,194,241,75,7,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,24,176,238,55,224,78,30,175,33,125,114,126,69,77,41,74,38,101,201,147,1,247,11,38,125,85,7,161,140,248,253,0],[160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,0],[160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,0],[160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,0],[160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,0],[160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,0],[160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,0],[160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,0],[160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,0],[160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,0],[160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,0],[160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,0],[160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,0],[160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,0],[160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,0],[160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,0],[160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,230,246,0,147,43,79,220,149,115,36,61,157,241,142,78,64,62,185,218,167,59,5,58,34,72,215,242,208,105,143,243,203,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128],[249,2,17,160,130,125,200,216,238,103,71,86,228,222,133,226,185,215,16,65,244,137,213,222,46,94,91,106,56,110,83,1,71,228,10,240,160,248,202,84,13,216,174,252,30,229,65,141,37,227,150,196,28,28,105,146,6,157,111,192,16,166,121,175,81,241,46,64,21,160,149,22,204,164,89,181,232,119,180,25,123,150,225,191,214,161,18,98,200,185,161,91,153,229,22,81,104,105,14,91,175,18,160,136,47,162,174,125,241,171,51,20,17,84,201,78,127,167,38,221,244,167,60,242,192,140,126,214,188,167,22,227,17,131,24,160,99,238,8,170,162,189,169,57,157,206,33,113,22,220,5,40,176,77,27,226,75,176,249,188,173,167,39,241,230,163,153,207,160,15,42,19,16,84,126,167,130,52,226,72,244,186,227,216,196,73,213,1,164,64,16,41,141,148,236,212,26,61,227,209,40,160,228,8,84,56,244,71,227,106,86,234,114,153,25,202,23,188,34,215,150,87,170,230,102,194,114,75,202,17,173,87,141,241,160,145,9,246,79,103,114,147,211,156,49,54,227,178,50,208,12,134,162,195,210,143,116,89,7,68,55,158,29,166,214,250,114,160,219,141,19,17,160,45,4,217,144,162,56,203,42,179,132,14,104,208,79,26,215,185,75,169,2,82,66,255,176,87,143,253,160,23,24,176,238,55,224,78,30,175,33,125,114,126,69,77,41,74,38,101,201,147,1,247,11,38,125,85,7,161,140,248,253,160,255,88,14,110,145,58,145,110,97,252,31,197,141,73,10,38,133,217,192,110,81,156,19,238,130,80,96,58,10,192,117,213,160,246,73,170,108,238,154,1,184,132,255,244,164,47,158,247,4,47,222,0,221,180,95,142,203,9,168,102,75,61,72,158,75,160,93,225,48,250,171,201,141,232,98,8,1,66,151,176,25,43,247,86,120,139,174,107,51,56,152,142,134,132,217,213,117,99,160,114,100,103,31,57,40,189,156,8,133,90,111,104,215,121,110,200,156,14,102,232,61,40,208,26,216,208,49,88,79,30,30,160,110,64,71,235,187,240,111,120,66,20,217,68,191,190,154,5,30,2,205,142,132,9,214,64,209,80,133,17,0,139,5,51,160,251,231,67,229,234,241,249,19,1,238,151,102,24,216,168,26,135,210,83,135,151,113,210,9,29,156,161,11,209,118,249,163,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,217,128,189,142,151,23,107,184,19,216,47,153,52,93,150,30,15,49,6,42,13,245,87,15,216,13,226,199,181,123,130,0],[160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,0],[160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,0],[160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,0],[160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,0],[160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,0],[160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,0],[160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,0],[160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,0],[160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,0],[160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,0],[160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,0],[160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,0],[160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,0],[160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,0],[160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,0],[160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,241,16,249,157,36,241,214,139,166,64,44,103,217,40,55,61,28,153,186,97,7,195,4,202,18,229,176,79,195,227,165,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128],[249,2,17,160,70,145,83,193,214,134,248,150,224,52,74,152,29,218,97,83,59,83,4,73,187,252,175,83,76,183,75,99,67,76,138,73,160,22,190,149,252,61,199,213,233,229,10,51,220,75,54,224,16,32,42,49,162,63,252,27,165,66,150,131,107,66,16,224,254,160,125,217,128,189,142,151,23,107,184,19,216,47,153,52,93,150,30,15,49,6,42,13,245,87,15,216,13,226,199,181,123,130,160,90,249,62,95,120,4,195,163,16,243,187,115,149,41,218,140,203,37,14,47,202,220,147,184,30,152,1,67,19,77,174,95,160,242,19,118,38,150,123,66,226,171,115,52,197,181,8,60,96,221,234,133,190,190,175,133,121,231,30,169,11,55,232,124,217,160,250,232,13,221,55,87,247,231,209,182,17,203,74,1,63,52,180,107,235,166,85,166,64,15,130,255,205,166,8,103,42,148,160,199,177,9,177,12,215,118,100,96,32,2,86,167,40,170,194,78,32,16,140,124,159,111,202,168,119,185,29,146,190,94,103,160,219,146,211,131,15,109,53,238,134,174,222,68,167,236,230,125,230,52,215,131,236,156,165,99,208,212,238,209,105,29,158,115,160,72,20,214,76,98,67,229,96,8,7,224,223,123,225,97,102,108,51,117,225,255,208,207,98,244,124,184,56,130,88,246,226,160,151,68,74,226,114,34,178,164,77,234,195,37,80,231,9,115,74,85,174,135,138,239,65,113,57,51,41,37,217,229,7,112,160,99,180,38,47,69,142,182,67,218,65,237,157,4,107,149,165,13,26,26,40,210,13,238,217,205,252,155,221,61,187,115,209,160,104,252,79,74,128,102,126,216,235,122,235,232,78,90,171,166,221,90,99,167,132,8,14,147,240,85,158,69,181,253,59,74,160,7,176,217,103,223,100,47,232,76,133,61,151,101,141,222,170,171,191,13,51,206,105,108,195,54,3,119,254,109,113,235,195,160,199,40,86,250,85,115,89,81,218,107,168,175,235,50,126,83,98,122,90,56,246,195,208,155,120,249,245,11,58,228,81,168,160,232,161,162,255,98,104,196,52,158,235,67,211,20,42,15,89,179,177,196,36,191,47,128,186,103,229,118,251,135,45,99,229,160,251,16,185,34,102,255,78,201,110,108,48,37,2,19,29,214,170,253,218,86,75,241,187,210,49,208,166,239,232,247,86,116,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,90,14,24,45,178,157,244,52,51,234,209,144,183,100,161,194,223,74,63,177,112,144,83,99,246,204,229,145,136,94,63,255,0],[160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,0],[160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,0],[160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,118,242,101,44,253,106,80,226,115,167,231,134,185,144,197,247,214,162,163,245,29,192,199,182,79,156,98,234,166,120,48,254,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128],[249,1,49,160,90,14,24,45,178,157,244,52,51,234,209,144,183,100,161,194,223,74,63,177,112,144,83,99,246,204,229,145,136,94,63,255,128,160,101,201,19,214,180,225,89,152,133,13,189,160,75,190,49,145,54,223,182,93,69,52,178,126,1,165,98,119,169,220,85,143,160,253,85,165,43,60,82,156,47,122,220,248,179,29,27,66,3,215,104,41,212,151,38,179,99,185,79,207,156,195,86,117,90,128,128,160,175,243,82,107,244,55,219,103,71,174,68,65,70,53,106,157,224,38,7,187,24,20,149,220,156,71,87,191,191,193,83,177,128,160,174,119,77,19,201,226,54,159,56,117,147,241,173,159,54,96,35,192,184,146,173,135,79,144,214,254,195,37,216,219,231,173,128,160,225,66,69,103,120,19,114,173,212,29,194,158,68,254,72,91,6,103,55,158,105,186,135,47,193,175,112,197,161,170,98,184,128,160,140,30,128,255,214,28,103,127,2,211,153,178,218,113,111,115,65,199,51,32,144,143,121,21,27,84,174,47,83,104,216,18,128,160,162,197,125,201,187,180,213,157,235,239,102,124,54,240,36,21,192,162,187,144,99,72,241,9,83,226,142,101,183,109,139,1,160,152,36,188,87,218,33,40,78,210,121,54,183,197,77,106,156,185,88,57,220,53,254,91,1,83,131,83,150,244,29,5,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,242,170,63,18,152,71,9,169,235,84,205,29,140,71,15,35,85,55,175,234,242,147,238,72,145,122,190,130,40,31,13,12,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,128,160,124,226,43,87,157,109,238,147,48,189,121,210,191,137,79,1,163,157,141,194,172,38,71,85,3,138,157,169,164,99,106,253,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,128,160,242,170,63,18,152,71,9,169,235,84,205,29,140,71,15,35,85,55,175,234,242,147,238,72,145,122,190,130,40,31,13,12,128,128,160,152,116,64,78,91,197,120,253,205,211,183,207,210,86,45,42,97,61,96,29,254,88,176,247,152,33,253,96,181,163,114,151,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201],"key":[69,163,146,10,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,224,73,5,50,76,156,217,58,190,111,136,220,11,140,151,80,95,159,49,254,234,188,51,157,193,0,121,234,144,42,207,134,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,0,0,0,0]],"keccak_data":[[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,168,199,104,88,68,55,11,128,145,98,30,83,40,31,217,185,56,112,58,179,189,41,202,228,253,231,28,165,252,233,206,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,62,93,129,85,209,204,55,235,67,56,182,198,220,198,25,69,14,53,78,37,148,78,8,145,165,205,66,236,184,70,248,68,128,128,160,224,73,5,50,76,156,217,58,190,111,136,220,11,140,151,80,95,159,49,254,234,188,51,157,193,0,121,234,144,42,207,134,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,131,194,182,60,89,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,0],[160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,0],[160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,0],[160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,0],[160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,0],[160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,0],[160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,0],[160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,0],[160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,0],[160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,0],[160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,0],[160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,0],[160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,0],[160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,0],[160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,0],[160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,0],[160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,1,51,213,33,216,48,173,250,164,40,77,32,67,15,137,93,185,243,109,76,169,33,179,71,166,47,193,148,243,216,221,73,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128],[249,2,17,160,88,130,254,176,165,150,161,122,54,133,71,237,254,141,101,100,135,185,202,23,195,5,199,45,49,253,246,235,178,0,255,130,160,206,100,21,163,213,202,153,211,20,89,121,201,128,199,82,37,152,176,13,161,59,237,124,148,254,236,216,242,126,119,233,121,160,185,228,203,130,115,16,96,207,136,110,239,83,202,102,94,135,170,241,137,34,227,70,105,198,48,47,61,176,187,146,152,206,160,245,93,164,217,168,130,117,33,10,79,206,102,217,104,174,204,55,144,173,29,171,153,52,247,65,94,3,120,136,133,113,137,160,230,68,115,42,167,193,17,185,239,176,90,30,205,99,190,175,89,178,168,70,89,14,220,67,184,146,202,42,189,182,51,190,160,85,83,114,61,113,42,28,60,242,159,218,90,206,16,140,74,124,154,18,160,53,246,186,233,107,73,46,254,18,75,47,147,160,89,90,52,80,252,109,214,48,252,66,48,208,168,79,62,80,179,254,122,181,240,126,71,118,238,74,221,169,34,91,144,38,160,28,210,125,44,43,13,68,38,218,169,123,221,0,77,217,20,185,66,203,186,238,118,246,238,144,218,176,87,88,153,125,152,160,51,40,154,4,219,129,108,42,120,61,114,181,239,14,0,138,62,32,222,102,180,46,163,235,14,71,27,3,242,151,165,133,160,221,181,63,128,237,179,86,222,12,41,194,7,85,77,73,37,146,251,42,86,29,141,89,57,66,97,207,16,160,113,99,158,160,58,22,42,72,118,113,38,35,57,68,95,117,66,169,9,9,28,25,143,102,24,118,144,65,229,228,121,101,20,167,6,194,160,27,177,232,148,216,39,95,227,113,37,29,225,188,40,99,88,227,197,235,94,182,237,78,77,215,223,227,27,47,73,247,84,160,130,164,185,214,76,218,31,222,13,144,252,191,78,46,40,7,7,97,186,214,6,107,105,56,60,220,208,245,174,80,221,230,160,94,102,86,131,113,1,162,16,94,58,115,225,65,201,33,17,159,22,91,48,168,142,10,191,36,160,28,198,113,75,54,72,160,158,1,185,179,178,178,96,59,215,52,186,190,221,96,64,186,250,232,15,70,44,53,202,72,216,193,2,149,251,166,73,58,160,187,8,157,195,152,194,195,101,85,55,91,229,182,90,188,202,192,148,23,38,92,255,250,105,206,62,201,154,134,210,84,234,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,0],[160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,0],[160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,0],[160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,0],[160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,0],[160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,0],[160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,54,63,38,143,24,187,59,31,244,76,63,28,86,27,108,104,184,215,17,124,1,255,174,150,116,135,163,23,33,7,65,3,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128],[249,1,81,160,223,191,47,91,38,97,233,207,234,252,240,126,240,80,166,146,43,0,163,47,46,244,225,208,162,228,1,87,150,188,106,77,160,255,69,36,238,59,56,81,174,192,41,30,22,105,156,2,102,173,58,62,95,210,198,243,187,172,82,81,110,157,36,173,56,128,128,160,186,227,45,209,79,154,5,112,143,64,120,137,180,220,95,217,242,33,120,152,221,159,185,238,104,77,176,251,69,213,123,160,128,160,187,244,53,58,42,141,178,166,196,86,132,46,248,240,248,123,193,114,242,47,204,54,76,166,150,15,74,135,193,230,9,172,128,160,225,136,101,189,239,82,3,5,134,251,62,100,120,128,129,186,92,184,233,88,187,23,68,92,149,49,207,163,243,163,232,23,160,141,83,34,180,161,0,161,199,96,114,90,214,75,148,44,16,243,215,77,116,78,73,221,96,55,212,175,186,109,239,128,223,160,224,39,241,8,86,117,180,255,110,155,204,245,17,208,152,191,111,95,124,65,172,241,28,81,146,97,149,20,154,213,232,106,128,160,200,46,43,163,240,176,159,66,189,141,0,101,185,85,208,239,240,81,52,222,137,109,217,103,229,88,34,216,31,124,111,156,160,234,242,30,7,249,134,245,117,172,51,76,95,98,96,39,255,158,84,86,140,240,202,116,222,186,131,119,57,186,191,241,200,160,231,33,33,44,130,79,181,58,121,185,85,171,197,178,228,192,123,46,3,95,35,193,225,191,34,30,31,58,22,54,182,240,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249,0],[0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,95,184,246,162,216,146,32,47,123,31,21,167,62,238,216,82,226,132,86,213,247,36,36,234,72,52,26,136,223,232,253,63,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,167,11,74,230,177,195,144,152,106,9,108,135,175,61,210,234,146,91,225,194,76,0,238,38,188,247,40,57,49,102,180,210,128,128,128,160,184,155,158,21,127,28,35,73,93,52,0,121,224,81,191,252,189,22,156,225,169,176,31,181,31,197,245,174,116,117,102,91,128,128,128],[228,130,0,149,160,114,253,150,133,18,192,156,19,241,162,51,210,24,1,151,16,48,7,177,42,60,49,34,230,254,242,79,132,165,90,75,249],[228,130,0,149,160,57,70,87,80,220,197,201,254,196,232,29,240,104,158,250,223,175,172,44,123,126,255,126,108,15,160,185,239,174,205,146,130]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114],"key":[237,149,213,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252],"list_rlp_bytes":[[226],[224]],"value_rlp_bytes":[[130],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[129,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,130,129,173],[224,158,53,42,227,19,230,190,109,140,143,153,69,146,58,100,151,195,114,105,186,53,213,227,83,91,117,142,71,34,124,252,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,114]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel2.json b/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel2.json index 86b75ec70d..7ae47dcb53 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel2.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ExtensionTwoKeyBytesSel2.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,217,189,154,245,148,60,246,196,48,7,91,27,75,207,123,195,20,161,124,51,226,135,16,82,212,70,106,221,134,62,240,99,0],[160,230,233,6,227,144,160,28,123,187,95,193,137,14,229,42,8,73,95,41,13,136,225,215,147,85,47,110,75,77,92,127,1,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,6,183,21,22,141,154,93,242,33,163,165,218,85,17,169,55,108,252,1,229,107,208,17,53,177,82,213,70,231,154,230,18,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,6,183,21,22,141,154,93,242,33,163,165,218,85,17,169,55,108,252,1,229,107,208,17,53,177,82,213,70,231,154,230,18,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,193,28,36,136,162,196,210,62,126,113,177,150,50,191,124,234,183,229,122,245,146,61,143,68,108,249,125,152,159,169,47,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,174,193,28,36,136,162,196,210,62,126,113,177,150,50,191,124,234,183,229,122,245,146,61,143,68,108,249,125,152,159,169,47,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,160,195,233,184,227,196,133,251,169,166,193,93,188,31,192,63,18,114,23,12,90,253,90,148,118,34,121,36,225,235,139,235,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,160,195,233,184,227,196,133,251,169,166,193,93,188,31,192,63,18,114,23,12,90,253,90,148,118,34,121,36,225,235,139,235,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,165,149,119,148,81,186,153,117,6,163,134,247,78,141,40,217,77,99,110,60,58,157,233,110,101,70,88,17,114,123,172,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,158,165,149,119,148,81,186,153,117,6,163,134,247,78,141,40,217,77,99,110,60,58,157,233,110,101,70,88,17,114,123,172,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,175,122,1,234,114,63,126,190,22,108,160,85,184,120,157,19,72,1,8,181,65,91,252,59,16,115,161,175,1,43,175,101,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,175,122,1,234,114,63,126,190,22,108,160,85,184,120,157,19,72,1,8,181,65,91,252,59,16,115,161,175,1,43,175,101,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,132,7,64,121,74,125,24,175,205,215,148,17,5,121,54,249,114,144,9,106,240,110,88,156,86,47,92,156,164,58,241,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,217,132,7,64,121,74,125,24,175,205,215,148,17,5,121,54,249,114,144,9,106,240,110,88,156,86,47,92,156,164,58,241,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,31,196,32,224,82,185,3,255,151,133,167,147,146,168,200,224,94,6,175,139,121,164,124,72,61,243,189,193,122,214,133,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,31,196,32,224,82,185,3,255,151,133,167,147,146,168,200,224,94,6,175,139,121,164,124,72,61,243,189,193,122,214,133,0,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,143,187,40,54,50,75,12,175,57,115,107,238,101,89,221,204,193,76,205,121,47,228,172,26,105,181,162,210,89,141,202,69,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,143,187,40,54,50,75,12,175,57,115,107,238,101,89,221,204,193,76,205,121,47,228,172,26,105,181,162,210,89,141,202,69,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,60,119,221,55,67,183,26,133,186,234,172,189,223,172,37,249,199,47,195,77,164,77,135,63,254,246,11,186,7,50,226,0],[160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,0],[160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,0],[160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,0],[160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,0],[160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,0],[160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,0],[160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,0],[160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,0],[160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,0],[160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,0],[160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,0],[160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,0],[160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,0],[160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,0],[160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,0],[160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128],[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,41,60,119,221,55,67,183,26,133,186,234,172,189,223,172,37,249,199,47,195,77,164,77,135,63,254,246,11,186,7,50,226,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,0],[160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,0],[160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,0],[160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0]],"keccak_data":[[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[130,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,131,130,3,5],[224,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,217,189,154,245,148,60,246,196,48,7,91,27,75,207,123,195,20,161,124,51,226,135,16,82,212,70,106,221,134,62,240,99,0],[160,230,233,6,227,144,160,28,123,187,95,193,137,14,229,42,8,73,95,41,13,136,225,215,147,85,47,110,75,77,92,127,1,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,6,183,21,22,141,154,93,242,33,163,165,218,85,17,169,55,108,252,1,229,107,208,17,53,177,82,213,70,231,154,230,18,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,208,230,7,186,137,143,47,107,201,43,109,52,82,40,72,163,135,169,33,123,56,113,247,127,68,242,83,66,32,5,176,75,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,6,183,21,22,141,154,93,242,33,163,165,218,85,17,169,55,108,252,1,229,107,208,17,53,177,82,213,70,231,154,230,18,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,174,193,28,36,136,162,196,210,62,126,113,177,150,50,191,124,234,183,229,122,245,146,61,143,68,108,249,125,152,159,169,47,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,105,31,143,202,97,79,163,131,191,159,167,233,177,89,154,179,146,17,145,88,113,213,102,123,125,49,63,14,23,154,117,151,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,128,173,60,145,248,253,133,144,179,124,61,33,232,140,5,252,151,234,86,121,34,249,8,121,154,121,230,147,181,238,80,169,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,174,193,28,36,136,162,196,210,62,126,113,177,150,50,191,124,234,183,229,122,245,146,61,143,68,108,249,125,152,159,169,47,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,160,195,233,184,227,196,133,251,169,166,193,93,188,31,192,63,18,114,23,12,90,253,90,148,118,34,121,36,225,235,139,235,0],[160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,0],[160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,0],[160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,0],[160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,0],[160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,0],[160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,0],[160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,0],[160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,0],[160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,0],[160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,0],[160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,0],[160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,0],[160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,0],[160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,0],[160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,0],[160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,141,24,238,114,43,222,174,44,184,58,223,201,88,244,96,167,243,134,249,54,83,108,9,224,208,38,13,102,112,245,138,117,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128],[249,2,17,160,80,75,215,208,193,159,84,57,71,243,7,14,204,100,148,205,208,55,165,27,88,145,87,12,99,158,158,182,197,55,33,95,160,76,180,250,234,22,207,36,13,201,139,0,120,72,139,180,238,156,185,62,97,200,44,188,159,187,99,106,94,147,15,25,20,160,189,17,169,103,34,213,240,167,18,182,246,233,129,88,212,80,113,250,13,189,211,144,206,169,179,25,180,70,188,155,55,32,160,32,220,255,83,236,6,9,125,247,185,224,139,47,190,49,98,219,131,56,50,131,152,150,81,107,126,7,163,202,127,91,164,160,185,211,148,32,33,143,139,118,55,225,47,134,141,134,35,28,209,179,72,57,247,141,152,65,38,141,179,61,214,174,204,14,160,107,106,58,227,233,173,248,116,152,133,228,250,245,205,196,226,135,107,65,132,233,139,78,59,136,248,255,241,150,83,160,5,160,0,164,180,172,120,195,134,123,28,39,200,127,136,82,33,245,97,141,28,111,0,184,5,98,102,230,66,116,77,224,101,219,160,248,105,172,225,53,1,157,135,194,244,188,254,17,122,124,197,196,99,49,56,111,8,165,230,145,108,189,38,207,45,75,50,160,35,73,222,234,130,172,207,150,15,218,253,15,36,223,217,31,215,79,14,171,224,221,215,51,242,239,84,255,134,147,216,166,160,240,32,244,239,11,87,72,174,41,33,118,196,147,56,102,122,208,41,160,96,186,168,111,141,93,215,31,104,139,17,215,242,160,82,199,196,167,58,157,107,196,36,170,39,205,176,246,208,56,210,163,200,208,226,179,109,60,35,248,244,49,8,254,178,170,160,160,195,233,184,227,196,133,251,169,166,193,93,188,31,192,63,18,114,23,12,90,253,90,148,118,34,121,36,225,235,139,235,160,255,250,210,54,157,254,43,240,80,48,249,200,142,240,27,109,12,250,107,172,243,192,36,2,224,146,228,178,151,220,187,84,160,231,83,108,124,37,12,66,134,242,2,97,130,128,110,222,91,65,238,211,219,127,83,155,247,57,160,84,71,36,68,143,249,160,49,132,199,94,225,34,198,225,84,182,131,124,126,81,66,197,238,228,144,216,66,221,170,150,141,52,23,177,9,14,164,218,160,119,192,211,22,95,58,240,144,240,37,172,65,97,91,255,225,107,12,151,189,7,88,0,51,192,124,155,194,253,5,143,142,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,158,165,149,119,148,81,186,153,117,6,163,134,247,78,141,40,217,77,99,110,60,58,157,233,110,101,70,88,17,114,123,172,0],[160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,0],[160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,0],[160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,0],[160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,0],[160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,0],[160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,0],[160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,0],[160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,0],[160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,0],[160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,0],[160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,0],[160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,0],[160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,0],[160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,0],[160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,0],[160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,231,179,177,242,26,188,159,51,188,156,22,150,126,87,205,8,167,108,243,82,117,45,140,143,7,150,144,93,59,6,102,220,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128],[249,2,17,160,135,19,64,207,217,223,201,245,3,114,121,32,66,43,57,133,252,55,82,116,223,71,100,149,122,243,45,28,63,150,204,110,160,210,120,212,210,151,79,221,51,232,80,80,186,46,159,194,233,203,46,201,120,35,213,101,124,0,8,177,219,68,14,121,240,160,7,114,2,237,174,156,12,217,41,80,207,22,255,39,79,29,172,209,87,195,37,188,55,186,206,78,97,11,87,224,72,236,160,22,29,249,121,177,221,199,134,231,204,178,150,90,71,228,195,117,255,255,223,21,95,194,251,151,149,22,131,234,12,148,141,160,154,130,254,249,64,180,76,29,52,23,185,183,92,39,79,57,58,81,220,159,7,224,15,179,212,252,51,109,150,166,138,123,160,191,184,181,142,36,247,244,175,48,46,160,172,131,40,126,16,142,50,208,215,51,119,231,93,236,238,227,222,169,47,110,125,160,63,16,188,230,177,90,174,250,172,232,195,227,33,146,180,160,216,2,248,221,210,179,93,60,27,200,22,229,211,119,190,115,160,158,165,149,119,148,81,186,153,117,6,163,134,247,78,141,40,217,77,99,110,60,58,157,233,110,101,70,88,17,114,123,172,160,178,157,0,28,65,106,227,88,84,22,69,42,75,101,149,62,86,45,11,59,216,93,0,97,209,124,70,114,145,152,73,213,160,80,176,142,247,234,92,148,168,17,76,79,72,211,136,9,251,173,156,52,47,222,75,47,99,175,39,37,242,43,103,246,104,160,220,42,251,8,22,8,115,225,127,17,184,13,248,242,7,12,82,192,44,74,62,147,117,10,57,158,59,179,221,195,212,185,160,73,210,235,92,4,27,119,189,211,244,21,130,213,183,166,10,118,148,51,106,35,39,41,16,212,32,33,30,232,202,253,127,160,45,234,125,167,138,171,111,217,200,71,109,44,151,79,202,136,227,21,63,196,251,135,189,172,157,97,199,5,92,103,113,208,160,32,136,102,148,196,136,37,163,51,96,178,15,175,37,129,190,72,46,102,165,57,108,199,41,1,153,217,87,99,246,185,134,160,195,142,65,38,53,73,58,93,254,20,214,13,99,184,121,102,237,111,202,60,113,233,229,157,72,243,233,231,38,188,161,198,160,29,13,42,118,4,81,208,108,222,61,121,232,127,152,172,231,68,36,11,214,122,155,128,182,146,21,101,238,226,237,167,149,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,175,122,1,234,114,63,126,190,22,108,160,85,184,120,157,19,72,1,8,181,65,91,252,59,16,115,161,175,1,43,175,101,0],[160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,0],[160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,0],[160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,0],[160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,0],[160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,0],[160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,0],[160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,0],[160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,0],[160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,0],[160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,0],[160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,0],[160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,0],[160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,0],[160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,0],[160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,0],[160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,79,221,60,218,196,71,70,119,145,25,123,243,16,101,75,62,20,134,78,48,105,16,31,74,70,55,29,138,247,165,131,2,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128],[249,2,17,160,133,167,189,133,123,193,191,222,89,216,35,78,93,7,66,131,149,42,249,152,66,106,244,232,140,225,53,159,56,146,232,23,160,252,122,28,104,215,195,210,194,90,68,41,241,5,233,121,31,111,39,40,44,8,54,98,144,203,206,196,168,223,212,246,221,160,108,140,134,51,36,35,162,155,179,219,212,248,1,165,39,162,65,235,79,21,5,180,1,119,15,51,58,169,249,106,94,169,160,254,76,95,71,155,26,54,113,106,54,108,164,206,63,247,247,91,164,234,52,148,14,43,211,132,137,64,194,118,82,194,177,160,14,185,41,78,52,126,90,218,79,124,126,55,116,181,121,241,185,238,44,135,0,49,233,24,87,231,76,225,31,130,200,18,160,184,203,50,205,70,164,135,3,71,89,95,190,248,113,62,67,78,182,14,228,178,180,2,161,165,175,67,60,73,23,173,123,160,144,195,48,89,145,149,182,147,85,15,69,184,79,146,224,36,71,69,131,22,233,191,131,250,24,98,82,185,178,33,37,178,160,103,13,127,211,234,63,148,126,213,126,127,233,179,188,239,177,163,141,165,207,149,48,253,223,158,89,76,162,21,6,208,123,160,60,30,137,167,221,156,12,2,111,77,132,147,40,151,60,202,47,85,195,64,141,50,215,66,51,129,199,36,184,203,150,136,160,47,92,105,177,160,255,212,105,132,109,28,120,118,228,101,197,3,61,151,81,126,86,140,26,92,137,116,150,66,142,148,133,160,188,123,142,119,144,241,30,96,104,247,77,149,203,234,218,50,166,117,17,238,216,103,24,146,142,202,126,58,34,229,213,98,160,175,122,1,234,114,63,126,190,22,108,160,85,184,120,157,19,72,1,8,181,65,91,252,59,16,115,161,175,1,43,175,101,160,10,81,148,85,182,179,4,213,104,8,18,186,104,176,241,146,55,220,243,205,207,90,175,2,120,133,99,27,67,103,37,137,160,92,135,250,214,119,219,245,233,65,207,198,41,62,154,6,183,119,86,175,138,217,145,8,75,217,202,166,21,201,199,183,160,160,178,118,164,136,184,196,235,68,1,208,226,214,129,93,154,28,118,79,39,37,41,21,31,157,175,140,26,16,206,117,245,161,160,166,122,17,151,156,67,20,33,110,157,14,75,253,205,253,90,57,76,61,99,70,105,124,243,136,52,164,181,121,236,236,70,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,217,132,7,64,121,74,125,24,175,205,215,148,17,5,121,54,249,114,144,9,106,240,110,88,156,86,47,92,156,164,58,241,0],[160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,0],[160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,0],[160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,0],[160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,0],[160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,0],[160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,0],[160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,0],[160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,0],[160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,0],[160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,0],[160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,0],[160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,0],[160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,0],[160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,0],[160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,0],[160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,118,66,191,63,107,139,75,185,177,16,55,71,250,178,39,177,243,220,32,186,59,17,33,53,251,250,65,62,15,114,252,5,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128],[249,2,17,160,148,96,233,169,14,90,134,113,124,248,170,233,105,200,185,209,37,170,23,12,53,121,255,207,171,140,58,155,240,245,176,148,160,44,47,217,201,92,122,132,137,66,226,149,169,177,49,235,62,79,6,38,116,120,55,195,24,55,197,51,169,64,4,70,173,160,239,47,98,216,238,2,166,46,89,15,56,7,5,196,196,62,67,249,253,235,20,235,102,134,142,200,26,17,214,152,1,145,160,197,17,178,32,200,66,202,234,188,218,127,181,8,17,4,30,61,47,57,234,58,255,120,204,181,237,168,202,28,76,105,234,160,63,229,58,247,19,93,67,185,34,164,106,81,163,92,222,25,161,27,40,212,121,191,185,203,236,130,187,73,151,69,189,185,160,254,144,109,156,81,221,79,66,253,183,145,54,58,41,16,116,249,56,61,32,1,181,98,101,217,110,246,137,185,35,129,215,160,42,32,250,190,187,193,176,158,238,99,10,152,135,244,177,201,170,90,140,94,31,244,155,240,210,136,149,233,93,37,48,191,160,217,132,7,64,121,74,125,24,175,205,215,148,17,5,121,54,249,114,144,9,106,240,110,88,156,86,47,92,156,164,58,241,160,81,76,82,36,53,180,76,100,114,1,16,17,231,143,16,128,224,130,54,29,129,30,175,141,192,31,129,54,103,40,235,30,160,91,241,99,220,108,63,125,225,150,80,223,253,107,254,87,177,201,91,21,251,24,233,244,246,13,134,68,64,146,212,100,133,160,236,116,61,181,70,202,25,127,58,207,72,50,66,207,22,152,197,203,167,193,92,102,153,213,59,137,65,153,49,136,57,215,160,216,2,120,95,255,84,108,99,100,122,21,213,206,229,80,63,183,191,6,12,87,234,21,174,229,146,63,113,77,198,240,39,160,190,218,104,114,65,143,16,76,171,187,221,133,224,217,179,164,222,126,10,33,35,71,63,53,163,111,199,211,228,164,124,223,160,213,170,112,202,127,64,210,139,189,213,55,20,144,252,240,46,126,109,109,74,135,136,15,128,192,99,16,67,173,97,168,61,160,147,75,172,163,178,143,148,112,133,47,43,229,251,14,130,192,253,59,110,111,147,43,65,57,213,172,199,179,154,184,206,56,160,164,223,28,174,107,173,96,167,56,249,242,213,153,166,239,188,30,37,226,19,250,193,152,99,72,192,45,227,39,220,80,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,31,196,32,224,82,185,3,255,151,133,167,147,146,168,200,224,94,6,175,139,121,164,124,72,61,243,189,193,122,214,133,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,0],[160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,0],[160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,0],[160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,0],[160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,0],[160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,0],[160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,46,227,224,172,92,16,233,112,65,86,64,9,110,41,37,88,180,141,214,137,206,239,177,96,218,245,24,217,91,147,215,9,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128],[249,1,17,128,160,30,165,12,148,60,73,75,129,99,22,189,179,165,212,97,30,70,252,178,141,82,212,205,86,33,189,64,225,155,151,44,228,160,143,165,150,220,29,213,132,61,84,146,177,121,240,70,49,108,193,141,238,104,187,31,65,67,198,42,160,132,145,244,195,47,160,249,206,148,243,175,9,54,64,123,62,84,79,56,2,167,180,229,57,141,60,57,230,39,198,161,165,104,120,15,27,210,19,160,35,2,113,27,174,138,111,47,143,63,131,219,176,187,151,237,202,89,0,243,6,15,2,56,30,196,6,32,30,28,90,37,160,58,236,215,25,102,10,91,61,145,178,196,158,128,97,75,40,167,190,55,63,190,206,1,214,162,90,94,106,14,98,57,150,128,128,128,128,160,192,147,56,216,166,204,38,22,236,116,212,187,163,46,244,70,243,70,187,207,2,165,214,141,45,103,210,194,66,11,69,179,160,31,196,32,224,82,185,3,255,151,133,167,147,146,168,200,224,94,6,175,139,121,164,124,72,61,243,189,193,122,214,133,0,160,241,188,52,165,71,42,145,44,6,13,51,116,50,101,11,21,41,174,213,101,6,12,243,195,47,91,175,49,28,99,33,190,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201],"key":[190,183,183,180,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,143,187,40,54,50,75,12,175,57,115,107,238,101,89,221,204,193,76,205,121,47,228,172,26,105,181,162,210,89,141,202,69,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,0,0,0,0]],"keccak_data":[[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,170,98,87,96,10,34,239,241,153,129,22,218,11,176,39,223,129,90,191,172,56,19,203,75,13,162,195,147,147,111,234,12,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,52,129,143,74,52,172,147,62,141,148,67,170,219,110,93,47,203,52,223,207,150,236,229,214,110,120,14,236,54,184,70,248,68,128,128,160,143,187,40,54,50,75,12,175,57,115,107,238,101,89,221,204,193,76,205,121,47,228,172,26,105,181,162,210,89,141,202,69,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,251,239,33,80,129,140,50,179,108,87,149,114,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,60,119,221,55,67,183,26,133,186,234,172,189,223,172,37,249,199,47,195,77,164,77,135,63,254,246,11,186,7,50,226,0],[160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,0],[160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,0],[160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,0],[160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,0],[160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,0],[160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,0],[160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,0],[160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,0],[160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,0],[160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,0],[160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,0],[160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,0],[160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,0],[160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,0],[160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,0],[160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,62,104,164,15,180,50,50,61,249,232,7,161,238,216,142,152,174,66,250,74,124,247,4,81,212,62,253,178,87,83,65,177,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128],[249,2,17,160,149,22,30,35,236,215,163,225,55,184,47,255,16,249,153,166,118,62,70,74,142,164,20,231,176,121,213,128,225,145,133,241,160,190,216,174,145,240,177,249,211,11,84,193,187,64,24,230,41,167,176,224,108,124,197,109,65,104,179,24,40,197,24,182,166,160,110,102,122,118,71,7,121,128,227,83,191,183,158,34,77,230,62,36,52,166,185,130,48,141,0,110,4,88,36,232,93,217,160,107,149,71,221,170,146,238,87,132,136,238,45,116,162,103,102,43,180,155,161,45,130,225,106,223,13,185,241,221,75,162,22,160,54,97,193,124,78,5,255,224,210,32,136,173,234,21,58,1,67,228,225,172,248,12,21,215,39,10,74,95,146,52,69,208,160,9,132,153,157,61,32,222,35,3,37,148,169,254,248,14,131,119,131,214,96,161,94,233,60,201,221,217,166,75,5,146,167,160,159,32,184,78,111,130,155,150,74,17,66,92,46,189,186,102,108,28,132,252,175,226,216,0,68,191,229,74,92,209,241,88,160,156,231,209,127,11,57,217,209,239,123,37,6,100,194,112,238,59,113,151,105,231,229,39,41,34,177,62,5,97,63,28,233,160,158,183,112,42,70,159,4,150,82,184,28,78,132,51,238,108,15,154,228,218,238,204,175,56,152,6,13,118,60,85,222,132,160,153,1,174,170,129,1,147,243,135,240,191,8,199,206,59,21,139,149,128,74,72,89,174,24,42,193,156,163,156,110,235,235,160,41,60,119,221,55,67,183,26,133,186,234,172,189,223,172,37,249,199,47,195,77,164,77,135,63,254,246,11,186,7,50,226,160,181,19,227,218,23,113,138,40,36,61,150,84,110,202,49,126,117,119,122,116,62,254,116,101,182,208,100,248,213,146,69,244,160,202,220,246,109,233,106,229,74,72,166,186,162,229,122,168,131,146,115,144,23,49,45,25,140,126,27,232,253,194,76,149,15,160,102,158,39,10,51,55,84,84,213,237,155,213,237,51,66,85,115,40,107,8,89,176,20,27,201,12,250,212,88,97,178,133,160,153,109,223,161,227,17,236,75,74,8,241,213,67,138,39,213,78,59,143,122,155,209,20,3,57,242,92,160,34,50,89,215,160,183,229,229,81,73,164,167,6,153,118,14,33,221,101,220,106,179,228,150,95,192,173,247,19,166,16,105,238,216,219,159,37,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,0],[160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,0],[160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,0],[160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,0],[160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,0],[160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,0],[160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,0],[160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,0],[160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,0],[160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,0],[160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,0],[160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,0],[160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,0],[160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,0],[160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,0],[160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,0],[160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,197,4,19,211,67,150,7,37,20,138,74,167,242,220,142,188,2,55,127,112,161,202,110,158,223,190,211,136,33,65,15,184,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128],[249,2,17,160,206,147,153,238,233,177,254,214,162,192,6,41,99,235,189,63,77,194,209,92,215,253,45,69,28,96,49,252,253,150,199,198,160,130,195,48,207,4,39,183,130,93,133,33,51,24,85,109,223,200,117,27,143,102,105,89,62,113,165,59,85,64,5,221,90,160,198,216,36,131,141,153,71,181,71,43,115,191,131,63,147,71,120,112,44,189,134,233,180,33,82,255,81,215,194,19,55,100,160,206,25,55,20,146,60,214,18,12,167,17,203,54,69,68,252,237,135,36,127,167,28,47,198,144,44,79,154,184,240,137,52,160,13,59,66,173,214,55,59,19,125,163,24,33,238,176,21,224,109,217,55,28,33,101,133,140,222,138,194,216,153,132,136,230,160,196,8,80,100,153,2,7,170,81,45,165,171,238,25,90,204,233,162,53,150,33,147,169,174,192,177,128,99,26,149,239,143,160,132,119,21,52,21,62,74,197,52,231,139,83,237,217,120,123,75,100,186,124,111,129,254,225,204,82,186,213,166,56,84,75,160,112,13,238,148,70,240,186,202,13,221,180,174,186,115,194,209,132,143,68,98,75,72,126,46,218,248,44,235,208,116,201,102,160,243,206,192,239,64,99,13,81,166,177,20,144,103,34,139,175,235,197,91,53,76,216,197,71,61,204,142,227,126,128,232,104,160,238,168,57,214,12,203,71,227,222,95,120,180,59,185,161,195,136,160,116,107,26,125,207,74,230,168,102,27,205,128,62,218,160,212,76,166,21,247,198,254,9,142,155,246,184,242,185,224,241,226,96,112,54,65,52,213,208,163,7,71,44,99,35,185,223,160,225,67,171,100,211,168,26,72,25,178,70,20,88,42,70,121,64,118,247,6,189,199,111,91,69,253,250,233,160,218,175,109,160,228,9,140,231,204,59,191,210,153,103,229,96,66,95,205,105,31,72,40,100,82,49,170,250,108,6,75,193,124,69,5,209,160,117,152,142,42,173,67,31,177,235,86,231,243,27,94,203,178,209,82,80,66,133,249,211,59,208,88,64,76,227,222,152,58,160,196,209,10,11,203,198,224,14,121,23,120,141,125,30,79,228,142,109,253,71,249,143,150,168,49,211,211,67,226,157,8,28,160,210,238,238,194,77,71,114,122,71,239,124,178,219,200,167,116,143,64,223,227,10,191,123,25,13,77,19,142,39,114,50,5,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,161,229,37,217,126,181,68,217,9,116,233,74,254,95,44,9,245,211,185,191,144,59,89,169,56,133,111,195,18,163,254,73,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128],[248,81,128,160,154,198,63,41,156,57,24,5,4,135,238,4,68,3,248,17,34,184,202,188,10,232,136,16,130,61,25,188,149,179,79,231,128,128,128,128,128,128,128,128,128,160,238,173,29,39,104,215,76,171,160,76,242,192,29,147,89,208,198,225,190,0,15,200,154,36,250,128,239,167,73,218,105,155,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[228]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[130,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121,0],[0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218,0]],"keccak_data":[[248,81,128,128,160,159,15,247,43,218,211,193,35,130,157,141,196,137,109,36,115,54,64,179,211,106,138,29,158,213,195,195,148,125,20,93,149,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[248,81,128,128,160,35,195,53,81,248,35,147,21,30,3,185,153,70,138,192,165,77,7,129,118,37,132,120,197,130,18,209,89,99,85,245,222,128,128,160,243,31,69,208,16,22,226,247,232,151,237,185,83,172,203,208,250,241,4,31,115,43,37,31,57,54,253,184,19,41,26,5,128,128,128,128,128,128,128,128,128,128,128],[228,130,0,150,160,215,121,207,40,14,160,149,115,175,222,139,45,208,88,81,65,226,190,111,191,208,252,147,90,105,163,154,4,132,52,204,121],[228,130,0,150,160,208,13,115,5,131,97,180,161,37,184,30,176,46,254,113,83,244,235,231,202,172,66,172,99,25,151,249,73,32,160,1,218]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114],"key":[164,25,98,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122],"list_rlp_bytes":[[227],[224]],"value_rlp_bytes":[[131],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[130,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,131,130,3,5],[224,158,32,246,246,19,240,98,5,150,229,5,150,96,180,21,9,65,218,20,213,215,50,192,129,14,3,147,169,124,32,122,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,167,114]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/FromNilToValue.json b/zkevm-circuits/src/mpt_circuit/tests/FromNilToValue.json index 44edb2d7ab..6f4931fa26 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/FromNilToValue.json +++ b/zkevm-circuits/src/mpt_circuit/tests/FromNilToValue.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,157,6,204,66,61,88,243,248,63,201,224,109,125,252,21,170,82,38,144,183,96,105,127,35,223,39,242,170,17,92,119,165,0],[160,147,161,195,34,53,107,217,200,232,165,252,190,242,176,236,143,29,40,49,3,236,129,41,157,177,120,214,102,231,219,96,217,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,209,188,121,86,15,10,188,253,58,117,23,117,208,9,71,106,188,107,37,130,175,44,173,128,32,149,49,175,221,57,205,0],[160,110,11,238,193,73,33,238,173,138,189,216,130,83,6,213,43,25,156,152,142,143,71,113,227,246,249,232,92,90,126,248,133,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,110,11,238,193,73,33,238,173,138,189,216,130,83,6,213,43,25,156,152,142,143,71,113,227,246,249,232,92,90,126,248,133,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,89,209,188,121,86,15,10,188,253,58,117,23,117,208,9,71,106,188,107,37,130,175,44,173,128,32,149,49,175,221,57,205,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,150,0,202,32,30,246,87,176,174,140,36,247,226,14,196,148,190,0,122,56,198,16,195,59,18,155,44,30,177,131,18,0],[160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,0],[160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,0],[160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,0],[160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,0],[160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,0],[160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,0],[160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,0],[160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,0],[160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,0],[160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,0],[160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,0],[160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,0],[160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,0],[160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,0],[160,113,99,198,57,86,53,10,174,252,70,60,182,85,2,36,244,106,35,23,22,225,198,161,80,208,143,22,169,212,154,68,13,0],[160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,113,99,198,57,86,53,10,174,252,70,60,182,85,2,36,244,106,35,23,22,225,198,161,80,208,143,22,169,212,154,68,13,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128],[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,33,150,0,202,32,30,246,87,176,174,140,36,247,226,14,196,148,190,0,122,56,198,16,195,59,18,155,44,30,177,131,18,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,94,178,146,78,223,223,79,204,29,92,161,244,207,161,133,27,246,185,216,215,118,26,41,175,110,37,57,234,161,133,172,13,0],[160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,0],[160,15,233,41,49,20,68,39,236,137,188,164,178,40,168,138,194,125,103,86,127,121,26,193,40,248,112,190,196,116,192,4,1,0],[160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,0],[160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,0],[160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,0],[160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,0],[160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,0],[160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,0],[160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,0],[160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,0],[160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,0],[160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,0],[160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,0],[160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,0],[160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,0],[160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,160,15,233,41,49,20,68,39,236,137,188,164,178,40,168,138,194,125,103,86,127,121,26,193,40,248,112,190,196,116,192,4,1,160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,128],[249,2,17,160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,160,94,178,146,78,223,223,79,204,29,92,161,244,207,161,133,27,246,185,216,215,118,26,41,175,110,37,57,234,161,133,172,13,160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,96,14,225,103,29,223,7,24,163,204,11,38,25,162,195,230,134,175,147,140,230,103,22,74,203,7,212,68,161,99,27,229,0],[160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,0],[160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,0],[160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,0],[160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,0],[160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,0],[160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,0],[160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,0],[160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,0],[160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,0],[160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,0],[160,221,60,180,147,6,76,231,249,32,194,151,204,237,134,207,150,204,202,115,253,76,163,77,56,110,117,0,101,77,100,79,195,0],[160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,0],[160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,0],[160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,0],[160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,0],[160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,160,221,60,180,147,6,76,231,249,32,194,151,204,237,134,207,150,204,202,115,253,76,163,77,56,110,117,0,101,77,100,79,195,160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,128],[249,2,17,160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,160,96,14,225,103,29,223,7,24,163,204,11,38,25,162,195,230,134,175,147,140,230,103,22,74,203,7,212,68,161,99,27,229,160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,210,209,136,205,21,91,39,8,230,244,109,236,27,180,129,56,67,110,101,160,247,232,254,102,65,2,246,118,80,112,172,0],[160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,0],[160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,0],[160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,0],[160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,0],[160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,0],[160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,0],[160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,0],[160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,0],[160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,0],[160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,0],[160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,0],[160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,0],[160,99,117,226,219,137,167,247,15,117,197,165,235,213,4,68,22,184,127,231,51,16,80,1,48,137,237,29,198,82,110,5,35,0],[160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,0],[160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,0],[160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,160,99,117,226,219,137,167,247,15,117,197,165,235,213,4,68,22,184,127,231,51,16,80,1,48,137,237,29,198,82,110,5,35,160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,128],[249,2,17,160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,160,114,210,209,136,205,21,91,39,8,230,244,109,236,27,180,129,56,67,110,101,160,247,232,254,102,65,2,246,118,80,112,172,160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,152,181,200,19,32,88,99,143,179,97,40,233,158,1,51,196,157,228,93,255,154,69,132,138,51,169,87,3,100,123,118,0],[160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,0],[160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,0],[160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,0],[160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,0],[160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,0],[160,227,121,245,144,65,81,86,185,126,193,202,131,45,27,221,225,151,188,36,84,30,190,122,209,168,122,181,141,88,95,112,72,0],[160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,0],[160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,0],[160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,0],[160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,0],[160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,0],[160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,0],[160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,0],[160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,0],[160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,0],[160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,160,227,121,245,144,65,81,86,185,126,193,202,131,45,27,221,225,151,188,36,84,30,190,122,209,168,122,181,141,88,95,112,72,160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,128],[249,2,17,160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,160,200,152,181,200,19,32,88,99,143,179,97,40,233,158,1,51,196,157,228,93,255,154,69,132,138,51,169,87,3,100,123,118,160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,70,108,89,120,155,90,189,42,146,67,196,114,18,149,136,115,0,65,164,125,232,61,37,105,176,230,153,128,225,237,144,109,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,0],[160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,11,247,226,209,154,68,214,159,67,9,164,183,252,161,151,187,221,160,140,27,6,58,50,53,151,142,55,155,145,228,103,204,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,0],[160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,128,128,160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,128,128,160,11,247,226,209,154,68,214,159,67,9,164,183,252,161,151,187,221,160,140,27,6,58,50,53,151,142,55,155,145,228,103,204,128,128,160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,128,128,128,160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,128],[248,209,128,128,128,160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,128,128,160,70,108,89,120,155,90,189,42,146,67,196,114,18,149,136,115,0,65,164,125,232,61,37,105,176,230,153,128,225,237,144,109,128,128,160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,128,128,128,160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,28,37,115,237,110,197,136,192,228,218,204,198,28,199,91,211,4,111,95,111,30,36,100,238,8,28,217,87,217,253,64,246,0],[160,78,91,212,99,28,229,255,249,0,175,38,16,81,65,173,138,71,212,169,134,145,215,188,192,153,41,30,220,122,198,3,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,78,91,212,99,28,229,255,249,0,175,38,16,81,65,173,138,71,212,169,134,145,215,188,192,153,41,30,220,122,198,3,24,128,128,128,128,160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,128,128,128,128,128,128,128,128,128,128,128],[248,81,160,28,37,115,237,110,197,136,192,228,218,204,198,28,199,91,211,4,111,95,111,30,36,100,238,8,28,217,87,217,253,64,246,128,128,128,128,160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[14,26,197,112,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0],[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,244,73,42,98,143,233,177,28,202,218,127,217,43,2,95,105,122,132,183,82,100,4,248,255,135,45,67,59,68,42,178,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,14,171,234,156,214,93,110,79,57,64,219,69,54,69,63,82,123,178,49,184,11,35,71,114,45,85,67,147,101,219,177,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0]],"keccak_data":[[248,102,157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,184,70,248,68,128,128,160,129,244,73,42,98,143,233,177,28,202,218,127,217,43,2,95,105,122,132,183,82,100,4,248,255,135,45,67,59,68,42,178,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,184,70,248,68,128,128,160,121,14,171,234,156,214,93,110,79,57,64,219,69,54,69,63,82,123,178,49,184,11,35,71,114,45,85,67,147,101,219,177,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,24,182,178,214,38,20,91,108,90,243,172,88,194,151,6,143,175,21,244,34,233,77,229,19,73,67,90,106,238,120,125,127,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,128,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,128,128,128,128],[248,209,128,160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,128,160,24,182,178,214,38,20,91,108,90,243,172,88,194,151,6,143,175,21,244,34,233,77,229,19,73,67,90,106,238,120,125,127,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,128,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,113]]}},"account":null,"storage":null,"values":[[160,59,124,144,37,72,140,245,74,228,180,52,245,37,208,168,210,158,164,191,29,71,150,31,86,235,31,179,222,74,121,59,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,113,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,160,59,124,144,37,72,140,245,74,228,180,52,245,37,208,168,210,158,164,191,29,71,150,31,86,235,31,179,222,74,121,59,237,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17],[226,160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,157,6,204,66,61,88,243,248,63,201,224,109,125,252,21,170,82,38,144,183,96,105,127,35,223,39,242,170,17,92,119,165,0],[160,147,161,195,34,53,107,217,200,232,165,252,190,242,176,236,143,29,40,49,3,236,129,41,157,177,120,214,102,231,219,96,217,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,209,188,121,86,15,10,188,253,58,117,23,117,208,9,71,106,188,107,37,130,175,44,173,128,32,149,49,175,221,57,205,0],[160,110,11,238,193,73,33,238,173,138,189,216,130,83,6,213,43,25,156,152,142,143,71,113,227,246,249,232,92,90,126,248,133,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,110,11,238,193,73,33,238,173,138,189,216,130,83,6,213,43,25,156,152,142,143,71,113,227,246,249,232,92,90,126,248,133,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,89,209,188,121,86,15,10,188,253,58,117,23,117,208,9,71,106,188,107,37,130,175,44,173,128,32,149,49,175,221,57,205,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,150,0,202,32,30,246,87,176,174,140,36,247,226,14,196,148,190,0,122,56,198,16,195,59,18,155,44,30,177,131,18,0],[160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,0],[160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,0],[160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,0],[160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,0],[160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,0],[160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,0],[160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,0],[160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,0],[160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,0],[160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,0],[160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,0],[160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,0],[160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,0],[160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,0],[160,113,99,198,57,86,53,10,174,252,70,60,182,85,2,36,244,106,35,23,22,225,198,161,80,208,143,22,169,212,154,68,13,0],[160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,113,99,198,57,86,53,10,174,252,70,60,182,85,2,36,244,106,35,23,22,225,198,161,80,208,143,22,169,212,154,68,13,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128],[249,2,17,160,221,63,28,162,64,109,10,77,132,235,64,233,81,222,20,254,216,230,210,76,92,33,22,170,90,40,205,120,56,207,188,90,160,205,103,225,131,104,208,5,138,160,119,248,96,175,207,112,226,124,134,194,125,170,36,252,250,31,48,231,187,49,202,154,237,160,140,125,84,147,20,122,35,164,217,202,140,197,94,39,185,88,89,99,186,159,208,230,115,141,17,127,164,191,206,22,25,47,160,112,120,144,129,104,188,107,35,120,163,173,242,121,210,74,124,139,185,44,155,23,204,115,72,223,191,203,219,116,31,238,23,160,152,14,143,4,16,98,43,218,48,14,110,19,145,214,133,27,72,235,116,43,32,249,201,67,39,97,83,163,219,78,32,172,160,44,232,85,1,94,173,159,63,103,70,47,153,215,100,0,138,122,12,214,142,240,94,178,191,215,108,6,74,122,176,175,12,160,235,150,88,9,250,59,115,92,137,198,162,64,93,52,142,87,45,81,79,232,110,184,88,81,146,148,48,57,115,126,70,95,160,17,192,119,204,103,236,16,33,190,33,207,3,88,147,97,119,86,193,80,184,120,1,77,199,63,163,15,10,198,194,232,162,160,230,209,235,103,135,188,110,13,84,27,154,25,21,210,189,1,60,180,104,33,125,146,52,176,240,212,86,133,232,129,152,176,160,237,82,39,169,195,169,253,75,129,157,199,233,112,138,42,169,251,250,222,164,170,26,224,132,123,239,119,201,25,130,53,49,160,212,65,238,253,67,195,183,75,84,243,213,154,219,95,178,209,152,131,135,155,98,80,100,142,228,16,108,67,151,229,74,10,160,18,149,32,197,212,48,109,188,148,114,106,77,32,166,79,245,27,188,157,75,93,244,176,69,71,163,137,6,133,154,199,242,160,123,78,61,119,254,57,175,9,191,169,231,100,198,115,254,45,217,47,214,141,161,113,150,12,178,55,31,62,238,21,129,14,160,71,66,200,67,115,14,18,115,23,29,254,74,157,82,52,130,166,106,58,120,91,207,145,0,41,11,51,79,59,48,203,150,160,33,150,0,202,32,30,246,87,176,174,140,36,247,226,14,196,148,190,0,122,56,198,16,195,59,18,155,44,30,177,131,18,160,68,223,36,66,60,147,0,184,253,178,38,144,236,211,18,208,207,9,12,39,225,85,192,108,152,26,237,84,176,42,8,241,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,94,178,146,78,223,223,79,204,29,92,161,244,207,161,133,27,246,185,216,215,118,26,41,175,110,37,57,234,161,133,172,13,0],[160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,0],[160,15,233,41,49,20,68,39,236,137,188,164,178,40,168,138,194,125,103,86,127,121,26,193,40,248,112,190,196,116,192,4,1,0],[160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,0],[160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,0],[160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,0],[160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,0],[160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,0],[160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,0],[160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,0],[160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,0],[160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,0],[160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,0],[160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,0],[160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,0],[160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,0],[160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,160,15,233,41,49,20,68,39,236,137,188,164,178,40,168,138,194,125,103,86,127,121,26,193,40,248,112,190,196,116,192,4,1,160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,128],[249,2,17,160,132,183,55,108,29,91,29,151,68,95,6,36,159,39,67,249,92,142,179,15,249,149,23,131,133,138,127,130,31,85,75,14,160,94,178,146,78,223,223,79,204,29,92,161,244,207,161,133,27,246,185,216,215,118,26,41,175,110,37,57,234,161,133,172,13,160,144,77,138,216,173,100,161,222,189,34,129,152,18,58,146,175,188,213,83,67,116,129,169,224,108,200,33,245,53,233,243,242,160,202,164,83,25,77,150,195,70,204,240,92,88,53,191,182,59,131,40,133,236,237,193,136,238,163,4,84,216,160,220,78,54,160,174,35,13,183,137,230,72,203,223,160,47,234,212,32,129,141,131,101,35,103,33,193,214,248,69,15,93,0,222,179,41,181,160,3,242,62,64,167,39,69,99,253,188,54,27,52,131,210,154,172,20,231,224,81,151,169,238,231,17,43,21,175,60,39,231,160,178,115,197,15,104,244,247,24,36,174,98,116,119,64,87,249,107,192,106,251,234,57,37,46,33,174,224,236,69,77,10,98,160,239,119,209,229,139,174,102,141,89,229,247,23,184,215,10,189,58,243,132,54,2,135,181,207,244,126,43,57,172,123,252,148,160,45,45,161,227,122,191,68,203,108,85,175,151,110,127,154,234,58,88,35,35,66,44,167,1,109,5,115,240,245,56,244,60,160,41,187,82,107,153,67,66,81,177,73,213,31,160,165,232,198,72,189,231,137,84,147,234,225,146,104,157,252,210,66,245,122,160,143,181,20,61,230,202,72,173,134,179,36,182,150,158,55,195,178,176,47,133,32,111,36,56,151,56,190,195,31,208,32,199,160,203,31,63,117,81,43,223,230,26,252,76,237,39,160,249,155,15,102,168,35,133,133,157,121,109,154,86,64,5,213,231,27,160,202,189,138,167,37,180,11,250,64,36,206,18,226,228,144,123,151,210,67,52,191,159,178,89,243,176,167,187,58,190,121,123,160,151,191,55,71,1,187,127,251,222,55,15,85,184,218,110,100,37,118,185,237,143,124,224,51,31,102,242,171,121,83,105,242,160,192,224,134,168,180,46,16,210,47,248,15,52,238,20,43,115,38,146,181,66,137,92,26,196,238,170,174,30,250,161,51,231,160,93,44,115,136,21,161,12,147,29,217,152,147,7,195,215,227,25,169,92,9,196,56,206,135,19,201,188,59,116,80,228,152,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,96,14,225,103,29,223,7,24,163,204,11,38,25,162,195,230,134,175,147,140,230,103,22,74,203,7,212,68,161,99,27,229,0],[160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,0],[160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,0],[160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,0],[160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,0],[160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,0],[160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,0],[160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,0],[160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,0],[160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,0],[160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,0],[160,221,60,180,147,6,76,231,249,32,194,151,204,237,134,207,150,204,202,115,253,76,163,77,56,110,117,0,101,77,100,79,195,0],[160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,0],[160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,0],[160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,0],[160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,0],[160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,160,221,60,180,147,6,76,231,249,32,194,151,204,237,134,207,150,204,202,115,253,76,163,77,56,110,117,0,101,77,100,79,195,160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,128],[249,2,17,160,150,184,86,4,244,132,20,47,206,118,227,93,176,113,165,249,154,139,105,224,107,24,2,128,38,141,99,124,8,60,225,131,160,68,56,65,75,249,48,90,53,122,215,209,224,137,217,119,103,67,133,255,36,55,43,199,238,211,207,216,169,77,203,93,41,160,165,42,228,244,164,74,87,8,166,90,56,108,229,91,117,208,124,65,237,191,109,155,46,191,63,151,27,58,224,37,165,159,160,114,196,101,172,255,120,26,172,83,90,48,32,255,207,129,112,114,16,216,195,205,226,151,31,216,90,18,180,4,81,234,24,160,145,202,37,76,45,254,129,144,232,51,206,177,226,36,165,31,91,96,151,133,246,97,122,155,253,3,189,93,236,181,118,161,160,92,75,104,198,130,215,215,241,166,97,0,3,209,152,201,13,223,109,239,11,204,159,87,27,35,193,6,7,111,124,7,135,160,8,190,56,82,180,128,213,218,59,212,135,223,175,50,202,227,35,31,82,129,153,89,24,228,178,242,65,19,178,4,48,160,160,182,131,132,90,118,161,70,166,95,2,204,0,153,69,169,194,233,88,44,80,8,121,94,25,177,41,216,34,223,220,10,112,160,93,216,145,137,80,205,82,175,60,227,196,170,134,126,123,129,220,102,121,108,203,129,243,101,65,159,148,83,93,180,32,166,160,115,44,151,103,210,228,251,146,51,134,177,148,126,166,139,242,64,206,184,239,126,196,9,25,143,64,15,146,207,60,71,83,160,96,14,225,103,29,223,7,24,163,204,11,38,25,162,195,230,134,175,147,140,230,103,22,74,203,7,212,68,161,99,27,229,160,23,90,121,202,32,181,169,8,162,239,61,161,220,157,84,117,220,205,11,230,118,192,58,20,43,251,186,21,215,28,74,37,160,38,83,21,74,147,199,227,23,169,52,205,52,147,67,3,97,220,109,69,212,77,103,196,225,121,214,244,244,170,115,122,49,160,151,124,184,52,92,49,19,50,139,64,34,169,27,64,107,204,79,57,173,21,37,24,71,5,198,9,37,254,184,14,229,87,160,228,21,200,161,140,235,240,24,222,139,3,181,83,125,50,67,158,203,124,6,176,207,128,217,34,112,237,37,192,213,182,93,160,144,25,150,67,144,73,153,126,89,70,138,83,215,247,9,151,17,232,97,206,146,173,211,134,22,108,199,123,244,160,204,200,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,114,210,209,136,205,21,91,39,8,230,244,109,236,27,180,129,56,67,110,101,160,247,232,254,102,65,2,246,118,80,112,172,0],[160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,0],[160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,0],[160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,0],[160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,0],[160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,0],[160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,0],[160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,0],[160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,0],[160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,0],[160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,0],[160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,0],[160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,0],[160,99,117,226,219,137,167,247,15,117,197,165,235,213,4,68,22,184,127,231,51,16,80,1,48,137,237,29,198,82,110,5,35,0],[160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,0],[160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,0],[160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,160,99,117,226,219,137,167,247,15,117,197,165,235,213,4,68,22,184,127,231,51,16,80,1,48,137,237,29,198,82,110,5,35,160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,128],[249,2,17,160,189,32,141,75,52,19,1,166,154,134,143,47,74,217,169,143,92,48,155,40,34,38,199,240,229,171,64,229,169,83,4,65,160,134,218,67,64,124,41,174,161,37,95,233,183,118,98,251,165,236,176,162,174,30,184,77,149,43,26,8,53,85,232,29,207,160,108,28,33,142,72,17,169,189,210,236,245,223,172,149,207,71,61,192,229,32,179,40,217,11,68,178,26,190,22,177,150,95,160,27,54,178,184,11,109,46,68,194,161,156,32,133,120,119,137,146,220,182,2,212,190,101,145,59,118,188,80,32,11,207,251,160,4,166,194,200,30,100,80,37,77,3,192,102,125,27,217,13,181,111,3,56,92,148,173,237,117,131,104,164,102,60,168,26,160,146,81,164,254,101,84,58,79,191,12,128,156,33,82,124,197,231,158,248,206,76,187,222,175,199,95,30,243,202,116,176,141,160,250,152,160,148,100,218,100,145,0,128,6,171,208,145,55,119,85,150,232,164,199,172,163,197,157,107,155,70,54,234,247,33,160,82,223,41,252,249,45,143,53,45,226,211,129,179,84,141,233,51,133,28,196,14,87,136,138,81,66,193,0,51,20,169,105,160,224,12,127,7,248,175,244,16,149,212,75,65,194,140,130,171,54,54,139,143,144,62,205,14,186,162,73,151,119,57,196,247,160,34,13,57,186,33,225,182,171,118,60,146,207,247,163,218,225,182,64,42,213,231,244,93,112,112,224,85,106,140,97,23,143,160,181,83,165,198,162,86,151,243,227,4,86,158,204,109,222,83,152,126,11,152,13,133,44,136,166,4,96,44,44,128,239,60,160,247,190,104,208,129,41,214,136,29,174,249,170,38,35,32,190,76,108,52,254,192,6,179,79,83,218,214,76,6,245,169,1,160,114,210,209,136,205,21,91,39,8,230,244,109,236,27,180,129,56,67,110,101,160,247,232,254,102,65,2,246,118,80,112,172,160,246,239,0,127,38,56,185,3,155,85,156,9,241,249,78,66,61,177,46,165,208,186,177,105,238,91,143,160,42,189,74,118,160,41,47,96,8,140,233,223,30,248,63,249,171,82,209,88,145,32,237,109,239,48,239,111,99,156,228,175,136,218,138,30,120,160,21,52,178,207,138,164,208,11,82,134,225,231,108,40,107,167,115,32,167,61,16,121,39,217,67,199,39,220,68,150,169,249,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,200,152,181,200,19,32,88,99,143,179,97,40,233,158,1,51,196,157,228,93,255,154,69,132,138,51,169,87,3,100,123,118,0],[160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,0],[160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,0],[160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,0],[160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,0],[160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,0],[160,227,121,245,144,65,81,86,185,126,193,202,131,45,27,221,225,151,188,36,84,30,190,122,209,168,122,181,141,88,95,112,72,0],[160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,0],[160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,0],[160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,0],[160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,0],[160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,0],[160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,0],[160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,0],[160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,0],[160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,0],[160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,160,227,121,245,144,65,81,86,185,126,193,202,131,45,27,221,225,151,188,36,84,30,190,122,209,168,122,181,141,88,95,112,72,160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,128],[249,2,17,160,8,254,132,23,229,149,99,219,88,57,10,222,18,82,149,165,147,171,50,73,235,48,189,223,3,137,162,237,21,177,117,145,160,50,222,179,14,223,77,169,112,59,172,245,54,245,247,254,119,61,231,197,191,77,5,246,189,29,144,5,43,83,255,24,75,160,188,246,136,235,135,47,205,44,119,203,138,95,200,248,134,74,222,102,201,120,157,164,48,42,67,144,81,187,228,82,52,124,160,234,59,240,203,192,182,151,208,159,46,236,182,225,37,11,61,4,163,232,101,99,66,171,104,68,133,127,1,137,97,211,252,160,155,49,66,80,166,127,166,75,17,43,92,54,37,59,45,41,124,190,72,63,152,206,151,92,140,125,157,90,37,187,105,230,160,200,152,181,200,19,32,88,99,143,179,97,40,233,158,1,51,196,157,228,93,255,154,69,132,138,51,169,87,3,100,123,118,160,126,219,14,255,8,99,48,113,202,155,255,37,89,13,74,55,185,62,139,9,213,90,251,23,98,118,24,251,86,121,19,164,160,77,145,251,190,82,149,25,183,184,100,211,79,218,41,64,158,170,178,238,192,134,33,174,63,108,160,39,14,128,164,56,78,160,185,233,22,49,42,186,67,167,183,198,221,47,239,156,151,42,59,93,121,111,180,86,189,227,216,40,183,95,8,254,229,5,160,60,209,153,126,2,17,196,49,107,221,173,30,28,125,17,162,173,101,192,42,237,217,22,208,7,133,4,173,92,120,200,55,160,172,198,82,254,220,166,39,79,22,236,225,61,77,106,215,29,34,9,39,57,103,48,125,199,110,175,151,134,215,221,27,213,160,19,104,170,19,121,26,48,113,47,170,28,144,240,210,78,249,155,226,146,161,49,189,230,12,27,187,202,8,137,210,116,41,160,31,40,239,151,149,46,97,160,167,118,235,233,142,205,227,254,116,129,65,42,220,231,90,125,129,189,111,83,136,55,163,145,160,64,95,160,150,168,199,121,128,105,84,35,44,165,91,227,122,122,161,37,122,186,102,45,151,192,50,15,198,12,36,68,0,160,78,219,62,106,32,217,13,39,249,131,25,204,159,162,1,211,159,141,99,137,217,227,72,183,53,229,138,247,216,75,95,138,160,67,231,234,148,79,179,106,52,127,143,251,9,23,229,5,118,160,86,246,248,13,59,144,53,105,225,153,199,145,225,157,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,70,108,89,120,155,90,189,42,146,67,196,114,18,149,136,115,0,65,164,125,232,61,37,105,176,230,153,128,225,237,144,109,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,0],[160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,11,247,226,209,154,68,214,159,67,9,164,183,252,161,151,187,221,160,140,27,6,58,50,53,151,142,55,155,145,228,103,204,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,0],[160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,128,128,160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,128,128,160,11,247,226,209,154,68,214,159,67,9,164,183,252,161,151,187,221,160,140,27,6,58,50,53,151,142,55,155,145,228,103,204,128,128,160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,128,128,128,160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,128],[248,209,128,128,128,160,20,231,177,51,165,234,125,47,140,26,102,255,8,95,252,26,156,215,77,3,10,74,43,55,204,208,131,100,223,86,43,159,160,215,175,237,199,65,125,207,149,251,58,65,237,143,191,55,173,91,230,193,23,99,138,163,185,31,11,29,135,238,15,63,249,128,128,160,70,108,89,120,155,90,189,42,146,67,196,114,18,149,136,115,0,65,164,125,232,61,37,105,176,230,153,128,225,237,144,109,128,128,160,234,191,139,217,172,238,124,31,134,117,192,165,23,40,18,235,59,194,99,240,237,164,26,97,115,7,199,160,1,208,137,158,128,128,128,160,92,116,139,41,77,242,202,71,152,244,41,145,182,160,74,223,21,76,196,206,89,71,103,172,121,27,18,25,54,125,38,135,160,168,168,150,150,8,179,108,28,7,225,167,151,55,222,105,169,85,171,132,150,177,80,116,39,231,10,203,246,76,131,170,17,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,28,37,115,237,110,197,136,192,228,218,204,198,28,199,91,211,4,111,95,111,30,36,100,238,8,28,217,87,217,253,64,246,0],[160,78,91,212,99,28,229,255,249,0,175,38,16,81,65,173,138,71,212,169,134,145,215,188,192,153,41,30,220,122,198,3,24,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,160,78,91,212,99,28,229,255,249,0,175,38,16,81,65,173,138,71,212,169,134,145,215,188,192,153,41,30,220,122,198,3,24,128,128,128,128,160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,128,128,128,128,128,128,128,128,128,128,128],[248,81,160,28,37,115,237,110,197,136,192,228,218,204,198,28,199,91,211,4,111,95,111,30,36,100,238,8,28,217,87,217,253,64,246,128,128,128,128,160,164,74,64,145,116,142,196,208,64,153,244,44,247,211,53,250,147,54,220,12,147,109,89,239,82,236,47,120,205,86,222,41,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,66,171,129,255],"key":[14,26,197,112,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0],[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,129,244,73,42,98,143,233,177,28,202,218,127,217,43,2,95,105,122,132,183,82,100,4,248,255,135,45,67,59,68,42,178,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,14,171,234,156,214,93,110,79,57,64,219,69,54,69,63,82,123,178,49,184,11,35,71,114,45,85,67,147,101,219,177,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,0,0,0,0]],"keccak_data":[[248,102,157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,184,70,248,68,128,128,160,129,244,73,42,98,143,233,177,28,202,218,127,217,43,2,95,105,122,132,183,82,100,4,248,255,135,45,67,59,68,42,178,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,67,205,5,96,191,181,172,145,92,108,1,12,233,43,154,150,40,56,106,44,218,15,202,159,37,22,188,137,184,70,248,68,128,128,160,121,14,171,234,156,214,93,110,79,57,64,219,69,54,69,63,82,123,178,49,184,11,35,71,114,45,85,67,147,101,219,177,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,24,182,178,214,38,20,91,108,90,243,172,88,194,151,6,143,175,21,244,34,233,77,229,19,73,67,90,106,238,120,125,127,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,128,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,128,128,128,128],[248,209,128,160,65,167,23,203,113,93,69,15,22,99,35,160,167,106,169,1,71,63,111,195,21,216,68,163,164,93,50,97,97,128,85,106,128,160,24,182,178,214,38,20,91,108,90,243,172,88,194,151,6,143,175,21,244,34,233,77,229,19,73,67,90,106,238,120,125,127,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,128,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,81],[248,113]]}},"account":null,"storage":null,"values":[[160,59,124,144,37,72,140,245,74,228,180,52,245,37,208,168,210,158,164,191,29,71,150,31,86,235,31,179,222,74,121,59,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,113,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,160,59,124,144,37,72,140,245,74,228,180,52,245,37,208,168,210,158,164,191,29,71,150,31,86,235,31,179,222,74,121,59,237,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56],"key":[56,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17],[226,160,32,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithBalance.json b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithBalance.json index c34ab2694e..040fefdc6a 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithBalance.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithBalance.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,200,8,230,16,195,86,161,245,48,55,174,133,53,75,28,0,146,107,44,134,31,195,46,99,76,199,54,108,193,199,179,16,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,119,84,221,210,176,171,22,64,46,37,36,82,197,105,232,221,163,78,156,71,123,91,229,26,133,173,174,148,58,25,122,181,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,119,84,221,210,176,171,22,64,46,37,36,82,197,105,232,221,163,78,156,71,123,91,229,26,133,173,174,148,58,25,122,181,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,216,146,152,205,95,77,224,234,243,16,17,19,177,190,52,157,225,212,108,204,52,243,3,99,80,214,144,233,184,236,178,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,155,216,146,152,205,95,77,224,234,243,16,17,19,177,190,52,157,225,212,108,204,52,243,3,99,80,214,144,233,184,236,178,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,175,67,196,247,141,223,72,203,230,17,155,155,81,229,25,208,129,156,92,189,29,143,85,200,80,162,58,155,157,118,204,90,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,175,67,196,247,141,223,72,203,230,17,155,155,81,229,25,208,129,156,92,189,29,143,85,200,80,162,58,155,157,118,204,90,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,166,221,29,171,208,205,216,161,254,95,200,101,222,49,51,181,113,197,10,253,173,9,1,43,210,62,233,63,108,242,20,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,166,221,29,171,208,205,216,161,254,95,200,101,222,49,51,181,113,197,10,253,173,9,1,43,210,62,233,63,108,242,20,174,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,7,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,7,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,200,8,230,16,195,86,161,245,48,55,174,133,53,75,28,0,146,107,44,134,31,195,46,99,76,199,54,108,193,199,179,16,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,119,84,221,210,176,171,22,64,46,37,36,82,197,105,232,221,163,78,156,71,123,91,229,26,133,173,174,148,58,25,122,181,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,119,84,221,210,176,171,22,64,46,37,36,82,197,105,232,221,163,78,156,71,123,91,229,26,133,173,174,148,58,25,122,181,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,216,146,152,205,95,77,224,234,243,16,17,19,177,190,52,157,225,212,108,204,52,243,3,99,80,214,144,233,184,236,178,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,155,216,146,152,205,95,77,224,234,243,16,17,19,177,190,52,157,225,212,108,204,52,243,3,99,80,214,144,233,184,236,178,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,175,67,196,247,141,223,72,203,230,17,155,155,81,229,25,208,129,156,92,189,29,143,85,200,80,162,58,155,157,118,204,90,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,175,67,196,247,141,223,72,203,230,17,155,155,81,229,25,208,129,156,92,189,29,143,85,200,80,162,58,155,157,118,204,90,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,166,221,29,171,208,205,216,161,254,95,200,101,222,49,51,181,113,197,10,253,173,9,1,43,210,62,233,63,108,242,20,174,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,166,221,29,171,208,205,216,161,254,95,200,101,222,49,51,181,113,197,10,253,173,9,1,43,210,62,233,63,108,242,20,174,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,7,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,7,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithCodeHash.json b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithCodeHash.json index a59338c0e9..075881b047 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithCodeHash.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithCodeHash.json @@ -1 +1 @@ -[{"start":{"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,73,125,83,125,81,93,209,215,198,184,64,228,99,160,247,148,80,85,12,249,171,143,33,66,189,108,131,38,68,92,221,125,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,76,230,232,48,206,52,198,227,38,247,151,123,140,55,22,200,155,147,128,126,197,229,203,203,228,72,104,200,104,118,29,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,221,76,230,232,48,206,52,198,227,38,247,151,123,140,55,22,200,155,147,128,126,197,229,203,203,228,72,104,200,104,118,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,115,86,158,225,21,152,147,34,42,76,185,16,119,3,135,201,103,86,253,139,253,161,18,213,102,125,232,179,23,41,184,238,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,115,86,158,225,21,152,147,34,42,76,185,16,119,3,135,201,103,86,253,139,253,161,18,213,102,125,232,179,23,41,184,238,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,221,67,10,65,83,77,117,62,98,211,50,119,113,204,81,189,222,239,4,41,16,82,207,154,187,7,13,108,220,34,212,95,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,221,67,10,65,83,77,117,62,98,211,50,119,113,204,81,189,222,239,4,41,16,82,207,154,187,7,13,108,220,34,212,95,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,221,68,64,229,200,214,18,10,44,12,77,27,57,240,242,249,16,18,7,204,48,230,74,37,195,196,96,228,121,206,64,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,221,68,64,229,200,214,18,10,44,12,77,27,57,240,242,249,16,18,7,204,48,230,74,37,195,196,96,228,121,206,64,159,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"BalanceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,73,125,83,125,81,93,209,215,198,184,64,228,99,160,247,148,80,85,12,249,171,143,33,66,189,108,131,38,68,92,221,125,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,76,230,232,48,206,52,198,227,38,247,151,123,140,55,22,200,155,147,128,126,197,229,203,203,228,72,104,200,104,118,29,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,221,76,230,232,48,206,52,198,227,38,247,151,123,140,55,22,200,155,147,128,126,197,229,203,203,228,72,104,200,104,118,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,115,86,158,225,21,152,147,34,42,76,185,16,119,3,135,201,103,86,253,139,253,161,18,213,102,125,232,179,23,41,184,238,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,115,86,158,225,21,152,147,34,42,76,185,16,119,3,135,201,103,86,253,139,253,161,18,213,102,125,232,179,23,41,184,238,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,221,67,10,65,83,77,117,62,98,211,50,119,113,204,81,189,222,239,4,41,16,82,207,154,187,7,13,108,220,34,212,95,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,221,67,10,65,83,77,117,62,98,211,50,119,113,204,81,189,222,239,4,41,16,82,207,154,187,7,13,108,220,34,212,95,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,221,68,64,229,200,214,18,10,44,12,77,27,57,240,242,249,16,18,7,204,48,230,74,37,195,196,96,228,121,206,64,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,221,68,64,229,200,214,18,10,44,12,77,27,57,240,242,249,16,18,7,204,48,230,74,37,195,196,96,228,121,206,64,159,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithNonce.json b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithNonce.json index 17411eb381..c5af616563 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithNonce.json +++ b/zkevm-circuits/src/mpt_circuit/tests/ImplicitlyCreateAccountWithNonce.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,106,78,137,151,229,219,155,107,17,201,207,144,251,40,198,40,127,20,202,211,62,100,244,195,178,2,133,59,120,170,175,123,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,57,208,32,236,123,63,150,23,49,252,219,101,246,138,16,229,108,33,129,143,200,109,226,17,129,135,46,60,30,238,255,0,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,57,208,32,236,123,63,150,23,49,252,219,101,246,138,16,229,108,33,129,143,200,109,226,17,129,135,46,60,30,238,255,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,248,176,18,222,255,151,193,30,127,15,127,43,39,105,227,237,111,218,113,174,146,42,125,132,177,144,158,30,61,205,28,45,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,248,176,18,222,255,151,193,30,127,15,127,43,39,105,227,237,111,218,113,174,146,42,125,132,177,144,158,30,61,205,28,45,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,252,115,182,65,79,169,86,160,124,53,111,243,66,56,79,113,53,154,85,194,170,160,179,159,30,113,237,65,54,90,232,32,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,252,115,182,65,79,169,86,160,124,53,111,243,66,56,79,113,53,154,85,194,170,160,179,159,30,113,237,65,54,90,232,32,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,25,87,87,123,255,234,95,40,11,237,26,144,12,118,208,180,124,146,37,65,170,231,72,25,82,13,101,233,31,113,19,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,25,87,87,123,255,234,95,40,11,237,26,144,12,118,208,180,124,146,37,65,170,231,72,25,82,13,101,233,31,113,19,112,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,71],[184,71]],"value_list_rlp_bytes":[[248,69],[248,69]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,105,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,71,248,69,129,142,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,71,248,69,129,142,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,106,78,137,151,229,219,155,107,17,201,207,144,251,40,198,40,127,20,202,211,62,100,244,195,178,2,133,59,120,170,175,123,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,57,208,32,236,123,63,150,23,49,252,219,101,246,138,16,229,108,33,129,143,200,109,226,17,129,135,46,60,30,238,255,0,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,57,208,32,236,123,63,150,23,49,252,219,101,246,138,16,229,108,33,129,143,200,109,226,17,129,135,46,60,30,238,255,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,248,176,18,222,255,151,193,30,127,15,127,43,39,105,227,237,111,218,113,174,146,42,125,132,177,144,158,30,61,205,28,45,0],[160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,0],[160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,0],[160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,0],[160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,0],[160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,0],[160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,0],[160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,0],[160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,0],[160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,0],[160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,0],[160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,0],[160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,0],[160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,0],[160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,0],[160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,0],[160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,201,55,161,86,82,204,191,195,188,55,63,5,221,184,244,128,34,71,252,89,159,248,224,139,167,44,204,86,179,72,33,86,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128],[249,2,17,160,114,85,164,49,146,114,102,169,13,64,235,122,105,43,186,108,99,102,201,206,17,17,58,184,86,252,34,3,243,189,160,218,160,201,84,163,68,161,41,95,120,171,8,216,204,213,106,209,190,204,60,100,193,27,24,121,133,38,81,132,9,175,245,162,210,160,50,188,52,17,184,130,55,20,2,177,25,94,226,151,232,245,68,50,188,245,59,209,243,148,73,162,6,234,113,85,44,162,160,102,172,168,143,191,131,207,113,49,69,37,24,81,158,157,145,106,201,253,29,240,175,9,205,77,55,91,98,219,104,41,113,160,199,240,168,32,185,80,195,205,3,37,27,57,140,143,47,85,120,39,188,132,244,44,132,20,11,192,248,122,78,238,29,235,160,160,5,103,46,220,173,35,120,83,60,6,80,255,245,190,10,152,5,4,107,130,74,126,237,208,146,214,235,12,54,112,195,160,176,24,19,248,6,213,183,37,21,17,84,243,18,201,195,255,2,107,142,236,42,164,102,81,133,22,118,244,89,175,251,192,160,104,55,180,235,197,210,214,21,13,36,189,168,36,101,140,233,224,42,91,17,33,30,143,208,240,163,220,30,170,89,99,248,160,130,216,215,50,133,62,214,87,141,33,232,18,228,192,88,101,50,67,185,17,102,78,246,89,163,163,184,163,24,38,109,193,160,113,148,192,94,130,165,40,1,26,116,6,9,196,65,223,40,96,173,225,74,152,171,243,130,220,12,182,96,136,106,248,40,160,150,196,13,206,63,124,6,167,40,4,220,39,50,244,90,120,1,154,79,26,10,154,89,24,113,10,140,82,241,178,7,134,160,62,139,203,80,125,142,71,228,161,30,59,76,231,101,140,200,26,231,118,211,32,217,234,153,143,215,189,6,126,36,135,138,160,248,176,18,222,255,151,193,30,127,15,127,43,39,105,227,237,111,218,113,174,146,42,125,132,177,144,158,30,61,205,28,45,160,175,250,156,18,227,44,241,130,227,56,252,12,95,137,35,30,171,7,53,58,206,118,176,94,79,31,230,254,120,107,101,45,160,211,1,169,199,228,4,31,220,34,207,92,124,169,153,193,74,6,186,32,28,19,74,28,204,122,24,181,167,84,175,163,144,160,102,135,122,175,161,40,178,92,112,51,100,141,117,153,52,72,151,48,21,10,213,225,152,145,156,176,137,73,126,28,229,170,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,209],[249,1,209]]}},"account":null,"storage":null,"values":[[160,252,115,182,65,79,169,86,160,124,53,111,243,66,56,79,113,53,154,85,194,170,160,179,159,30,113,237,65,54,90,232,32,0],[160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,0],[160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,0],[160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,0],[160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,0],[160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,0],[160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,0],[160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,0],[160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,0],[160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,0],[160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,0],[160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,0],[160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,33,238,5,207,183,144,214,187,157,90,39,145,242,3,218,50,66,193,102,32,115,66,122,153,181,221,106,181,54,54,80,153,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128],[249,1,209,160,202,62,234,163,140,118,96,128,216,237,46,6,248,225,248,217,212,90,177,22,142,105,36,202,196,150,131,222,69,39,128,170,160,225,111,23,109,232,34,137,166,230,17,151,158,242,207,142,9,193,172,142,63,148,167,161,64,14,199,97,41,41,49,211,251,128,160,213,163,127,100,224,44,36,29,218,22,0,133,253,75,120,254,86,200,254,129,153,156,179,207,129,235,89,132,200,84,78,225,160,44,31,165,163,196,158,218,82,51,60,12,255,101,81,90,202,159,217,13,71,42,235,46,233,226,45,163,214,89,180,170,238,160,74,58,2,248,141,152,24,152,166,224,153,64,226,198,169,90,107,152,43,220,184,153,185,212,199,253,185,20,227,252,219,83,160,14,250,29,108,8,11,146,171,110,86,9,19,254,80,251,222,15,45,48,250,164,222,78,194,185,102,70,194,71,71,216,59,160,52,125,214,44,92,157,61,239,143,250,233,221,93,83,45,159,222,33,196,76,19,2,223,191,47,254,74,51,35,227,164,132,160,96,23,123,187,173,236,49,128,83,222,27,229,4,64,113,96,155,3,30,251,49,65,226,19,254,204,227,67,6,196,213,240,160,210,77,68,126,157,254,171,218,114,199,45,19,145,7,215,207,243,253,103,230,75,134,224,207,10,227,154,163,155,205,13,232,160,132,81,187,228,209,36,84,92,58,232,35,84,130,1,191,6,223,57,223,249,186,81,201,253,148,94,78,131,247,111,64,232,160,180,243,60,65,192,42,89,200,221,3,255,158,51,31,227,172,79,124,166,245,16,39,151,51,17,89,155,22,48,70,213,138,128,160,14,23,184,83,245,150,16,41,174,11,140,240,242,202,97,108,133,234,201,130,209,165,56,148,41,242,95,122,64,83,87,38,160,252,115,182,65,79,169,86,160,124,53,111,243,66,56,79,113,53,154,85,194,170,160,179,159,30,113,237,65,54,90,232,32,160,228,121,179,49,61,199,154,243,243,156,111,214,218,148,59,193,148,251,206,172,18,232,15,17,155,232,16,181,248,106,205,100,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,145],[248,177]]}},"account":null,"storage":null,"values":[[160,25,87,87,123,255,234,95,40,11,237,26,144,12,118,208,180,124,146,37,65,170,231,72,25,82,13,101,233,31,113,19,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,0],[160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,128,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128],[248,177,128,128,160,32,8,223,178,84,166,78,207,220,76,216,159,210,22,99,207,214,38,53,45,63,31,90,147,190,151,220,6,87,250,146,121,128,160,47,25,228,49,230,1,245,211,122,217,15,191,24,0,11,132,58,108,155,162,211,75,216,253,202,149,17,170,57,106,215,42,128,128,128,128,160,25,87,87,123,255,234,95,40,11,237,26,144,12,118,208,180,124,146,37,65,170,231,72,25,82,13,101,233,31,113,19,112,128,128,128,128,160,35,208,128,146,124,33,62,248,173,203,7,247,101,128,129,74,0,172,248,102,101,36,216,76,254,145,72,31,252,108,140,39,160,131,197,137,21,251,228,64,169,6,138,243,84,133,156,156,196,81,154,233,189,62,55,107,54,122,72,251,152,168,28,108,169,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[252,233,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,71],[184,71]],"value_list_rlp_bytes":[[248,69],[248,69]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,0,0]],"keccak_data":[[248,105,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,71,248,69,129,142,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,159,32,217,209,154,30,206,34,16,120,80,15,8,148,101,65,53,221,59,138,96,233,79,168,131,147,31,229,25,116,163,131,184,71,248,69,129,142,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,188,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/LeafAddedToEmptyTrie.json b/zkevm-circuits/src/mpt_circuit/tests/LeafAddedToEmptyTrie.json index 97ebc00147..e742d50bb7 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/LeafAddedToEmptyTrie.json +++ b/zkevm-circuits/src/mpt_circuit/tests/LeafAddedToEmptyTrie.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,138,125,255,139,71,244,198,102,166,157,231,101,147,176,222,81,96,177,137,61,174,88,143,113,75,32,91,188,251,255,98,139,0],[160,234,105,242,143,179,56,214,244,252,55,130,188,152,155,122,20,62,46,72,95,26,169,185,115,121,129,24,250,165,238,51,227,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,0],[160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,138,125,255,139,71,244,198,102,166,157,231,101,147,176,222,81,96,177,137,61,174,88,143,113,75,32,91,188,251,255,98,139,0],[160,234,105,242,143,179,56,214,244,252,55,130,188,152,155,122,20,62,46,72,95,26,169,185,115,121,129,24,250,165,238,51,227,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,191,88,230,146,208,186,4,182,204,214,205,98,81,177,48,211,80,96,80,103,109,12,86,75,201,219,146,137,248,154,63,39,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,204,7,202,179,113,179,31,157,150,50,164,125,46,101,201,64,36,195,147,254,33,200,186,66,96,237,49,7,27,173,130,208,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,43,69,86,113,95,61,239,193,207,239,9,241,236,158,131,102,79,38,164,186,2,250,13,162,192,151,222,229,29,99,244,50,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,0],[160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,235,133,73,93,8,65,6,235,53,18,218,3,124,26,190,183,118,4,111,43,2,16,172,239,155,199,82,73,213,182,20,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,5,29,50,52,201,211,18,126,217,230,1,123,105,188,75,35,235,219,41,54,37,131,120,204,76,232,183,226,193,72,92,155,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,174,249,156,38,0,233,18,162,101,229,126,66,13,242,68,81,217,247,124,116,131,17,153,42,249,117,95,208,169,93,97,209,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,138,136,154,103,174,251,222,75,48,46,223,40,146,253,91,223,151,115,205,148,36,99,132,167,153,144,81,16,219,86,92,48,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,199,3,79,188,218,204,198,37,11,244,45,1,57,243,154,39,128,29,29,9,176,195,38,176,180,154,118,137,253,200,30,216,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"key":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208],"key":[209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/LeafInLastLevel.json b/zkevm-circuits/src/mpt_circuit/tests/LeafInLastLevel.json index a0e0793f96..3fd3f26928 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/LeafInLastLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/LeafInLastLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,140,124,221,88,220,92,179,129,138,153,27,229,195,196,185,116,193,57,138,210,183,52,212,210,167,226,160,86,68,146,231,19,0],[160,112,104,106,204,156,190,212,159,29,10,113,161,60,253,15,46,193,82,59,75,202,25,30,136,23,67,211,68,237,199,47,125,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,92,199,226,67,3,35,149,29,155,142,31,209,70,151,224,82,137,54,214,48,39,47,150,77,249,94,96,97,151,97,224,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,78,211,22,129,63,142,245,92,110,168,145,125,162,25,167,198,58,244,154,159,138,3,71,107,83,11,51,217,62,109,35,133,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,78,211,22,129,63,142,245,92,110,168,145,125,162,25,167,198,58,244,154,159,138,3,71,107,83,11,51,217,62,109,35,133,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,202,92,199,226,67,3,35,149,29,155,142,31,209,70,151,224,82,137,54,214,48,39,47,150,77,249,94,96,97,151,97,224,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,104,31,69,120,244,116,205,0,13,229,142,3,19,129,136,77,245,32,4,129,176,121,54,0,88,207,105,132,91,225,60,246,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,244,185,36,232,216,167,25,188,81,57,76,70,23,57,86,125,132,34,240,16,47,239,198,132,245,241,160,38,0,111,152,36,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,244,185,36,232,216,167,25,188,81,57,76,70,23,57,86,125,132,34,240,16,47,239,198,132,245,241,160,38,0,111,152,36,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,104,31,69,120,244,116,205,0,13,229,142,3,19,129,136,77,245,32,4,129,176,121,54,0,88,207,105,132,91,225,60,246,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,16,252,186,212,234,191,195,233,2,181,251,199,249,76,116,183,99,79,27,16,146,172,72,159,44,171,111,142,212,202,114,159,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,66,242,248,144,63,101,251,94,91,22,169,212,89,40,200,171,217,172,109,193,24,68,97,220,217,98,36,37,188,128,108,69,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,66,242,248,144,63,101,251,94,91,22,169,212,89,40,200,171,217,172,109,193,24,68,97,220,217,98,36,37,188,128,108,69,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,16,252,186,212,234,191,195,233,2,181,251,199,249,76,116,183,99,79,27,16,146,172,72,159,44,171,111,142,212,202,114,159,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,146,187,139,90,5,97,176,219,61,19,222,235,232,41,192,175,190,123,160,251,68,159,136,207,46,55,105,239,68,6,26,232,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,25,136,15,107,111,23,41,104,132,91,11,244,219,133,118,218,254,61,178,76,239,247,213,180,36,91,26,224,69,175,110,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,166,25,136,15,107,111,23,41,104,132,91,11,244,219,133,118,218,254,61,178,76,239,247,213,180,36,91,26,224,69,175,110,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,146,187,139,90,5,97,176,219,61,19,222,235,232,41,192,175,190,123,160,251,68,159,136,207,46,55,105,239,68,6,26,232,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,155,36,63,244,90,213,225,65,221,7,129,209,139,245,164,94,116,208,49,25,232,120,82,202,61,84,166,37,216,108,202,226,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,93,249,151,80,68,140,16,136,64,2,70,73,38,244,219,80,159,64,232,155,241,68,26,60,228,227,179,172,31,201,201,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,155,36,63,244,90,213,225,65,221,7,129,209,139,245,164,94,116,208,49,25,232,120,82,202,61,84,166,37,216,108,202,226,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,121,93,249,151,80,68,140,16,136,64,2,70,73,38,244,219,80,159,64,232,155,241,68,26,60,228,227,179,172,31,201,201,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[213],[213]]}},"account":null,"storage":null,"values":[[194,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[194],[194]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[194,32,1],[194,32,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":true,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,140,124,221,88,220,92,179,129,138,153,27,229,195,196,185,116,193,57,138,210,183,52,212,210,167,226,160,86,68,146,231,19,0],[160,112,104,106,204,156,190,212,159,29,10,113,161,60,253,15,46,193,82,59,75,202,25,30,136,23,67,211,68,237,199,47,125,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,92,199,226,67,3,35,149,29,155,142,31,209,70,151,224,82,137,54,214,48,39,47,150,77,249,94,96,97,151,97,224,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,78,211,22,129,63,142,245,92,110,168,145,125,162,25,167,198,58,244,154,159,138,3,71,107,83,11,51,217,62,109,35,133,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,78,211,22,129,63,142,245,92,110,168,145,125,162,25,167,198,58,244,154,159,138,3,71,107,83,11,51,217,62,109,35,133,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,202,92,199,226,67,3,35,149,29,155,142,31,209,70,151,224,82,137,54,214,48,39,47,150,77,249,94,96,97,151,97,224,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,104,31,69,120,244,116,205,0,13,229,142,3,19,129,136,77,245,32,4,129,176,121,54,0,88,207,105,132,91,225,60,246,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,244,185,36,232,216,167,25,188,81,57,76,70,23,57,86,125,132,34,240,16,47,239,198,132,245,241,160,38,0,111,152,36,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,244,185,36,232,216,167,25,188,81,57,76,70,23,57,86,125,132,34,240,16,47,239,198,132,245,241,160,38,0,111,152,36,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,104,31,69,120,244,116,205,0,13,229,142,3,19,129,136,77,245,32,4,129,176,121,54,0,88,207,105,132,91,225,60,246,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,16,252,186,212,234,191,195,233,2,181,251,199,249,76,116,183,99,79,27,16,146,172,72,159,44,171,111,142,212,202,114,159,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,66,242,248,144,63,101,251,94,91,22,169,212,89,40,200,171,217,172,109,193,24,68,97,220,217,98,36,37,188,128,108,69,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,66,242,248,144,63,101,251,94,91,22,169,212,89,40,200,171,217,172,109,193,24,68,97,220,217,98,36,37,188,128,108,69,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,16,252,186,212,234,191,195,233,2,181,251,199,249,76,116,183,99,79,27,16,146,172,72,159,44,171,111,142,212,202,114,159,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,146,187,139,90,5,97,176,219,61,19,222,235,232,41,192,175,190,123,160,251,68,159,136,207,46,55,105,239,68,6,26,232,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,25,136,15,107,111,23,41,104,132,91,11,244,219,133,118,218,254,61,178,76,239,247,213,180,36,91,26,224,69,175,110,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,166,25,136,15,107,111,23,41,104,132,91,11,244,219,133,118,218,254,61,178,76,239,247,213,180,36,91,26,224,69,175,110,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,146,187,139,90,5,97,176,219,61,19,222,235,232,41,192,175,190,123,160,251,68,159,136,207,46,55,105,239,68,6,26,232,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,155,36,63,244,90,213,225,65,221,7,129,209,139,245,164,94,116,208,49,25,232,120,82,202,61,84,166,37,216,108,202,226,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,93,249,151,80,68,140,16,136,64,2,70,73,38,244,219,80,159,64,232,155,241,68,26,60,228,227,179,172,31,201,201,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,155,36,63,244,90,213,225,65,221,7,129,209,139,245,164,94,116,208,49,25,232,120,82,202,61,84,166,37,216,108,202,226,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,121,93,249,151,80,68,140,16,136,64,2,70,73,38,244,219,80,159,64,232,155,241,68,26,60,228,227,179,172,31,201,201,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[213],[213]]}},"account":null,"storage":null,"values":[[194,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,32,1,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,32,17,128,194,32,1,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"key":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"list_rlp_bytes":[[194],[194]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[194,32,1],[194,32,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/LeafWithMoreNibbles.json b/zkevm-circuits/src/mpt_circuit/tests/LeafWithMoreNibbles.json index faaf80a0d5..31c08133e3 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/LeafWithMoreNibbles.json +++ b/zkevm-circuits/src/mpt_circuit/tests/LeafWithMoreNibbles.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,210,74,248,212,202,46,166,152,235,32,129,52,22,46,22,61,77,143,81,103,183,133,222,70,138,46,251,86,196,63,74,19,0],[160,210,74,248,212,202,46,166,152,235,32,129,52,22,46,22,61,77,143,81,103,183,133,222,70,138,46,251,86,196,63,74,19,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[237],[237]]}},"account":null,"storage":null,"values":[[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72,0]],"keccak_data":[[237,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,128,128,128,128,128,128,128,128,128,128,128,128],[237,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72],[247,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[206],[206]],"value_rlp_bytes":[[17],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[140,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[140,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":true,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,210,74,248,212,202,46,166,152,235,32,129,52,22,46,22,61,77,143,81,103,183,133,222,70,138,46,251,86,196,63,74,19,0],[160,210,74,248,212,202,46,166,152,235,32,129,52,22,46,22,61,77,143,81,103,183,133,222,70,138,46,251,86,196,63,74,19,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,145,75,248,229,2,218,244,56,125,154,2,213,139,0,51,141,20,210,253,125,3,229,93,96,46,71,219,183,81,173,221,83,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,185,131,130,21,163,126,165,12,214,94,37,168,224,68,7,80,173,77,74,151,125,203,19,156,7,105,158,174,233,98,18,155,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,9,123,27,154,243,56,223,12,152,79,78,168,112,125,59,60,127,186,64,205,149,171,15,173,23,61,106,193,210,190,171,250,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,49,147,37,57,223,197,133,205,247,21,170,162,88,34,138,138,140,72,96,182,189,17,243,184,3,170,108,226,136,194,179,79,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,40,202,45,146,142,54,74,34,215,62,205,51,98,137,208,115,191,30,250,160,113,137,69,62,163,196,170,139,53,18,81,96,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[237],[237]]}},"account":null,"storage":null,"values":[[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72,0]],"keccak_data":[[237,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,128,128,128,128,128,128,128,128,128,128,128,128],[237,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,206,140,48,0,0,0,0,0,0,0,0,0,0,0,17,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72],[247,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,131,32,100,192,26,10,249,123,103,55,126,227,156,51,43,248,141,13,184,86,199,239,167,52,34,242,212,138,29,106,251,72]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0],"key":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0],"list_rlp_bytes":[[206],[206]],"value_rlp_bytes":[[17],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[140,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[140,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17],[206,140,48,0,0,0,0,0,0,0,0,0,0,0,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/LeafWithOneNibble.json b/zkevm-circuits/src/mpt_circuit/tests/LeafWithOneNibble.json index b4d97255e7..d048aca1b5 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/LeafWithOneNibble.json +++ b/zkevm-circuits/src/mpt_circuit/tests/LeafWithOneNibble.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,95,155,106,188,61,1,197,146,141,248,54,187,177,227,247,203,196,68,164,92,1,181,178,137,237,20,181,78,105,166,8,73,0],[160,17,60,118,72,2,154,48,107,126,111,136,36,164,58,44,140,134,229,128,58,175,114,12,183,137,16,224,125,236,217,247,219,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,5,56,105,247,23,44,74,128,203,215,176,249,24,109,188,39,196,15,100,133,242,136,240,245,87,7,118,53,25,195,224,57,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,106,9,61,252,117,15,57,137,120,69,22,201,95,32,72,223,62,74,224,181,236,168,134,36,169,159,229,72,138,46,248,19,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,106,9,61,252,117,15,57,137,120,69,22,201,95,32,72,223,62,74,224,181,236,168,134,36,169,159,229,72,138,46,248,19,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,5,56,105,247,23,44,74,128,203,215,176,249,24,109,188,39,196,15,100,133,242,136,240,245,87,7,118,53,25,195,224,57,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,90,122,129,237,138,52,76,253,155,92,168,243,32,150,182,211,117,180,3,33,68,140,231,151,255,229,125,151,144,248,35,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,94,15,126,142,41,150,113,168,56,168,71,0,204,83,185,63,53,142,115,83,108,72,82,235,149,151,88,238,224,125,11,249,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,94,15,126,142,41,150,113,168,56,168,71,0,204,83,185,63,53,142,115,83,108,72,82,235,149,151,88,238,224,125,11,249,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,188,90,122,129,237,138,52,76,253,155,92,168,243,32,150,182,211,117,180,3,33,68,140,231,151,255,229,125,151,144,248,35,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,103,0,152,105,44,97,53,18,70,217,124,84,93,153,183,235,97,119,6,200,226,88,107,154,96,60,86,223,186,232,139,129,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,194,45,246,147,192,250,233,66,162,130,96,199,32,84,111,232,19,72,222,179,82,162,39,206,63,64,97,207,175,141,184,116,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,194,45,246,147,192,250,233,66,162,130,96,199,32,84,111,232,19,72,222,179,82,162,39,206,63,64,97,207,175,141,184,116,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,103,0,152,105,44,97,53,18,70,217,124,84,93,153,183,235,97,119,6,200,226,88,107,154,96,60,86,223,186,232,139,129,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,51,62,189,72,136,190,111,252,97,171,143,21,205,125,241,199,116,194,187,21,206,211,61,218,139,241,22,180,122,151,180,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,181,184,227,159,13,151,185,111,175,5,39,242,127,10,231,74,99,176,235,166,142,159,184,132,26,101,96,35,140,27,253,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,139,181,184,227,159,13,151,185,111,175,5,39,242,127,10,231,74,99,176,235,166,142,159,184,132,26,101,96,35,140,27,253,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,51,62,189,72,136,190,111,252,97,171,143,21,205,125,241,199,116,194,187,21,206,211,61,218,139,241,22,180,122,151,180,180,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,142,49,68,184,167,115,149,121,142,251,109,168,13,207,117,21,127,33,57,64,235,61,194,235,197,205,248,136,62,94,241,59,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,25,110,2,142,130,249,199,51,110,237,28,224,162,68,1,129,46,191,7,171,85,37,52,54,153,11,108,125,91,3,68,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,142,49,68,184,167,115,149,121,142,251,109,168,13,207,117,21,127,33,57,64,235,61,194,235,197,205,248,136,62,94,241,59,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,235,25,110,2,142,130,249,199,51,110,237,28,224,162,68,1,129,46,191,7,171,85,37,52,54,153,11,108,125,91,3,68,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[213],[213]]}},"account":null,"storage":null,"values":[[194,48,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[194],[194]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[194,48,1],[194,48,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":true,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,95,155,106,188,61,1,197,146,141,248,54,187,177,227,247,203,196,68,164,92,1,181,178,137,237,20,181,78,105,166,8,73,0],[160,17,60,118,72,2,154,48,107,126,111,136,36,164,58,44,140,134,229,128,58,175,114,12,183,137,16,224,125,236,217,247,219,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,5,56,105,247,23,44,74,128,203,215,176,249,24,109,188,39,196,15,100,133,242,136,240,245,87,7,118,53,25,195,224,57,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,106,9,61,252,117,15,57,137,120,69,22,201,95,32,72,223,62,74,224,181,236,168,134,36,169,159,229,72,138,46,248,19,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,106,9,61,252,117,15,57,137,120,69,22,201,95,32,72,223,62,74,224,181,236,168,134,36,169,159,229,72,138,46,248,19,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,78,68,202,236,255,69,201,137,31,116,246,162,21,103,53,136,110,237,246,241,167,51,98,142,188,128,46,199,157,132,70,72,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,5,56,105,247,23,44,74,128,203,215,176,249,24,109,188,39,196,15,100,133,242,136,240,245,87,7,118,53,25,195,224,57,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,188,90,122,129,237,138,52,76,253,155,92,168,243,32,150,182,211,117,180,3,33,68,140,231,151,255,229,125,151,144,248,35,0],[160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,0],[160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,0],[160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,0],[160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,0],[160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,0],[160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,0],[160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,0],[160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,0],[160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,0],[160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,0],[160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,0],[160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,0],[160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,0],[160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,0],[160,94,15,126,142,41,150,113,168,56,168,71,0,204,83,185,63,53,142,115,83,108,72,82,235,149,151,88,238,224,125,11,249,0],[160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,94,15,126,142,41,150,113,168,56,168,71,0,204,83,185,63,53,142,115,83,108,72,82,235,149,151,88,238,224,125,11,249,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128],[249,2,17,160,83,204,74,9,193,206,183,37,118,178,161,220,90,22,133,196,15,213,65,141,119,159,75,33,66,54,17,193,247,88,238,179,160,105,111,159,238,102,32,198,144,35,119,199,128,235,43,192,31,124,141,149,6,64,208,172,52,103,48,187,40,71,116,33,104,160,90,170,127,179,67,12,123,71,79,23,122,229,29,213,122,34,69,181,254,203,6,243,201,181,233,44,238,146,240,103,139,18,160,18,211,61,40,55,234,247,33,7,159,159,174,64,123,239,20,102,13,187,67,159,98,146,21,222,108,138,32,76,187,244,21,160,54,243,254,76,6,88,205,53,74,124,175,199,98,89,194,33,243,175,131,71,90,215,207,24,48,25,17,82,169,7,59,167,160,170,69,217,55,220,175,55,227,159,109,196,254,133,192,107,242,152,205,241,45,188,144,213,236,83,234,118,125,181,238,137,172,160,7,42,104,160,164,108,24,150,155,80,19,239,191,17,249,33,235,95,45,142,104,158,207,124,80,86,9,28,35,231,198,165,160,143,188,52,103,215,28,93,231,36,56,33,12,100,67,242,235,119,47,66,242,170,75,121,9,67,184,107,64,125,164,244,110,160,93,19,99,229,98,232,246,242,174,142,205,231,229,230,95,69,31,207,171,249,73,149,43,140,96,80,182,222,134,49,185,33,160,207,46,85,51,238,92,187,32,3,128,217,105,234,234,37,174,140,179,58,48,52,46,148,220,133,59,208,228,223,128,196,59,160,62,42,203,162,37,31,200,41,44,42,106,163,111,252,210,32,117,1,93,147,127,235,54,252,166,177,134,96,49,74,243,173,160,120,196,156,2,116,243,133,85,34,208,110,157,55,98,169,50,8,243,180,83,51,35,218,45,79,17,193,33,87,3,136,43,160,207,102,94,227,215,112,30,109,156,167,165,19,68,226,34,46,146,31,113,229,145,221,170,49,223,199,165,77,29,112,212,226,160,25,174,119,134,195,119,9,119,223,57,217,190,101,16,179,154,23,195,203,106,183,151,251,207,30,103,142,3,51,81,194,229,160,188,90,122,129,237,138,52,76,253,155,92,168,243,32,150,182,211,117,180,3,33,68,140,231,151,255,229,125,151,144,248,35,160,180,87,26,138,14,5,91,78,153,42,57,87,43,71,55,8,212,215,64,0,0,239,199,158,24,162,149,5,22,23,165,213,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,103,0,152,105,44,97,53,18,70,217,124,84,93,153,183,235,97,119,6,200,226,88,107,154,96,60,86,223,186,232,139,129,0],[160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,0],[160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,0],[160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,0],[160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,0],[160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,0],[160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,0],[160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,0],[160,194,45,246,147,192,250,233,66,162,130,96,199,32,84,111,232,19,72,222,179,82,162,39,206,63,64,97,207,175,141,184,116,0],[160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,0],[160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,0],[160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,0],[160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,0],[160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,0],[160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,194,45,246,147,192,250,233,66,162,130,96,199,32,84,111,232,19,72,222,179,82,162,39,206,63,64,97,207,175,141,184,116,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128],[249,1,241,160,109,216,93,222,155,153,61,132,158,228,250,192,233,44,235,132,85,38,84,84,197,164,164,46,249,235,220,102,79,174,255,174,160,119,192,111,89,214,12,8,99,235,152,208,21,169,200,194,155,211,59,154,117,101,33,156,80,121,155,159,21,216,100,170,108,160,142,254,100,2,170,195,173,99,52,230,246,199,244,115,200,47,250,208,106,93,107,250,250,94,59,237,44,58,12,96,110,158,160,158,108,135,162,225,93,149,217,62,153,173,242,203,20,170,113,43,17,9,59,73,62,20,44,181,209,157,240,245,97,35,215,160,56,166,134,201,116,135,98,96,91,66,98,144,26,48,94,51,55,175,190,254,77,244,47,195,97,240,237,186,222,132,115,139,160,127,102,126,90,55,171,197,174,245,247,246,108,222,226,24,123,137,13,99,192,162,118,99,103,121,74,193,32,237,158,11,81,160,18,35,57,223,137,0,136,136,55,14,135,137,220,249,131,121,92,58,53,253,186,92,87,116,168,187,219,249,126,27,86,227,160,103,0,152,105,44,97,53,18,70,217,124,84,93,153,183,235,97,119,6,200,226,88,107,154,96,60,86,223,186,232,139,129,160,17,21,118,48,219,45,37,151,225,249,153,166,45,81,99,112,198,151,84,139,105,216,200,137,73,162,112,24,251,34,210,152,160,249,104,84,77,213,78,214,4,165,35,127,232,26,87,209,108,253,103,154,151,117,112,33,73,12,11,210,240,6,41,230,18,160,70,175,188,69,169,55,224,158,2,195,0,50,15,48,44,134,6,14,74,12,151,60,101,165,197,179,152,169,205,242,220,77,160,109,88,246,178,201,149,87,31,51,232,88,242,76,67,49,77,219,230,32,218,34,150,26,58,19,28,35,122,240,6,94,28,128,160,217,104,2,205,247,31,93,89,11,90,89,107,251,131,185,81,83,161,190,86,25,121,206,187,203,29,150,252,10,114,84,152,160,255,127,172,140,207,186,55,167,95,116,41,134,244,104,35,250,76,133,72,61,226,154,33,140,208,109,238,92,203,41,2,27,160,195,60,117,219,145,77,172,53,162,133,84,144,116,108,2,107,71,239,142,172,150,159,147,94,176,15,5,160,121,124,170,83,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,51,62,189,72,136,190,111,252,97,171,143,21,205,125,241,199,116,194,187,21,206,211,61,218,139,241,22,180,122,151,180,180,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,181,184,227,159,13,151,185,111,175,5,39,242,127,10,231,74,99,176,235,166,142,159,184,132,26,101,96,35,140,27,253,0],[160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,139,181,184,227,159,13,151,185,111,175,5,39,242,127,10,231,74,99,176,235,166,142,159,184,132,26,101,96,35,140,27,253,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128],[248,145,128,160,72,33,193,255,166,32,87,221,72,17,3,12,78,58,161,92,153,250,64,220,101,238,119,139,95,175,219,176,156,79,225,35,128,128,128,128,128,128,160,51,62,189,72,136,190,111,252,97,171,143,21,205,125,241,199,116,194,187,21,206,211,61,218,139,241,22,180,122,151,180,180,160,97,133,19,253,20,177,243,216,51,3,233,99,48,179,224,37,159,9,66,70,185,19,212,133,175,98,195,1,74,8,215,10,128,128,128,160,108,139,184,46,43,52,91,97,194,100,196,243,137,176,38,120,201,178,162,224,33,73,97,149,84,48,79,30,76,187,226,134,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201],"key":[222,120,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,142,49,68,184,167,115,149,121,142,251,109,168,13,207,117,21,127,33,57,64,235,61,194,235,197,205,248,136,62,94,241,59,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,235,25,110,2,142,130,249,199,51,110,237,28,224,162,68,1,129,46,191,7,171,85,37,52,54,153,11,108,125,91,3,68,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,0,0]],"keccak_data":[[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,142,49,68,184,167,115,149,121,142,251,109,168,13,207,117,21,127,33,57,64,235,61,194,235,197,205,248,136,62,94,241,59,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,104,159,32,246,184,198,61,33,45,197,58,196,129,133,210,48,128,228,223,90,105,143,227,55,221,219,111,227,231,120,76,129,184,184,70,248,68,128,128,160,235,25,110,2,142,130,249,199,51,110,237,28,224,162,68,1,129,46,191,7,171,85,37,52,54,153,11,108,125,91,3,68,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,98,60,149,117,114,134,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":true,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[247]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[213],[213]]}},"account":null,"storage":null,"values":[[194,48,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[194,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,48,1,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128],[247,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,128,194,48,17,128,194,48,1,128,128,128,128,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16],"key":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16],"list_rlp_bytes":[[194],[194]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[194,48,1],[194,48,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccount.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccount.json index f7165dbd52..e64b9cb5f8 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccount.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccount.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,56,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0],[160,92,69,153,141,251,249,206,112,188,187,128,87,78,215,166,34,146,45,44,119,94,10,35,49,254,90,139,141,204,153,244,144,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,0],[160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,0],[160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,0],[160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,0],[160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,0],[160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,0],[160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,0],[160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,0],[160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,0],[160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,0],[160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,0],[160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,0],[160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,0],[160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,0],[160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,0],[160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128],[249,2,17,160,62,81,246,216,50,34,109,164,244,230,118,34,30,57,143,168,201,163,53,157,138,200,83,22,217,54,9,12,142,74,113,119,160,110,58,129,42,7,242,95,48,22,117,24,235,247,115,27,159,148,240,189,82,238,245,24,104,4,88,96,153,87,62,124,87,160,23,125,132,126,57,77,125,108,183,122,223,20,200,11,140,116,8,197,125,77,164,229,34,187,130,255,11,5,123,106,18,226,160,34,142,142,168,173,99,151,78,20,223,49,167,173,193,155,22,185,57,77,94,140,81,219,8,205,119,152,79,221,53,32,207,160,47,68,110,156,219,87,42,252,153,153,146,44,71,68,241,42,115,255,196,172,147,166,193,209,18,197,101,149,78,252,80,101,160,177,72,39,32,231,101,153,80,19,87,43,118,153,180,111,107,120,208,26,121,107,122,223,78,248,252,112,146,129,121,183,249,160,166,43,253,9,132,156,69,206,240,132,245,215,140,18,136,28,76,115,232,35,55,46,97,106,111,29,136,215,243,244,104,17,160,81,197,227,235,119,136,89,180,1,44,243,14,3,35,252,32,39,239,6,187,20,67,5,160,124,3,15,223,92,185,169,242,160,149,116,118,68,110,184,206,46,175,107,154,14,16,171,116,53,96,139,243,244,119,49,149,255,105,200,203,196,178,219,6,82,160,110,155,225,108,252,161,111,115,34,161,168,254,20,210,73,55,53,84,44,62,235,227,145,125,56,152,100,115,68,140,102,72,160,215,32,96,214,100,112,201,119,187,39,102,186,145,221,83,195,0,96,163,123,49,150,62,117,25,68,3,71,226,217,71,5,160,216,77,122,185,166,60,76,175,212,143,31,218,53,223,132,60,243,170,247,163,51,217,81,184,10,173,42,95,228,91,232,94,160,102,201,63,187,90,100,67,28,66,169,235,107,142,189,159,208,34,47,59,148,229,29,242,190,206,105,91,103,217,108,220,3,160,130,214,88,212,94,182,185,119,29,142,174,223,89,224,222,59,117,224,157,226,110,51,196,90,175,27,158,67,104,153,87,154,160,32,215,128,174,120,163,233,16,26,195,200,23,79,233,122,253,170,114,110,149,85,164,70,233,70,156,107,147,254,209,174,11,160,193,92,89,242,135,228,231,76,186,23,253,187,202,250,103,245,131,178,24,164,47,129,106,19,179,50,117,153,14,62,38,242,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,0],[160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,0],[160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,0],[160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,0],[160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,0],[160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,0],[160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,0],[160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,0],[160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,0],[160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,0],[160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,0],[160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,0],[160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,0],[160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,0],[160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,0],[160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128],[249,2,17,160,243,248,117,132,135,179,242,217,170,170,147,202,41,30,49,202,235,19,91,182,154,115,189,49,71,95,213,18,134,202,205,168,160,248,214,27,163,48,89,69,124,39,200,95,223,46,31,254,156,7,133,69,242,252,178,116,213,90,11,24,2,233,210,95,159,160,71,79,93,73,42,149,57,51,225,103,235,189,110,188,70,240,193,23,63,219,116,110,243,110,149,7,153,50,68,75,57,255,160,247,151,249,133,151,231,1,67,135,51,218,198,210,129,152,142,23,144,43,153,113,15,227,167,123,200,117,134,246,144,41,89,160,64,41,80,117,176,86,114,226,155,222,42,78,189,238,210,98,213,168,109,98,43,187,53,78,43,64,239,233,108,49,103,145,160,81,130,213,232,226,141,41,38,167,145,141,254,200,67,223,12,25,155,31,46,162,105,182,222,2,233,159,55,73,58,81,8,160,26,77,61,137,205,196,204,129,210,129,10,70,241,189,76,121,69,162,6,215,188,152,126,170,249,149,72,157,147,95,113,240,160,76,38,106,162,112,134,133,37,202,39,149,12,3,108,165,104,174,60,185,97,253,218,30,38,19,121,89,102,165,245,8,216,160,52,133,159,70,24,244,195,146,2,17,195,222,204,211,129,28,126,50,191,31,4,148,37,228,107,40,143,95,15,239,188,142,160,30,36,232,235,34,123,13,63,36,1,92,189,49,255,191,152,101,81,234,45,170,78,228,224,41,77,6,235,75,41,95,228,160,53,118,183,248,110,40,9,128,63,159,4,146,88,128,57,182,207,231,204,72,18,102,249,225,183,253,26,165,204,221,133,107,160,47,211,121,43,20,152,236,53,207,92,248,102,254,75,207,136,49,232,147,125,59,184,15,14,62,136,58,5,56,132,135,139,160,146,83,193,207,181,29,203,52,47,58,114,231,161,55,66,1,75,127,145,210,118,37,82,232,135,3,183,30,255,240,248,11,160,74,111,171,71,106,196,108,204,154,49,109,206,164,6,195,104,55,35,226,133,78,86,140,154,197,163,105,253,218,72,68,52,160,221,162,147,55,34,170,139,142,218,244,84,132,181,168,39,246,188,198,8,193,144,16,119,237,138,12,69,220,76,152,153,153,160,250,100,42,85,168,208,19,121,181,167,41,37,110,73,50,34,56,59,218,49,242,70,153,106,217,4,105,151,51,36,134,125,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,0],[160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,0],[160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,0],[160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,0],[160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,0],[160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,0],[160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,0],[160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,0],[160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,0],[160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,0],[160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,0],[160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,0],[160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,0],[160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,0],[160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,0],[160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128],[249,2,17,160,161,128,1,12,47,16,128,58,172,109,97,186,101,50,211,24,116,166,152,209,189,185,191,39,125,163,235,50,169,86,158,229,160,43,180,202,90,212,89,144,118,139,227,102,232,30,186,65,236,181,5,130,247,53,26,255,110,32,164,81,96,121,240,13,252,160,222,100,177,157,75,143,240,145,16,36,58,46,51,139,107,7,196,233,64,182,153,253,203,175,129,102,22,111,153,168,150,26,160,94,231,69,12,111,229,77,99,71,17,141,11,41,112,27,177,218,61,40,30,213,193,247,27,173,123,94,162,194,11,64,110,160,148,241,5,249,211,104,221,226,140,197,193,238,210,173,105,8,129,244,154,57,13,253,109,216,177,158,110,36,172,122,110,88,160,49,101,31,195,122,182,161,106,170,190,126,247,114,74,123,53,20,100,9,186,33,38,17,167,168,229,10,220,151,18,196,241,160,73,246,226,153,120,139,128,58,10,194,85,4,186,39,18,220,239,252,50,159,22,196,125,122,103,50,247,196,37,68,58,169,160,15,132,108,63,247,99,185,92,140,54,8,64,230,186,45,30,61,193,8,165,18,74,107,200,87,45,33,232,22,58,219,43,160,171,6,213,180,15,77,228,71,174,54,254,251,111,241,218,40,233,3,107,112,164,163,132,133,85,121,0,128,188,237,176,38,160,190,202,142,180,181,1,250,241,49,215,108,185,216,23,205,142,139,158,85,162,252,156,118,150,43,152,194,183,178,218,159,221,160,116,118,116,254,111,169,77,111,65,32,203,133,193,209,164,92,7,21,222,137,239,153,10,17,202,156,229,253,242,229,50,66,160,245,182,9,212,150,185,219,26,154,17,0,141,168,125,166,152,114,219,87,156,42,77,206,233,29,211,176,18,46,29,86,118,160,125,173,37,34,63,10,10,105,35,138,170,159,170,58,203,218,96,174,159,130,118,216,137,144,59,203,221,237,109,28,197,14,160,125,205,12,44,38,14,115,188,176,89,248,149,162,236,64,246,24,91,125,70,183,125,37,100,214,54,174,74,207,71,185,190,160,9,167,144,133,57,89,194,210,118,41,249,242,60,234,105,179,15,125,163,86,11,161,61,242,89,222,67,163,239,141,115,22,160,229,254,113,96,76,247,87,54,147,166,26,241,48,108,149,89,115,6,35,119,201,191,233,239,90,99,195,93,22,222,43,126,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,0],[160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,0],[160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,0],[160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,0],[160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,0],[160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,0],[160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,0],[160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,0],[160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,0],[160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,0],[160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,0],[160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,0],[160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,0],[160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,0],[160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,0],[160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128],[249,2,17,160,1,140,240,73,75,204,201,222,156,243,213,94,33,163,61,8,206,249,37,116,57,74,97,38,98,157,136,8,8,58,80,150,160,195,199,196,181,116,185,85,110,248,215,152,211,207,168,41,60,203,5,86,141,59,163,78,219,9,213,111,185,55,120,19,233,160,140,202,218,220,242,107,140,113,118,132,7,69,53,214,70,230,137,184,171,129,43,48,107,81,80,73,247,0,177,229,219,121,160,33,36,191,50,11,87,222,33,182,77,167,63,136,123,248,241,74,182,24,11,174,247,239,125,99,202,207,255,128,35,52,165,160,149,249,75,250,81,105,43,241,150,173,198,3,252,180,149,96,0,111,180,34,118,196,43,123,93,132,160,96,250,100,217,45,160,32,39,96,173,133,195,109,50,97,77,73,185,128,89,4,150,255,132,58,164,43,120,193,117,186,32,133,65,91,116,162,173,160,98,239,63,98,146,213,134,176,5,254,159,193,14,251,162,124,237,62,243,94,97,73,108,47,3,76,184,133,162,93,214,124,160,24,110,66,31,239,73,37,228,27,69,165,214,234,132,223,109,118,39,20,166,141,25,228,24,156,85,122,60,112,195,235,154,160,124,4,254,255,41,243,241,33,206,19,170,136,141,252,149,202,221,147,172,85,213,237,197,110,71,174,111,101,127,85,205,59,160,23,49,65,202,234,196,28,65,205,115,198,37,246,143,124,72,166,37,205,232,162,25,22,39,127,188,14,26,18,214,240,152,160,51,21,215,92,255,202,104,15,118,167,53,140,39,4,142,82,127,133,147,230,204,253,47,54,99,23,226,78,113,129,89,185,160,239,123,251,65,188,11,107,22,9,46,42,104,47,193,60,78,205,118,242,12,136,145,137,46,214,157,184,26,255,37,206,38,160,179,163,103,185,250,53,96,32,14,9,248,46,117,61,151,70,245,116,155,44,163,22,115,1,102,242,244,157,45,81,102,14,160,120,51,181,75,204,140,26,229,78,145,104,6,122,193,149,189,178,100,84,118,214,32,148,10,91,248,41,39,153,51,148,250,160,152,64,28,199,229,115,92,129,39,229,199,166,105,168,252,23,227,109,56,225,3,255,171,233,92,155,115,43,225,156,231,35,160,79,205,115,234,146,184,235,250,60,154,252,244,30,28,214,37,12,114,43,159,140,167,245,162,159,65,188,1,113,43,38,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,0],[160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,0],[160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,0],[160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,0],[160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,0],[160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,0],[160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,0],[160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,0],[160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,0],[160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,0],[160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,0],[160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,0],[160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,0],[160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,0],[160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,0],[160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128],[249,2,17,160,245,105,73,55,130,156,85,160,31,141,126,218,15,74,121,147,147,14,234,12,31,2,207,74,132,213,9,173,180,149,183,107,160,221,130,180,81,176,155,200,100,168,4,254,92,101,171,36,147,95,202,31,177,191,39,28,78,15,253,236,77,124,115,149,137,160,8,37,3,52,123,198,42,148,211,79,179,98,105,89,161,130,151,2,137,5,198,34,114,85,180,47,176,126,179,111,60,206,160,232,217,161,8,22,169,40,66,131,228,203,23,191,255,11,201,101,138,145,67,49,60,150,125,179,56,59,152,181,26,174,138,160,52,5,132,223,20,125,125,152,77,21,29,239,159,211,65,174,156,121,107,233,188,67,44,242,54,70,100,18,159,243,207,206,160,224,250,15,5,72,187,58,246,78,193,251,188,67,94,94,63,151,23,215,194,99,44,14,23,45,34,254,220,3,94,41,58,160,6,105,60,12,5,193,169,245,176,112,146,23,69,42,0,33,177,13,230,213,165,102,152,203,58,175,135,4,16,128,172,8,160,151,152,86,204,166,248,67,223,250,77,31,100,237,11,43,191,90,23,20,54,199,92,11,215,145,50,87,90,167,159,57,165,160,1,232,26,222,47,23,75,176,90,187,251,204,93,173,132,158,36,225,142,226,147,28,202,173,168,228,182,229,123,127,49,117,160,247,78,159,238,239,170,53,113,45,18,48,98,112,234,117,104,97,108,138,230,14,76,168,84,236,172,64,67,208,57,6,73,160,46,68,248,146,220,227,97,0,41,252,210,9,44,117,251,227,165,196,13,189,174,150,34,139,203,17,200,40,245,122,167,206,160,26,216,79,208,48,103,203,251,178,213,93,58,82,104,200,119,234,228,233,252,208,91,195,35,224,229,183,69,89,175,14,229,160,246,209,205,0,213,119,26,186,142,93,94,61,153,28,165,149,49,176,155,119,213,241,208,245,15,163,38,131,125,219,108,170,160,89,143,190,130,47,255,40,170,85,219,138,46,139,251,126,68,17,241,5,216,204,86,127,71,120,116,170,149,237,137,28,227,160,79,246,250,96,218,39,3,222,92,140,84,169,44,51,184,140,136,139,201,154,119,208,207,98,29,112,62,108,254,3,142,180,160,130,179,74,86,218,213,192,18,132,24,134,63,237,50,86,187,20,97,174,221,173,83,84,97,186,105,52,78,209,101,251,138,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,0],[160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,0],[160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128],[248,241,160,255,151,217,75,103,5,122,115,224,137,233,146,50,189,95,178,178,247,44,237,22,101,231,39,198,40,14,249,60,251,151,15,128,128,128,128,160,60,79,85,51,115,192,158,157,93,223,211,100,62,94,72,146,251,82,116,111,190,139,246,12,252,146,211,122,66,110,206,20,128,160,120,190,160,200,253,109,255,226,49,189,87,112,136,160,23,77,119,59,173,185,188,145,251,156,155,144,100,217,100,114,109,106,128,160,69,72,113,186,79,146,63,86,46,218,1,200,131,76,71,142,217,35,30,209,101,239,91,47,163,221,136,130,249,155,236,112,160,49,65,26,94,193,156,227,78,42,198,56,211,105,254,0,33,31,96,41,208,40,13,215,156,51,173,132,112,34,192,121,49,160,244,154,252,18,232,96,245,36,84,15,253,182,157,226,247,165,106,144,166,1,2,140,228,170,110,87,112,80,140,149,162,43,128,160,20,103,6,95,163,140,21,238,207,84,226,60,134,0,183,217,11,213,185,123,139,201,37,22,227,234,220,30,160,20,244,115,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,0],[160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,56,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0,0,0,0]],"keccak_data":[[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[248,102,157,55,236,125,29,155,142,209,241,75,145,144,143,254,65,81,209,56,13,192,157,236,195,213,73,132,11,251,149,241,184,70,248,68,1,128,160,112,158,181,221,162,20,124,79,184,25,162,13,167,162,146,25,237,242,59,120,184,154,118,137,92,181,187,152,115,82,223,48,160,7,190,1,231,231,32,111,227,30,206,233,26,215,93,173,166,90,214,186,67,58,230,71,161,185,51,4,105,247,198,103,124],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountAfterFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountAfterFirstLevel.json index ea66238706..aa4f6f51aa 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountAfterFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountAfterFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0],[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[227,108,15,21,74,54,94,8,108,104,112,80,206,231,75,221,222,153,151,161,222,222,176,229,82,23,54,140,10,182,186,164],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,108,15,21,74,54,94,8,108,104,112,80,206,231,75,221,222,153,151,161,222,222,176,229,82,23,54,140,10,182,186,164,0]],"keccak_data":[[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0],[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34],"key":[227,108,15,21,74,54,94,8,108,104,112,80,206,231,75,221,222,153,151,161,222,222,176,229,82,23,54,140,10,182,186,164],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,108,15,21,74,54,94,8,108,104,112,80,206,231,75,221,222,153,151,161,222,222,176,229,82,23,54,140,10,182,186,164,0]],"keccak_data":[[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,54,144,178,57,186,58,175,153,62,68,58,225,74,239,252,68,207,141,153,49,167,155,174,217,250,20,29,14,69,6,225,49,184,70,248,68,128,1,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountInFirstLevel.json index b4edf7ac06..dd61452367 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[144,176,210,137,234,33,29,202,142,2,12,156,200,197,214,186,47,65,111,225,95,166,146,180,113,132,164,185,70,178,33,77],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,144,176,210,137,234,33,29,202,142,2,12,156,200,197,214,186,47,65,111,225,95,166,146,180,113,132,164,185,70,178,33,77]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16],"key":[144,176,210,137,234,33,29,202,142,2,12,156,200,197,214,186,47,65,111,225,95,166,146,180,113,132,164,185,70,178,33,77],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,144,176,210,137,234,33,29,202,142,2,12,156,200,197,214,186,47,65,111,225,95,166,146,180,113,132,164,185,70,178,33,77]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObject.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObject.json index cf1122d06e..6c230f0e16 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObject.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObject.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0],[160,214,126,77,69,3,67,4,100,37,174,66,113,71,67,83,133,122,184,96,219,192,161,221,230,75,65,181,205,58,83,43,243,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,0],[160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,0],[160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,0],[160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,0],[160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,0],[160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,0],[160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,0],[160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,0],[160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,0],[160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,0],[160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,0],[160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,0],[160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,0],[160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,0],[160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,0],[160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128],[249,2,17,160,144,220,175,136,196,12,123,188,149,169,18,203,221,230,124,23,87,103,179,17,115,223,158,228,176,215,51,191,221,81,28,67,160,186,190,54,159,107,18,9,47,73,24,26,224,76,161,115,251,104,209,165,69,111,24,210,15,163,44,186,115,149,64,82,189,160,71,62,207,138,126,54,168,41,231,80,57,163,176,85,229,27,131,50,203,240,51,36,171,74,242,6,107,189,111,191,0,33,160,187,218,52,117,61,122,166,195,142,96,63,54,2,68,232,245,150,17,146,29,158,31,18,131,114,254,192,213,134,212,249,224,160,217,207,245,213,242,65,138,253,22,164,218,92,34,31,220,139,212,117,32,197,146,121,34,246,154,104,23,123,100,218,106,192,160,165,243,242,247,84,33,72,201,115,151,124,138,30,21,76,67,0,254,201,47,117,95,120,70,241,183,52,211,171,29,144,231,160,232,35,133,15,80,191,114,186,174,157,23,51,163,106,68,74,182,93,10,111,170,186,64,79,5,131,206,12,164,218,217,45,160,247,160,12,190,125,75,48,177,31,174,163,174,97,183,241,242,179,21,182,29,159,107,214,139,254,88,122,208,238,206,183,33,160,113,23,239,159,201,50,241,168,142,144,142,174,173,133,101,193,155,86,69,220,158,91,27,110,132,28,94,219,223,215,22,129,160,105,235,45,226,131,243,44,17,248,89,215,188,249,61,162,57,144,211,230,98,147,94,212,214,179,156,227,103,62,200,68,114,160,32,61,38,69,99,18,187,196,218,92,210,147,183,91,132,15,197,4,94,73,61,111,144,77,24,8,35,236,34,191,237,142,160,146,135,181,194,31,34,84,175,78,100,252,167,106,204,92,216,115,153,199,241,237,232,24,219,67,38,201,140,226,220,34,8,160,111,194,215,84,227,4,196,140,230,165,23,117,60,98,177,169,193,213,146,91,137,112,116,134,215,252,8,145,158,10,148,236,160,123,28,84,241,94,41,155,213,139,223,239,151,65,83,140,120,40,181,215,209,26,72,159,156,32,208,82,179,71,29,244,117,160,81,249,221,55,57,169,39,200,158,53,117,128,164,201,123,64,35,74,160,30,211,213,224,57,13,201,130,167,151,88,128,160,160,137,214,19,242,97,89,175,67,97,111,217,69,91,180,97,244,134,155,254,222,38,242,19,8,53,237,6,122,139,150,123,251,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,0],[160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,0],[160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,0],[160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,0],[160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,0],[160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,0],[160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,0],[160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,0],[160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,0],[160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,0],[160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,0],[160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,0],[160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,0],[160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,0],[160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,0],[160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128],[249,2,17,160,194,161,194,230,101,254,160,95,77,48,211,27,39,42,140,4,122,172,243,209,160,183,193,160,238,144,110,96,160,53,201,176,160,250,10,79,191,155,218,123,133,247,187,164,39,212,171,124,199,15,61,52,217,80,166,252,43,206,177,62,170,118,143,250,130,160,108,102,161,204,241,214,151,12,80,163,235,72,19,184,65,25,37,28,43,113,212,14,119,160,157,125,65,13,140,22,81,190,160,245,247,207,229,123,97,61,242,10,237,62,241,112,223,174,20,21,134,98,167,15,69,64,87,208,137,239,130,24,225,217,69,160,30,98,56,45,136,244,48,122,241,246,213,147,38,112,85,225,114,131,195,165,25,146,5,1,23,56,98,204,84,80,107,55,160,13,130,198,244,51,130,38,64,159,240,127,232,249,153,1,46,213,170,213,218,230,166,137,75,171,46,198,189,169,81,129,186,160,229,29,41,136,113,129,3,220,51,225,243,185,32,77,145,131,244,109,144,247,2,225,2,109,44,231,85,92,179,219,46,140,160,227,50,165,83,125,101,94,90,180,34,108,124,83,107,32,6,40,120,220,212,90,176,135,180,166,38,78,212,164,7,245,229,160,153,11,242,211,42,155,107,237,88,100,219,214,126,177,12,26,208,44,151,202,156,90,102,134,114,49,56,71,180,103,83,155,160,71,164,38,186,162,94,167,107,171,137,209,18,250,139,176,186,4,118,148,176,251,124,23,138,249,89,144,1,84,248,27,55,160,52,112,5,32,127,130,195,189,56,88,183,178,155,208,74,148,123,54,232,217,185,32,49,156,71,67,15,17,2,49,204,243,160,170,23,213,11,235,134,180,70,232,51,146,38,58,251,66,201,29,6,217,33,53,126,153,255,165,144,117,128,91,14,16,43,160,148,51,14,129,178,95,21,66,170,110,219,0,237,74,184,241,156,135,49,91,139,227,83,112,52,218,111,108,140,199,255,219,160,222,192,22,245,232,111,105,228,68,180,87,180,31,116,42,56,93,1,147,1,207,113,217,240,248,143,123,135,213,26,66,139,160,239,77,239,217,232,159,0,139,212,31,73,0,211,56,197,222,20,67,13,26,183,202,29,28,187,243,0,57,12,134,3,140,160,174,27,143,154,179,94,7,70,236,47,69,149,186,217,141,122,66,236,237,90,80,133,141,159,145,213,6,253,155,38,62,98,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,1,241],[249,1,241]]}},"account":null,"storage":null,"values":[[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,0],[160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,0],[160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,0],[160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,0],[160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,0],[160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,0],[160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,0],[160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,0],[160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,0],[160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,0],[160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,0],[160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,0],[160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,0],[160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128],[249,1,241,160,118,7,164,153,100,57,90,154,30,0,132,181,165,29,36,198,58,44,76,97,239,47,37,177,191,34,92,76,241,19,47,94,160,46,34,26,12,126,235,135,79,110,204,251,192,231,83,198,108,124,65,171,229,253,211,251,65,212,206,12,190,210,183,234,20,160,224,197,106,11,198,50,194,19,158,253,80,223,164,183,241,23,64,168,71,165,108,101,245,129,13,135,141,128,243,212,58,136,160,154,188,169,221,11,40,133,220,40,23,84,96,133,124,6,24,145,50,158,186,225,79,156,243,79,157,191,46,202,228,116,45,160,101,106,135,142,233,228,56,130,2,230,168,173,72,92,95,95,72,138,18,205,234,66,58,111,124,122,115,39,149,234,142,65,160,92,203,247,191,21,27,33,100,88,238,173,241,57,84,16,21,154,15,98,233,168,236,45,101,62,138,169,99,20,246,199,180,160,180,92,247,111,158,28,57,148,203,72,82,23,123,108,136,31,116,208,22,126,99,192,40,25,134,34,0,68,97,29,209,205,160,189,240,142,201,255,115,229,75,221,46,28,254,224,96,249,93,114,58,42,106,182,133,165,73,22,103,228,48,78,75,210,41,128,160,228,188,6,163,117,73,6,69,7,72,145,92,254,178,24,206,5,249,71,115,251,136,163,185,24,35,186,20,24,55,230,170,160,140,237,204,190,22,29,102,222,151,44,132,113,246,67,213,84,224,22,149,128,33,33,180,168,29,238,117,1,169,54,238,81,160,196,248,47,123,243,93,49,203,5,232,213,184,40,188,187,27,103,137,133,70,75,220,228,144,70,51,216,100,24,144,80,108,160,148,60,145,205,168,58,189,238,39,184,40,235,191,82,185,191,84,220,104,112,6,113,34,188,43,20,36,80,222,48,33,46,160,22,118,116,216,102,36,81,233,167,172,29,8,114,58,60,74,239,119,168,37,174,234,243,147,173,91,54,70,18,103,166,48,160,28,112,123,243,58,65,19,173,193,62,43,196,68,11,199,175,196,53,79,221,234,57,235,71,250,241,172,58,120,76,168,217,160,246,48,79,85,101,158,175,5,227,79,143,178,102,111,85,252,55,35,113,53,68,107,226,66,254,21,132,83,150,50,43,30,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128],[248,81,128,128,128,128,128,128,128,128,128,160,31,135,73,204,174,167,159,229,36,59,217,161,39,71,252,185,59,171,62,199,226,95,101,195,206,134,71,61,127,129,37,56,128,160,203,196,24,180,91,92,42,155,178,224,138,157,186,202,85,129,212,160,95,196,131,76,51,38,251,230,158,133,225,177,41,135,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171],"key":[152,225,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160],"list_rlp_bytes":[[248,104],[248,104]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,104]},"storage":null,"values":[[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,0,0]],"keccak_data":[[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,0,248,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[248,104,159,32,119,223,167,154,212,87,64,146,72,80,232,124,99,244,129,117,156,137,200,71,85,240,47,81,246,247,59,192,177,160,184,0,248,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,171]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObjectInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObjectInFirstLevel.json index 4c180ff00a..db98b5f36e 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObjectInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingAccountNilObjectInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0],[160,33,58,212,211,51,12,140,134,211,62,76,175,189,230,52,132,92,17,216,217,170,40,186,179,115,16,152,173,226,148,52,29,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"AccountDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0],[160,80,57,92,254,92,192,163,254,147,39,40,110,123,228,55,231,199,43,174,249,179,139,115,105,190,202,194,91,50,152,38,157,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128],[249,1,17,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,0,248,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,0,248,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorage.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorage.json index 120c09d4c8..b478594020 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorage.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorage.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[226]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0]],"keccak_data":[[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170],"key":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[226]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0]],"keccak_data":[[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageLong.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageLong.json index dc7e4f31fd..3df8f3d07b 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0],[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,0],[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,0],[160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,0],[160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,0],[160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,0],[160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,0],[160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,0],[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,0],[160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,0],[160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,0],[160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,0],[160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,0],[160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,0],[160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,0],[160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,0],[160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128],[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,0],[160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,0],[160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,0],[160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,0],[160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,0],[160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,0],[160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,0],[160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,0],[160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,0],[160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,0],[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,0],[160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,0],[160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,0],[160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,0],[160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128],[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,0],[160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,0],[160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,0],[160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,0],[160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,0],[160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,0],[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,0],[160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,0],[160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,0],[160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,0],[160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,0],[160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,0],[160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,0],[160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,0],[160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128],[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,0],[160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,0],[160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,0],[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128],[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,70,166,220,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0]],"keccak_data":[[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128],[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,67],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,67]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0]],"keccak_data":[[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0],[160,164,5,249,201,155,99,135,16,183,236,179,0,79,228,183,169,127,92,58,41,41,23,56,192,65,111,106,21,157,48,41,168,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,91,90,100,21,60,97,18,135,96,21,187,90,82,60,232,214,123,22,224,116,254,155,184,185,194,205,29,116,231,32,129,175,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,199,151,38,229,9,60,78,6,209,87,90,253,217,35,135,162,166,127,39,223,32,108,123,160,66,118,38,51,250,98,173,217,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,0],[160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,221,213,147,251,21,53,201,233,126,143,161,242,220,199,130,49,204,55,141,125,233,9,170,221,199,80,120,234,220,120,176,38,160,105,130,128,74,115,134,13,134,231,146,88,193,234,132,179,206,55,95,69,122,215,246,230,123,169,120,158,220,198,147,103,4,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,0],[160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,0],[160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,0],[160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,0],[160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,0],[160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,0],[160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,0],[160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,0],[160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,0],[160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,0],[160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,0],[160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,0],[160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,0],[160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,0],[160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,0],[160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128],[249,2,17,160,139,87,125,242,116,165,208,189,142,51,124,65,207,245,72,19,50,129,126,183,234,163,41,196,98,235,181,113,125,78,23,166,160,180,204,224,39,117,84,85,112,150,96,196,51,133,26,248,7,34,233,67,138,18,182,213,18,127,14,150,76,240,244,145,158,160,170,238,233,48,72,229,230,237,28,196,147,172,36,81,152,10,162,86,83,206,137,50,134,7,54,77,253,203,201,141,158,109,160,71,154,162,30,110,37,221,206,210,80,69,150,253,234,240,224,29,192,147,238,162,53,114,69,64,12,184,178,211,142,78,251,160,35,118,160,4,170,184,187,169,240,105,112,7,203,59,154,177,87,170,9,108,172,175,119,161,189,253,132,51,123,64,255,99,160,73,24,1,202,216,81,73,9,183,140,40,248,84,18,198,67,137,106,1,83,215,114,217,55,183,50,196,227,85,52,168,19,160,129,103,83,127,82,116,230,206,168,220,218,71,239,39,86,166,136,38,237,137,0,142,199,113,122,193,27,185,199,80,39,137,160,110,167,23,121,182,179,115,241,60,186,83,63,247,41,222,203,160,31,82,180,69,241,203,180,222,83,18,133,218,44,181,72,160,53,183,127,132,148,70,93,129,175,187,105,98,9,141,18,253,57,52,169,211,111,38,155,164,206,139,107,58,32,95,237,73,160,193,53,196,35,150,25,179,161,247,84,155,154,238,201,134,145,77,173,16,132,13,104,220,14,84,32,47,139,111,47,208,81,160,29,106,10,72,101,25,6,228,51,46,147,7,32,88,56,70,155,39,66,49,67,6,117,223,239,218,63,19,197,142,91,46,160,156,41,190,49,2,225,64,58,218,0,15,85,150,222,137,200,185,218,103,180,120,39,25,151,195,239,153,189,101,125,132,253,160,179,84,233,104,7,107,250,152,65,159,163,149,192,123,200,192,65,124,108,200,161,161,15,34,147,230,121,32,222,89,37,105,160,39,126,151,229,15,70,112,195,197,204,14,202,162,72,238,38,56,224,111,207,221,68,33,0,191,66,223,59,187,35,103,242,160,54,230,171,224,204,103,175,10,106,221,149,171,15,184,59,161,77,177,31,2,28,187,141,193,149,222,207,199,218,146,97,230,160,247,168,224,222,36,174,32,171,127,214,65,21,251,96,167,63,103,149,233,214,230,207,193,45,118,58,205,31,60,21,202,223,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,0],[160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,0],[160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,0],[160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,0],[160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,0],[160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,0],[160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,0],[160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,0],[160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,0],[160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,0],[160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,0],[160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,0],[160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,0],[160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,0],[160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,0],[160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128],[249,2,17,160,186,120,50,187,77,90,188,101,236,23,224,168,50,233,97,33,8,252,71,148,51,225,65,53,97,165,241,123,79,230,197,226,160,87,249,154,161,87,108,160,38,150,10,71,98,85,108,197,115,179,21,136,210,0,173,99,171,90,120,141,211,85,47,74,9,160,158,194,31,13,66,219,255,194,107,139,155,47,58,233,9,167,34,240,74,55,211,99,136,187,160,57,136,92,162,40,21,185,160,7,22,14,240,96,245,189,81,95,249,98,56,205,118,150,96,240,227,34,134,86,26,90,213,243,83,133,203,87,244,212,14,160,53,107,83,118,132,150,236,108,77,129,218,220,95,143,197,7,147,202,168,6,138,253,71,184,253,169,133,170,48,141,163,142,160,37,182,103,107,119,130,81,38,250,63,164,18,60,40,32,2,117,148,189,194,218,179,3,89,41,173,189,94,78,213,224,44,160,27,156,161,228,42,14,191,152,87,248,156,237,32,25,205,11,240,213,82,138,167,213,162,206,133,224,42,82,84,217,156,179,160,95,192,157,205,29,60,221,215,224,83,139,69,204,148,99,195,15,125,217,102,199,100,60,58,198,193,152,245,109,109,90,216,160,71,177,110,59,171,123,226,64,218,100,157,24,188,213,154,238,160,139,144,42,215,22,177,21,175,39,203,2,120,179,197,246,160,24,119,127,141,163,51,62,104,2,80,64,133,197,69,95,204,142,96,151,164,181,148,211,31,210,37,96,222,226,119,190,165,160,42,69,74,233,51,55,125,49,134,79,5,11,23,237,229,204,137,171,175,160,3,203,122,137,115,53,181,134,199,219,126,34,160,74,232,147,77,242,197,121,16,176,74,164,51,26,128,56,141,247,126,87,115,226,38,144,38,201,225,182,15,114,41,115,179,160,201,238,237,16,208,91,54,223,100,55,122,151,106,126,98,160,227,15,200,75,56,159,162,171,221,66,85,57,131,29,102,74,160,59,15,113,37,211,99,166,201,205,207,197,126,184,63,231,111,129,255,209,35,97,141,32,170,62,131,119,13,151,206,238,208,160,33,169,135,179,81,23,187,79,50,233,198,203,156,155,169,160,147,134,35,173,137,144,76,16,126,247,144,97,30,20,73,178,160,102,2,198,141,178,155,28,113,155,89,204,45,189,203,119,70,36,225,156,195,176,63,61,193,198,13,23,125,53,154,120,43,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,0],[160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,0],[160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,0],[160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,0],[160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,0],[160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,0],[160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,0],[160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,0],[160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,0],[160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,0],[160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,0],[160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,0],[160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,0],[160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,0],[160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,0],[160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128],[249,2,17,160,224,125,102,123,183,190,76,240,80,150,72,55,49,27,152,3,145,181,23,228,121,1,125,91,111,149,48,136,145,243,118,75,160,16,45,78,125,107,92,17,100,182,41,159,253,210,223,148,148,118,85,163,229,210,117,94,191,90,199,209,157,0,45,12,94,160,135,204,214,122,72,22,138,20,226,31,197,27,55,221,40,18,76,166,172,114,135,50,230,36,182,115,167,224,1,89,241,249,160,18,9,87,230,106,92,117,196,38,50,108,201,168,246,157,252,172,161,104,104,69,186,128,168,250,61,34,34,140,44,38,252,160,242,88,126,18,229,21,213,202,133,171,52,72,15,80,243,141,174,198,127,223,103,206,97,52,146,164,167,100,250,0,5,170,160,140,93,78,229,19,235,65,234,232,74,57,148,253,185,175,120,242,140,182,199,32,230,6,127,233,243,137,156,221,201,2,208,160,207,145,8,113,104,80,200,249,25,156,71,69,100,199,215,231,208,144,224,51,149,195,70,84,132,70,110,198,60,215,179,86,160,100,123,24,104,228,153,81,134,31,178,215,239,57,76,131,204,50,15,92,230,212,237,157,117,129,190,111,248,242,97,16,149,160,17,230,165,122,150,80,107,10,226,20,164,12,154,129,31,207,26,59,65,180,212,177,145,121,65,106,73,111,217,116,4,57,160,249,99,44,90,113,150,184,202,77,110,150,4,27,72,115,42,22,126,226,205,5,62,83,224,62,30,59,121,247,152,50,122,160,93,55,116,72,40,251,109,115,84,167,198,118,25,89,85,119,186,188,163,40,152,4,181,235,91,142,98,53,190,29,162,212,160,216,114,84,193,79,74,28,121,215,157,202,47,207,132,102,47,228,52,41,28,199,222,56,49,84,102,15,240,4,177,201,13,160,38,11,71,185,180,81,53,82,226,200,59,192,164,62,61,62,211,118,86,79,61,227,194,64,192,217,227,11,50,195,45,125,160,152,45,63,210,126,121,44,158,246,180,28,21,141,134,125,254,177,233,180,103,3,122,24,217,158,217,101,7,195,34,30,225,160,111,94,174,37,212,36,95,243,92,94,153,8,241,110,254,148,224,198,147,144,15,28,35,183,171,90,166,36,14,116,22,114,160,91,247,135,40,23,214,173,50,15,119,96,7,26,236,163,154,124,246,185,56,62,170,162,213,33,138,21,60,178,192,112,255,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,0],[160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,0],[160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,0],[160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128],[249,1,17,160,69,111,93,97,16,10,85,79,112,187,177,173,107,36,208,199,70,69,49,204,155,166,132,6,103,17,52,210,244,231,166,214,160,104,218,247,233,65,160,14,254,179,240,12,33,141,176,116,30,75,151,217,123,99,26,89,142,135,39,255,107,146,54,96,2,160,34,6,56,163,188,214,134,47,143,78,51,197,151,237,211,183,161,133,209,12,200,150,86,248,224,14,36,169,174,141,243,115,128,128,160,187,8,33,80,96,206,196,250,134,134,112,42,91,42,57,171,4,137,203,82,72,146,26,225,5,84,122,184,204,86,157,49,128,128,128,128,160,23,153,85,176,241,174,136,189,104,158,131,95,184,160,5,221,130,113,181,30,249,40,22,18,52,16,116,49,223,13,17,123,128,160,19,115,77,235,127,68,44,78,62,74,164,234,167,26,189,226,50,203,156,107,145,45,147,193,53,225,78,87,254,134,171,180,160,210,18,153,129,9,16,109,118,224,110,219,219,227,254,219,187,210,121,21,214,121,115,230,154,173,190,226,160,131,181,148,83,128,160,197,44,219,124,244,146,81,14,102,63,55,83,8,179,18,25,9,155,204,135,154,73,231,38,118,138,238,135,249,177,241,54,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,177,156],"key":[170,70,166,220,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,0,0,0,0]],"keccak_data":[[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,60,65,240,27,213,104,207,131,191,50,93,7,12,58,101,202,54,249,141,201,161,159,238,126,8,87,174,206,104,184,70,248,68,128,128,160,243,180,122,255,168,251,76,111,113,241,104,225,225,93,38,173,150,5,201,44,175,118,224,190,143,85,238,209,187,163,73,26,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,177,156]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128],[248,81,128,128,128,160,242,180,228,187,147,246,33,143,128,29,243,225,170,107,37,128,253,77,222,159,38,5,104,197,96,11,130,42,56,11,208,21,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[248,67],[248,67]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,67]},"values":[[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0]],"keccak_data":[[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,67,160,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageNil.json b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageNil.json index 96bfc7d68d..bc341057e6 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageNil.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonExistingStorageNil.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0],[160,51,249,190,25,92,195,96,144,163,223,3,204,51,198,92,180,19,6,89,244,90,113,203,1,243,202,105,41,218,208,136,76,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,81,161,102,91,160,19,144,108,131,101,101,23,128,254,23,127,21,66,253,142,104,3,221,12,246,12,75,151,83,165,8,247,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,0],[160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,0],[160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,0],[160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,0],[160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,0],[160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,0],[160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,0],[160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,0],[160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,0],[160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,0],[160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,0],[160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,0],[160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,0],[160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,0],[160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,0],[160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128],[249,2,17,160,32,114,50,12,62,189,106,20,134,185,146,28,23,254,217,42,238,29,2,23,26,44,204,98,23,49,136,43,60,200,131,203,160,10,122,174,89,193,94,170,119,181,105,68,128,225,99,30,47,203,11,219,63,185,212,28,135,191,38,229,164,205,251,29,178,160,196,56,120,16,50,206,164,153,42,137,240,168,48,191,84,89,147,194,236,15,27,79,106,86,147,188,114,238,224,245,134,237,160,110,98,248,22,245,45,207,250,31,51,65,156,160,157,187,161,111,44,138,199,254,61,51,142,225,57,123,216,229,126,111,230,160,43,111,2,145,226,86,104,84,88,106,96,162,207,2,192,64,233,219,19,142,115,84,245,190,9,221,204,102,175,1,218,152,160,91,124,51,211,9,235,73,230,129,79,76,57,179,252,147,61,46,222,55,49,156,35,181,181,217,140,199,194,135,126,239,251,160,198,173,47,15,24,247,123,29,143,238,210,5,76,44,0,7,148,217,241,207,46,233,29,69,86,104,40,186,220,153,45,109,160,11,161,79,203,76,0,94,197,247,21,34,15,237,251,186,101,156,155,254,196,0,173,231,220,178,64,214,23,193,146,249,233,160,94,170,238,196,129,29,127,164,98,174,87,50,178,177,9,46,2,110,163,58,47,215,198,105,189,243,131,59,129,53,180,89,160,100,67,185,240,66,4,48,205,115,127,26,88,222,95,211,125,147,9,222,53,50,52,5,236,92,121,225,7,231,129,183,118,160,98,103,206,41,116,82,141,170,215,102,145,113,216,126,189,19,11,241,144,204,193,255,163,78,123,38,167,60,204,134,150,138,160,14,57,61,55,77,138,237,254,201,136,74,118,169,27,32,212,0,81,198,68,17,205,32,97,149,86,102,107,103,216,158,108,160,151,89,46,200,117,181,97,231,220,224,98,192,154,217,203,140,50,96,138,63,225,123,181,80,33,237,168,148,72,146,50,208,160,70,252,166,157,14,188,140,228,37,115,14,85,160,172,150,194,35,108,206,222,246,77,148,119,39,187,37,14,249,50,33,252,160,162,242,182,77,88,97,208,25,129,240,64,131,25,157,85,189,101,121,176,49,54,69,9,103,38,30,211,249,183,129,23,209,160,189,254,23,52,6,11,216,25,233,79,162,217,173,14,166,14,30,113,114,183,249,21,18,130,138,13,247,166,235,118,154,23,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,0],[160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,0],[160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,0],[160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,0],[160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,0],[160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,0],[160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,0],[160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,0],[160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,0],[160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,0],[160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,0],[160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,0],[160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,0],[160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,0],[160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,0],[160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128],[249,2,17,160,80,148,255,185,38,251,16,216,144,46,115,25,219,9,156,208,216,2,63,88,215,254,38,196,107,216,121,200,104,112,41,166,160,232,64,114,15,200,106,11,109,160,11,185,172,141,121,247,148,195,206,231,233,199,129,249,71,91,217,235,116,232,212,187,23,160,22,24,113,187,195,199,19,22,220,222,38,68,10,149,249,10,83,196,145,149,30,216,79,55,240,137,14,190,167,183,11,248,160,26,80,98,123,95,183,78,86,169,116,95,134,0,242,193,10,159,55,133,145,50,232,89,49,77,88,236,254,190,119,46,179,160,219,11,189,199,146,209,207,184,241,225,225,82,254,168,36,177,54,129,136,43,174,3,69,132,76,68,238,217,185,64,76,188,160,255,255,49,52,51,148,215,160,44,11,164,35,64,77,116,244,205,109,34,105,83,191,185,98,61,152,31,107,47,93,226,182,160,141,207,26,39,186,93,5,76,248,240,96,160,123,14,221,226,176,218,191,61,55,177,128,23,185,89,251,26,120,1,137,73,160,35,20,61,139,93,25,155,182,10,41,79,55,103,14,165,89,100,101,112,251,202,56,255,204,172,35,165,18,191,59,191,42,160,143,224,89,30,184,196,153,96,132,8,72,89,237,23,38,198,197,52,213,48,160,163,90,143,21,246,48,48,243,27,57,233,160,161,117,24,172,49,150,116,109,36,187,48,213,144,170,125,36,153,110,226,55,47,140,26,254,184,244,194,140,147,47,42,231,160,80,215,25,106,21,12,101,148,138,219,184,184,188,40,58,115,84,38,142,85,198,23,126,169,205,238,223,41,50,89,224,22,160,117,137,133,54,28,123,80,12,122,22,182,143,154,153,195,240,131,11,204,239,47,187,92,198,160,194,159,23,63,110,69,23,160,192,126,139,172,39,190,85,65,175,44,222,171,235,106,94,226,10,102,215,144,5,84,241,252,249,77,74,39,235,161,155,27,160,196,6,129,141,159,153,225,109,54,205,224,250,103,31,169,248,190,191,252,11,209,179,82,134,242,212,102,162,34,226,61,112,160,194,89,55,164,148,35,149,201,62,178,116,127,182,51,153,157,6,43,147,76,67,31,130,227,50,40,178,162,17,107,171,35,160,117,214,70,75,202,75,148,198,51,170,204,17,106,206,189,79,195,252,21,147,184,128,92,162,208,14,202,231,35,190,240,162,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,0],[160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,0],[160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,0],[160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,0],[160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,0],[160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,0],[160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,0],[160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,0],[160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,0],[160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,0],[160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,0],[160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,0],[160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,0],[160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,0],[160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,0],[160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128],[249,2,17,160,50,134,227,121,222,107,41,253,160,126,236,53,159,171,4,233,12,192,130,29,187,146,42,103,75,238,149,5,228,164,51,219,160,109,223,240,132,44,244,231,89,34,238,116,54,182,126,145,33,158,218,129,84,25,117,193,93,57,54,129,207,71,158,10,239,160,137,71,32,30,231,144,195,14,161,165,205,202,106,148,96,107,179,11,204,136,166,237,106,5,140,223,195,49,2,38,252,37,160,10,16,12,178,172,155,142,38,79,250,185,38,8,229,41,242,146,125,222,231,178,85,169,113,65,235,192,3,221,253,133,121,160,118,155,214,194,160,124,204,154,165,83,205,21,77,129,218,30,159,182,4,232,144,206,128,190,236,186,178,127,98,184,35,118,160,242,87,113,63,110,51,159,220,10,125,93,196,79,30,80,58,128,111,185,193,117,25,116,202,155,203,154,233,77,106,251,95,160,179,216,217,227,32,241,45,244,75,203,37,4,51,184,112,104,40,154,140,239,221,64,49,88,53,119,11,221,100,30,115,147,160,123,86,224,58,55,134,195,209,93,93,167,112,126,144,159,207,30,2,157,97,66,237,247,243,246,61,16,108,150,69,42,216,160,198,153,173,222,150,149,89,189,206,216,72,55,211,25,7,209,20,124,201,116,255,43,245,33,132,248,22,100,146,228,180,33,160,18,207,94,155,112,54,113,255,83,129,204,156,94,155,128,87,24,190,90,35,118,51,118,49,201,101,169,161,53,195,204,212,160,38,148,237,87,162,36,238,225,7,186,236,165,131,196,134,87,58,128,154,30,76,224,193,106,231,54,167,127,2,63,242,235,160,65,15,250,185,115,180,192,8,106,46,90,186,76,63,247,99,101,120,4,178,131,76,104,150,74,77,30,88,24,180,2,165,160,27,195,248,41,48,169,202,25,179,195,80,92,28,41,117,203,45,106,247,70,163,164,155,57,204,247,48,8,150,255,69,103,160,77,29,23,199,242,162,32,107,153,219,31,93,210,56,39,34,133,30,238,106,236,197,206,47,158,52,226,240,22,66,24,152,160,128,210,64,36,232,87,25,151,157,53,5,163,236,235,238,238,244,222,96,49,29,31,13,153,104,5,231,22,7,200,223,157,160,254,142,169,167,195,251,188,33,233,78,222,45,23,253,255,129,174,132,231,175,11,153,146,70,137,247,100,109,26,106,12,199,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,0],[160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,0],[160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,0],[160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,0],[160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,0],[160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,0],[160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,0],[160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,0],[160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,0],[160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,0],[160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,0],[160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,0],[160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,0],[160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,0],[160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,0],[160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128],[249,2,17,160,51,241,12,122,223,81,152,154,37,130,73,169,73,174,190,217,162,228,6,125,211,205,215,202,77,228,212,82,225,163,237,192,160,108,57,248,46,203,51,108,5,211,233,36,199,112,197,41,226,231,139,145,164,37,226,96,51,179,184,38,179,18,214,14,227,160,216,159,123,174,245,114,217,222,163,30,130,28,130,112,42,41,60,19,247,247,77,30,167,48,212,24,142,109,140,167,139,82,160,22,24,108,63,110,11,171,135,168,27,40,62,80,124,232,38,247,70,47,131,50,237,27,177,116,224,97,0,220,105,0,207,160,27,32,153,65,20,139,14,102,94,202,123,191,220,51,10,53,15,90,91,208,231,17,74,83,74,152,198,129,106,142,107,134,160,16,34,203,96,5,245,23,207,43,83,207,130,98,43,103,126,11,36,249,214,34,87,112,151,109,81,5,82,255,10,70,82,160,132,190,217,18,224,217,151,188,25,206,221,116,137,199,19,252,252,99,167,60,24,250,47,2,99,252,223,58,210,71,103,12,160,135,48,207,246,58,141,50,138,56,71,148,180,41,114,250,70,187,44,46,24,129,201,137,5,131,252,164,150,132,206,7,211,160,7,209,151,13,253,160,217,6,204,0,47,210,144,219,252,152,90,3,87,48,29,26,178,0,169,194,214,154,68,243,197,216,160,168,128,138,221,38,113,12,138,148,57,231,108,100,18,221,11,59,37,117,212,20,18,79,176,177,24,166,101,83,116,36,59,160,144,107,197,69,239,225,195,211,211,21,4,18,41,56,121,142,55,91,224,216,214,151,57,52,247,120,231,250,1,211,193,23,160,252,108,69,245,6,88,254,119,86,9,126,110,214,65,71,203,229,188,14,60,46,204,216,105,26,210,18,15,27,254,12,175,160,56,164,46,14,139,85,27,222,5,117,226,241,232,26,221,205,195,150,196,115,106,141,181,231,173,150,150,86,230,174,230,118,160,96,9,107,203,131,222,63,178,190,68,100,198,163,179,53,14,232,10,145,138,227,125,133,153,241,162,90,61,106,174,48,209,160,162,80,140,238,232,172,104,178,189,11,3,53,206,103,224,50,105,110,53,97,36,158,83,102,72,24,88,21,28,158,125,203,160,230,193,57,145,215,135,56,63,27,141,34,161,66,40,124,150,99,218,110,125,26,203,193,93,106,20,228,191,226,53,27,240,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,0],[160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,0],[160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,0],[160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,0],[160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,0],[160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,0],[160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,0],[160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,0],[160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,0],[160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,0],[160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,0],[160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,0],[160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,0],[160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,0],[160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,0],[160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128],[249,2,17,160,33,39,1,20,248,247,235,8,83,14,6,51,208,30,213,108,102,237,221,215,232,228,70,187,27,78,176,0,8,163,95,170,160,170,99,98,103,42,49,51,254,9,177,205,247,241,15,60,230,117,203,102,101,101,117,218,172,171,136,197,129,129,130,31,135,160,117,64,244,64,112,120,157,17,156,151,58,2,245,143,63,101,157,15,87,248,32,196,84,75,122,84,59,46,48,185,191,98,160,152,57,96,242,252,200,111,209,46,155,238,44,25,164,134,150,12,61,86,57,75,184,111,192,204,68,72,77,18,170,16,245,160,122,244,234,173,129,12,158,231,23,76,102,97,134,68,156,85,77,238,116,20,225,160,149,10,98,208,198,250,39,121,27,120,160,196,241,34,116,90,96,56,131,49,177,20,26,140,119,178,238,103,214,185,234,93,9,46,201,69,146,50,75,219,126,18,104,160,47,54,175,158,157,10,125,127,125,79,46,159,240,21,120,207,129,232,177,59,69,144,48,48,133,172,168,167,82,56,85,246,160,234,182,79,195,232,90,25,45,147,29,63,169,129,218,194,0,227,65,134,220,75,104,160,206,99,71,160,250,166,59,33,254,160,30,163,206,180,138,61,188,189,238,35,29,37,221,22,221,228,190,56,109,233,40,189,149,208,125,22,132,212,243,222,162,48,160,168,86,17,145,160,253,175,87,189,242,36,138,180,171,181,57,203,52,179,52,152,169,215,250,29,11,216,22,173,124,244,48,160,160,23,89,94,237,247,112,172,230,48,73,35,139,102,199,84,73,192,236,59,221,22,192,197,215,139,186,217,1,41,82,148,160,152,114,105,120,10,10,91,38,126,46,99,128,203,158,68,32,150,137,142,142,220,103,7,68,247,231,125,68,50,69,173,31,160,232,192,193,129,55,246,219,2,21,95,185,215,91,77,57,159,231,197,191,216,110,12,90,42,102,228,47,143,187,182,239,195,160,221,159,32,235,93,231,122,178,230,101,161,192,173,79,175,184,59,126,75,86,134,254,172,15,3,234,37,200,238,16,226,190,160,38,143,194,58,172,99,153,99,15,216,34,169,236,44,42,7,158,105,155,130,175,192,127,236,79,21,193,223,173,150,50,180,160,2,127,2,197,234,36,175,155,248,175,204,19,60,74,97,151,82,20,50,241,248,141,215,153,181,193,58,87,151,184,73,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,0],[160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,0],[160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,0],[160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128],[249,1,49,160,119,73,17,92,128,20,103,104,232,32,124,19,16,87,60,164,208,90,161,44,211,37,10,22,234,211,119,99,38,103,198,198,128,128,160,197,2,59,23,137,170,248,2,213,118,95,76,155,251,48,153,90,243,215,96,187,113,77,106,134,162,144,12,225,177,150,82,128,160,163,49,39,187,25,224,238,70,65,179,76,107,218,25,133,29,45,119,79,102,88,247,235,233,62,172,199,17,252,137,160,132,160,228,247,244,44,169,159,121,241,37,203,87,229,189,5,235,105,253,45,60,197,77,122,58,147,64,9,131,17,17,142,20,155,128,128,160,205,29,5,65,38,9,46,153,141,104,202,181,91,192,0,13,172,218,7,199,83,1,165,46,186,0,114,232,249,237,55,86,160,95,199,183,163,77,23,5,95,41,107,232,12,194,66,48,248,191,156,189,227,198,181,71,183,94,67,71,52,31,231,186,220,128,160,72,154,12,74,44,172,232,136,12,112,213,212,84,199,60,155,180,189,250,131,119,235,245,179,231,69,41,210,95,2,102,69,160,185,48,236,239,154,158,161,183,121,156,86,53,176,75,170,145,108,209,199,136,127,25,169,15,172,38,79,212,229,151,21,78,128,160,168,42,10,43,57,84,192,82,188,77,84,115,130,173,36,32,174,129,104,109,48,102,57,116,53,12,2,1,10,219,36,135,128]]},{"start":null,"extension_branch":null,"account":{"address":[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170],"key":[55,142,59,217,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,0,0,0,0]],"keccak_data":[[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,57,47,8,36,135,220,3,79,164,170,203,106,91,189,74,36,174,197,127,223,251,73,189,128,179,24,228,185,158,184,70,248,68,128,128,160,108,175,176,92,138,97,66,88,92,163,20,133,186,14,202,83,61,132,245,179,24,124,92,74,69,199,166,219,149,87,245,197,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[117,172,239,18,160,24,131,194,179,252,87,149,120,38,223,78,36,232,186,170]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":6,"drifted_index":6,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,147,31,200,131,19,49,103,136,46,1,167,47,128,146,235,40,179,181,1,99,210,43,90,113,42,63,194,216,20,174,42,218,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34],"key":[97,3,91,38,227,233,238,224,14,13,114,253,30,232,221,202,104,148,85,13,202,105,22,234,42,198,186,169,13,17,229,16],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[0],[0]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[226,160,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonceModCLong.json b/zkevm-circuits/src/mpt_circuit/tests/NonceModCLong.json index 1281c09c2b..9985133c96 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonceModCLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonceModCLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,198,183,47,38,225,29,26,234,81,5,12,88,122,8,118,67,222,115,89,103,32,10,194,75,102,113,66,196,200,108,72,242,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,187,161,221,246,100,243,250,23,217,174,19,90,246,222,223,176,60,37,22,58,4,18,3,67,136,128,17,238,163,121,216,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,68,187,161,221,246,100,243,250,23,217,174,19,90,246,222,223,176,60,37,22,58,4,18,3,67,136,128,17,238,163,121,216,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,40,92,85,223,92,54,113,192,148,61,89,254,168,159,49,223,249,57,132,160,140,67,174,71,1,50,141,223,124,144,153,68,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,40,92,85,223,92,54,113,192,148,61,89,254,168,159,49,223,249,57,132,160,140,67,174,71,1,50,141,223,124,144,153,68,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,198,183,130,177,60,116,145,217,51,212,87,19,20,26,241,42,120,239,244,45,114,202,246,55,108,126,152,44,254,104,39,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,222,198,183,130,177,60,116,145,217,51,212,87,19,20,26,241,42,120,239,244,45,114,202,246,55,108,126,152,44,254,104,39,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,178,150,22,224,254,226,0,191,77,18,171,2,214,146,150,17,26,44,136,193,250,36,119,87,30,58,135,201,116,2,158,179,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,178,150,22,224,254,226,0,191,77,18,171,2,214,146,150,17,26,44,136,193,250,36,119,87,30,58,135,201,116,2,158,179,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,170,14,147,227,157,205,97,67,181,122,86,116,187,214,58,44,27,147,98,96,178,224,161,132,117,104,155,12,79,222,113,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,79,170,14,147,227,157,205,97,67,181,122,86,116,187,214,58,44,27,147,98,96,178,224,161,132,117,104,155,12,79,222,113,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,249,141,253,93,67,46,122,45,2,79,8,9,168,189,76,209,6,20,39,202,82,118,88,101,31,81,236,89,46,146,90,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,38,249,141,253,93,67,46,122,45,2,79,8,9,168,189,76,209,6,20,39,202,82,118,88,101,31,81,236,89,46,146,90,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,183,4,240,66,221,5,17,94,59,81,73,138,61,212,221,110,189,8,130,204,171,247,131,224,193,219,27,71,180,219,79,38,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,183,4,240,66,221,5,17,94,59,81,73,138,61,212,221,110,189,8,130,204,171,247,131,224,193,219,27,71,180,219,79,38,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,110]],"value_rlp_bytes":[[184,77],[184,78]],"value_list_rlp_bytes":[[248,75],[248,76]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,110]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,110,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,78,248,76,129,142,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,198,183,47,38,225,29,26,234,81,5,12,88,122,8,118,67,222,115,89,103,32,10,194,75,102,113,66,196,200,108,72,242,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,68,187,161,221,246,100,243,250,23,217,174,19,90,246,222,223,176,60,37,22,58,4,18,3,67,136,128,17,238,163,121,216,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,68,187,161,221,246,100,243,250,23,217,174,19,90,246,222,223,176,60,37,22,58,4,18,3,67,136,128,17,238,163,121,216,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,40,92,85,223,92,54,113,192,148,61,89,254,168,159,49,223,249,57,132,160,140,67,174,71,1,50,141,223,124,144,153,68,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,40,92,85,223,92,54,113,192,148,61,89,254,168,159,49,223,249,57,132,160,140,67,174,71,1,50,141,223,124,144,153,68,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,198,183,130,177,60,116,145,217,51,212,87,19,20,26,241,42,120,239,244,45,114,202,246,55,108,126,152,44,254,104,39,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,222,198,183,130,177,60,116,145,217,51,212,87,19,20,26,241,42,120,239,244,45,114,202,246,55,108,126,152,44,254,104,39,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,178,150,22,224,254,226,0,191,77,18,171,2,214,146,150,17,26,44,136,193,250,36,119,87,30,58,135,201,116,2,158,179,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,178,150,22,224,254,226,0,191,77,18,171,2,214,146,150,17,26,44,136,193,250,36,119,87,30,58,135,201,116,2,158,179,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,79,170,14,147,227,157,205,97,67,181,122,86,116,187,214,58,44,27,147,98,96,178,224,161,132,117,104,155,12,79,222,113,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,79,170,14,147,227,157,205,97,67,181,122,86,116,187,214,58,44,27,147,98,96,178,224,161,132,117,104,155,12,79,222,113,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,249,141,253,93,67,46,122,45,2,79,8,9,168,189,76,209,6,20,39,202,82,118,88,101,31,81,236,89,46,146,90,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,38,249,141,253,93,67,46,122,45,2,79,8,9,168,189,76,209,6,20,39,202,82,118,88,101,31,81,236,89,46,146,90,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,183,4,240,66,221,5,17,94,59,81,73,138,61,212,221,110,189,8,130,204,171,247,131,224,193,219,27,71,180,219,79,38,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,183,4,240,66,221,5,17,94,59,81,73,138,61,212,221,110,189,8,130,204,171,247,131,224,193,219,27,71,180,219,79,38,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11],"key":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,110]],"value_rlp_bytes":[[184,77],[184,78]],"value_list_rlp_bytes":[[248,75],[248,76]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,110]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[129,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,110,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,78,248,76,129,142,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/NonceModCShort.json b/zkevm-circuits/src/mpt_circuit/tests/NonceModCShort.json index 24d650d9d9..86a6990eab 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/NonceModCShort.json +++ b/zkevm-circuits/src/mpt_circuit/tests/NonceModCShort.json @@ -1 +1 @@ -[{"start":{"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,229,83,190,83,46,152,134,3,114,241,118,53,186,9,128,75,25,57,254,117,210,221,50,212,109,133,25,8,3,60,108,252,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,190,82,208,6,217,82,133,108,231,81,37,70,188,194,156,85,75,108,157,139,10,7,33,187,183,36,39,135,34,206,242,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,2,190,82,208,6,217,82,133,108,231,81,37,70,188,194,156,85,75,108,157,139,10,7,33,187,183,36,39,135,34,206,242,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,39,182,93,145,205,248,84,147,44,245,4,23,183,229,74,176,45,48,168,134,0,185,71,225,8,255,13,208,251,148,255,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,90,39,182,93,145,205,248,84,147,44,245,4,23,183,229,74,176,45,48,168,134,0,185,71,225,8,255,13,208,251,148,255,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,182,143,5,211,24,211,185,171,137,154,110,138,103,175,65,122,26,29,104,29,39,156,45,250,245,198,189,15,137,60,129,25,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,182,143,5,211,24,211,185,171,137,154,110,138,103,175,65,122,26,29,104,29,39,156,45,250,245,198,189,15,137,60,129,25,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,121,210,132,76,223,23,98,114,243,126,214,80,32,198,246,179,51,103,31,204,163,133,161,34,50,24,227,154,59,54,17,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,93,121,210,132,76,223,23,98,114,243,126,214,80,32,198,246,179,51,103,31,204,163,133,161,34,50,24,227,154,59,54,17,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,186,1,181,85,104,108,251,26,77,80,123,220,39,96,193,86,89,152,0,73,89,67,184,174,182,108,231,102,239,13,186,28,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,186,1,181,85,104,108,251,26,77,80,123,220,39,96,193,86,89,152,0,73,89,67,184,174,182,108,231,102,239,13,186,28,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,206,1,233,187,128,227,213,100,253,247,225,189,60,228,133,185,225,227,207,63,53,77,107,243,31,96,3,244,240,174,252,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,69,206,1,233,187,128,227,213,100,253,247,225,189,60,228,133,185,225,227,207,63,53,77,107,243,31,96,3,244,240,174,252,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,173,241,121,252,219,232,112,193,203,190,214,68,33,3,167,252,156,180,134,240,13,109,92,59,76,74,94,32,194,188,177,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,173,241,121,252,219,232,112,193,203,190,214,68,33,3,167,252,156,180,134,240,13,109,92,59,76,74,94,32,194,188,177,2,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,109]],"value_rlp_bytes":[[184,77],[184,77]],"value_list_rlp_bytes":[[248,75],[248,75]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,109]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,33,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"NonceChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,34,65,36,198,35,126,190,229,144,5,107,155,205,36,98,181,113,214,141,98,195,52,141,193,242,4,73,192,83,104,100,155,0],[160,229,83,190,83,46,152,134,3,114,241,118,53,186,9,128,75,25,57,254,117,210,221,50,212,109,133,25,8,3,60,108,252,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,190,82,208,6,217,82,133,108,231,81,37,70,188,194,156,85,75,108,157,139,10,7,33,187,183,36,39,135,34,206,242,0],[160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,0],[160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,0],[160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,0],[160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,0],[160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,0],[160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,0],[160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,0],[160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,0],[160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,0],[160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,0],[160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,0],[160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,0],[160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,0],[160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,0],[160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,0],[160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,102,186,8,67,98,6,255,253,62,105,39,103,84,162,49,65,188,180,38,231,30,27,102,244,243,173,98,242,124,202,42,116,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128],[249,2,17,160,207,25,136,176,219,19,125,248,221,226,37,49,126,193,111,64,241,36,42,95,246,32,248,209,249,221,118,115,191,198,60,251,160,82,137,39,131,73,246,17,181,228,41,231,138,20,214,96,57,89,233,241,115,173,101,182,209,11,226,190,180,241,175,169,48,160,96,13,97,228,114,130,227,139,95,235,181,156,221,158,24,50,37,122,38,159,136,47,158,219,154,150,169,255,217,229,255,46,160,219,139,73,171,247,198,84,124,16,5,239,28,69,184,190,3,10,137,135,153,59,96,150,2,6,55,143,216,10,40,57,14,160,230,172,97,53,138,81,182,253,34,92,102,213,85,230,62,204,38,19,157,159,106,244,141,231,119,139,30,82,17,248,166,188,160,165,195,18,63,220,15,211,53,125,206,92,137,136,20,42,255,173,88,99,87,117,223,170,169,219,3,246,177,111,130,214,240,160,235,197,24,239,109,16,89,37,244,65,114,121,182,69,143,224,194,139,246,253,79,0,205,84,137,161,40,60,103,249,123,227,160,185,247,60,119,144,31,158,231,72,186,57,228,125,4,215,127,211,178,160,137,36,48,31,211,106,150,113,76,58,138,78,84,160,2,190,82,208,6,217,82,133,108,231,81,37,70,188,194,156,85,75,108,157,139,10,7,33,187,183,36,39,135,34,206,242,160,222,152,116,39,82,245,17,9,75,20,236,207,29,254,224,131,101,95,156,83,203,73,42,77,232,93,162,148,191,25,189,83,160,252,82,105,110,184,232,101,73,206,42,128,36,141,47,9,242,208,212,80,107,99,31,203,220,189,127,118,88,235,51,100,16,160,140,144,226,152,9,143,184,98,75,119,140,138,189,41,16,86,90,220,7,160,255,163,234,160,65,226,99,185,209,175,87,153,160,147,222,156,155,5,248,196,245,42,104,123,89,226,59,146,179,152,243,188,16,203,141,242,245,35,37,186,247,242,233,116,194,160,77,181,94,55,60,65,150,213,94,128,208,85,225,56,182,170,255,62,173,249,192,27,109,46,165,176,52,102,165,181,158,123,160,41,92,138,175,248,169,35,32,3,60,85,173,153,77,167,97,48,46,186,178,179,251,81,119,52,133,83,208,66,99,253,98,160,210,90,148,32,152,241,40,152,156,177,245,3,137,19,75,169,109,138,85,24,212,56,152,150,112,147,170,123,101,171,194,235,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,90,39,182,93,145,205,248,84,147,44,245,4,23,183,229,74,176,45,48,168,134,0,185,71,225,8,255,13,208,251,148,255,0],[160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,0],[160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,0],[160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,0],[160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,0],[160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,0],[160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,0],[160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,0],[160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,0],[160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,0],[160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,0],[160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,0],[160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,0],[160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,0],[160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,0],[160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,0],[160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,163,146,165,215,149,117,178,63,158,245,105,172,162,59,192,102,249,164,174,73,95,251,0,54,115,164,23,72,139,184,132,203,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128],[249,2,17,160,185,207,200,213,56,7,110,102,114,221,36,17,44,235,96,72,24,56,89,108,86,25,30,79,142,33,131,71,233,234,181,53,160,73,225,11,221,155,171,136,49,120,235,145,99,196,74,157,29,116,206,12,141,230,240,195,122,151,74,166,229,232,22,126,246,160,80,121,156,28,53,99,88,164,230,39,136,203,232,55,255,231,249,102,78,170,251,114,92,88,217,145,226,183,95,56,223,187,160,90,39,182,93,145,205,248,84,147,44,245,4,23,183,229,74,176,45,48,168,134,0,185,71,225,8,255,13,208,251,148,255,160,199,144,43,186,140,137,173,182,131,253,32,36,241,162,191,119,76,210,253,224,175,251,96,61,250,99,36,153,3,5,186,2,160,74,38,67,220,86,118,240,239,235,168,19,91,46,48,156,217,193,137,41,113,15,205,87,144,180,124,206,92,234,10,98,139,160,17,254,87,83,176,176,229,225,60,18,165,3,202,24,112,143,102,201,90,198,108,91,168,43,214,75,128,7,109,128,23,98,160,133,102,218,45,158,147,123,122,97,217,249,112,28,105,126,167,154,36,107,161,196,74,178,135,23,51,1,95,194,34,36,137,160,126,200,198,169,56,20,34,219,73,169,9,233,102,150,54,162,188,91,24,142,171,180,116,104,168,242,207,200,61,76,17,172,160,241,136,63,109,78,45,245,249,67,57,193,79,67,81,114,65,186,157,88,113,89,151,103,240,95,205,27,74,251,209,101,60,160,72,66,199,55,66,98,231,100,248,214,163,161,178,9,3,151,146,129,204,192,117,185,14,162,124,244,44,143,119,191,209,57,160,46,6,23,44,36,193,135,80,112,149,30,93,80,145,214,55,177,8,75,205,60,16,87,202,13,148,165,6,4,87,206,205,160,222,107,212,28,198,70,135,254,132,167,233,46,165,59,213,112,176,97,182,63,239,60,2,100,225,78,86,219,121,17,195,165,160,10,30,132,95,237,95,140,66,13,73,236,134,195,75,145,209,201,163,103,81,212,222,226,178,98,247,7,178,73,245,5,193,160,157,204,128,152,104,49,2,63,107,10,187,28,158,78,250,173,237,229,135,244,83,245,231,116,59,113,36,104,183,66,41,8,160,58,151,253,129,134,23,226,231,132,68,204,108,105,65,77,221,173,126,117,91,201,65,191,85,91,47,246,235,84,84,70,64,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,182,143,5,211,24,211,185,171,137,154,110,138,103,175,65,122,26,29,104,29,39,156,45,250,245,198,189,15,137,60,129,25,0],[160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,0],[160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,0],[160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,0],[160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,0],[160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,0],[160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,0],[160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,0],[160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,0],[160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,0],[160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,0],[160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,0],[160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,0],[160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,0],[160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,0],[160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,0],[160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,193,198,74,20,172,24,242,204,247,133,105,88,206,172,223,183,62,184,143,158,6,143,103,24,224,178,189,126,10,74,113,190,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128],[249,2,17,160,231,95,10,238,177,7,32,101,219,128,213,171,45,55,12,233,220,76,10,224,110,85,30,112,72,0,28,46,26,178,165,127,160,68,154,48,77,211,155,158,122,103,65,28,151,165,177,139,126,155,242,209,98,172,22,197,196,198,164,160,1,191,248,201,14,160,226,197,189,105,117,223,207,34,106,169,20,185,220,121,234,106,141,248,253,225,66,0,82,201,120,184,102,45,245,44,112,98,160,182,143,5,211,24,211,185,171,137,154,110,138,103,175,65,122,26,29,104,29,39,156,45,250,245,198,189,15,137,60,129,25,160,43,204,227,62,184,13,182,217,216,210,48,27,217,75,64,252,242,140,3,182,202,118,144,176,148,26,196,214,100,122,226,213,160,182,138,23,200,65,150,48,56,62,198,76,160,173,67,61,225,22,190,139,168,55,26,90,185,230,228,40,91,80,196,239,196,160,24,17,32,125,206,81,93,62,53,124,234,251,38,171,115,163,153,207,6,136,152,179,28,6,29,25,100,153,224,243,112,41,160,148,208,38,239,167,118,27,229,171,172,83,173,11,119,101,8,199,167,146,213,184,195,245,195,143,154,141,98,23,156,71,88,160,0,111,208,29,187,84,114,172,204,96,22,253,97,161,125,144,215,97,197,58,152,97,231,141,59,95,211,214,3,43,242,134,160,73,5,38,184,154,125,53,252,236,115,226,160,8,168,26,90,196,99,74,104,6,166,65,105,63,117,232,48,156,232,46,118,160,73,99,227,191,237,215,26,167,84,198,202,187,25,227,145,193,205,222,64,59,165,140,59,62,35,148,177,238,21,32,11,15,160,182,143,57,152,26,221,220,117,161,83,198,55,123,86,61,249,223,186,182,187,217,120,183,22,189,45,172,118,52,230,240,112,160,29,91,34,243,70,153,248,21,0,182,206,197,142,239,125,148,136,12,7,134,242,200,194,32,51,118,7,64,50,191,74,93,160,155,201,134,3,164,120,172,75,74,243,23,75,138,17,227,228,164,186,195,71,91,141,88,190,216,173,246,40,142,41,31,43,160,45,240,236,48,240,10,170,254,49,102,210,93,150,99,189,36,99,179,2,19,159,122,78,177,123,218,46,32,5,59,135,130,160,33,228,67,177,101,177,233,17,253,0,69,14,223,236,194,30,3,1,227,229,162,15,240,155,49,8,162,92,86,210,197,143,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":2,"drifted_index":2,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,93,121,210,132,76,223,23,98,114,243,126,214,80,32,198,246,179,51,103,31,204,163,133,161,34,50,24,227,154,59,54,17,0],[160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,0],[160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,0],[160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,0],[160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,0],[160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,0],[160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,0],[160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,0],[160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,0],[160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,0],[160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,0],[160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,0],[160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,0],[160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,0],[160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,0],[160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,0],[160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,136,63,198,240,187,66,179,160,160,234,247,50,225,28,133,166,186,193,44,232,206,69,231,205,70,97,57,71,100,210,28,206,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128],[249,2,17,160,182,157,141,96,64,124,32,139,164,168,123,177,23,245,189,220,225,84,136,136,88,10,6,219,58,97,25,182,69,71,237,143,160,206,250,250,126,150,206,40,106,250,64,172,109,90,20,29,206,199,98,71,103,243,57,48,153,235,158,226,15,248,33,24,173,160,93,121,210,132,76,223,23,98,114,243,126,214,80,32,198,246,179,51,103,31,204,163,133,161,34,50,24,227,154,59,54,17,160,83,100,153,220,8,108,102,77,228,175,197,32,215,192,58,6,109,5,74,102,136,20,58,206,184,63,3,33,8,16,153,30,160,175,232,48,82,151,173,48,31,217,187,131,102,232,238,240,77,20,136,215,3,165,190,235,207,83,24,118,111,5,33,118,184,160,110,54,181,109,232,73,221,100,78,199,234,224,211,152,43,47,140,143,161,231,189,203,125,26,62,143,67,142,233,89,170,151,160,246,236,40,139,47,246,79,126,248,202,223,217,217,99,115,141,110,146,2,242,28,96,147,41,125,191,216,113,201,41,89,235,160,91,59,237,40,226,216,243,244,208,125,68,191,111,236,9,112,23,15,133,69,16,47,245,247,83,174,149,186,162,56,186,253,160,220,44,238,195,63,188,246,232,190,154,148,17,70,121,20,98,79,195,188,168,110,0,5,208,4,130,188,87,169,192,70,98,160,92,101,86,144,21,242,104,190,28,237,87,193,148,105,92,120,133,227,203,0,122,152,144,116,26,192,140,242,105,209,149,100,160,9,90,216,179,219,207,78,116,148,217,99,115,243,103,47,189,57,153,134,100,125,171,152,207,119,127,3,229,255,164,27,92,160,31,78,79,236,47,83,65,173,98,239,70,162,185,140,118,72,2,219,95,127,244,126,251,190,151,219,22,40,18,96,202,62,160,159,240,142,98,4,180,205,200,240,26,148,146,37,243,63,216,214,244,168,209,3,157,90,160,14,74,97,151,36,250,19,11,160,157,182,12,187,163,248,170,80,34,55,159,70,9,174,92,138,75,211,86,41,85,220,251,35,21,219,63,243,66,254,202,139,160,219,165,14,121,240,76,195,159,115,215,66,217,73,217,69,74,103,150,182,161,200,213,160,60,101,94,176,97,200,45,237,58,160,199,43,123,101,125,33,151,100,53,219,109,222,209,241,245,149,13,132,146,115,151,223,49,52,200,134,90,176,44,55,175,7,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,186,1,181,85,104,108,251,26,77,80,123,220,39,96,193,86,89,152,0,73,89,67,184,174,182,108,231,102,239,13,186,28,0],[160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,0],[160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,0],[160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,0],[160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,0],[160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,0],[160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,0],[160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,0],[160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,0],[160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,0],[160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,0],[160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,0],[160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,0],[160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,0],[160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,0],[160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,0],[160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,140,132,128,4,217,75,11,41,33,8,232,186,150,199,39,25,126,160,7,206,8,181,41,155,76,120,59,226,180,191,136,111,128],[249,2,17,160,94,252,119,184,230,20,198,249,59,8,100,146,111,65,47,251,132,45,206,155,80,65,126,116,167,153,242,240,123,240,219,99,160,136,152,181,189,76,53,26,15,182,1,207,203,181,22,6,6,200,2,117,30,10,12,115,143,252,15,145,127,204,60,243,89,160,220,30,215,238,90,91,227,27,252,122,162,159,24,234,129,3,159,224,19,187,27,83,48,15,194,51,93,128,98,157,138,157,160,189,224,0,206,122,88,196,193,22,254,84,35,16,85,192,156,141,53,73,131,58,39,69,158,160,8,145,61,189,235,223,172,160,114,153,151,230,187,111,213,97,69,112,10,63,102,200,249,107,110,250,160,87,251,68,253,164,14,129,92,155,189,90,78,88,160,58,185,6,193,165,112,29,102,93,153,129,133,146,171,173,163,8,103,60,245,12,132,237,215,148,21,110,112,118,248,86,38,160,111,220,186,200,71,25,68,52,188,156,193,114,61,192,144,212,204,60,135,63,82,83,10,142,115,170,123,28,163,217,36,227,160,56,6,103,29,198,117,228,108,168,136,138,60,223,164,68,163,23,61,161,137,95,136,76,96,115,222,102,2,235,221,131,46,160,114,17,201,128,234,225,166,71,56,220,19,66,16,131,173,40,153,210,136,106,131,141,13,99,71,22,175,191,215,15,101,78,160,185,94,15,81,91,143,215,241,124,65,158,52,51,57,215,14,218,130,60,86,253,44,29,240,181,205,139,65,112,13,204,77,160,102,26,69,87,205,75,63,40,155,121,13,81,117,150,138,155,228,114,16,26,25,140,7,141,100,248,101,132,115,4,176,105,160,24,199,37,127,95,171,48,236,127,237,165,168,41,131,156,81,237,94,229,55,146,128,118,40,87,182,139,163,199,212,247,104,160,88,158,172,54,18,109,167,144,70,74,13,42,228,254,248,175,66,26,133,108,92,146,251,242,220,149,1,111,47,94,63,199,160,238,152,117,3,226,86,88,17,227,43,23,69,229,181,232,20,61,111,103,237,187,174,85,213,127,183,53,89,129,116,181,82,160,114,27,51,178,26,231,177,85,151,61,247,26,27,148,202,167,234,150,130,31,112,34,35,32,39,117,137,3,38,130,233,116,160,186,1,181,85,104,108,251,26,77,80,123,220,39,96,193,86,89,152,0,73,89,67,184,174,182,108,231,102,239,13,186,28,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,206,1,233,187,128,227,213,100,253,247,225,189,60,228,133,185,225,227,207,63,53,77,107,243,31,96,3,244,240,174,252,0],[160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,0],[160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,0],[160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,0],[160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,0],[160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,0],[160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,0],[160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,0],[160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,0],[160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,0],[160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,0],[160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,0],[160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,0],[160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,0],[160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,0],[160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,0],[160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,115,205,37,159,79,247,182,93,148,163,41,97,209,195,10,86,168,109,224,153,110,249,227,211,101,70,158,44,49,24,252,132,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128],[249,2,17,160,135,34,48,42,14,239,143,189,170,69,134,123,218,36,72,2,163,192,143,204,12,109,175,58,141,118,94,36,206,191,118,32,160,220,109,24,106,232,29,109,176,46,233,215,10,243,92,45,248,25,115,230,121,148,2,36,148,57,81,160,129,219,132,31,115,160,106,59,42,152,93,61,176,69,106,48,79,39,47,12,7,140,163,95,23,216,137,66,239,155,185,168,89,196,116,195,127,103,160,69,206,1,233,187,128,227,213,100,253,247,225,189,60,228,133,185,225,227,207,63,53,77,107,243,31,96,3,244,240,174,252,160,220,148,213,4,41,28,43,101,120,138,61,233,81,137,234,115,228,127,178,20,124,231,241,244,229,119,116,247,123,242,120,26,160,154,118,186,142,199,193,20,16,163,132,141,63,7,178,219,12,148,172,137,136,236,174,187,174,159,205,156,149,131,54,1,168,160,214,253,5,60,164,8,246,254,113,111,196,26,242,176,242,139,188,226,145,21,205,48,78,102,182,33,77,57,202,84,48,0,160,139,204,186,196,107,226,228,156,235,35,141,205,116,232,148,130,127,218,131,190,210,69,245,210,248,108,18,23,84,107,240,100,160,218,108,35,164,234,199,139,87,95,227,117,52,209,236,84,73,11,20,160,142,193,96,135,109,246,191,233,164,121,163,102,222,160,83,49,6,15,200,239,117,94,151,2,193,125,234,124,185,47,102,60,209,122,158,206,117,224,225,12,240,4,226,144,7,96,160,223,125,252,178,10,71,117,227,106,4,72,134,3,198,40,42,202,83,144,150,218,69,209,146,150,21,92,64,12,28,148,148,160,218,47,230,215,64,200,192,227,20,116,145,120,75,245,133,123,166,240,80,80,89,158,211,208,26,119,201,245,23,210,190,49,160,143,250,205,245,173,47,73,123,110,113,113,235,19,17,71,220,138,246,108,253,89,89,132,195,28,111,161,26,177,198,209,123,160,147,222,183,53,197,59,92,88,124,124,72,194,252,43,86,200,183,156,45,134,208,56,244,68,132,49,132,11,3,114,203,240,160,142,37,97,120,142,29,148,214,255,167,235,163,36,83,145,158,144,213,127,247,2,111,187,10,161,113,14,12,154,236,177,150,160,219,159,168,42,142,113,65,118,52,111,17,22,108,65,85,127,75,84,187,233,116,143,64,189,231,69,236,121,249,87,243,227,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,173,241,121,252,219,232,112,193,203,190,214,68,33,3,167,252,156,180,134,240,13,109,92,59,76,74,94,32,194,188,177,2,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,0],[160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,0],[160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,0],[160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,0],[160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,0],[160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,4,47,26,239,50,241,69,138,14,179,226,234,13,64,122,236,209,53,87,153,54,206,120,176,192,254,19,85,51,100,217,101,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128],[248,241,128,128,128,128,160,141,164,222,208,114,53,138,42,68,185,35,22,209,135,11,97,236,54,41,171,248,148,120,199,164,25,5,47,208,236,247,210,160,208,177,229,217,205,98,195,68,182,154,209,69,75,36,206,247,42,217,69,77,176,29,182,159,27,47,146,195,212,187,71,199,128,160,102,101,11,70,156,88,24,31,7,55,179,211,135,114,238,179,201,6,208,181,163,120,106,23,174,138,148,70,209,38,35,198,160,38,86,198,208,216,23,120,168,85,81,136,16,250,33,229,226,49,165,159,207,113,95,140,88,217,8,230,152,28,12,27,121,160,173,241,121,252,219,232,112,193,203,190,214,68,33,3,167,252,156,180,134,240,13,109,92,59,76,74,94,32,194,188,177,2,160,240,24,25,158,169,202,34,38,106,221,208,86,5,147,221,187,73,137,97,91,147,230,239,222,197,208,19,216,5,223,83,220,160,154,40,44,216,26,128,75,165,2,28,255,39,10,252,225,252,114,120,145,118,215,194,126,79,235,164,46,153,237,126,129,100,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11],"key":[131,50,243,150,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196],"list_rlp_bytes":[[248,109],[248,109]],"value_rlp_bytes":[[184,77],[184,77]],"value_list_rlp_bytes":[[248,75],[248,75]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,109]},"storage":null,"values":[[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0],[7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[135,28,5,107,201,118,120,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,0,0,0,0]],"keccak_data":[[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,7,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,109,157,54,78,45,163,246,31,221,209,37,66,130,163,38,94,65,21,49,33,144,26,224,129,86,215,87,175,200,105,196,184,77,248,75,33,135,28,5,107,201,118,120,59,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[104,213,166,231,139,216,115,75,125,25,12,189,152,84,155,114,191,160,128,11]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/OnlyLeafInStorageProof.json b/zkevm-circuits/src/mpt_circuit/tests/OnlyLeafInStorageProof.json index e1d2a2fe45..eff771d309 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/OnlyLeafInStorageProof.json +++ b/zkevm-circuits/src/mpt_circuit/tests/OnlyLeafInStorageProof.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,234,105,242,143,179,56,214,244,252,55,130,188,152,155,122,20,62,46,72,95,26,169,185,115,121,129,24,250,165,238,51,227,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,234,105,242,143,179,56,214,244,252,55,130,188,152,155,122,20,62,46,72,95,26,169,185,115,121,129,24,250,165,238,51,227,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,81,67,86,69,9,158,200,231,209,73,75,147,155,90,137,6,77,86,176,248,183,58,21,150,19,51,6,198,224,217,7,18,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,238,238,154,153,110,253,96,67,79,198,126,249,230,139,148,61,190,232,37,25,239,85,153,60,129,98,44,106,102,77,74,110,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,2,148,247,94,212,49,148,216,253,44,123,69,24,90,87,48,183,5,166,52,220,140,91,101,57,49,37,164,87,141,244,37,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,145,109,78,6,168,26,226,197,198,241,53,90,243,110,190,230,110,134,216,118,115,164,4,209,71,208,171,202,2,147,199,47,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,197,247,226,25,133,151,98,252,49,148,43,12,220,22,136,160,13,198,21,160,253,37,244,37,188,119,209,114,12,81,156,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,78,163,50,188,5,44,198,136,213,247,165,102,104,121,194,215,48,246,91,222,237,139,152,176,125,231,191,3,174,102,58,140,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,121,68,104,125,68,59,82,93,228,97,167,40,146,49,124,77,241,142,211,165,10,97,199,85,81,79,230,191,247,129,114,80,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,244,68,55,117,211,80,124,42,127,53,68,13,25,88,109,73,120,29,160,78,148,196,161,251,28,129,56,192,76,54,79,75,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"key":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,201,241,28,17,70,191,10,230,244,164,254,224,205,89,168,245,228,199,11,228,83,61,99,0,4,99,161,251,24,198,137,24,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208],"key":[209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,17,208]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstAccountInFirstLevel.json b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstAccountInFirstLevel.json index 78eaaa59e6..ab7ff69d73 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstAccountInFirstLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstAccountInFirstLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,153,119,147,156,140,23,15,200,147,87,16,216,116,229,182,245,242,106,1,234,23,164,122,111,126,148,96,15,126,252,246,180,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,125,188,238,178,32,191,198,180,187,79,255,145,109,104,59,239,65,12,135,73,35,235,161,181,195,189,58,43,108,100,98,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,244,125,188,238,178,32,191,198,180,187,79,255,145,109,104,59,239,65,12,135,73,35,235,161,181,195,189,58,43,108,100,98,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17],[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,221,24,245,128,128,59,139,211,67,24,104,53,120,169,108,45,65,161,228,168,133,165,58,10,91,89,4,118,58,162,186,61,0],[160,153,119,147,156,140,23,15,200,147,87,16,216,116,229,182,245,242,106,1,234,23,164,122,111,126,148,96,15,126,252,246,180,0]],"keccak_data":[]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,106],[248,106]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,106]},"storage":null,"values":[[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,244,125,188,238,178,32,191,198,180,187,79,255,145,109,104,59,239,65,12,135,73,35,235,161,181,195,189,58,43,108,100,98,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73]],"keccak_data":[[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,86,232,31,23,27,204,85,166,255,131,69,230,146,192,248,110,91,72,224,27,153,108,173,192,1,98,47,181,227,99,180,33,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,106,161,32,252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,244,125,188,238,178,32,191,198,180,187,79,255,145,109,104,59,239,65,12,135,73,35,235,161,181,195,189,58,43,108,100,98,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[0],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17],[227,161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExisting.json b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExisting.json index bb32b8c81c..c302dc196f 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExisting.json +++ b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExisting.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,175,240,92,49,57,80,101,180,136,45,27,93,50,215,215,221,16,161,103,40,167,118,183,124,113,166,167,92,182,188,70,105,0],[160,175,240,92,49,57,80,101,180,136,45,27,93,50,215,215,221,16,161,103,40,167,118,183,124,113,166,167,92,182,188,70,105,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,128],[249,1,81,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[227]},"values":[[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68]],"keccak_data":[[227,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[227,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,127,11,101,17,218,77,50,245,15,21,55,66,71,6,145,132,55,29,157,143,189,213,143,244,238,127,95,15,142,185,165,84,0],[160,127,11,101,17,218,77,50,245,15,21,55,66,71,6,145,132,55,29,157,143,189,213,143,244,238,127,95,15,142,185,165,84,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,28,255,138,250,214,231,20,182,102,160,205,25,183,17,141,106,135,254,134,86,53,112,225,92,91,216,192,106,164,250,210,125,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,181,159,43,81,161,219,184,240,226,226,184,70,220,127,70,243,80,161,248,53,152,30,17,42,194,76,54,131,22,84,196,234,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[227],[227]],"value_rlp_bytes":[[1],[1]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[227]},"values":[[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68]],"keccak_data":[[227,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[227,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExistingLong.json b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExistingLong.json index 5115b21997..0831b5008d 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExistingLong.json +++ b/zkevm-circuits/src/mpt_circuit/tests/StorageInFirstLevelNonExistingLong.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,176,41,215,127,152,136,101,73,188,35,204,119,112,82,17,16,186,188,194,179,9,217,166,148,92,6,68,183,191,118,221,91,0],[160,176,41,215,127,152,136,101,73,188,35,204,119,112,82,17,16,186,188,194,179,9,217,166,148,92,6,68,183,191,118,221,91,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,128],[249,1,81,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,26,105,126,129,71,88,40,25,114,252,209,59,201,112,125,188,210,241,149,152,107,5,70,61,123,120,66,101,8,68,90,4,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,160,237,218,120,85,94,238,182,181,18,26,244,91,240,139,169,127,182,53,182,2,204,188,149,103,232,240,246,147,104,100,231,67,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,128]]},{"start":null,"extension_branch":null,"account":{"address":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[248,68],[248,68]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,68]},"values":[[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68]],"keccak_data":[[248,68,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,68,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageDoesNotExist"},"extension_branch":null,"account":null,"storage":null,"values":[[160,117,16,204,228,193,59,103,107,206,74,158,33,217,52,162,224,106,194,150,47,162,252,122,121,236,126,2,19,231,244,178,29,0],[160,117,16,204,228,193,59,103,107,206,74,158,33,217,52,162,224,106,194,150,47,162,252,122,121,236,126,2,19,231,244,178,29,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,1,49],[249,1,49]]}},"account":null,"storage":null,"values":[[160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,0],[160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,0],[160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,0],[160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,0],[160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,128],[249,1,49,128,160,171,140,219,128,140,131,3,187,97,251,72,226,118,33,123,233,119,15,168,62,207,63,144,242,35,77,85,136,133,245,171,241,128,128,160,209,194,147,52,245,42,90,105,74,201,185,72,11,49,56,252,120,235,36,47,214,22,67,153,206,248,232,10,54,165,108,47,160,181,215,169,27,229,238,39,60,206,39,226,173,154,22,13,47,170,221,90,107,165,24,211,132,1,155,104,114,138,79,98,244,160,194,199,153,182,10,12,214,172,212,44,16,21,81,40,114,232,108,24,107,207,25,110,133,6,30,118,132,47,59,124,248,96,128,160,46,13,134,195,190,253,23,127,87,74,32,172,99,128,69,50,136,144,119,233,85,50,12,147,97,205,16,183,204,111,88,9,128,160,99,1,179,155,46,168,164,77,248,176,53,97,32,219,100,183,136,231,31,82,225,215,166,48,157,13,46,91,134,254,231,203,128,128,160,27,119,121,225,73,202,223,36,212,255,183,124,167,225,19,20,184,219,112,151,228,215,11,42,23,52,147,21,60,162,229,160,160,102,167,102,40,17,73,27,61,53,46,150,149,6,180,32,210,105,232,181,26,34,79,87,75,59,56,179,70,63,67,240,9,160,231,165,203,255,167,199,212,210,253,24,178,70,231,18,19,149,150,206,64,171,86,203,161,10,37,16,219,158,90,110,56,17,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[252,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73],"list_rlp_bytes":[[248,105],[248,105]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,105]},"storage":null,"values":[[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,0]],"keccak_data":[[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,105,160,60,237,52,8,133,130,180,167,143,97,28,115,102,25,94,62,148,249,8,6,55,244,16,75,187,208,208,127,251,120,61,73,184,70,248,68,128,128,160,81,35,181,218,246,60,83,71,174,85,10,197,121,250,119,8,198,121,146,240,36,249,41,15,9,118,43,245,168,61,9,97,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[248,68],[248,68]],"value_rlp_bytes":[[161],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,68]},"values":[[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[161,32,187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68]],"keccak_data":[[248,68,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[248,68,161,32,49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/StorageLeafInFirstLevelAfterPlaceholder.json b/zkevm-circuits/src/mpt_circuit/tests/StorageLeafInFirstLevelAfterPlaceholder.json index 11c16784c9..c53262a769 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/StorageLeafInFirstLevelAfterPlaceholder.json +++ b/zkevm-circuits/src/mpt_circuit/tests/StorageLeafInFirstLevelAfterPlaceholder.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,215,72,193,110,206,23,233,142,90,63,117,207,198,71,213,247,160,177,237,181,235,199,162,126,145,35,82,137,43,23,10,172,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,196,77,193,40,64,111,146,177,79,176,252,119,56,63,201,128,147,183,113,238,83,186,122,48,207,112,223,208,141,136,15,7,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,196,77,193,40,64,111,146,177,79,176,252,119,56,63,201,128,147,183,113,238,83,186,122,48,207,112,223,208,141,136,15,7,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,137,68,62,135,142,116,197,167,39,98,28,89,252,97,156,35,155,233,70,29,115,116,30,85,137,229,3,15,107,203,129,252,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,137,68,62,135,142,116,197,167,39,98,28,89,252,97,156,35,155,233,70,29,115,116,30,85,137,229,3,15,107,203,129,252,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,247,80,205,212,229,167,129,12,236,64,245,147,52,217,200,219,137,34,122,205,244,88,173,196,166,241,13,37,91,80,183,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,145,247,80,205,212,229,167,129,12,236,64,245,147,52,217,200,219,137,34,122,205,244,88,173,196,166,241,13,37,91,80,183,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,163,100,192,106,162,58,104,148,86,3,234,188,204,97,49,224,245,221,61,60,255,110,119,144,128,13,13,5,141,16,217,194,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,163,100,192,106,162,58,104,148,86,3,234,188,204,97,49,224,245,221,61,60,255,110,119,144,128,13,13,5,141,16,217,194,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,158,57,108,78,64,31,117,238,78,34,102,0,142,86,12,2,235,252,132,154,165,183,50,101,32,174,135,71,222,18,60,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,228,158,57,108,78,64,31,117,238,78,34,102,0,142,86,12,2,235,252,132,154,165,183,50,101,32,174,135,71,222,18,60,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,13,93,197,146,130,105,154,27,226,3,225,0,36,42,223,154,201,134,174,73,54,138,186,59,44,139,52,224,81,241,214,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,65,13,93,197,146,130,105,154,27,226,3,225,0,36,42,223,154,201,134,174,73,54,138,186,59,44,139,52,224,81,241,214,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,165,146,68,118,176,33,158,212,48,103,38,34,238,9,153,1,52,167,113,37,126,27,227,25,13,154,212,99,43,20,180,193,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,165,146,68,118,176,33,158,212,48,103,38,34,238,9,153,1,52,167,113,37,126,27,227,25,13,154,212,99,43,20,180,193,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,156,61,130,105,255,130,63,241,57,133,74,35,136,149,194,244,92,217,47,140,38,14,111,123,32,88,27,148,57,156,205,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,156,61,130,105,255,130,63,241,57,133,74,35,136,149,194,244,92,217,47,140,38,14,111,123,32,88,27,148,57,156,205,217,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,185,58,136,25,127,231,10,181,243,143,152,92,168,56,61,110,99,188,151,239,211,41,1,68,30,12,229,226,226,178,76,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,67,185,58,136,25,127,231,10,181,243,143,152,92,168,56,61,110,99,188,151,239,211,41,1,68,30,12,229,226,226,178,76,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,128,128,128,128,128,128,128,128,128,160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,128,128,128],[248,81,128,128,128,160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,128,128,128,128,128,128,128,128,128,160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[227],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,54,212,230,98,192,127,6,152,219,175,94,117,52,54,7,215,6,40,211,98,214,78,107,108,179,193,103,99,70,189,56,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[226,160,54,212,230,98,192,127,6,152,219,175,94,117,52,54,7,215,6,40,211,98,214,78,107,108,179,193,103,99,70,189,56,30,17],[226,160,49,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,23,127,202,250,39,77,156,111,117,43,200,180,61,186,99,132,16,29,111,232,235,202,1,247,14,11,125,93,42,208,238,115,0],[160,215,72,193,110,206,23,233,142,90,63,117,207,198,71,213,247,160,177,237,181,235,199,162,126,145,35,82,137,43,23,10,172,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,196,77,193,40,64,111,146,177,79,176,252,119,56,63,201,128,147,183,113,238,83,186,122,48,207,112,223,208,141,136,15,7,0],[160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,0],[160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,0],[160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,0],[160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,0],[160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,0],[160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,0],[160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,0],[160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,0],[160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,0],[160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,0],[160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,0],[160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,0],[160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,0],[160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,0],[160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,0],[160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,83,223,208,215,143,101,122,196,185,68,163,82,143,9,137,91,224,243,203,75,63,188,239,206,87,108,190,215,37,243,76,242,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128],[249,2,17,160,60,198,250,158,115,39,34,35,105,195,43,121,101,109,173,74,106,25,132,220,162,30,175,136,98,150,158,247,168,55,37,60,160,81,34,74,212,150,170,41,121,103,15,146,119,212,94,49,14,76,4,77,215,246,168,131,155,169,136,242,162,27,212,162,170,160,228,22,39,137,146,1,54,178,148,126,99,207,86,182,62,197,202,118,166,61,87,166,185,130,236,68,47,191,54,77,22,233,160,121,80,214,152,190,234,180,180,171,118,80,255,215,197,12,59,73,13,191,230,150,10,27,94,63,2,178,4,166,214,1,215,160,112,168,159,233,233,180,238,192,124,144,26,7,99,53,92,70,197,152,136,189,54,123,182,50,86,211,20,83,144,207,252,139,160,196,77,193,40,64,111,146,177,79,176,252,119,56,63,201,128,147,183,113,238,83,186,122,48,207,112,223,208,141,136,15,7,160,75,162,241,232,163,219,82,112,195,201,127,167,65,198,3,69,87,172,65,114,250,3,171,191,186,225,80,57,234,0,69,232,160,127,109,135,5,91,14,52,158,3,58,197,241,234,122,209,246,80,189,236,71,170,202,179,225,117,89,145,217,161,88,47,221,160,130,89,138,158,232,170,174,131,222,86,82,63,113,45,63,172,159,248,227,154,225,38,68,6,123,11,20,44,73,22,208,245,160,228,141,31,209,214,192,178,116,232,111,183,225,107,177,191,236,239,12,234,76,35,3,4,185,246,219,146,41,177,16,235,82,160,67,201,47,145,5,245,179,22,162,115,24,127,33,73,67,134,127,184,149,224,209,139,130,237,14,13,157,113,244,162,185,142,160,35,24,83,139,246,120,41,145,224,109,131,133,74,121,110,213,183,151,106,227,38,206,153,182,140,195,245,147,183,166,255,106,160,115,55,215,251,247,190,44,206,83,59,75,46,234,152,195,151,225,149,203,164,167,128,164,83,169,118,98,165,191,203,121,208,160,207,52,88,28,243,113,89,151,204,35,148,247,86,45,105,50,41,10,127,16,234,231,222,250,213,233,192,209,40,230,82,102,160,131,14,117,4,199,136,223,98,123,88,152,103,88,41,186,137,138,33,139,237,38,8,219,151,231,42,129,135,20,205,103,42,160,178,27,227,169,202,248,237,160,156,114,67,166,251,197,166,44,240,127,48,176,214,213,138,242,210,37,98,41,242,28,114,195,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,137,68,62,135,142,116,197,167,39,98,28,89,252,97,156,35,155,233,70,29,115,116,30,85,137,229,3,15,107,203,129,252,0],[160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,0],[160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,0],[160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,0],[160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,0],[160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,0],[160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,0],[160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,0],[160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,0],[160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,0],[160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,0],[160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,0],[160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,0],[160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,0],[160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,0],[160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,0],[160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,219,39,168,105,170,148,33,138,92,66,165,202,94,178,218,54,178,164,107,163,226,140,194,2,108,29,58,34,49,24,35,154,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128],[249,2,17,160,224,160,204,190,106,167,16,212,235,11,226,108,59,160,52,125,3,125,243,15,78,7,190,253,109,248,53,214,201,201,135,57,160,17,84,74,151,98,196,80,82,72,186,173,203,204,31,89,3,74,232,235,66,236,154,177,103,147,10,142,218,202,116,159,78,160,219,8,183,90,235,109,52,204,204,61,58,195,223,208,61,23,236,15,60,255,59,137,37,215,155,122,155,101,129,65,230,109,160,137,68,62,135,142,116,197,167,39,98,28,89,252,97,156,35,155,233,70,29,115,116,30,85,137,229,3,15,107,203,129,252,160,20,201,48,125,106,95,70,245,43,40,78,34,127,24,131,45,249,87,197,126,200,97,136,55,1,32,185,140,1,37,42,165,160,109,94,163,82,0,89,36,85,167,245,93,62,24,177,135,248,110,173,175,72,125,142,151,15,199,63,156,209,150,219,35,97,160,159,64,83,229,94,17,127,129,72,92,132,106,33,193,203,131,245,97,158,94,150,215,130,236,16,152,23,172,122,252,183,237,160,162,93,250,95,66,110,127,128,166,120,103,183,254,92,89,160,235,12,156,126,64,23,110,160,240,211,42,88,249,192,206,181,160,225,194,238,28,10,40,3,144,106,215,95,222,218,42,78,159,229,128,214,238,113,135,141,231,197,94,58,45,211,63,237,94,160,212,177,140,71,81,143,180,205,247,2,100,154,26,76,102,220,198,74,22,101,203,183,59,189,161,37,172,158,103,224,99,13,160,185,0,22,228,174,41,147,232,48,15,8,119,0,27,195,169,145,96,179,189,107,136,134,190,91,235,9,118,208,32,43,65,160,88,161,73,215,119,105,31,137,79,37,128,65,178,225,59,112,49,222,175,14,222,21,64,143,155,35,156,72,27,226,127,92,160,127,196,19,9,69,235,2,36,176,187,18,133,248,13,13,39,229,137,100,92,244,157,137,157,69,165,1,59,158,103,29,190,160,156,159,70,239,242,254,168,166,193,86,214,216,34,92,173,73,166,75,125,146,66,129,135,156,203,17,156,101,63,46,137,133,160,79,220,223,102,181,54,179,73,46,230,56,51,45,188,217,114,228,245,173,26,242,236,71,226,43,121,6,7,201,6,202,147,160,61,193,91,157,18,102,143,88,98,133,111,243,121,221,174,228,112,33,42,227,75,180,27,28,154,129,226,177,103,111,215,173,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,145,247,80,205,212,229,167,129,12,236,64,245,147,52,217,200,219,137,34,122,205,244,88,173,196,166,241,13,37,91,80,183,0],[160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,0],[160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,0],[160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,0],[160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,0],[160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,0],[160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,0],[160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,0],[160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,0],[160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,0],[160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,0],[160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,0],[160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,0],[160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,0],[160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,0],[160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,0],[160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,64,128,191,170,145,135,120,255,168,8,111,181,166,68,105,16,210,123,232,189,45,173,105,240,243,193,133,162,52,107,85,144,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128],[249,2,17,160,14,165,6,22,159,188,24,51,92,136,212,250,222,234,56,117,11,228,154,151,111,209,12,140,170,56,169,141,202,226,135,93,160,58,215,220,199,105,41,206,80,134,211,251,156,150,93,2,1,51,119,121,250,120,153,68,114,166,58,169,187,227,10,57,39,160,254,121,107,132,102,105,40,187,183,208,54,184,59,170,24,196,133,142,10,221,38,105,35,74,58,136,157,132,169,134,197,137,160,156,244,77,9,97,153,114,240,195,225,161,224,205,77,130,121,225,42,224,17,155,244,44,223,217,225,237,215,170,53,91,122,160,218,98,175,122,220,199,62,137,60,60,197,211,142,60,71,189,118,201,107,68,25,32,247,176,36,95,83,115,252,231,68,124,160,76,185,199,60,210,76,64,221,170,191,1,8,21,21,232,251,198,18,19,75,44,125,231,141,122,159,42,245,13,222,134,206,160,29,227,227,74,123,232,228,162,37,84,224,181,162,51,6,211,171,240,206,246,75,251,173,126,128,120,180,89,252,60,255,112,160,110,12,187,41,44,116,38,125,98,174,44,153,47,236,251,12,14,124,122,7,202,17,194,152,177,238,87,113,180,170,66,183,160,145,247,80,205,212,229,167,129,12,236,64,245,147,52,217,200,219,137,34,122,205,244,88,173,196,166,241,13,37,91,80,183,160,243,229,3,215,98,10,225,162,158,154,0,155,9,118,106,50,10,187,88,35,19,135,15,158,232,252,37,162,81,149,205,170,160,249,199,112,122,102,67,120,26,30,110,90,229,222,253,12,151,148,125,103,16,178,146,75,214,232,124,40,10,93,197,224,238,160,187,149,161,188,140,232,33,123,135,65,167,159,176,86,6,108,140,83,67,222,75,115,112,131,235,102,79,178,78,37,2,224,160,85,125,105,118,184,58,228,68,165,55,100,151,40,61,75,44,223,114,244,82,233,73,241,28,55,15,189,97,252,197,95,206,160,93,235,84,57,207,137,206,63,27,246,129,212,131,57,16,108,30,127,10,61,175,185,212,53,83,217,16,74,68,18,243,132,160,110,47,15,54,42,42,169,161,252,233,82,121,219,20,191,148,239,32,164,98,111,155,22,179,255,35,252,248,76,103,206,209,160,130,74,220,188,50,216,130,35,199,98,203,47,119,79,38,6,106,137,130,81,35,226,191,113,96,219,218,33,190,77,71,33,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,163,100,192,106,162,58,104,148,86,3,234,188,204,97,49,224,245,221,61,60,255,110,119,144,128,13,13,5,141,16,217,194,0],[160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,0],[160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,0],[160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,0],[160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,0],[160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,0],[160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,0],[160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,0],[160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,0],[160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,0],[160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,0],[160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,0],[160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,0],[160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,0],[160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,0],[160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,0],[160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,114,169,150,67,126,160,37,45,196,35,158,193,130,105,156,136,104,12,57,32,0,91,59,199,69,164,98,111,63,37,167,195,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128],[249,2,17,160,163,100,192,106,162,58,104,148,86,3,234,188,204,97,49,224,245,221,61,60,255,110,119,144,128,13,13,5,141,16,217,194,160,163,93,181,110,7,170,52,140,159,162,133,57,154,50,13,236,53,68,94,97,171,111,174,64,139,185,171,218,143,142,148,123,160,89,101,138,104,124,167,204,129,19,206,81,255,89,12,40,119,16,139,90,128,79,182,53,236,183,158,143,16,70,231,149,193,160,109,229,158,157,53,55,221,1,108,64,70,21,103,227,89,63,41,178,232,224,124,70,202,161,113,44,13,156,121,193,255,20,160,221,153,17,178,250,69,42,155,168,117,5,76,116,59,219,17,215,137,246,93,173,42,132,179,89,3,221,81,200,226,242,76,160,166,247,119,255,141,32,87,23,158,246,201,67,72,218,115,220,147,2,57,152,104,47,157,114,2,240,168,184,163,129,175,97,160,240,13,118,223,196,63,180,101,73,134,26,211,112,201,84,141,74,12,182,182,183,182,139,187,228,136,120,209,169,140,102,112,160,73,14,111,5,216,66,44,129,241,209,96,45,3,65,117,239,75,52,39,122,202,65,71,157,74,186,251,93,245,118,70,72,160,5,159,121,86,8,244,0,141,254,173,202,208,32,106,157,32,7,160,225,59,222,193,67,59,241,30,30,10,171,20,204,195,160,248,40,170,149,53,183,57,200,51,10,58,48,116,53,48,191,226,47,66,49,236,28,209,34,6,138,247,161,65,130,165,205,160,223,23,143,249,54,69,146,158,94,52,41,214,25,130,31,11,46,206,6,136,242,64,92,139,128,254,62,52,184,68,165,87,160,50,63,132,137,145,37,164,51,106,185,56,26,236,211,36,219,74,195,1,72,226,190,85,235,45,147,12,159,230,107,228,118,160,156,207,33,90,28,218,205,59,181,230,91,85,79,1,145,132,45,149,71,130,102,184,118,55,4,236,198,199,39,34,133,44,160,0,91,91,215,103,36,23,219,144,147,100,37,76,66,0,245,195,232,11,231,167,60,136,206,114,255,173,91,238,51,237,32,160,245,145,188,199,173,92,69,232,8,24,232,8,41,76,255,161,12,251,50,198,114,108,9,42,173,119,30,20,38,57,241,233,160,217,231,119,198,101,67,79,20,25,69,229,209,80,175,171,219,174,145,108,238,170,139,12,158,234,156,73,29,226,166,63,105,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,158,57,108,78,64,31,117,238,78,34,102,0,142,86,12,2,235,252,132,154,165,183,50,101,32,174,135,71,222,18,60,0],[160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,0],[160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,0],[160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,0],[160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,0],[160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,0],[160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,0],[160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,0],[160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,0],[160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,0],[160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,0],[160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,0],[160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,0],[160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,0],[160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,0],[160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,0],[160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,139,0,229,37,13,50,83,68,16,211,187,98,200,30,132,6,211,202,190,79,179,123,82,201,226,252,23,172,136,123,215,243,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128],[249,2,17,160,249,154,157,252,169,130,24,178,174,188,10,171,75,183,151,101,201,122,75,227,204,1,183,197,39,220,59,31,175,6,136,1,160,184,142,212,113,246,55,253,76,1,96,48,47,4,6,31,60,81,16,37,23,98,74,116,239,128,102,34,186,6,209,163,252,160,83,49,16,87,146,238,231,234,169,86,188,172,17,210,186,17,108,226,232,48,238,231,61,144,77,111,6,163,52,21,1,75,160,85,105,46,246,56,202,27,171,173,252,32,70,26,164,200,4,132,8,191,26,18,6,71,136,185,84,78,116,7,105,173,129,160,56,132,5,71,86,15,137,93,78,3,221,107,3,241,13,146,241,12,153,14,12,71,119,199,92,129,129,64,191,22,218,171,160,74,152,77,40,170,9,167,165,62,21,195,214,232,149,243,171,254,129,253,48,247,58,144,37,151,98,228,162,171,212,118,94,160,216,173,107,1,206,168,79,67,71,139,41,217,6,54,2,59,87,23,198,126,160,129,101,185,188,218,82,112,3,173,165,164,160,10,108,143,193,28,22,98,217,170,73,112,161,147,45,94,6,170,154,118,245,159,193,129,134,168,141,165,46,135,253,62,233,160,157,163,165,178,129,84,193,250,46,88,180,214,229,194,39,227,117,109,170,6,239,51,115,35,138,204,57,20,179,114,222,196,160,84,63,203,152,213,1,33,249,178,42,184,49,101,22,19,190,104,212,252,175,25,222,119,46,136,149,187,198,6,220,244,65,160,28,82,38,21,32,27,203,97,109,14,13,160,185,224,39,253,231,2,71,156,220,61,107,173,151,165,136,128,233,227,25,102,160,216,163,73,96,11,93,139,116,117,170,134,116,167,172,140,76,88,172,241,80,233,174,88,236,216,40,105,148,196,72,55,110,160,228,158,57,108,78,64,31,117,238,78,34,102,0,142,86,12,2,235,252,132,154,165,183,50,101,32,174,135,71,222,18,60,160,171,186,147,212,217,108,150,242,229,123,37,215,92,93,99,231,42,158,24,113,106,176,203,138,144,205,0,49,141,149,241,220,160,38,163,54,181,99,160,35,20,180,245,23,232,11,219,158,228,231,101,66,195,191,164,200,124,7,9,46,208,220,49,64,95,160,33,177,178,122,210,148,189,146,118,70,198,203,190,0,165,116,103,95,242,102,64,148,40,228,179,1,21,209,86,177,4,176,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,65,13,93,197,146,130,105,154,27,226,3,225,0,36,42,223,154,201,134,174,73,54,138,186,59,44,139,52,224,81,241,214,0],[160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,0],[160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,0],[160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,0],[160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,0],[160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,0],[160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,0],[160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,0],[160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,0],[160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,0],[160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,0],[160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,0],[160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,0],[160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,0],[160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,0],[160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,0],[160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,53,195,249,111,139,115,176,153,148,53,206,71,173,38,237,25,215,168,204,248,113,104,32,191,231,113,113,210,118,251,47,206,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128],[249,2,17,160,106,16,111,21,123,135,16,90,41,91,246,76,214,12,169,46,0,6,39,164,82,189,246,42,69,8,101,99,152,204,132,100,160,60,34,149,73,115,93,160,163,67,8,20,68,149,254,38,185,86,202,77,136,16,235,61,244,182,40,227,137,94,14,242,214,160,238,127,9,174,221,194,94,32,49,180,73,73,92,78,98,80,138,78,97,4,142,231,113,17,18,114,230,254,191,151,134,171,160,201,42,66,167,18,48,157,234,238,225,227,80,220,29,160,71,88,29,218,217,33,150,214,240,209,128,11,236,159,130,108,69,160,2,92,117,139,0,110,75,150,33,162,159,244,223,76,12,104,29,96,36,207,182,225,171,255,178,16,146,250,3,99,230,197,160,216,217,232,12,128,20,245,47,3,73,156,242,47,134,209,88,97,63,164,32,56,2,254,249,129,198,15,120,58,254,148,8,160,245,175,212,144,210,121,74,226,116,11,145,233,6,146,77,105,66,135,253,195,249,248,244,117,97,69,128,138,168,72,29,141,160,65,13,93,197,146,130,105,154,27,226,3,225,0,36,42,223,154,201,134,174,73,54,138,186,59,44,139,52,224,81,241,214,160,235,75,20,132,9,45,56,217,6,169,194,35,234,249,44,149,165,145,171,86,205,142,208,114,153,57,123,190,191,63,121,18,160,12,198,148,204,70,121,49,135,169,52,154,161,57,227,133,67,176,170,137,161,64,122,52,3,44,215,205,187,225,127,137,24,160,67,138,196,199,169,8,184,226,56,85,11,150,122,188,206,85,202,62,46,186,238,95,9,157,3,69,71,72,126,228,248,148,160,25,233,52,15,104,218,115,250,187,68,62,245,205,199,70,63,6,123,22,218,29,85,122,62,215,226,215,166,16,167,189,234,160,98,194,154,151,239,160,156,131,232,74,193,222,232,242,255,120,231,207,47,165,244,253,125,74,3,178,193,181,42,106,252,211,160,72,2,45,177,8,11,109,126,117,186,10,93,244,238,114,168,190,92,94,154,43,232,11,135,170,167,55,237,148,72,150,116,160,154,222,66,92,165,73,98,221,115,238,103,253,112,232,74,60,48,132,0,178,72,97,37,254,172,227,79,219,137,95,92,60,160,64,246,176,183,91,200,127,120,56,98,203,181,53,14,244,34,143,152,0,235,141,69,29,162,2,91,49,155,66,78,154,38,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,165,146,68,118,176,33,158,212,48,103,38,34,238,9,153,1,52,167,113,37,126,27,227,25,13,154,212,99,43,20,180,193,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,0],[160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,0],[160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,0],[160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,0],[160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,154,130,205,14,154,185,115,206,223,23,163,197,188,133,66,136,220,180,13,107,185,5,191,34,148,36,24,172,216,191,197,24,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128],[249,1,17,128,160,31,184,239,216,162,218,209,131,153,182,120,30,89,226,253,232,35,255,80,54,206,227,105,86,62,74,174,87,22,169,129,252,128,160,172,35,60,231,231,1,133,65,209,84,163,171,248,138,45,61,86,71,119,177,22,201,79,236,153,76,227,109,10,225,88,43,160,253,135,76,135,54,108,10,170,247,252,207,96,101,104,75,7,69,195,220,177,99,45,100,235,176,35,207,225,85,18,146,78,128,128,128,160,33,45,215,46,82,62,109,31,1,35,68,61,66,198,187,70,90,197,148,155,207,148,72,174,197,28,191,217,57,58,226,79,128,160,64,195,200,247,169,82,45,109,245,192,2,141,144,211,96,247,60,81,105,180,207,67,77,149,53,11,238,212,62,22,115,144,160,165,146,68,118,176,33,158,212,48,103,38,34,238,9,153,1,52,167,113,37,126,27,227,25,13,154,212,99,43,20,180,193,160,203,223,36,48,180,143,23,179,255,230,40,112,153,88,88,64,78,4,13,226,19,168,89,214,215,65,43,135,196,33,218,233,160,89,143,142,15,108,110,165,43,98,224,76,101,93,229,229,73,69,151,194,144,32,120,185,128,145,134,29,208,191,35,120,115,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,156,61,130,105,255,130,63,241,57,133,74,35,136,149,194,244,92,217,47,140,38,14,111,123,32,88,27,148,57,156,205,217,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,91,3,68,246,89,133,57,96,176,47,140,104,126,136,36,188,61,61,40,76,103,36,98,239,83,219,110,48,108,131,241,61,128,128,128,128,128,128,128,128,128],[248,81,128,128,128,128,160,108,185,102,52,21,10,75,241,154,209,205,29,41,234,210,116,211,39,182,196,120,254,70,36,87,14,59,127,132,143,234,49,128,128,160,156,61,130,105,255,130,63,241,57,133,74,35,136,149,194,244,92,217,47,140,38,14,111,123,32,88,27,148,57,156,205,217,128,128,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"key":[83,128,199,183,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[138,2,103,194,68,2,43,237,82,90,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,67,185,58,136,25,127,231,10,181,243,143,152,92,168,56,61,110,99,188,151,239,211,41,1,68,30,12,229,226,226,178,76,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,0,0,0,0]],"keccak_data":[[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,41,205,35,145,80,135,90,57,152,209,180,157,66,10,44,204,121,135,7,177,166,47,176,165,210,231,13,22,1,214,151,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,32,174,129,165,142,185,141,156,120,222,74,31,215,253,149,53,252,149,62,210,190,96,45,170,164,23,103,49,42,184,80,248,78,128,138,2,103,194,68,2,43,237,82,90,203,160,67,185,58,136,25,127,231,10,181,243,143,152,92,168,56,61,110,99,188,151,239,211,41,1,68,30,12,229,226,226,178,76,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[true,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":13,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,128,128,128,128,128,128,128,128,128,160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,128,128,128],[248,81,128,128,128,160,8,28,167,4,176,5,86,234,129,241,181,196,133,165,252,100,58,34,34,219,48,157,27,139,204,135,244,36,219,91,229,155,128,128,128,128,128,128,128,128,128,160,212,140,68,68,64,66,110,82,206,135,159,103,28,40,30,54,118,209,187,116,10,159,84,102,138,172,92,220,159,79,238,145,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17,16],"key":[54,212,230,98,192,127,6,152,219,175,94,117,52,54,7,215,6,40,211,98,214,78,107,108,179,193,103,99,70,189,56,30],"list_rlp_bytes":[[227],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[226],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,54,212,230,98,192,127,6,152,219,175,94,117,52,54,7,215,6,40,211,98,214,78,107,108,179,193,103,99,70,189,56,30,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,49,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[227,161,32,209,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1],[226,160,54,212,230,98,192,127,6,152,219,175,94,117,52,54,7,215,6,40,211,98,214,78,107,108,179,193,103,99,70,189,56,30,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,17,16],[226,160,49,145,236,75,8,192,127,93,53,202,116,112,223,227,238,49,199,204,150,64,145,212,182,41,188,172,4,67,242,116,187,180,1]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel.json index c9d0498b61..a81d190884 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,12,220,200,131,11,99,241,113,38,48,155,83,27,126,197,128,43,20,60,71,245,146,6,14,136,6,70,32,35,190,225,227,0],[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,12,220,200,131,11,99,241,113,38,48,155,83,27,126,197,128,43,20,60,71,245,146,6,14,136,6,70,32,35,190,225,227,0],[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255],"key":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel1.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel1.json index c0ee0513e5..228cdd60ae 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel1.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevel1.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,234,22,39,148,225,96,163,194,62,206,247,242,160,90,228,163,128,168,229,223,190,155,138,167,169,10,198,188,113,249,113,0],[160,7,69,62,143,31,76,189,151,166,122,90,95,216,217,225,12,69,57,255,132,243,197,130,153,226,236,196,140,53,221,97,21,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,45,52,149,234,223,125,94,40,101,172,59,18,64,235,33,17,105,253,144,113,96,111,121,114,12,33,22,139,113,207,208,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,227,56,54,52,105,152,28,210,129,156,191,91,18,244,51,46,199,143,113,225,176,229,48,75,35,83,242,146,161,192,204,156,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,56,54,52,105,152,28,210,129,156,191,91,18,244,51,46,199,143,113,225,176,229,48,75,35,83,242,146,161,192,204,156,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,69,45,52,149,234,223,125,94,40,101,172,59,18,64,235,33,17,105,253,144,113,96,111,121,114,12,33,22,139,113,207,208,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,230,18,44,247,235,184,213,133,152,10,60,120,178,74,31,65,221,158,157,224,149,64,162,221,114,181,63,108,177,109,113,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,19,46,153,100,161,196,33,28,76,198,44,106,103,242,245,188,101,244,165,51,53,54,51,147,137,132,15,9,224,171,38,201,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,19,46,153,100,161,196,33,28,76,198,44,106,103,242,245,188,101,244,165,51,53,54,51,147,137,132,15,9,224,171,38,201,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,208,230,18,44,247,235,184,213,133,152,10,60,120,178,74,31,65,221,158,157,224,149,64,162,221,114,181,63,108,177,109,113,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,198,215,110,132,186,47,151,221,249,143,255,198,150,111,250,59,27,100,125,75,122,236,59,67,230,214,183,171,239,4,232,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,201,216,168,236,33,203,177,196,61,145,187,242,166,230,121,211,173,165,221,43,247,78,23,192,173,138,98,163,27,186,208,65,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,201,216,168,236,33,203,177,196,61,145,187,242,166,230,121,211,173,165,221,43,247,78,23,192,173,138,98,163,27,186,208,65,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,23,198,215,110,132,186,47,151,221,249,143,255,198,150,111,250,59,27,100,125,75,122,236,59,67,230,214,183,171,239,4,232,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,183,71,250,18,0,149,150,132,71,137,82,186,33,252,219,255,211,184,112,60,34,0,31,168,175,181,190,91,34,225,29,136,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,30,95,14,238,65,198,39,32,21,147,150,42,29,2,205,190,212,239,132,89,111,24,146,81,1,8,20,80,114,26,245,157,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,30,95,14,238,65,198,39,32,21,147,150,42,29,2,205,190,212,239,132,89,111,24,146,81,1,8,20,80,114,26,245,157,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,183,71,250,18,0,149,150,132,71,137,82,186,33,252,219,255,211,184,112,60,34,0,31,168,175,181,190,91,34,225,29,136,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,205,25,171,218,87,250,168,203,161,0,76,203,170,245,104,52,130,143,16,104,239,22,163,230,68,201,251,205,247,33,81,96,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,59,189,111,165,159,123,11,82,59,48,17,32,121,176,3,238,186,190,115,145,26,211,116,193,40,108,41,68,163,225,101,92,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,59,189,111,165,159,123,11,82,59,48,17,32,121,176,3,238,186,190,115,145,26,211,116,193,40,108,41,68,163,225,101,92,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,205,25,171,218,87,250,168,203,161,0,76,203,170,245,104,52,130,143,16,104,239,22,163,230,68,201,251,205,247,33,81,96,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,121,155,183,168,168,224,186,74,39,249,205,144,226,222,87,33,122,75,94,86,91,44,68,138,208,221,205,94,137,237,31,167,0],[160,108,188,204,211,126,107,208,128,243,248,3,164,2,194,39,95,140,2,71,21,198,156,142,119,249,26,73,222,214,54,227,201,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,108,188,204,211,126,107,208,128,243,248,3,164,2,194,39,95,140,2,71,21,198,156,142,119,249,26,73,222,214,54,227,201,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,121,155,183,168,168,224,186,74,39,249,205,144,226,222,87,33,122,75,94,86,91,44,68,138,208,221,205,94,137,237,31,167,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,103,202,243,68,181,200,159,54,192,176,190,96,187,209,78,144,114,236,88,184,219,64,36,117,78,112,93,36,57,198,173,153,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,84,13,58,113,191,191,5,200,96,75,188,127,98,49,196,171,245,18,162,105,104,34,247,216,146,112,47,166,59,214,5,229,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,84,13,58,113,191,191,5,200,96,75,188,127,98,49,196,171,245,18,162,105,104,34,247,216,146,112,47,166,59,214,5,229,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,103,202,243,68,181,200,159,54,192,176,190,96,187,209,78,144,114,236,88,184,219,64,36,117,78,112,93,36,57,198,173,153,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,222,234,22,39,148,225,96,163,194,62,206,247,242,160,90,228,163,128,168,229,223,190,155,138,167,169,10,198,188,113,249,113,0],[160,7,69,62,143,31,76,189,151,166,122,90,95,216,217,225,12,69,57,255,132,243,197,130,153,226,236,196,140,53,221,97,21,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,69,45,52,149,234,223,125,94,40,101,172,59,18,64,235,33,17,105,253,144,113,96,111,121,114,12,33,22,139,113,207,208,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,227,56,54,52,105,152,28,210,129,156,191,91,18,244,51,46,199,143,113,225,176,229,48,75,35,83,242,146,161,192,204,156,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,227,56,54,52,105,152,28,210,129,156,191,91,18,244,51,46,199,143,113,225,176,229,48,75,35,83,242,146,161,192,204,156,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,69,45,52,149,234,223,125,94,40,101,172,59,18,64,235,33,17,105,253,144,113,96,111,121,114,12,33,22,139,113,207,208,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,230,18,44,247,235,184,213,133,152,10,60,120,178,74,31,65,221,158,157,224,149,64,162,221,114,181,63,108,177,109,113,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,19,46,153,100,161,196,33,28,76,198,44,106,103,242,245,188,101,244,165,51,53,54,51,147,137,132,15,9,224,171,38,201,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,19,46,153,100,161,196,33,28,76,198,44,106,103,242,245,188,101,244,165,51,53,54,51,147,137,132,15,9,224,171,38,201,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,208,230,18,44,247,235,184,213,133,152,10,60,120,178,74,31,65,221,158,157,224,149,64,162,221,114,181,63,108,177,109,113,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,198,215,110,132,186,47,151,221,249,143,255,198,150,111,250,59,27,100,125,75,122,236,59,67,230,214,183,171,239,4,232,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,201,216,168,236,33,203,177,196,61,145,187,242,166,230,121,211,173,165,221,43,247,78,23,192,173,138,98,163,27,186,208,65,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,201,216,168,236,33,203,177,196,61,145,187,242,166,230,121,211,173,165,221,43,247,78,23,192,173,138,98,163,27,186,208,65,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,23,198,215,110,132,186,47,151,221,249,143,255,198,150,111,250,59,27,100,125,75,122,236,59,67,230,214,183,171,239,4,232,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,251,60,128,176,16,190,42,167,32,137,202,218,86,170,232,220,155,186,71,101,44,31,115,102,205,77,5,66,172,253,178,197,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,183,71,250,18,0,149,150,132,71,137,82,186,33,252,219,255,211,184,112,60,34,0,31,168,175,181,190,91,34,225,29,136,0],[160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,0],[160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,0],[160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,0],[160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,0],[160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,0],[160,30,95,14,238,65,198,39,32,21,147,150,42,29,2,205,190,212,239,132,89,111,24,146,81,1,8,20,80,114,26,245,157,0],[160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,0],[160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,0],[160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,0],[160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,0],[160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,0],[160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,0],[160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,0],[160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,0],[160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,0],[160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,30,95,14,238,65,198,39,32,21,147,150,42,29,2,205,190,212,239,132,89,111,24,146,81,1,8,20,80,114,26,245,157,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128],[249,2,17,160,45,176,192,131,103,46,125,69,137,220,205,162,24,186,11,196,15,145,109,234,234,157,28,139,241,205,25,120,185,161,244,32,160,243,215,148,180,148,117,204,92,219,123,146,157,35,53,129,153,255,157,198,201,221,69,187,166,25,135,103,148,130,77,56,72,160,231,29,60,93,136,60,186,17,157,224,26,19,111,236,167,5,120,217,245,241,110,184,114,120,203,13,187,192,108,59,177,235,160,250,124,203,235,134,33,153,5,105,81,141,236,77,232,208,204,144,199,143,198,130,220,236,240,144,108,56,249,225,50,125,156,160,140,46,14,113,70,89,95,192,44,205,219,174,70,242,9,252,64,41,136,127,14,91,59,230,82,177,58,167,119,35,131,214,160,183,71,250,18,0,149,150,132,71,137,82,186,33,252,219,255,211,184,112,60,34,0,31,168,175,181,190,91,34,225,29,136,160,63,128,79,244,80,116,153,47,52,45,122,92,97,33,187,18,188,187,126,39,233,88,11,155,35,193,71,124,180,197,133,17,160,25,85,178,234,135,114,1,182,168,156,119,106,168,232,60,178,120,152,77,31,103,183,68,176,20,22,219,189,134,32,165,50,160,98,187,195,190,112,171,213,255,55,156,163,103,212,232,13,95,179,177,190,108,75,124,138,99,108,169,141,34,181,89,132,40,160,236,141,9,44,231,10,145,189,76,194,47,252,201,3,54,168,71,76,58,187,234,204,92,170,16,129,19,201,9,252,167,111,160,94,134,224,129,48,238,42,144,131,125,108,164,40,191,102,9,72,67,171,69,72,214,186,84,235,136,56,254,174,36,102,85,160,12,29,112,110,8,140,75,10,232,209,170,13,137,90,39,141,237,210,207,28,171,97,74,185,109,184,168,73,214,2,132,97,160,120,215,77,127,165,83,158,102,146,107,230,56,68,11,198,176,36,228,75,144,14,147,129,94,157,66,102,203,94,235,152,50,160,231,241,125,247,52,253,228,200,117,85,103,199,195,44,52,233,159,230,145,17,116,183,22,84,70,44,7,13,4,73,185,12,160,252,241,80,73,8,232,87,254,104,121,82,210,107,199,38,5,32,69,99,110,107,145,34,236,192,88,192,231,77,42,82,254,160,148,164,243,224,114,211,36,66,233,174,116,37,91,62,4,42,33,29,237,253,20,170,147,143,98,251,213,226,251,141,47,35,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":15,"drifted_index":15,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,205,25,171,218,87,250,168,203,161,0,76,203,170,245,104,52,130,143,16,104,239,22,163,230,68,201,251,205,247,33,81,96,0],[160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,0],[160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,0],[160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,0],[160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,0],[160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,0],[160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,0],[160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,0],[160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,0],[160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,0],[160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,0],[160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,0],[160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,0],[160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,0],[160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,0],[160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,0],[160,59,189,111,165,159,123,11,82,59,48,17,32,121,176,3,238,186,190,115,145,26,211,116,193,40,108,41,68,163,225,101,92,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,59,189,111,165,159,123,11,82,59,48,17,32,121,176,3,238,186,190,115,145,26,211,116,193,40,108,41,68,163,225,101,92,128],[249,2,17,160,119,105,145,26,28,255,104,172,29,56,196,147,18,74,237,221,155,205,28,232,224,103,181,33,197,208,155,85,111,134,7,239,160,92,225,136,53,94,242,130,121,66,180,129,73,62,137,113,39,157,47,250,247,96,6,149,239,75,188,143,101,196,195,187,78,160,85,151,137,123,118,91,216,41,57,24,165,44,206,224,10,128,251,15,164,118,92,242,175,26,146,23,47,248,53,141,243,45,160,113,178,7,198,112,61,173,230,218,153,92,129,115,65,200,18,75,42,113,113,0,135,13,126,36,157,143,191,165,12,184,57,160,150,97,150,145,107,244,44,250,141,13,144,1,251,63,128,74,55,250,54,16,92,128,197,200,49,209,49,16,252,145,189,127,160,180,3,118,75,67,176,172,252,139,202,126,110,34,239,7,208,162,177,131,167,98,103,155,144,44,128,108,157,145,176,204,224,160,124,211,78,76,216,218,242,206,136,237,80,11,208,226,98,129,107,28,16,185,162,195,212,205,11,125,211,165,163,239,231,175,160,130,29,215,22,236,4,11,156,108,115,106,136,51,53,121,214,184,160,196,54,128,75,193,128,154,161,119,20,149,5,21,232,160,146,45,45,22,45,52,140,71,140,247,250,96,51,235,26,223,42,83,220,255,239,12,53,110,80,170,60,222,229,28,97,52,160,203,2,160,252,206,121,237,249,186,209,194,213,35,133,12,39,33,3,246,253,123,180,95,157,81,174,186,226,200,242,200,110,160,144,153,120,51,204,79,203,155,153,155,50,237,6,232,237,62,16,81,226,62,65,150,5,97,185,204,247,105,78,108,30,73,160,104,166,196,84,52,148,177,156,68,148,3,44,152,9,224,132,106,118,130,255,40,142,135,42,44,243,114,125,205,231,149,25,160,248,154,231,202,39,177,133,174,115,235,47,202,138,161,14,214,26,62,87,126,182,63,129,113,207,220,87,195,226,246,142,141,160,228,242,79,113,47,86,57,210,166,108,232,171,242,46,202,5,30,18,243,107,205,250,197,255,34,43,147,69,187,83,93,32,160,172,157,30,140,199,116,163,203,168,186,234,151,25,227,173,114,244,127,84,156,132,152,244,53,138,95,111,218,204,40,168,229,160,205,25,171,218,87,250,168,203,161,0,76,203,170,245,104,52,130,143,16,104,239,22,163,230,68,201,251,205,247,33,81,96,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,121,155,183,168,168,224,186,74,39,249,205,144,226,222,87,33,122,75,94,86,91,44,68,138,208,221,205,94,137,237,31,167,0],[160,108,188,204,211,126,107,208,128,243,248,3,164,2,194,39,95,140,2,71,21,198,156,142,119,249,26,73,222,214,54,227,201,0],[160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,0],[160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,0],[160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,0],[160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,0],[160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,0],[160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,0],[160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,0],[160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,0],[160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,0],[160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,0],[160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,0],[160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,0],[160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,0],[160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,0],[160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,108,188,204,211,126,107,208,128,243,248,3,164,2,194,39,95,140,2,71,21,198,156,142,119,249,26,73,222,214,54,227,201,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128],[249,2,17,160,121,155,183,168,168,224,186,74,39,249,205,144,226,222,87,33,122,75,94,86,91,44,68,138,208,221,205,94,137,237,31,167,160,216,166,15,171,3,39,222,226,151,7,37,162,160,144,133,85,178,191,100,200,115,78,200,44,121,98,26,36,102,16,63,13,160,211,166,189,180,127,185,152,149,196,69,174,17,106,89,82,206,38,7,121,157,189,138,225,44,244,97,11,67,203,222,95,28,160,8,132,151,143,212,144,55,128,240,33,254,84,188,235,190,202,228,136,21,56,199,56,48,117,146,1,142,149,157,133,5,83,160,18,255,109,243,160,40,236,105,6,205,142,224,96,195,215,117,111,114,130,172,165,161,177,16,77,50,87,191,130,63,166,5,160,255,167,69,108,76,23,221,108,179,56,235,118,27,211,35,161,111,140,1,65,73,52,229,44,150,245,89,151,82,249,13,233,160,176,161,10,73,10,179,102,6,110,102,236,31,50,75,166,185,71,237,244,63,62,215,206,146,88,150,36,85,233,98,84,159,160,44,20,10,64,108,235,119,158,27,72,55,238,236,23,39,243,202,142,236,246,223,215,132,39,236,40,137,220,171,10,12,90,160,118,152,151,239,78,48,94,96,179,196,178,68,169,208,186,255,116,53,99,1,38,74,9,249,245,50,93,83,246,159,187,30,160,6,182,43,29,10,39,36,32,151,111,196,35,45,156,11,119,52,176,126,121,213,195,197,168,25,34,222,162,134,34,147,50,160,144,144,27,145,141,178,127,228,173,79,255,136,206,15,175,150,172,231,184,25,170,28,173,3,136,198,64,255,126,237,174,114,160,245,49,214,101,12,165,166,2,18,138,0,253,65,99,79,84,226,162,107,54,98,115,91,95,146,210,29,232,226,245,54,213,160,221,205,179,159,233,237,236,114,183,219,53,51,166,185,9,228,140,101,58,99,139,26,176,195,76,203,247,163,63,208,137,225,160,232,235,145,5,44,141,250,3,118,7,163,104,71,36,93,160,208,128,111,37,201,73,245,144,25,94,139,202,56,181,10,230,160,198,134,207,135,75,85,16,155,86,254,148,114,254,136,73,45,40,192,26,172,199,51,34,110,157,145,114,195,109,224,200,147,160,106,119,204,239,39,9,55,56,19,152,147,66,136,112,164,162,58,183,50,194,100,25,61,248,48,195,101,179,96,160,123,97,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,1,17],[249,1,17]]}},"account":null,"storage":null,"values":[[160,103,202,243,68,181,200,159,54,192,176,190,96,187,209,78,144,114,236,88,184,219,64,36,117,78,112,93,36,57,198,173,153,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,0],[160,84,13,58,113,191,191,5,200,96,75,188,127,98,49,196,171,245,18,162,105,104,34,247,216,146,112,47,166,59,214,5,229,0],[160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,0],[160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,0],[160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,84,13,58,113,191,191,5,200,96,75,188,127,98,49,196,171,245,18,162,105,104,34,247,216,146,112,47,166,59,214,5,229,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128],[249,1,17,128,128,128,128,160,37,112,16,199,69,26,213,141,117,15,88,58,234,140,35,212,221,46,9,159,183,156,34,187,200,130,0,49,2,231,49,202,160,103,202,243,68,181,200,159,54,192,176,190,96,187,209,78,144,114,236,88,184,219,64,36,117,78,112,93,36,57,198,173,153,160,205,9,41,43,203,158,199,235,255,74,41,22,216,191,72,3,87,91,58,221,106,67,112,93,211,209,113,221,36,169,105,237,160,222,151,189,27,111,65,240,142,200,49,241,226,166,1,15,178,183,26,35,61,118,249,22,24,122,105,243,84,145,67,123,122,128,128,160,132,233,79,11,166,48,68,162,163,147,55,129,108,76,188,16,90,126,123,177,237,78,56,227,61,63,90,64,39,45,33,114,160,25,255,191,193,140,206,89,20,157,212,240,1,70,228,43,244,155,44,106,161,31,169,1,16,80,174,138,52,189,246,172,160,128,160,248,28,212,113,157,219,28,196,226,90,62,51,115,196,123,226,135,9,162,67,108,99,106,138,39,38,178,178,50,64,89,146,128,160,0,70,28,90,76,241,7,217,141,50,238,173,174,99,70,154,199,136,103,233,188,38,197,227,152,134,125,52,249,245,108,147,128]]},{"start":null,"extension_branch":null,"account":{"address":[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201],"key":[123,53,240,91,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231],"list_rlp_bytes":[[248,112],[248,112]],"value_rlp_bytes":[[184,80],[184,80]],"value_list_rlp_bytes":[[248,78],[248,78]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,112]},"storage":null,"values":[[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[130,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[136,33,40,142,198,128,211,61,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,0,0,0,0]],"keccak_data":[[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,112,157,59,158,160,175,159,65,212,107,23,98,208,38,205,150,63,244,2,185,236,246,95,240,224,191,229,27,102,202,231,184,80,248,78,130,18,138,136,33,40,142,198,128,211,61,32,160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[80,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelBigVal.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelBigVal.json index e326a02bdd..8fb030c417 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelBigVal.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelBigVal.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,200,243,180,34,196,148,174,99,16,59,11,42,176,189,255,7,163,168,192,209,114,48,126,249,53,204,218,211,177,4,105,112,0],[160,152,71,128,152,158,201,117,233,85,99,52,14,102,64,63,231,196,87,38,233,121,69,226,59,48,104,120,10,154,102,157,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,47,153,170,219,9,198,22,86,248,152,232,249,109,115,192,228,13,55,28,207,117,247,47,63,204,5,209,13,223,234,159,26,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,74,72,126,214,38,114,106,6,139,208,78,23,94,227,56,235,8,120,38,244,151,36,226,85,139,208,75,186,50,93,232,139,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,74,72,126,214,38,114,106,6,139,208,78,23,94,227,56,235,8,120,38,244,151,36,226,85,139,208,75,186,50,93,232,139,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,47,153,170,219,9,198,22,86,248,152,232,249,109,115,192,228,13,55,28,207,117,247,47,63,204,5,209,13,223,234,159,26,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,60,89,199,193,177,71,27,9,6,219,206,34,13,147,100,142,80,74,189,149,136,199,168,29,205,9,178,79,161,205,99,31,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,204,47,95,53,220,42,86,221,92,153,147,52,233,155,95,54,88,156,118,84,4,61,238,56,92,140,65,14,182,174,125,178,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,204,47,95,53,220,42,86,221,92,153,147,52,233,155,95,54,88,156,118,84,4,61,238,56,92,140,65,14,182,174,125,178,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,60,89,199,193,177,71,27,9,6,219,206,34,13,147,100,142,80,74,189,149,136,199,168,29,205,9,178,79,161,205,99,31,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,140,198,60,180,239,74,249,70,85,143,82,239,38,119,152,245,146,194,129,241,217,255,108,76,127,18,46,245,117,24,70,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,127,62,96,115,155,47,151,79,242,54,78,184,86,250,239,57,139,170,36,129,159,84,15,202,218,167,188,5,25,160,44,124,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,127,62,96,115,155,47,151,79,242,54,78,184,86,250,239,57,139,170,36,129,159,84,15,202,218,167,188,5,25,160,44,124,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,9,140,198,60,180,239,74,249,70,85,143,82,239,38,119,152,245,146,194,129,241,217,255,108,76,127,18,46,245,117,24,70,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,121,224,44,198,88,3,34,184,162,128,159,80,22,63,172,141,96,120,102,169,83,117,115,165,155,73,147,14,212,173,203,22,0],[160,131,172,155,18,179,170,215,133,116,121,79,47,177,190,212,139,125,10,125,44,243,130,101,112,89,52,174,201,249,177,124,247,0],[160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,0],[160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,0],[160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,0],[160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,0],[160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,0],[160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,0],[160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,0],[160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,0],[160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,0],[160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,0],[160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,0],[160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,0],[160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,0],[160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,0],[160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,131,172,155,18,179,170,215,133,116,121,79,47,177,190,212,139,125,10,125,44,243,130,101,112,89,52,174,201,249,177,124,247,160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,128],[249,2,17,160,121,224,44,198,88,3,34,184,162,128,159,80,22,63,172,141,96,120,102,169,83,117,115,165,155,73,147,14,212,173,203,22,160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,187,181,112,177,1,53,213,12,118,65,101,22,52,248,178,73,25,96,60,140,200,62,166,37,31,160,239,186,206,12,143,181,0],[160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,0],[160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,0],[160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,0],[160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,0],[160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,0],[160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,0],[160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,0],[160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,0],[160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,0],[160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,0],[160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,0],[160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,0],[160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,0],[160,166,114,70,180,139,174,99,65,119,241,25,53,184,14,78,63,4,4,117,13,163,125,183,53,148,199,76,204,118,220,42,225,0],[160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,0],[160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,160,166,114,70,180,139,174,99,65,119,241,25,53,184,14,78,63,4,4,117,13,163,125,183,53,148,199,76,204,118,220,42,225,160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,128],[249,2,17,160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,160,187,181,112,177,1,53,213,12,118,65,101,22,52,248,178,73,25,96,60,140,200,62,166,37,31,160,239,186,206,12,143,181,160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,171,32,186,242,126,157,233,219,32,27,11,1,255,237,165,204,248,42,197,188,238,155,105,225,115,25,160,254,203,114,168,66,0],[160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,0],[160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,0],[160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,0],[160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,0],[160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,0],[160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,0],[160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,0],[160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,0],[160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,0],[160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,0],[160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,0],[160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,0],[160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,0],[160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,0],[160,120,87,213,111,251,106,64,83,114,237,33,166,182,240,230,200,43,17,70,155,163,193,75,105,33,184,59,160,113,86,78,43,0],[160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,160,120,87,213,111,251,106,64,83,114,237,33,166,182,240,230,200,43,17,70,155,163,193,75,105,33,184,59,160,113,86,78,43,160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,128],[249,2,17,160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,160,171,32,186,242,126,157,233,219,32,27,11,1,255,237,165,204,248,42,197,188,238,155,105,225,115,25,160,254,203,114,168,66,160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,145,217,21,245,54,100,134,75,64,115,206,66,134,250,103,10,3,245,71,173,9,51,227,198,140,254,44,153,211,47,116,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,71,16,40,12,61,6,166,249,163,102,154,244,144,248,103,107,190,36,211,149,94,178,77,226,233,99,228,235,118,223,79,0],[160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,0],[160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,128,160,29,71,16,40,12,61,6,166,249,163,102,154,244,144,248,103,107,190,36,211,149,94,178,77,226,233,99,228,235,118,223,79,160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,128,128,128,128,128,128,160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,128,128,160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,128],[248,209,128,160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,128,160,145,217,21,245,54,100,134,75,64,115,206,66,134,250,103,10,3,245,71,173,9,51,227,198,140,254,44,153,211,47,116,113,160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,128,128,128,128,128,128,160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,128,128,160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,128]]},{"start":null,"extension_branch":null,"account":{"address":[123,176,222,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0],[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,137,247,40,207,92,69,189,31,232,51,100,12,138,10,172,114,200,14,169,113,150,17,104,86,109,80,171,204,168,46,90,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0]],"keccak_data":[[248,102,157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,184,70,248,68,128,128,160,30,137,247,40,207,92,69,189,31,232,51,100,12,138,10,172,114,200,14,169,113,150,17,104,86,109,80,171,204,168,46,90,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[248,67]],"value_rlp_bytes":[[1],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[248,67,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,200,243,180,34,196,148,174,99,16,59,11,42,176,189,255,7,163,168,192,209,114,48,126,249,53,204,218,211,177,4,105,112,0],[160,152,71,128,152,158,201,117,233,85,99,52,14,102,64,63,231,196,87,38,233,121,69,226,59,48,104,120,10,154,102,157,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,47,153,170,219,9,198,22,86,248,152,232,249,109,115,192,228,13,55,28,207,117,247,47,63,204,5,209,13,223,234,159,26,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,74,72,126,214,38,114,106,6,139,208,78,23,94,227,56,235,8,120,38,244,151,36,226,85,139,208,75,186,50,93,232,139,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,74,72,126,214,38,114,106,6,139,208,78,23,94,227,56,235,8,120,38,244,151,36,226,85,139,208,75,186,50,93,232,139,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,47,153,170,219,9,198,22,86,248,152,232,249,109,115,192,228,13,55,28,207,117,247,47,63,204,5,209,13,223,234,159,26,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,60,89,199,193,177,71,27,9,6,219,206,34,13,147,100,142,80,74,189,149,136,199,168,29,205,9,178,79,161,205,99,31,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,204,47,95,53,220,42,86,221,92,153,147,52,233,155,95,54,88,156,118,84,4,61,238,56,92,140,65,14,182,174,125,178,0],[160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,204,47,95,53,220,42,86,221,92,153,147,52,233,155,95,54,88,156,118,84,4,61,238,56,92,140,65,14,182,174,125,178,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,60,89,199,193,177,71,27,9,6,219,206,34,13,147,100,142,80,74,189,149,136,199,168,29,205,9,178,79,161,205,99,31,160,237,113,19,48,172,139,234,51,70,37,236,44,37,118,182,177,114,98,221,189,39,248,50,83,47,77,215,60,136,159,224,77,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,9,140,198,60,180,239,74,249,70,85,143,82,239,38,119,152,245,146,194,129,241,217,255,108,76,127,18,46,245,117,24,70,0],[160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,0],[160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,0],[160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,0],[160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,0],[160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,0],[160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,0],[160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,0],[160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,0],[160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,0],[160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,0],[160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,0],[160,127,62,96,115,155,47,151,79,242,54,78,184,86,250,239,57,139,170,36,129,159,84,15,202,218,167,188,5,25,160,44,124,0],[160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,0],[160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,0],[160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,0],[160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,127,62,96,115,155,47,151,79,242,54,78,184,86,250,239,57,139,170,36,129,159,84,15,202,218,167,188,5,25,160,44,124,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128],[249,2,17,160,17,14,152,228,161,27,201,217,36,240,10,175,206,177,124,38,135,28,190,122,91,109,224,56,126,139,153,149,123,137,108,103,160,18,13,111,197,83,111,187,99,87,247,167,17,128,97,141,1,62,136,8,123,124,243,65,227,23,101,121,34,154,68,118,245,160,176,73,194,83,219,26,39,202,203,250,128,222,2,177,177,68,119,93,193,32,146,124,90,108,159,120,167,196,183,104,110,220,160,61,160,201,162,57,37,164,44,243,74,167,139,247,121,10,86,101,88,72,196,10,131,241,116,30,59,117,43,20,128,40,193,160,243,129,214,205,142,5,250,58,99,129,145,177,53,137,7,205,21,205,113,246,52,66,180,235,229,84,190,12,2,142,255,153,160,88,72,38,73,92,103,15,103,83,111,122,242,225,201,211,199,143,217,2,53,164,164,90,115,27,64,178,170,122,127,229,220,160,113,108,247,26,59,67,31,95,124,173,73,67,237,250,140,15,99,74,90,62,158,128,77,2,244,88,163,175,63,114,221,50,160,193,70,173,55,41,231,69,65,112,9,158,41,97,73,77,3,108,222,33,61,121,168,60,39,134,48,129,8,134,170,184,112,160,220,67,96,141,155,253,66,228,10,14,151,7,221,195,199,37,52,154,39,206,103,247,124,126,95,11,24,126,253,196,147,234,160,4,251,178,215,177,99,63,65,108,73,209,148,181,62,151,132,211,2,62,45,174,250,205,180,18,104,82,173,232,87,65,25,160,127,188,123,217,18,146,253,108,75,236,17,218,226,163,173,108,114,232,4,85,250,30,215,35,248,232,237,143,231,149,4,100,160,9,140,198,60,180,239,74,249,70,85,143,82,239,38,119,152,245,146,194,129,241,217,255,108,76,127,18,46,245,117,24,70,160,191,206,160,180,210,66,180,165,142,193,114,59,208,212,163,71,192,68,161,246,68,173,99,14,63,196,189,212,183,26,248,166,160,120,111,196,145,168,96,1,64,243,97,255,71,183,26,182,112,90,106,209,172,36,63,178,27,112,28,8,224,237,43,8,55,160,255,180,41,152,120,18,117,140,48,239,106,19,151,226,224,119,56,150,40,117,133,9,82,75,94,255,0,36,42,211,190,0,160,63,111,21,204,37,243,152,155,55,14,233,122,16,231,133,74,39,8,120,115,231,98,225,151,4,251,118,215,74,51,97,254,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,121,224,44,198,88,3,34,184,162,128,159,80,22,63,172,141,96,120,102,169,83,117,115,165,155,73,147,14,212,173,203,22,0],[160,131,172,155,18,179,170,215,133,116,121,79,47,177,190,212,139,125,10,125,44,243,130,101,112,89,52,174,201,249,177,124,247,0],[160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,0],[160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,0],[160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,0],[160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,0],[160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,0],[160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,0],[160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,0],[160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,0],[160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,0],[160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,0],[160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,0],[160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,0],[160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,0],[160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,0],[160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,131,172,155,18,179,170,215,133,116,121,79,47,177,190,212,139,125,10,125,44,243,130,101,112,89,52,174,201,249,177,124,247,160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,128],[249,2,17,160,121,224,44,198,88,3,34,184,162,128,159,80,22,63,172,141,96,120,102,169,83,117,115,165,155,73,147,14,212,173,203,22,160,150,152,156,133,230,232,122,23,91,116,208,117,244,245,50,176,230,211,76,244,182,155,246,32,228,160,200,58,59,123,192,53,160,202,170,219,90,120,110,227,116,111,247,66,23,2,231,204,151,174,75,244,22,192,102,49,23,183,161,162,175,23,5,246,36,160,147,187,78,66,94,192,234,246,245,69,251,255,187,49,159,171,99,48,251,171,57,31,250,68,45,240,233,145,235,109,82,73,160,145,20,239,143,224,98,57,33,164,43,245,250,223,217,191,71,180,106,38,84,178,135,22,143,250,226,254,140,130,178,101,164,160,68,215,93,175,244,189,115,73,116,246,113,73,181,165,126,110,33,249,60,28,207,201,61,19,25,144,60,205,244,101,240,233,160,117,211,114,21,72,179,37,50,247,109,117,83,195,120,45,118,150,38,28,252,212,143,20,149,118,247,96,163,15,51,175,36,160,236,46,253,118,195,69,237,169,219,238,88,245,3,137,146,154,116,128,254,15,134,182,107,140,81,16,159,169,69,12,17,210,160,236,212,252,73,216,200,122,123,192,203,154,226,85,252,28,247,185,66,228,246,82,160,32,30,133,80,201,154,74,209,226,254,160,154,150,78,96,48,207,168,99,145,22,26,255,109,34,182,133,190,69,181,7,248,225,61,96,227,92,251,60,252,122,243,58,160,251,160,122,105,109,99,90,226,17,107,37,63,249,155,34,64,174,1,53,87,169,12,148,171,136,84,123,103,178,18,156,18,160,216,173,151,14,185,169,208,15,196,175,247,238,143,214,51,104,35,33,154,154,247,23,30,17,34,115,143,17,186,31,33,63,160,34,88,41,103,57,225,46,225,38,39,13,106,242,20,194,52,228,124,167,222,87,121,137,159,175,121,90,188,61,102,57,246,160,80,129,50,87,101,206,139,157,118,112,92,79,34,177,171,188,145,15,161,158,97,238,233,138,78,30,81,141,124,69,67,158,160,225,195,56,52,118,212,176,166,59,203,224,159,207,30,115,68,72,92,130,16,66,176,102,191,162,109,234,149,212,213,125,25,160,143,62,146,149,241,37,198,126,152,40,208,59,255,27,49,178,110,171,179,135,185,78,40,56,202,144,96,125,8,160,113,3,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":13,"drifted_index":13,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,187,181,112,177,1,53,213,12,118,65,101,22,52,248,178,73,25,96,60,140,200,62,166,37,31,160,239,186,206,12,143,181,0],[160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,0],[160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,0],[160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,0],[160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,0],[160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,0],[160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,0],[160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,0],[160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,0],[160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,0],[160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,0],[160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,0],[160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,0],[160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,0],[160,166,114,70,180,139,174,99,65,119,241,25,53,184,14,78,63,4,4,117,13,163,125,183,53,148,199,76,204,118,220,42,225,0],[160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,0],[160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,160,166,114,70,180,139,174,99,65,119,241,25,53,184,14,78,63,4,4,117,13,163,125,183,53,148,199,76,204,118,220,42,225,160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,128],[249,2,17,160,243,48,113,124,85,53,55,16,156,86,90,0,211,119,95,147,80,172,83,154,247,118,201,30,103,10,68,53,26,31,206,133,160,251,66,179,200,96,113,74,102,69,19,133,153,128,67,67,88,64,251,217,228,149,9,208,208,190,55,48,248,21,219,6,233,160,35,70,218,245,9,176,125,100,18,95,159,208,129,147,22,112,59,96,96,199,190,231,189,190,84,59,34,77,14,138,130,115,160,186,122,89,77,149,206,18,207,12,225,8,197,185,20,190,73,72,125,201,249,60,214,109,23,138,59,170,85,221,71,176,123,160,194,184,192,45,254,247,25,156,28,25,223,197,110,90,8,57,202,88,107,186,26,5,239,245,233,57,188,27,35,224,57,3,160,55,220,61,78,166,234,25,248,154,228,137,84,36,142,108,127,40,39,178,145,199,31,53,223,202,248,203,82,38,176,68,115,160,45,215,222,135,75,18,22,180,192,204,240,232,9,33,228,32,248,136,210,72,56,87,92,240,75,191,18,225,122,107,142,182,160,192,239,91,84,220,163,126,246,75,242,175,78,225,131,165,141,207,67,92,112,201,44,17,180,101,219,141,115,166,83,60,198,160,52,68,61,31,223,40,63,54,66,65,60,50,192,50,174,255,183,132,66,153,46,174,193,2,127,17,49,171,78,66,241,194,160,94,204,212,48,118,131,6,156,77,204,98,71,151,171,214,140,210,204,205,46,63,21,102,15,152,150,234,213,106,125,81,214,160,28,34,136,186,140,82,36,105,139,189,215,79,188,255,0,178,39,153,143,230,112,14,146,241,103,139,240,99,247,142,192,53,160,68,206,176,240,254,137,174,157,232,167,174,247,120,44,244,147,171,236,176,115,59,22,29,18,173,67,188,6,133,8,161,14,160,191,194,51,52,14,176,182,27,27,120,0,138,253,237,102,92,120,158,53,8,38,78,32,207,45,8,36,109,36,11,22,17,160,187,181,112,177,1,53,213,12,118,65,101,22,52,248,178,73,25,96,60,140,200,62,166,37,31,160,239,186,206,12,143,181,160,127,82,0,195,57,174,232,140,38,32,148,242,127,156,37,176,15,4,26,126,216,215,67,170,114,143,205,60,208,142,74,225,160,137,243,239,53,243,249,76,212,75,203,95,68,69,103,136,81,38,137,220,235,20,174,252,185,151,132,45,170,89,220,122,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,171,32,186,242,126,157,233,219,32,27,11,1,255,237,165,204,248,42,197,188,238,155,105,225,115,25,160,254,203,114,168,66,0],[160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,0],[160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,0],[160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,0],[160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,0],[160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,0],[160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,0],[160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,0],[160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,0],[160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,0],[160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,0],[160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,0],[160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,0],[160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,0],[160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,0],[160,120,87,213,111,251,106,64,83,114,237,33,166,182,240,230,200,43,17,70,155,163,193,75,105,33,184,59,160,113,86,78,43,0],[160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,160,120,87,213,111,251,106,64,83,114,237,33,166,182,240,230,200,43,17,70,155,163,193,75,105,33,184,59,160,113,86,78,43,160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,128],[249,2,17,160,69,76,228,102,231,147,192,99,110,3,240,4,10,76,8,56,227,66,230,176,39,32,85,203,228,198,67,246,0,105,40,25,160,57,148,211,95,157,67,197,167,168,247,239,83,78,10,212,137,233,126,192,41,244,181,53,39,174,170,185,135,227,236,36,186,160,132,227,67,235,178,35,177,44,8,155,144,169,45,158,195,141,160,23,155,234,34,240,27,216,85,136,205,14,101,178,11,22,160,16,173,240,63,220,123,230,145,89,83,14,184,101,75,78,211,29,226,176,232,54,53,42,114,168,116,30,7,17,153,141,22,160,238,152,45,68,91,244,28,122,28,82,205,32,25,86,242,184,200,215,245,109,186,166,166,212,66,177,22,42,143,64,207,168,160,106,145,145,182,177,73,243,125,53,202,32,211,6,203,143,223,52,70,162,29,255,230,78,51,174,88,206,191,102,205,1,30,160,250,203,248,35,226,248,230,55,242,161,233,117,83,46,239,114,141,62,53,247,116,164,179,215,247,105,125,120,192,188,165,207,160,226,144,176,3,89,163,248,99,112,141,6,62,9,112,201,70,227,18,117,101,66,116,213,38,213,43,36,73,184,31,25,209,160,113,236,69,133,169,30,38,82,142,140,14,212,141,246,203,107,101,49,21,5,107,103,126,80,210,159,175,222,156,192,85,167,160,219,196,69,120,100,184,88,22,237,82,245,145,96,63,208,13,135,43,153,21,199,220,36,62,224,231,121,80,165,176,66,129,160,4,79,106,68,245,13,24,53,159,130,240,56,64,184,26,70,107,143,192,214,168,192,147,255,110,33,117,164,253,14,135,83,160,164,80,66,100,87,215,106,45,189,96,169,16,66,169,198,171,196,74,15,219,216,151,39,130,39,113,173,102,29,241,4,19,160,104,35,159,168,94,8,92,14,181,152,89,44,128,24,197,245,238,237,63,65,141,1,75,134,75,50,5,237,183,39,28,199,160,45,213,95,81,237,32,18,196,243,141,3,102,222,146,221,203,231,91,161,36,153,141,88,202,229,98,0,86,130,126,73,152,160,171,32,186,242,126,157,233,219,32,27,11,1,255,237,165,204,248,42,197,188,238,155,105,225,115,25,160,254,203,114,168,66,160,143,209,219,43,131,95,137,247,79,211,94,31,193,180,10,97,3,121,32,225,151,208,138,147,159,52,81,9,148,210,94,132,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,145,217,21,245,54,100,134,75,64,115,206,66,134,250,103,10,3,245,71,173,9,51,227,198,140,254,44,153,211,47,116,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,29,71,16,40,12,61,6,166,249,163,102,154,244,144,248,103,107,190,36,211,149,94,178,77,226,233,99,228,235,118,223,79,0],[160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,0],[160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,128,160,29,71,16,40,12,61,6,166,249,163,102,154,244,144,248,103,107,190,36,211,149,94,178,77,226,233,99,228,235,118,223,79,160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,128,128,128,128,128,128,160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,128,128,160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,128],[248,209,128,160,166,117,125,125,252,136,52,5,32,82,3,5,216,177,72,66,232,69,59,250,209,237,32,38,225,74,232,21,107,244,59,45,128,160,145,217,21,245,54,100,134,75,64,115,206,66,134,250,103,10,3,245,71,173,9,51,227,198,140,254,44,153,211,47,116,113,160,234,44,103,249,97,8,255,92,103,101,123,252,54,49,51,186,133,209,222,10,165,224,184,96,222,39,215,58,107,154,31,186,128,128,128,128,128,128,160,5,102,58,48,12,112,111,252,79,26,47,106,40,254,237,164,173,77,140,97,169,155,120,198,242,104,19,101,52,52,65,16,128,128,160,73,135,215,74,154,113,121,168,24,240,15,44,10,219,12,101,144,197,74,206,105,243,155,91,5,152,8,198,167,31,253,42,160,118,63,237,148,166,57,5,132,52,244,169,62,102,222,149,96,229,214,214,6,44,93,7,21,240,195,86,132,184,54,9,4,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,168,38,223,78,66,171,129,255],"key":[123,176,222,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0],[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,30,137,247,40,207,92,69,189,31,232,51,100,12,138,10,172,114,200,14,169,113,150,17,104,86,109,80,171,204,168,46,90,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,0,0,0,0]],"keccak_data":[[248,102,157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,49,8,167,206,162,129,98,249,96,13,223,245,28,99,138,238,113,126,87,159,167,128,192,182,194,25,85,2,104,184,70,248,68,128,128,160,30,137,247,40,207,92,69,189,31,232,51,100,12,138,10,172,114,200,14,169,113,150,17,104,86,109,80,171,204,168,46,90,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,168,38,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,51,211,230,140,132,150,119,250,25,123,206,227,49,78,34,35,22,71,85,31,180,179,128,72,6,170,22,74,193,10,55,116,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[226],[248,67]],"value_rlp_bytes":[[1],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[248,67,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelEvenAddress.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelEvenAddress.json index 76b6edb10a..6ab4525327 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelEvenAddress.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateOneLevelEvenAddress.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,136,133,207,187,57,67,195,44,217,34,60,119,221,103,101,126,199,28,77,168,129,236,62,249,203,75,146,75,108,184,90,205,0],[160,13,130,95,54,38,80,118,152,84,213,145,230,96,30,63,123,36,152,111,57,224,253,193,155,179,72,164,126,93,218,124,19,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,216,76,188,201,194,91,232,75,187,152,187,109,191,31,21,8,207,107,79,248,182,157,85,239,46,28,216,40,83,210,66,133,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,157,76,79,111,34,114,42,144,130,197,100,9,42,146,213,204,66,86,44,195,193,248,178,225,195,166,78,37,215,245,59,21,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,157,76,79,111,34,114,42,144,130,197,100,9,42,146,213,204,66,86,44,195,193,248,178,225,195,166,78,37,215,245,59,21,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,216,76,188,201,194,91,232,75,187,152,187,109,191,31,21,8,207,107,79,248,182,157,85,239,46,28,216,40,83,210,66,133,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,14,61,10,36,208,108,39,59,193,190,131,47,137,186,21,141,157,71,19,119,67,142,187,82,4,2,124,139,43,45,45,130,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,4,135,255,112,210,177,41,119,96,162,216,133,81,95,144,132,223,220,127,190,152,0,40,87,178,172,253,226,25,50,185,88,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,4,135,255,112,210,177,41,119,96,162,216,133,81,95,144,132,223,220,127,190,152,0,40,87,178,172,253,226,25,50,185,88,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,14,61,10,36,208,108,39,59,193,190,131,47,137,186,21,141,157,71,19,119,67,142,187,82,4,2,124,139,43,45,45,130,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,81,238,38,233,221,48,112,69,68,251,177,97,195,201,171,53,197,122,134,200,139,46,125,14,234,63,252,184,105,179,78,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,193,97,44,89,101,153,132,87,133,152,169,56,147,33,135,244,131,119,254,41,171,174,24,41,213,70,193,119,184,168,254,16,0],[160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,193,97,44,89,101,153,132,87,133,152,169,56,147,33,135,244,131,119,254,41,171,174,24,41,213,70,193,119,184,168,254,16,160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,23,81,238,38,233,221,48,112,69,68,251,177,97,195,201,171,53,197,122,134,200,139,46,125,14,234,63,252,184,105,179,78,160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,152,27,240,129,205,134,20,94,35,141,74,96,43,232,215,58,130,183,44,8,43,133,173,57,86,225,152,172,0,152,254,0],[160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,0],[160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,0],[160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,0],[160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,0],[160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,0],[160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,0],[160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,0],[160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,0],[160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,0],[160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,0],[160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,0],[160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,0],[160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,0],[160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,0],[160,202,77,116,28,179,50,207,160,214,247,114,149,214,31,63,32,245,203,186,193,229,10,211,127,198,125,233,208,113,152,125,61,0],[160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,160,202,77,116,28,179,50,207,160,214,247,114,149,214,31,63,32,245,203,186,193,229,10,211,127,198,125,233,208,113,152,125,61,160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,128],[249,2,17,160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,160,228,152,27,240,129,205,134,20,94,35,141,74,96,43,232,215,58,130,183,44,8,43,133,173,57,86,225,152,172,0,152,254,160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,36,187,116,39,91,156,50,220,168,158,204,137,119,111,251,222,192,99,196,89,213,30,52,232,104,19,54,156,8,80,253,0],[160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,0],[160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,0],[160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,0],[160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,0],[160,120,69,10,156,246,98,18,32,50,75,7,2,129,103,4,189,203,182,162,89,242,123,187,63,27,122,96,172,52,98,65,223,0],[160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,0],[160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,0],[160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,0],[160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,0],[160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,0],[160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,0],[160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,0],[160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,0],[160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,0],[160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,0],[160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,160,120,69,10,156,246,98,18,32,50,75,7,2,129,103,4,189,203,182,162,89,242,123,187,63,27,122,96,172,52,98,65,223,160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,128],[249,2,17,160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,160,214,36,187,116,39,91,156,50,220,168,158,204,137,119,111,251,222,192,99,196,89,213,30,52,232,104,19,54,156,8,80,253,160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,45,155,155,230,71,219,202,47,148,63,127,255,153,112,43,182,75,19,68,72,217,70,171,191,223,142,24,183,236,164,215,0],[160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,0],[160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,0],[160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,0],[160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,0],[160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,0],[160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,0],[160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,0],[160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,0],[160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,0],[160,17,172,129,49,18,179,71,120,67,98,34,232,49,174,201,158,23,188,152,119,253,187,175,123,61,9,17,255,2,154,112,55,0],[160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,0],[160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,0],[160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,0],[160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,0],[160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,0],[160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,160,17,172,129,49,18,179,71,120,67,98,34,232,49,174,201,158,23,188,152,119,253,187,175,123,61,9,17,255,2,154,112,55,160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,128],[249,2,17,160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,160,230,45,155,155,230,71,219,202,47,148,63,127,255,153,112,43,182,75,19,68,72,217,70,171,191,223,142,24,183,236,164,215,160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,114,145,244,110,127,94,80,191,154,118,211,156,191,151,50,33,36,35,232,127,67,105,84,163,184,26,232,197,119,61,21,114,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,0],[160,157,67,237,225,202,44,219,10,106,13,5,58,232,79,112,168,198,156,145,92,165,150,94,234,223,163,59,205,193,20,145,239,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,128,160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,128,160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,160,157,67,237,225,202,44,219,10,106,13,5,58,232,79,112,168,198,156,145,92,165,150,94,234,223,163,59,205,193,20,145,239,128,128,128,160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,128,128,128,160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,128,160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,128],[248,209,128,128,160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,128,160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,160,114,145,244,110,127,94,80,191,154,118,211,156,191,151,50,33,36,35,232,127,67,105,84,163,184,26,232,197,119,61,21,114,128,128,128,160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,128,128,128,160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,128,160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,207,83,158,38,99,162,16,222,181,10,122,169,190,199,146,126,174,50,64,4,68,199,226,67,49,12,144,117,180,198,45,30,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,22,63,223,20,68,186,173,194,172,202,158,42,126,97,15,132,195,66,221,238,107,215,248,74,92,130,208,11,24,55,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,221,22,63,223,20,68,186,173,194,172,202,158,42,126,97,15,132,195,66,221,238,107,215,248,74,92,130,208,11,24,55,5,128,128,128,128,128,128,128,128,128,160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,128,128],[248,81,128,128,128,128,160,207,83,158,38,99,162,16,222,181,10,122,169,190,199,146,126,174,50,64,4,68,199,226,67,49,12,144,117,180,198,45,30,128,128,128,128,128,128,128,128,128,160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,62,73,84,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0],[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0]],"keccak_data":[[248,102,157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,184,70,248,68,128,128,160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,136,133,207,187,57,67,195,44,217,34,60,119,221,103,101,126,199,28,77,168,129,236,62,249,203,75,146,75,108,184,90,205,0],[160,13,130,95,54,38,80,118,152,84,213,145,230,96,30,63,123,36,152,111,57,224,253,193,155,179,72,164,126,93,218,124,19,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,216,76,188,201,194,91,232,75,187,152,187,109,191,31,21,8,207,107,79,248,182,157,85,239,46,28,216,40,83,210,66,133,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,157,76,79,111,34,114,42,144,130,197,100,9,42,146,213,204,66,86,44,195,193,248,178,225,195,166,78,37,215,245,59,21,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,157,76,79,111,34,114,42,144,130,197,100,9,42,146,213,204,66,86,44,195,193,248,178,225,195,166,78,37,215,245,59,21,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,216,76,188,201,194,91,232,75,187,152,187,109,191,31,21,8,207,107,79,248,182,157,85,239,46,28,216,40,83,210,66,133,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":10,"drifted_index":10,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,14,61,10,36,208,108,39,59,193,190,131,47,137,186,21,141,157,71,19,119,67,142,187,82,4,2,124,139,43,45,45,130,0],[160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,0],[160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,0],[160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,0],[160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,0],[160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,0],[160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,0],[160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,0],[160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,0],[160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,0],[160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,0],[160,4,135,255,112,210,177,41,119,96,162,216,133,81,95,144,132,223,220,127,190,152,0,40,87,178,172,253,226,25,50,185,88,0],[160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,0],[160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,0],[160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,0],[160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,0],[160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,4,135,255,112,210,177,41,119,96,162,216,133,81,95,144,132,223,220,127,190,152,0,40,87,178,172,253,226,25,50,185,88,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128],[249,2,17,160,237,182,105,79,104,208,126,49,252,206,78,156,192,147,164,35,120,108,183,236,100,148,85,140,92,28,223,165,102,55,86,152,160,208,227,66,140,67,3,90,187,102,137,24,154,144,254,214,124,157,150,35,37,38,29,34,154,130,164,129,218,167,7,63,116,160,37,118,223,176,80,231,43,47,201,249,24,136,42,247,156,62,113,153,46,254,158,220,224,34,50,233,103,80,187,42,184,159,160,79,66,152,128,30,145,24,183,253,219,92,250,211,0,113,247,158,206,75,244,251,133,116,99,214,59,0,52,179,135,145,87,160,184,137,88,140,54,51,176,10,79,149,136,163,5,83,94,5,0,40,211,150,22,52,247,20,120,163,135,63,143,7,169,190,160,237,162,212,53,158,58,165,72,131,162,130,5,185,224,219,59,9,197,130,45,26,29,223,93,27,98,130,90,39,75,189,129,160,139,244,136,88,68,215,234,245,176,54,201,14,207,103,13,23,159,206,43,235,171,35,161,227,137,71,137,92,155,142,8,178,160,147,157,115,143,197,23,61,34,86,142,225,162,167,170,105,243,165,215,186,203,199,201,119,33,70,20,221,154,24,61,95,145,160,73,24,182,232,174,25,112,167,31,94,208,61,168,39,10,155,64,95,33,19,80,236,190,212,235,48,213,5,71,78,38,136,160,62,96,144,21,112,157,83,141,78,245,181,166,170,184,161,126,127,255,106,59,88,56,171,112,51,3,87,3,249,101,162,51,160,14,61,10,36,208,108,39,59,193,190,131,47,137,186,21,141,157,71,19,119,67,142,187,82,4,2,124,139,43,45,45,130,160,86,82,75,0,94,174,49,78,2,9,30,77,230,18,249,190,184,23,126,58,220,100,63,49,160,35,90,117,51,105,68,165,160,21,47,178,240,162,147,86,238,169,237,243,107,35,20,166,53,110,212,60,218,253,48,5,208,241,159,36,148,209,51,244,56,160,90,115,57,142,208,123,106,170,231,228,10,112,101,74,176,6,253,222,229,208,225,99,4,206,17,84,236,222,103,73,199,110,160,14,139,50,8,236,128,63,0,55,171,26,204,87,220,49,111,80,9,155,59,180,24,186,96,24,2,207,93,222,225,141,218,160,190,84,186,130,71,158,86,7,12,46,139,175,139,164,108,202,46,121,38,193,23,58,60,11,25,168,134,192,209,192,181,29,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,23,81,238,38,233,221,48,112,69,68,251,177,97,195,201,171,53,197,122,134,200,139,46,125,14,234,63,252,184,105,179,78,0],[160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,0],[160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,0],[160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,0],[160,193,97,44,89,101,153,132,87,133,152,169,56,147,33,135,244,131,119,254,41,171,174,24,41,213,70,193,119,184,168,254,16,0],[160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,0],[160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,0],[160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,0],[160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,0],[160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,0],[160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,0],[160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,0],[160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,0],[160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,0],[160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,0],[160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,0],[160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,193,97,44,89,101,153,132,87,133,152,169,56,147,33,135,244,131,119,254,41,171,174,24,41,213,70,193,119,184,168,254,16,160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128],[249,2,17,160,123,53,177,6,41,106,248,70,53,24,33,250,186,211,65,77,74,44,71,81,240,85,137,100,37,153,137,177,93,172,88,139,160,40,199,193,86,65,81,171,251,31,157,115,130,190,204,49,191,136,31,127,47,95,118,175,118,194,127,108,223,43,225,230,47,160,233,54,217,131,118,2,178,1,209,179,105,48,58,214,132,133,15,78,167,45,66,182,111,244,197,187,218,77,51,175,69,43,160,23,81,238,38,233,221,48,112,69,68,251,177,97,195,201,171,53,197,122,134,200,139,46,125,14,234,63,252,184,105,179,78,160,45,193,48,211,101,121,254,199,85,141,130,128,122,212,202,62,52,147,71,255,68,207,236,128,163,22,181,239,158,132,195,225,160,101,151,65,125,14,108,87,123,160,196,130,209,66,96,54,119,109,126,209,209,3,214,31,7,47,173,231,75,209,249,20,79,160,66,17,229,126,244,232,27,44,176,229,112,80,2,8,62,167,182,217,249,166,109,223,237,114,86,148,125,125,89,168,203,108,160,240,79,201,7,212,223,242,137,200,23,170,195,76,70,223,95,120,218,60,63,104,55,31,17,232,77,160,128,241,43,186,250,160,143,63,99,109,209,121,169,243,156,182,145,219,206,114,112,150,40,138,95,81,229,41,138,81,231,58,159,139,150,59,218,33,160,10,236,238,158,221,171,83,236,186,38,181,136,98,160,69,102,146,33,116,73,82,113,46,202,242,74,72,190,227,123,149,88,160,95,63,77,129,14,81,253,106,110,43,33,14,170,224,154,241,79,188,245,96,109,169,200,205,185,0,198,129,74,201,204,15,160,44,195,245,24,121,241,189,175,189,8,161,85,234,223,208,222,173,145,128,51,37,26,167,142,4,0,188,151,89,188,167,113,160,55,63,32,94,141,145,145,99,34,93,169,5,190,197,175,242,50,5,19,160,204,52,5,244,234,74,164,87,86,66,63,231,160,217,71,157,58,177,41,102,231,28,191,171,238,246,247,251,91,217,39,245,35,101,57,11,92,107,212,185,234,40,64,13,39,160,190,175,151,197,195,178,105,115,231,174,143,15,193,210,53,89,2,74,176,227,167,100,193,245,118,88,225,161,212,249,214,128,160,91,120,21,32,120,103,112,223,70,19,171,181,141,169,70,15,7,200,242,235,139,220,71,103,148,177,1,218,171,1,201,194,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,228,152,27,240,129,205,134,20,94,35,141,74,96,43,232,215,58,130,183,44,8,43,133,173,57,86,225,152,172,0,152,254,0],[160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,0],[160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,0],[160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,0],[160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,0],[160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,0],[160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,0],[160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,0],[160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,0],[160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,0],[160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,0],[160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,0],[160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,0],[160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,0],[160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,0],[160,202,77,116,28,179,50,207,160,214,247,114,149,214,31,63,32,245,203,186,193,229,10,211,127,198,125,233,208,113,152,125,61,0],[160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,160,202,77,116,28,179,50,207,160,214,247,114,149,214,31,63,32,245,203,186,193,229,10,211,127,198,125,233,208,113,152,125,61,160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,128],[249,2,17,160,40,222,102,227,184,57,215,18,167,76,237,70,177,153,28,254,150,239,106,3,196,230,118,102,115,152,37,115,154,146,68,110,160,1,97,207,208,165,215,15,48,170,185,154,14,108,172,175,102,80,84,230,117,84,171,111,71,36,208,10,72,15,16,191,84,160,188,173,51,199,160,72,141,141,239,182,189,30,214,230,239,143,154,127,205,194,91,23,162,92,107,85,200,230,97,11,114,161,160,100,72,214,132,4,132,211,90,81,6,11,27,112,193,53,59,242,232,238,114,244,166,252,40,159,174,6,72,193,59,242,161,160,90,14,87,49,7,152,238,76,245,32,244,14,104,246,94,24,18,174,54,64,255,249,83,70,143,43,231,187,143,51,248,11,160,129,44,69,154,180,83,68,210,87,181,172,173,84,159,172,12,167,11,191,173,180,177,110,18,49,206,134,21,16,236,239,148,160,235,214,232,168,121,243,104,75,139,214,158,215,0,7,111,128,52,17,60,185,221,202,23,75,53,133,180,202,77,242,80,32,160,216,173,217,188,156,224,50,242,22,86,238,110,25,249,5,68,16,66,203,67,0,171,165,244,49,56,235,49,67,255,199,17,160,20,249,176,227,252,10,253,85,10,149,86,27,190,19,248,181,140,142,31,215,50,167,184,29,104,239,131,140,5,11,113,13,160,25,92,39,170,46,120,120,151,142,215,183,38,244,176,208,247,149,99,18,16,182,117,161,213,10,79,0,109,92,65,51,36,160,198,234,250,2,138,33,123,148,26,62,97,94,255,155,0,183,223,76,138,71,147,190,80,39,62,131,245,25,133,11,125,187,160,213,35,16,29,4,118,186,237,63,249,80,4,41,207,230,45,93,19,120,91,16,69,46,167,10,154,199,109,250,248,163,184,160,223,125,227,20,75,84,53,125,123,72,106,105,2,87,74,240,135,103,250,174,225,86,160,247,160,195,223,216,9,57,163,134,160,58,237,139,94,155,96,244,13,205,160,37,197,109,61,128,16,81,56,49,204,81,238,207,245,79,30,200,14,195,248,125,80,160,228,152,27,240,129,205,134,20,94,35,141,74,96,43,232,215,58,130,183,44,8,43,133,173,57,86,225,152,172,0,152,254,160,133,77,99,219,151,111,85,211,98,236,211,112,178,193,127,20,108,28,5,220,0,219,168,5,32,130,58,13,222,16,104,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,214,36,187,116,39,91,156,50,220,168,158,204,137,119,111,251,222,192,99,196,89,213,30,52,232,104,19,54,156,8,80,253,0],[160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,0],[160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,0],[160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,0],[160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,0],[160,120,69,10,156,246,98,18,32,50,75,7,2,129,103,4,189,203,182,162,89,242,123,187,63,27,122,96,172,52,98,65,223,0],[160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,0],[160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,0],[160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,0],[160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,0],[160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,0],[160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,0],[160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,0],[160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,0],[160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,0],[160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,0],[160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,160,120,69,10,156,246,98,18,32,50,75,7,2,129,103,4,189,203,182,162,89,242,123,187,63,27,122,96,172,52,98,65,223,160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,128],[249,2,17,160,8,135,119,145,71,83,253,247,243,146,138,195,209,28,111,171,16,130,7,126,144,38,253,255,227,44,112,8,163,184,140,148,160,232,145,143,64,118,45,183,95,23,65,72,172,22,59,17,10,49,68,173,162,67,87,142,97,18,138,145,113,1,156,202,21,160,92,82,18,150,251,254,32,95,223,193,185,232,71,254,190,4,235,222,187,48,76,47,178,45,23,124,225,193,190,85,207,30,160,85,77,144,239,209,47,112,195,17,64,149,132,231,126,216,59,131,38,50,252,91,86,83,102,6,244,16,170,51,106,161,159,160,214,36,187,116,39,91,156,50,220,168,158,204,137,119,111,251,222,192,99,196,89,213,30,52,232,104,19,54,156,8,80,253,160,134,119,206,195,242,39,83,125,27,18,98,104,126,4,186,236,183,1,254,168,110,168,42,190,170,47,44,71,68,141,251,109,160,64,68,150,52,210,25,95,201,180,73,160,180,184,95,254,185,140,93,180,58,39,3,45,89,152,48,140,243,63,249,207,51,160,70,244,235,21,74,202,171,94,245,3,224,222,221,222,50,2,85,8,124,48,240,190,216,158,220,87,91,155,164,159,80,156,160,207,152,148,168,255,160,183,20,161,196,124,82,139,0,178,118,120,117,95,129,61,214,19,44,206,141,218,29,61,202,38,78,160,179,37,222,166,210,188,130,89,242,104,232,141,181,215,140,166,71,143,100,229,97,91,245,248,173,158,179,141,190,241,138,247,160,186,224,225,94,174,156,184,21,5,190,210,75,219,198,238,225,23,223,48,45,128,55,176,121,12,60,11,19,62,109,46,0,160,53,72,156,191,57,183,194,21,149,151,170,10,133,251,137,246,80,73,254,101,201,209,237,173,1,204,204,20,6,14,6,141,160,167,82,94,25,177,175,88,244,22,183,2,36,64,100,136,229,179,81,158,196,244,173,101,66,165,68,55,147,79,232,14,3,160,15,183,96,72,139,82,98,227,247,249,237,215,55,82,158,1,138,190,35,74,67,234,95,132,229,7,53,165,104,159,135,17,160,248,40,52,164,47,220,29,146,152,80,121,189,8,84,170,41,69,253,91,39,168,243,184,174,45,18,130,178,212,1,185,209,160,44,26,64,233,199,171,139,47,234,188,174,6,150,200,12,185,251,183,93,176,159,100,227,80,143,176,175,251,93,36,73,164,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,45,155,155,230,71,219,202,47,148,63,127,255,153,112,43,182,75,19,68,72,217,70,171,191,223,142,24,183,236,164,215,0],[160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,0],[160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,0],[160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,0],[160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,0],[160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,0],[160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,0],[160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,0],[160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,0],[160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,0],[160,17,172,129,49,18,179,71,120,67,98,34,232,49,174,201,158,23,188,152,119,253,187,175,123,61,9,17,255,2,154,112,55,0],[160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,0],[160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,0],[160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,0],[160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,0],[160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,0],[160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,160,17,172,129,49,18,179,71,120,67,98,34,232,49,174,201,158,23,188,152,119,253,187,175,123,61,9,17,255,2,154,112,55,160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,128],[249,2,17,160,13,112,222,236,74,152,63,197,120,106,32,218,72,101,53,162,68,202,44,244,131,223,199,36,255,198,129,74,66,199,103,88,160,144,187,200,113,167,117,8,52,189,142,152,158,62,92,242,163,214,120,250,84,159,29,90,128,41,88,151,246,254,65,85,33,160,124,89,246,160,94,222,21,159,176,151,105,175,66,203,39,173,27,0,188,15,199,212,56,133,239,61,28,44,29,129,32,77,160,166,84,121,62,19,108,104,119,237,39,200,106,215,254,191,6,120,240,185,64,46,114,70,121,183,243,228,0,91,254,164,56,160,254,220,186,75,138,57,235,36,178,255,228,68,170,250,248,10,240,31,83,191,251,114,101,133,250,16,91,231,91,151,59,191,160,142,142,113,39,59,83,241,242,206,65,123,242,80,148,97,226,23,122,146,236,203,174,172,28,112,181,169,67,22,236,118,92,160,206,214,86,81,200,74,158,48,172,186,44,63,164,152,166,85,112,171,86,111,112,38,66,127,139,104,79,67,203,83,82,116,160,54,189,252,28,107,248,190,113,66,17,36,79,28,172,99,187,108,80,34,4,184,197,178,241,23,151,197,100,212,229,32,152,160,208,231,100,67,181,255,85,186,55,62,51,150,108,188,172,180,2,124,24,211,149,215,110,92,127,104,31,167,163,159,208,146,160,230,45,155,155,230,71,219,202,47,148,63,127,255,153,112,43,182,75,19,68,72,217,70,171,191,223,142,24,183,236,164,215,160,236,104,214,93,1,15,226,18,99,141,93,168,225,214,105,87,152,117,105,184,169,102,80,113,190,29,136,181,227,223,21,124,160,200,81,41,18,48,206,197,18,104,132,127,175,33,150,185,140,180,144,141,142,177,167,240,114,13,18,79,16,205,232,26,124,160,7,162,12,135,162,81,138,121,138,84,40,4,82,78,233,189,139,90,120,27,251,81,35,143,146,218,243,118,77,65,133,105,160,82,235,123,223,43,252,112,108,3,192,31,204,48,73,12,186,32,172,56,53,224,141,5,89,238,172,99,150,82,158,134,175,160,212,181,161,27,47,242,144,90,181,168,143,204,77,166,139,227,90,61,19,121,23,32,222,202,111,151,228,167,108,137,42,227,160,80,70,15,216,199,133,165,127,11,190,59,122,218,166,66,162,99,242,192,28,163,206,5,6,78,46,151,113,180,137,137,208,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,114,145,244,110,127,94,80,191,154,118,211,156,191,151,50,33,36,35,232,127,67,105,84,163,184,26,232,197,119,61,21,114,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,0],[160,157,67,237,225,202,44,219,10,106,13,5,58,232,79,112,168,198,156,145,92,165,150,94,234,223,163,59,205,193,20,145,239,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,128,160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,128,160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,160,157,67,237,225,202,44,219,10,106,13,5,58,232,79,112,168,198,156,145,92,165,150,94,234,223,163,59,205,193,20,145,239,128,128,128,160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,128,128,128,160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,128,160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,128],[248,209,128,128,160,184,169,39,115,29,121,231,55,22,10,155,12,88,113,114,246,95,11,142,163,185,155,129,112,31,225,17,131,212,142,34,29,128,160,249,132,11,122,118,67,11,147,114,13,139,231,199,93,89,128,165,140,129,70,28,175,187,203,213,159,136,45,22,171,236,128,160,114,145,244,110,127,94,80,191,154,118,211,156,191,151,50,33,36,35,232,127,67,105,84,163,184,26,232,197,119,61,21,114,128,128,128,160,139,170,159,231,204,30,86,21,117,211,48,148,77,235,241,83,212,97,34,238,200,31,54,130,240,221,96,230,225,204,182,191,128,128,128,160,239,34,129,216,218,130,142,57,48,254,72,82,18,158,42,219,64,176,113,33,34,12,180,138,221,92,86,120,214,213,40,224,128,160,135,107,131,97,218,163,136,28,230,88,49,120,210,102,95,11,244,187,136,136,100,100,149,75,112,78,171,141,130,5,248,52,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,207,83,158,38,99,162,16,222,181,10,122,169,190,199,146,126,174,50,64,4,68,199,226,67,49,12,144,117,180,198,45,30,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,221,22,63,223,20,68,186,173,194,172,202,158,42,126,97,15,132,195,66,221,238,107,215,248,74,92,130,208,11,24,55,5,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,160,221,22,63,223,20,68,186,173,194,172,202,158,42,126,97,15,132,195,66,221,238,107,215,248,74,92,130,208,11,24,55,5,128,128,128,128,128,128,128,128,128,160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,128,128],[248,81,128,128,128,128,160,207,83,158,38,99,162,16,222,181,10,122,169,190,199,146,126,174,50,64,4,68,199,226,67,49,12,144,117,180,198,45,30,128,128,128,128,128,128,128,128,128,160,98,173,52,188,181,139,216,41,79,97,31,55,99,254,58,135,199,202,164,138,171,232,182,70,151,103,219,192,144,28,234,137,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[37,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201],"key":[170,62,73,84,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0],[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,0,0,0,0]],"keccak_data":[[248,102,157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,2,230,88,110,8,64,214,21,71,137,185,32,70,171,195,114,233,247,106,43,145,143,242,208,210,206,20,203,184,70,248,68,128,128,160,43,241,2,58,110,2,230,217,213,217,146,103,221,140,77,11,247,170,77,0,162,19,233,136,89,108,100,126,121,96,144,102,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[37,239,191,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateThreeLevels.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateThreeLevels.json index 3b84ee3734..9f774fbac5 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateThreeLevels.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateThreeLevels.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,243,200,138,97,230,47,246,226,112,110,215,135,89,224,243,98,245,241,121,228,100,107,115,224,247,188,253,37,169,108,139,126,0],[160,131,131,83,171,119,34,200,230,98,106,115,22,81,25,119,42,86,5,237,117,31,87,71,221,165,119,13,231,191,212,169,49,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,101,77,230,237,240,73,108,155,117,96,108,192,106,0,61,132,48,176,179,233,125,56,111,253,16,241,13,71,124,184,157,100,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,142,144,113,222,161,97,77,48,103,64,180,232,181,11,108,2,85,138,163,102,26,74,61,64,147,6,183,56,99,81,83,71,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,142,144,113,222,161,97,77,48,103,64,180,232,181,11,108,2,85,138,163,102,26,74,61,64,147,6,183,56,99,81,83,71,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,101,77,230,237,240,73,108,155,117,96,108,192,106,0,61,132,48,176,179,233,125,56,111,253,16,241,13,71,124,184,157,100,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,14,72,25,129,66,191,230,0,34,163,156,210,173,52,225,168,221,66,88,57,5,115,40,205,90,254,107,55,240,255,166,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,87,138,47,5,98,222,15,150,38,81,116,204,38,246,74,216,154,151,10,54,2,41,1,148,36,199,3,198,39,221,221,17,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,87,138,47,5,98,222,15,150,38,81,116,204,38,246,74,216,154,151,10,54,2,41,1,148,36,199,3,198,39,221,221,17,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,89,14,72,25,129,66,191,230,0,34,163,156,210,173,52,225,168,221,66,88,57,5,115,40,205,90,254,107,55,240,255,166,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,196,75,28,203,87,166,229,245,194,73,52,62,118,92,101,101,237,126,90,246,173,201,159,188,78,114,228,147,48,129,240,203,0],[160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,0],[160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,0],[160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,0],[160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,0],[160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,0],[160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,0],[160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,0],[160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,0],[160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,0],[160,188,212,78,6,137,199,58,2,72,14,105,100,234,10,254,179,199,160,215,110,78,188,254,146,90,111,23,88,96,114,64,234,0],[160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,0],[160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,0],[160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,0],[160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,0],[160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,0],[160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,160,188,212,78,6,137,199,58,2,72,14,105,100,234,10,254,179,199,160,215,110,78,188,254,146,90,111,23,88,96,114,64,234,160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,128],[249,2,17,160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,160,196,75,28,203,87,166,229,245,194,73,52,62,118,92,101,101,237,126,90,246,173,201,159,188,78,114,228,147,48,129,240,203,160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,37,70,153,216,255,176,70,2,60,194,7,102,154,227,212,101,52,63,150,4,173,162,99,247,179,212,33,34,48,36,144,175,0],[160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,0],[160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,0],[160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,0],[160,26,147,102,163,139,172,169,47,50,240,75,190,92,248,196,156,35,24,79,235,155,144,229,52,4,85,87,249,139,147,232,222,0],[160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,0],[160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,0],[160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,0],[160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,0],[160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,0],[160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,0],[160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,0],[160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,0],[160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,0],[160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,0],[160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,0],[160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,160,26,147,102,163,139,172,169,47,50,240,75,190,92,248,196,156,35,24,79,235,155,144,229,52,4,85,87,249,139,147,232,222,160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,128],[249,2,17,160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,160,37,70,153,216,255,176,70,2,60,194,7,102,154,227,212,101,52,63,150,4,173,162,99,247,179,212,33,34,48,36,144,175,160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,183,63,43,52,250,147,253,41,11,40,102,228,67,36,150,238,209,99,227,150,202,150,95,82,62,165,162,196,179,232,192,0],[160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,0],[160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,0],[160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,0],[160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,0],[160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,0],[160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,0],[160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,0],[160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,0],[160,40,209,9,219,145,88,225,98,57,70,130,171,199,135,108,162,137,200,130,155,156,208,73,48,20,227,77,94,10,212,186,75,0],[160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,0],[160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,0],[160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,0],[160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,0],[160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,0],[160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,0],[160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,160,40,209,9,219,145,88,225,98,57,70,130,171,199,135,108,162,137,200,130,155,156,208,73,48,20,227,77,94,10,212,186,75,160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,128],[249,2,17,160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,160,208,183,63,43,52,250,147,253,41,11,40,102,228,67,36,150,238,209,99,227,150,202,150,95,82,62,165,162,196,179,232,192,160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,88,100,20,124,44,120,97,11,155,255,247,50,144,93,125,181,208,124,107,2,9,128,158,57,108,165,185,187,233,79,33,10,0],[160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,0],[160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,0],[160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,0],[160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,0],[160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,0],[160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,0],[160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,0],[160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,0],[160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,0],[160,221,16,192,189,239,240,135,122,64,173,215,46,4,239,49,29,173,26,184,232,175,108,56,126,239,57,79,239,242,87,128,177,0],[160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,0],[160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,0],[160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,0],[160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,0],[160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,0],[160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,160,221,16,192,189,239,240,135,122,64,173,215,46,4,239,49,29,173,26,184,232,175,108,56,126,239,57,79,239,242,87,128,177,160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,128],[249,2,17,160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,160,88,100,20,124,44,120,97,11,155,255,247,50,144,93,125,181,208,124,107,2,9,128,158,57,108,165,185,187,233,79,33,10,160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,250,47,45,204,91,161,58,207,44,11,183,77,22,191,151,109,244,206,52,64,130,47,100,227,34,238,117,230,29,190,208,238,0],[160,80,6,89,43,86,234,131,147,239,22,38,45,220,175,87,203,99,236,3,18,241,136,146,107,109,235,193,176,130,156,84,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,0],[160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,80,6,89,43,86,234,131,147,239,22,38,45,220,175,87,203,99,236,3,18,241,136,146,107,109,235,193,176,130,156,84,21,128,128,128,160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,128,128,160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,128,128,160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,128,128,160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,128,128],[248,209,160,250,47,45,204,91,161,58,207,44,11,183,77,22,191,151,109,244,206,52,64,130,47,100,227,34,238,117,230,29,190,208,238,128,128,128,160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,128,128,160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,128,128,160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,128,128,160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,37,106,249,58,165,105,120,84,33,189,103,48,146,121,142,174,76,21,117,99,164,77,145,64,232,16,211,214,199,162,3,153,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,123,252,100,173,124,68,199,163,79,4,241,92,153,123,218,145,145,36,206,212,171,116,13,74,255,42,112,221,179,248,169,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,160,169,123,252,100,173,124,68,199,163,79,4,241,92,153,123,218,145,145,36,206,212,171,116,13,74,255,42,112,221,179,248,169,128,128,128,128,128,128,160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,128,128,128,128],[248,81,128,128,128,128,128,160,37,106,249,58,165,105,120,84,33,189,103,48,146,121,142,174,76,21,117,99,164,77,145,64,232,16,211,214,199,162,3,153,128,128,128,128,128,128,160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[124,147,137,5,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0],[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,146,239,33,27,134,221,156,45,126,73,40,11,10,2,192,168,19,116,167,199,173,97,3,135,25,96,251,198,68,191,9,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,96,35,47,139,213,181,226,176,47,22,147,77,160,46,85,255,253,184,17,242,105,77,6,168,219,237,167,193,62,216,254,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0]],"keccak_data":[[248,102,157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,184,70,248,68,128,128,160,147,146,239,33,27,134,221,156,45,126,73,40,11,10,2,192,168,19,116,167,199,173,97,3,135,25,96,251,198,68,191,9,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,184,70,248,68,128,128,160,96,35,47,139,213,181,226,176,47,22,147,77,160,46,85,255,253,184,17,242,105,77,6,168,219,237,167,193,62,216,254,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,91,10,250,131,171,4,97,15,140,11,25,55,183,80,103,180,53,183,250,129,222,95,128,153,102,189,72,184,232,232,248,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,97,98,40,14,59,11,157,50,95,110,184,111,19,174,141,21,199,66,37,120,178,63,131,118,101,243,252,159,63,17,206,0],[160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,0],[160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,0],[160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,128,160,25,97,98,40,14,59,11,157,50,95,110,184,111,19,174,141,21,199,66,37,120,178,63,131,118,101,243,252,159,63,17,206,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,128,128,128],[249,1,81,128,160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,128,160,91,10,250,131,171,4,97,15,140,11,25,55,183,80,103,180,53,183,250,129,222,95,128,153,102,189,72,184,232,232,248,235,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,30,248,134,148,131,117,113,95,37,122,104,0,184,231,27,247,214,154,124,238,70,110,164,164,151,49,25,67,247,41,172,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,18,189,145,157,165,121,134,62,226,195,3,230,16,235,11,45,210,244,189,7,26,248,54,29,182,137,166,192,113,138,20,130,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,128,128,160,18,189,145,157,165,121,134,62,226,195,3,230,16,235,11,45,210,244,189,7,26,248,54,29,182,137,166,192,113,138,20,130,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,145,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,128,128,160,30,248,134,148,131,117,113,95,37,122,104,0,184,231,27,247,214,154,124,238,70,110,164,164,151,49,25,67,247,41,172,229,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,218,4,39,255,9,126,152,106,175,197,47,44,165,171,74,58,163,180,52,102,227,110,9,39,215,100,43,118,237,38,201,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,104,33,36,38,210,61,47,15,246,106,54,238,175,149,78,69,226,199,248,65,100,67,132,137,83,125,136,80,116,117,71,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,94,104,33,36,38,210,61,47,15,246,106,54,238,175,149,78,69,226,199,248,65,100,67,132,137,83,125,136,80,116,117,71,128,128,128,128,128,128,128,128,128,160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,128,128,128],[248,81,128,128,128,160,211,218,4,39,255,9,126,152,106,175,197,47,44,165,171,74,58,163,180,52,102,227,110,9,39,215,100,43,118,237,38,201,128,128,128,128,128,128,128,128,128,160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[11],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,11],[225,159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,243,200,138,97,230,47,246,226,112,110,215,135,89,224,243,98,245,241,121,228,100,107,115,224,247,188,253,37,169,108,139,126,0],[160,131,131,83,171,119,34,200,230,98,106,115,22,81,25,119,42,86,5,237,117,31,87,71,221,165,119,13,231,191,212,169,49,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,101,77,230,237,240,73,108,155,117,96,108,192,106,0,61,132,48,176,179,233,125,56,111,253,16,241,13,71,124,184,157,100,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,142,144,113,222,161,97,77,48,103,64,180,232,181,11,108,2,85,138,163,102,26,74,61,64,147,6,183,56,99,81,83,71,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,142,144,113,222,161,97,77,48,103,64,180,232,181,11,108,2,85,138,163,102,26,74,61,64,147,6,183,56,99,81,83,71,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,101,77,230,237,240,73,108,155,117,96,108,192,106,0,61,132,48,176,179,233,125,56,111,253,16,241,13,71,124,184,157,100,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":12,"drifted_index":12,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,14,72,25,129,66,191,230,0,34,163,156,210,173,52,225,168,221,66,88,57,5,115,40,205,90,254,107,55,240,255,166,0],[160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,0],[160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,0],[160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,0],[160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,0],[160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,0],[160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,0],[160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,0],[160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,0],[160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,0],[160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,0],[160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,0],[160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,0],[160,87,138,47,5,98,222,15,150,38,81,116,204,38,246,74,216,154,151,10,54,2,41,1,148,36,199,3,198,39,221,221,17,0],[160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,0],[160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,0],[160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,87,138,47,5,98,222,15,150,38,81,116,204,38,246,74,216,154,151,10,54,2,41,1,148,36,199,3,198,39,221,221,17,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128],[249,2,17,160,209,166,246,131,157,125,116,63,193,248,162,71,90,175,16,52,56,251,216,211,108,128,191,124,80,214,64,195,199,145,183,166,160,118,78,166,176,169,146,27,188,197,238,205,167,71,230,136,19,131,132,97,139,105,245,110,90,160,86,110,49,67,224,145,147,160,42,79,148,177,23,10,104,195,87,164,198,127,197,238,128,134,96,184,136,216,35,159,191,145,242,48,211,244,221,199,218,125,160,25,61,55,49,199,117,55,26,205,165,86,192,197,113,93,148,211,22,242,118,24,93,8,136,137,235,150,131,201,2,102,19,160,46,108,221,239,69,200,218,137,154,157,106,34,114,163,157,34,127,148,59,172,220,119,198,204,169,172,119,179,38,10,10,29,160,156,25,77,91,93,148,70,201,74,5,94,24,247,142,220,91,73,205,240,55,129,253,25,195,230,152,22,90,234,203,109,128,160,90,211,29,56,152,93,77,186,54,229,33,225,233,133,47,241,145,25,69,84,47,209,58,83,104,81,195,35,244,156,156,239,160,102,142,197,101,102,115,238,240,63,220,53,78,129,71,215,55,151,14,9,176,158,63,120,51,114,224,223,57,79,9,188,184,160,146,182,235,84,94,114,8,227,240,42,193,1,138,219,154,123,24,248,232,13,53,253,122,191,191,215,130,128,234,226,86,123,160,40,77,67,44,13,0,118,36,248,131,0,251,86,233,80,243,118,99,238,180,171,250,183,38,238,169,213,119,108,245,19,216,160,64,18,54,182,209,195,231,34,63,114,131,4,1,135,54,117,83,63,223,76,72,79,250,115,62,68,180,127,62,80,18,228,160,227,33,91,131,11,140,204,127,36,52,192,187,51,9,224,190,228,17,100,163,82,196,205,244,33,26,240,245,139,112,116,56,160,89,14,72,25,129,66,191,230,0,34,163,156,210,173,52,225,168,221,66,88,57,5,115,40,205,90,254,107,55,240,255,166,160,88,105,238,118,255,160,136,184,96,8,87,176,52,68,3,231,37,68,98,54,155,235,91,113,248,123,218,255,90,214,92,84,160,83,254,197,66,171,46,87,4,210,164,130,104,87,182,90,162,48,68,242,118,70,202,124,115,19,234,255,252,85,216,103,94,160,82,160,190,200,53,55,205,109,173,180,42,168,128,244,153,23,189,99,18,57,192,135,244,43,161,197,165,163,126,37,239,63,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,196,75,28,203,87,166,229,245,194,73,52,62,118,92,101,101,237,126,90,246,173,201,159,188,78,114,228,147,48,129,240,203,0],[160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,0],[160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,0],[160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,0],[160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,0],[160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,0],[160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,0],[160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,0],[160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,0],[160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,0],[160,188,212,78,6,137,199,58,2,72,14,105,100,234,10,254,179,199,160,215,110,78,188,254,146,90,111,23,88,96,114,64,234,0],[160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,0],[160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,0],[160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,0],[160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,0],[160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,0],[160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,160,188,212,78,6,137,199,58,2,72,14,105,100,234,10,254,179,199,160,215,110,78,188,254,146,90,111,23,88,96,114,64,234,160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,128],[249,2,17,160,134,218,201,190,174,19,218,60,39,113,76,213,248,89,117,82,167,49,202,205,219,147,89,155,18,12,41,204,77,157,17,202,160,60,68,179,91,136,249,50,23,67,71,107,185,87,83,237,194,93,144,28,83,225,47,214,63,191,66,61,226,194,216,70,182,160,14,224,220,172,247,174,84,182,117,227,57,115,225,134,59,19,63,213,188,68,18,175,196,73,251,230,1,76,95,16,89,158,160,3,111,51,46,126,40,229,35,79,209,225,254,203,71,147,195,229,68,61,93,154,71,23,117,9,18,124,106,122,236,243,100,160,103,42,58,70,189,116,83,199,145,157,178,75,86,62,195,77,223,187,38,239,148,199,21,7,98,56,71,186,56,132,227,186,160,38,60,140,175,251,16,57,187,140,135,54,244,254,42,1,73,28,2,56,87,165,143,245,183,246,161,161,234,176,113,136,27,160,229,178,108,142,163,155,235,197,248,58,23,197,47,204,158,167,210,161,90,248,219,255,86,78,18,128,40,160,225,174,2,200,160,27,220,109,24,173,38,212,62,203,237,107,17,18,108,115,141,170,14,0,20,144,56,95,194,28,217,108,102,203,177,106,143,160,67,103,36,244,91,164,54,109,142,203,181,180,87,87,18,138,83,166,216,44,242,187,34,20,251,167,125,121,233,76,48,206,160,196,75,28,203,87,166,229,245,194,73,52,62,118,92,101,101,237,126,90,246,173,201,159,188,78,114,228,147,48,129,240,203,160,141,79,235,169,130,59,15,136,65,119,184,215,130,7,17,19,57,60,64,6,98,90,135,37,5,27,178,133,252,132,207,36,160,196,48,248,227,122,194,3,8,5,96,187,7,73,32,196,148,144,36,217,56,189,45,99,194,95,179,244,108,50,55,58,89,160,157,63,26,157,8,145,224,70,103,61,217,106,46,204,62,42,103,142,80,182,6,178,45,172,18,36,53,76,32,93,156,111,160,50,157,97,54,52,88,31,35,198,53,123,229,156,229,102,179,120,197,16,152,201,134,181,240,249,153,236,9,20,186,239,23,160,205,184,206,0,175,180,158,90,0,146,59,162,236,244,102,190,19,17,118,19,248,132,99,121,200,185,152,129,173,2,104,30,160,216,163,182,112,134,103,194,136,44,88,63,169,122,20,14,52,3,223,73,38,43,99,183,98,109,194,100,48,223,17,138,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,37,70,153,216,255,176,70,2,60,194,7,102,154,227,212,101,52,63,150,4,173,162,99,247,179,212,33,34,48,36,144,175,0],[160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,0],[160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,0],[160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,0],[160,26,147,102,163,139,172,169,47,50,240,75,190,92,248,196,156,35,24,79,235,155,144,229,52,4,85,87,249,139,147,232,222,0],[160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,0],[160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,0],[160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,0],[160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,0],[160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,0],[160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,0],[160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,0],[160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,0],[160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,0],[160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,0],[160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,0],[160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,160,26,147,102,163,139,172,169,47,50,240,75,190,92,248,196,156,35,24,79,235,155,144,229,52,4,85,87,249,139,147,232,222,160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,128],[249,2,17,160,202,178,60,17,151,42,168,211,25,54,0,212,52,215,119,167,108,199,236,109,42,123,206,152,219,13,83,203,241,152,25,49,160,117,120,70,231,184,210,156,242,234,229,218,216,125,117,237,85,38,227,80,56,163,168,236,164,170,189,189,246,102,7,51,37,160,243,86,5,22,62,129,189,39,37,134,182,129,107,142,107,43,216,243,178,191,118,66,158,22,162,178,19,215,99,171,53,241,160,37,70,153,216,255,176,70,2,60,194,7,102,154,227,212,101,52,63,150,4,173,162,99,247,179,212,33,34,48,36,144,175,160,55,240,43,175,228,200,177,244,37,165,43,85,17,65,200,34,156,95,192,110,165,64,147,253,164,55,46,52,70,111,1,187,160,65,243,194,198,62,89,154,111,152,60,228,64,78,173,228,171,155,55,138,112,207,10,211,186,27,123,24,68,144,152,92,15,160,165,4,240,238,86,88,87,131,147,49,150,134,135,135,114,35,101,129,61,192,124,35,243,23,28,2,149,182,238,243,146,183,160,203,244,60,194,17,196,178,233,40,120,45,144,12,56,121,75,20,6,188,227,227,136,185,166,185,106,25,14,173,25,104,235,160,153,207,209,79,197,89,211,5,238,32,133,42,196,14,232,174,24,47,198,81,36,235,169,26,147,62,38,218,63,246,104,123,160,211,52,138,22,21,170,136,230,66,249,134,105,129,225,96,115,254,12,184,48,240,116,131,211,200,162,40,183,37,203,12,241,160,179,1,168,48,67,126,82,53,164,181,138,198,156,246,194,72,19,31,221,234,70,82,74,198,216,69,156,12,8,164,21,166,160,62,0,31,143,83,154,137,206,49,164,54,36,125,91,147,197,230,223,89,239,214,10,110,226,171,73,18,41,73,110,214,120,160,119,23,233,85,88,183,226,175,20,226,7,31,192,249,8,88,18,245,120,118,144,101,31,4,236,150,125,113,115,73,45,224,160,199,240,139,155,90,147,83,62,111,164,111,28,229,72,34,21,30,177,174,154,13,18,24,224,172,15,110,24,163,180,17,69,160,175,69,150,164,239,0,179,191,172,123,200,40,48,91,101,133,73,174,78,169,96,33,107,39,116,85,29,203,63,201,40,5,160,122,18,153,246,145,25,23,86,174,209,76,192,69,150,89,144,239,137,143,40,186,4,6,47,143,154,238,87,90,193,47,115,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,208,183,63,43,52,250,147,253,41,11,40,102,228,67,36,150,238,209,99,227,150,202,150,95,82,62,165,162,196,179,232,192,0],[160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,0],[160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,0],[160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,0],[160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,0],[160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,0],[160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,0],[160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,0],[160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,0],[160,40,209,9,219,145,88,225,98,57,70,130,171,199,135,108,162,137,200,130,155,156,208,73,48,20,227,77,94,10,212,186,75,0],[160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,0],[160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,0],[160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,0],[160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,0],[160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,0],[160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,0],[160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,160,40,209,9,219,145,88,225,98,57,70,130,171,199,135,108,162,137,200,130,155,156,208,73,48,20,227,77,94,10,212,186,75,160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,128],[249,2,17,160,103,105,82,22,164,20,105,171,174,15,176,111,16,110,197,206,240,213,30,211,38,178,88,146,61,193,83,226,72,146,187,32,160,92,2,153,139,180,253,202,189,187,201,218,208,108,46,165,157,71,142,151,217,111,73,25,25,162,219,234,140,226,128,48,182,160,70,246,13,215,224,217,242,20,216,245,179,97,76,16,81,133,240,22,148,190,226,231,96,214,24,36,204,79,218,244,223,180,160,83,99,4,81,162,62,184,155,70,220,177,221,151,165,223,225,191,135,187,227,121,171,116,183,238,24,1,243,245,109,38,11,160,151,47,41,185,68,122,22,171,39,65,98,255,152,179,215,19,185,84,192,117,208,58,8,3,53,156,190,216,144,165,114,240,160,154,83,97,125,66,154,7,118,156,211,229,136,227,16,33,255,120,165,75,255,173,132,173,24,151,94,198,225,159,54,239,224,160,72,40,99,217,194,228,106,165,67,225,213,14,194,163,88,93,137,152,241,64,66,197,98,166,70,175,160,83,225,108,246,15,160,141,19,45,28,134,151,6,219,170,50,149,169,20,130,139,176,139,133,96,178,59,58,77,48,133,126,231,82,216,104,189,253,160,208,183,63,43,52,250,147,253,41,11,40,102,228,67,36,150,238,209,99,227,150,202,150,95,82,62,165,162,196,179,232,192,160,151,195,241,61,186,67,115,7,206,171,249,86,213,12,190,70,70,245,250,251,180,50,232,145,217,189,182,194,111,173,238,153,160,170,8,199,57,241,245,0,236,249,151,186,39,179,163,234,35,91,207,103,82,2,147,70,68,24,54,237,9,110,117,233,220,160,194,226,210,129,156,108,206,61,236,106,53,82,151,122,2,164,104,238,136,103,183,61,11,171,122,247,211,177,223,56,243,78,160,164,83,38,107,213,64,130,46,236,100,215,160,46,165,23,81,227,230,200,112,249,120,253,145,175,228,45,152,119,186,147,18,160,36,154,57,182,220,51,206,166,230,104,77,34,77,209,3,243,134,28,60,43,2,3,99,237,227,44,106,232,27,122,235,87,160,172,166,90,199,78,208,211,131,210,168,145,150,54,227,10,138,163,77,86,104,15,118,46,18,218,85,42,179,23,65,205,66,160,172,57,163,238,136,240,100,60,59,3,157,116,147,196,126,175,33,106,32,195,58,104,30,146,95,120,54,137,93,121,1,151,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,88,100,20,124,44,120,97,11,155,255,247,50,144,93,125,181,208,124,107,2,9,128,158,57,108,165,185,187,233,79,33,10,0],[160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,0],[160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,0],[160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,0],[160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,0],[160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,0],[160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,0],[160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,0],[160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,0],[160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,0],[160,221,16,192,189,239,240,135,122,64,173,215,46,4,239,49,29,173,26,184,232,175,108,56,126,239,57,79,239,242,87,128,177,0],[160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,0],[160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,0],[160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,0],[160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,0],[160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,0],[160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,160,221,16,192,189,239,240,135,122,64,173,215,46,4,239,49,29,173,26,184,232,175,108,56,126,239,57,79,239,242,87,128,177,160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,128],[249,2,17,160,203,58,141,39,24,239,17,87,56,17,70,91,150,132,68,73,61,106,239,10,13,127,15,57,217,125,86,123,3,113,135,125,160,97,70,193,6,156,165,200,94,116,237,226,230,175,68,206,171,255,118,38,47,249,185,215,249,14,79,236,187,219,7,137,168,160,128,67,24,105,163,232,102,38,26,11,178,237,211,226,63,59,185,156,113,88,91,242,175,183,218,47,58,90,207,43,83,19,160,49,150,123,176,188,3,196,164,186,115,50,243,126,27,139,115,209,119,5,106,240,15,155,169,252,132,31,115,34,218,234,145,160,123,98,218,128,28,115,39,17,152,111,20,161,27,72,162,51,224,155,8,85,127,76,111,187,140,112,46,21,234,63,168,226,160,223,81,174,230,173,67,17,128,189,230,211,166,152,2,218,187,123,45,27,191,175,243,169,184,52,22,21,206,92,208,160,18,160,112,124,244,85,8,22,70,47,154,87,142,40,254,178,62,63,0,200,207,248,4,41,132,200,53,230,245,112,68,121,166,161,160,80,222,2,39,140,137,42,45,134,247,241,5,7,240,98,17,186,136,240,91,122,20,30,168,39,7,38,99,112,181,232,165,160,52,98,64,229,62,196,122,239,68,34,106,105,6,14,188,43,109,142,168,242,118,77,20,232,62,110,241,168,29,250,44,183,160,88,100,20,124,44,120,97,11,155,255,247,50,144,93,125,181,208,124,107,2,9,128,158,57,108,165,185,187,233,79,33,10,160,132,85,13,208,15,170,194,148,126,243,233,153,229,252,178,217,15,83,154,181,63,96,148,160,231,39,28,247,142,86,197,122,160,71,242,166,4,150,184,32,114,205,159,231,103,15,154,74,94,134,218,101,56,3,53,5,77,237,146,64,97,202,15,103,233,160,66,93,231,14,81,170,49,143,70,21,85,72,189,168,3,23,255,120,4,227,24,85,169,115,18,12,196,84,54,44,25,109,160,193,44,37,35,236,83,19,208,177,152,48,218,155,67,29,208,179,128,245,34,186,229,249,56,129,195,235,134,130,64,131,34,160,124,10,50,242,173,119,231,204,44,118,231,59,10,23,99,177,151,4,141,148,159,251,52,202,202,145,82,234,26,95,208,100,160,109,228,128,219,151,38,210,74,172,151,171,26,222,237,85,76,183,166,146,170,47,169,130,199,195,241,209,88,7,161,140,55,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,250,47,45,204,91,161,58,207,44,11,183,77,22,191,151,109,244,206,52,64,130,47,100,227,34,238,117,230,29,190,208,238,0],[160,80,6,89,43,86,234,131,147,239,22,38,45,220,175,87,203,99,236,3,18,241,136,146,107,109,235,193,176,130,156,84,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,0],[160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,160,80,6,89,43,86,234,131,147,239,22,38,45,220,175,87,203,99,236,3,18,241,136,146,107,109,235,193,176,130,156,84,21,128,128,128,160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,128,128,160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,128,128,160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,128,128,160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,128,128],[248,209,160,250,47,45,204,91,161,58,207,44,11,183,77,22,191,151,109,244,206,52,64,130,47,100,227,34,238,117,230,29,190,208,238,128,128,128,160,184,187,49,45,187,166,123,157,75,39,20,29,188,7,24,117,224,98,76,62,189,40,97,137,93,65,20,154,75,200,43,196,128,128,160,113,39,63,230,201,44,175,158,109,33,26,173,81,95,151,211,215,11,63,101,38,30,26,223,237,195,181,5,248,98,100,138,160,98,131,74,223,226,45,203,219,101,89,233,136,129,214,83,96,63,249,13,214,210,36,42,204,9,250,91,76,247,145,56,185,128,128,160,207,13,218,106,225,237,167,189,87,240,205,172,12,156,144,68,212,32,143,93,199,162,107,92,177,189,68,57,239,160,190,113,128,128,160,169,195,97,31,145,245,243,213,105,40,50,252,185,193,163,36,180,130,182,42,196,236,8,106,172,7,253,82,75,244,165,55,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,37,106,249,58,165,105,120,84,33,189,103,48,146,121,142,174,76,21,117,99,164,77,145,64,232,16,211,214,199,162,3,153,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,123,252,100,173,124,68,199,163,79,4,241,92,153,123,218,145,145,36,206,212,171,116,13,74,255,42,112,221,179,248,169,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,128,128,160,169,123,252,100,173,124,68,199,163,79,4,241,92,153,123,218,145,145,36,206,212,171,116,13,74,255,42,112,221,179,248,169,128,128,128,128,128,128,160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,128,128,128,128],[248,81,128,128,128,128,128,160,37,106,249,58,165,105,120,84,33,189,103,48,146,121,142,174,76,21,117,99,164,77,145,64,232,16,211,214,199,162,3,153,128,128,128,128,128,128,160,92,98,203,10,97,82,217,26,84,172,46,44,97,84,217,147,78,12,131,126,168,168,35,96,11,107,120,171,72,113,95,18,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,38,60,149,117,120,38,223,78,66,171,129,255],"key":[124,147,137,5,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0],[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,147,146,239,33,27,134,221,156,45,126,73,40,11,10,2,192,168,19,116,167,199,173,97,3,135,25,96,251,198,68,191,9,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,96,35,47,139,213,181,226,176,47,22,147,77,160,46,85,255,253,184,17,242,105,77,6,168,219,237,167,193,62,216,254,184,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,0,0,0,0]],"keccak_data":[[248,102,157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,184,70,248,68,128,128,160,147,146,239,33,27,134,221,156,45,126,73,40,11,10,2,192,168,19,116,167,199,173,97,3,135,25,96,251,198,68,191,9,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,127,10,144,2,228,139,160,203,245,176,91,216,18,104,127,35,167,126,151,106,144,76,154,213,159,127,72,125,184,70,248,68,128,128,160,96,35,47,139,213,181,226,176,47,22,147,77,160,46,85,255,253,184,17,242,105,77,6,168,219,237,167,193,62,216,254,184,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,38,60,149,117,120,38,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[249,1,81],[249,1,81]]}},"account":null,"storage":null,"values":[[160,91,10,250,131,171,4,97,15,140,11,25,55,183,80,103,180,53,183,250,129,222,95,128,153,102,189,72,184,232,232,248,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,97,98,40,14,59,11,157,50,95,110,184,111,19,174,141,21,199,66,37,120,178,63,131,118,101,243,252,159,63,17,206,0],[160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,0],[160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,0],[160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,0],[160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,0],[160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,1,81,128,160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,128,160,25,97,98,40,14,59,11,157,50,95,110,184,111,19,174,141,21,199,66,37,120,178,63,131,118,101,243,252,159,63,17,206,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,128,128,128],[249,1,81,128,160,241,252,154,221,21,98,16,234,64,7,119,143,230,37,51,30,59,73,134,60,253,25,147,65,45,227,202,31,188,198,62,159,128,160,91,10,250,131,171,4,97,15,140,11,25,55,183,80,103,180,53,183,250,129,222,95,128,153,102,189,72,184,232,232,248,235,160,52,86,237,1,33,17,15,7,250,78,103,241,209,9,234,205,135,155,108,70,244,8,249,172,125,146,118,122,252,15,123,227,128,128,160,46,64,43,253,55,66,205,242,27,201,105,182,61,231,184,166,223,210,25,56,121,210,191,58,0,177,239,194,47,34,155,15,160,68,215,44,186,123,54,237,130,82,183,133,8,40,13,69,37,77,83,215,31,113,184,132,16,11,15,183,36,181,221,159,2,160,188,244,161,170,141,13,135,116,9,215,25,14,222,48,180,231,175,234,140,210,241,120,36,86,174,120,123,218,252,248,239,77,160,159,99,179,135,177,152,218,103,221,67,222,100,245,217,190,91,25,12,0,204,166,4,183,153,115,46,45,138,16,4,236,221,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,160,221,40,171,152,146,156,180,204,180,210,222,45,63,32,157,40,15,253,174,48,109,107,87,208,96,191,150,31,85,215,122,8,160,14,157,93,24,139,9,6,107,64,34,108,132,96,238,76,184,55,4,8,131,218,232,3,113,188,147,127,198,179,185,12,107,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":8,"drifted_index":8,"list_rlp_bytes":[[248,145],[248,145]]}},"account":null,"storage":null,"values":[[160,30,248,134,148,131,117,113,95,37,122,104,0,184,231,27,247,214,154,124,238,70,110,164,164,151,49,25,67,247,41,172,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,18,189,145,157,165,121,134,62,226,195,3,230,16,235,11,45,210,244,189,7,26,248,54,29,182,137,166,192,113,138,20,130,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,145,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,128,128,160,18,189,145,157,165,121,134,62,226,195,3,230,16,235,11,45,210,244,189,7,26,248,54,29,182,137,166,192,113,138,20,130,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,145,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,160,23,185,92,13,91,127,201,9,57,187,127,232,237,174,102,91,203,127,129,42,213,25,191,55,107,189,61,146,32,150,125,237,128,128,160,30,248,134,148,131,117,113,95,37,122,104,0,184,231,27,247,214,154,124,238,70,110,164,164,151,49,25,67,247,41,172,229,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,218,4,39,255,9,126,152,106,175,197,47,44,165,171,74,58,163,180,52,102,227,110,9,39,215,100,43,118,237,38,201,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,94,104,33,36,38,210,61,47,15,246,106,54,238,175,149,78,69,226,199,248,65,100,67,132,137,83,125,136,80,116,117,71,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,94,104,33,36,38,210,61,47,15,246,106,54,238,175,149,78,69,226,199,248,65,100,67,132,137,83,125,136,80,116,117,71,128,128,128,128,128,128,128,128,128,160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,128,128,128],[248,81,128,128,128,160,211,218,4,39,255,9,126,152,106,175,197,47,44,165,171,74,58,163,180,52,102,227,110,9,39,215,100,43,118,237,38,201,128,128,128,128,128,128,128,128,128,160,40,196,133,54,251,97,146,166,4,128,125,171,134,233,75,55,227,68,39,69,115,237,108,253,249,240,213,56,180,173,230,213,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56],"key":[56,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153],"list_rlp_bytes":[[225],[225]],"value_rlp_bytes":[[11],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[225,159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,11],[225,159,57,92,93,206,173,233,96,52,121,177,119,182,137,89,4,148,133,223,138,169,123,57,243,83,48,57,175,95,69,97,153,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevels.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevels.json index 985dfa9e68..575eebfa75 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevels.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevels.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,253,234,57,25,213,7,63,51,25,247,42,202,113,6,173,42,26,145,176,145,74,228,150,142,164,176,159,238,166,157,77,155,0],[160,95,191,115,60,148,21,59,178,155,228,208,66,56,94,78,10,8,5,217,90,84,238,178,52,93,170,209,221,85,28,89,198,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,81,86,126,198,95,118,11,95,172,104,133,19,210,199,68,152,233,43,250,148,55,34,104,34,72,184,115,183,151,216,161,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,80,81,86,126,198,95,118,11,95,172,104,133,19,210,199,68,152,233,43,250,148,55,34,104,34,72,184,115,183,151,216,161,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,140,225,28,195,169,112,169,75,250,46,56,171,150,161,71,200,135,103,101,182,54,126,143,177,59,249,235,81,247,117,7,140,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,140,225,28,195,169,112,169,75,250,46,56,171,150,161,71,200,135,103,101,182,54,126,143,177,59,249,235,81,247,117,7,140,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,155,203,26,218,205,204,241,86,103,158,110,59,134,231,56,71,172,255,73,241,241,125,161,246,35,6,232,62,37,112,88,0],[160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,0],[160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,0],[160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,0],[160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,0],[160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,0],[160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,0],[160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,0],[160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,0],[160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,0],[160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,0],[160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,0],[160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,0],[160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,0],[160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,0],[160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,0],[160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128],[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,123,155,203,26,218,205,204,241,86,103,158,110,59,134,231,56,71,172,255,73,241,241,125,161,246,35,6,232,62,37,112,88,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,198,203,246,46,203,176,117,45,83,236,82,38,20,123,8,101,138,38,200,215,151,42,46,236,78,112,27,209,131,57,219,206,0],[160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,0],[160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,0],[160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,0],[160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,0],[160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,0],[160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,0],[160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,0],[160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,0],[160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,0],[160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,0],[160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,0],[160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,0],[160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,0],[160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,0],[160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,0],[160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128],[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,198,203,246,46,203,176,117,45,83,236,82,38,20,123,8,101,138,38,200,215,151,42,46,236,78,112,27,209,131,57,219,206,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,160,2,236,192,39,202,151,163,183,70,186,114,134,16,83,20,183,222,81,80,128,192,34,13,58,219,194,215,225,13,196,151,0],[160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,0],[160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,0],[160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,0],[160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,0],[160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,0],[160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,0],[160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,0],[160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,0],[160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,0],[160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,0],[160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,0],[160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,0],[160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,0],[160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,0],[160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,0],[160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128],[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,160,2,236,192,39,202,151,163,183,70,186,114,134,16,83,20,183,222,81,80,128,192,34,13,58,219,194,215,225,13,196,151,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,94,159,134,29,249,127,113,70,55,181,120,192,18,249,201,11,166,0,7,124,0,190,99,129,214,226,238,105,72,204,10,0],[160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,0],[160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,0],[160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,0],[160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,0],[160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,0],[160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,0],[160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,0],[160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,0],[160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,0],[160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,0],[160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,0],[160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,0],[160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,0],[160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,0],[160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,0],[160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128],[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,222,94,159,134,29,249,127,113,70,55,181,120,192,18,249,201,11,166,0,7,124,0,190,99,129,214,226,238,105,72,204,10,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,156,207,209,50,40,105,79,185,147,253,172,132,182,236,142,139,203,121,201,181,156,228,141,159,78,159,44,33,213,51,125,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,0],[160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,0],[160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,0],[160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128],[248,209,128,160,156,207,209,50,40,105,79,185,147,253,172,132,182,236,142,139,203,121,201,181,156,228,141,159,78,159,44,33,213,51,125,229,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[71,231,145,29,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,240,1,181,13,209,205,67,21,77,226,67,67,109,237,241,148,179,141,51,28,14,168,32,5,100,241,252,179,90,52,230,114,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0]],"keccak_data":[[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,240,1,181,13,209,205,67,21,77,226,67,67,109,237,241,148,179,141,51,28,14,168,32,5,100,241,252,179,90,52,230,114,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,7,3,68,64,133,222,239,173,235,203,52,122,42,242,253,164,9,30,49,32,72,207,195,12,16,155,41,45,69,81,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,211,7,3,68,64,133,222,239,173,235,203,52,122,42,242,253,164,9,30,49,32,72,207,195,12,16,155,41,45,69,81,237,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,26,196,2,167,146,175,109,150,143,107,128,39,103,234,190,125,242,130,146,41,198,170,191,100,168,70,34,121,93,102,4,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,81,128,160,26,196,2,167,146,175,109,150,143,107,128,39,103,234,190,125,242,130,146,41,198,170,191,100,168,70,34,121,93,102,4,17,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,253,234,57,25,213,7,63,51,25,247,42,202,113,6,173,42,26,145,176,145,74,228,150,142,164,176,159,238,166,157,77,155,0],[160,95,191,115,60,148,21,59,178,155,228,208,66,56,94,78,10,8,5,217,90,84,238,178,52,93,170,209,221,85,28,89,198,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,81,86,126,198,95,118,11,95,172,104,133,19,210,199,68,152,233,43,250,148,55,34,104,34,72,184,115,183,151,216,161,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,80,81,86,126,198,95,118,11,95,172,104,133,19,210,199,68,152,233,43,250,148,55,34,104,34,72,184,115,183,151,216,161,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,140,225,28,195,169,112,169,75,250,46,56,171,150,161,71,200,135,103,101,182,54,126,143,177,59,249,235,81,247,117,7,140,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,140,225,28,195,169,112,169,75,250,46,56,171,150,161,71,200,135,103,101,182,54,126,143,177,59,249,235,81,247,117,7,140,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,155,203,26,218,205,204,241,86,103,158,110,59,134,231,56,71,172,255,73,241,241,125,161,246,35,6,232,62,37,112,88,0],[160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,0],[160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,0],[160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,0],[160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,0],[160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,0],[160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,0],[160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,0],[160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,0],[160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,0],[160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,0],[160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,0],[160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,0],[160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,0],[160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,0],[160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,0],[160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128],[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,123,155,203,26,218,205,204,241,86,103,158,110,59,134,231,56,71,172,255,73,241,241,125,161,246,35,6,232,62,37,112,88,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,198,203,246,46,203,176,117,45,83,236,82,38,20,123,8,101,138,38,200,215,151,42,46,236,78,112,27,209,131,57,219,206,0],[160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,0],[160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,0],[160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,0],[160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,0],[160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,0],[160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,0],[160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,0],[160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,0],[160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,0],[160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,0],[160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,0],[160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,0],[160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,0],[160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,0],[160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,0],[160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128],[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,198,203,246,46,203,176,117,45,83,236,82,38,20,123,8,101,138,38,200,215,151,42,46,236,78,112,27,209,131,57,219,206,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,160,2,236,192,39,202,151,163,183,70,186,114,134,16,83,20,183,222,81,80,128,192,34,13,58,219,194,215,225,13,196,151,0],[160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,0],[160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,0],[160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,0],[160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,0],[160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,0],[160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,0],[160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,0],[160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,0],[160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,0],[160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,0],[160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,0],[160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,0],[160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,0],[160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,0],[160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,0],[160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128],[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,160,2,236,192,39,202,151,163,183,70,186,114,134,16,83,20,183,222,81,80,128,192,34,13,58,219,194,215,225,13,196,151,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,222,94,159,134,29,249,127,113,70,55,181,120,192,18,249,201,11,166,0,7,124,0,190,99,129,214,226,238,105,72,204,10,0],[160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,0],[160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,0],[160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,0],[160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,0],[160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,0],[160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,0],[160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,0],[160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,0],[160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,0],[160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,0],[160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,0],[160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,0],[160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,0],[160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,0],[160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,0],[160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128],[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,222,94,159,134,29,249,127,113,70,55,181,120,192,18,249,201,11,166,0,7,124,0,190,99,129,214,226,238,105,72,204,10,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,156,207,209,50,40,105,79,185,147,253,172,132,182,236,142,139,203,121,201,181,156,228,141,159,78,159,44,33,213,51,125,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,0],[160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,0],[160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,0],[160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128],[248,209,128,160,156,207,209,50,40,105,79,185,147,253,172,132,182,236,142,139,203,121,201,181,156,228,141,159,78,159,44,33,213,51,125,229,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,149,122,168,38,223,78,66,171,129,255],"key":[71,231,145,29,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,240,1,181,13,209,205,67,21,77,226,67,67,109,237,241,148,179,141,51,28,14,168,32,5,100,241,252,179,90,52,230,114,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0]],"keccak_data":[[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,240,1,181,13,209,205,67,21,77,226,67,67,109,237,241,148,179,141,51,28,14,168,32,5,100,241,252,179,90,52,230,114,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,149,122,168,38,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,211,7,3,68,64,133,222,239,173,235,203,52,122,42,242,253,164,9,30,49,32,72,207,195,12,16,155,41,45,69,81,237,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,211,7,3,68,64,133,222,239,173,235,203,52,122,42,242,253,164,9,30,49,32,72,207,195,12,16,155,41,45,69,81,237,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,26,196,2,167,146,175,109,150,143,107,128,39,103,234,190,125,242,130,146,41,198,170,191,100,168,70,34,121,93,102,4,17,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,81,128,160,26,196,2,167,146,175,109,150,143,107,128,39,103,234,190,125,242,130,146,41,198,170,191,100,168,70,34,121,93,102,4,17,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17],"key":[49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevelsBigVal.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevelsBigVal.json index ddb3a1cdf9..c5dcf5da4f 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevelsBigVal.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoLevelsBigVal.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,253,234,57,25,213,7,63,51,25,247,42,202,113,6,173,42,26,145,176,145,74,228,150,142,164,176,159,238,166,157,77,155,0],[160,3,83,40,132,70,14,247,196,170,72,228,79,5,45,120,239,132,57,130,94,136,76,2,102,170,123,68,242,133,137,229,15,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,29,242,46,206,29,9,111,223,154,79,250,10,49,249,16,198,17,42,210,78,210,226,200,229,191,98,157,211,71,200,96,118,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,29,242,46,206,29,9,111,223,154,79,250,10,49,249,16,198,17,42,210,78,210,226,200,229,191,98,157,211,71,200,96,118,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,45,110,13,23,30,183,181,207,2,83,189,57,102,108,187,129,131,15,211,66,27,50,133,4,85,54,44,86,221,109,158,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,230,45,110,13,23,30,183,181,207,2,83,189,57,102,108,187,129,131,15,211,66,27,50,133,4,85,54,44,86,221,109,158,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,71,100,171,20,217,22,14,161,33,183,185,165,222,91,120,80,202,165,62,145,39,173,206,247,209,147,209,200,189,12,222,246,0],[160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,0],[160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,0],[160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,0],[160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,0],[160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,0],[160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,0],[160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,0],[160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,0],[160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,0],[160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,0],[160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,0],[160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,0],[160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,0],[160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,0],[160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,0],[160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128],[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,71,100,171,20,217,22,14,161,33,183,185,165,222,91,120,80,202,165,62,145,39,173,206,247,209,147,209,200,189,12,222,246,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,30,119,37,47,59,45,27,73,246,35,152,136,21,50,238,178,96,160,131,160,235,208,170,62,113,242,3,80,106,204,15,224,0],[160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,0],[160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,0],[160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,0],[160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,0],[160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,0],[160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,0],[160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,0],[160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,0],[160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,0],[160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,0],[160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,0],[160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,0],[160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,0],[160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,0],[160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,0],[160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128],[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,30,119,37,47,59,45,27,73,246,35,152,136,21,50,238,178,96,160,131,160,235,208,170,62,113,242,3,80,106,204,15,224,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,56,70,118,31,5,32,241,175,119,228,41,120,90,118,184,180,250,250,22,184,124,92,72,248,157,0,60,121,70,234,1,0],[160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,0],[160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,0],[160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,0],[160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,0],[160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,0],[160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,0],[160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,0],[160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,0],[160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,0],[160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,0],[160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,0],[160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,0],[160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,0],[160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,0],[160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,0],[160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128],[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,41,56,70,118,31,5,32,241,175,119,228,41,120,90,118,184,180,250,250,22,184,124,92,72,248,157,0,60,121,70,234,1,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,14,79,131,74,213,8,128,93,133,115,152,146,233,146,254,72,145,86,69,76,241,221,14,110,108,185,44,91,194,245,64,0],[160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,0],[160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,0],[160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,0],[160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,0],[160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,0],[160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,0],[160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,0],[160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,0],[160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,0],[160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,0],[160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,0],[160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,0],[160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,0],[160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,0],[160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,0],[160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128],[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,54,14,79,131,74,213,8,128,93,133,115,152,146,233,146,254,72,145,86,69,76,241,221,14,110,108,185,44,91,194,245,64,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,37,205,37,202,117,175,55,124,141,76,43,251,13,233,84,76,55,174,108,137,120,244,47,179,0,95,3,132,172,146,236,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,0],[160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,0],[160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,0],[160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128],[248,209,128,160,37,205,37,202,117,175,55,124,141,76,43,251,13,233,84,76,55,174,108,137,120,244,47,179,0,95,3,132,172,146,236,182,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[71,231,145,29,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,157,99,39,34,97,185,88,103,202,36,124,232,176,198,158,112,8,48,188,82,110,226,136,56,21,114,170,167,1,213,4,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0]],"keccak_data":[[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,121,157,99,39,34,97,185,88,103,202,36,124,232,176,198,158,112,8,48,188,82,110,226,136,56,21,114,170,167,1,213,4,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,189,208,233,93,62,73,198,52,71,170,5,121,44,143,52,80,3,227,97,219,165,147,199,111,44,10,224,215,8,5,39,214,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,189,208,233,93,62,73,198,52,71,170,5,121,44,143,52,80,3,227,97,219,165,147,199,111,44,10,224,215,8,5,39,214,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[248,67]],"value_rlp_bytes":[[1],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[248,67,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,253,234,57,25,213,7,63,51,25,247,42,202,113,6,173,42,26,145,176,145,74,228,150,142,164,176,159,238,166,157,77,155,0],[160,3,83,40,132,70,14,247,196,170,72,228,79,5,45,120,239,132,57,130,94,136,76,2,102,170,123,68,242,133,137,229,15,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":4,"drifted_index":4,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,29,242,46,206,29,9,111,223,154,79,250,10,49,249,16,198,17,42,210,78,210,226,200,229,191,98,157,211,71,200,96,118,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,142,83,238,0,13,2,169,243,14,99,6,164,14,77,27,251,219,60,5,19,184,166,106,37,105,53,234,106,12,177,134,86,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,29,242,46,206,29,9,111,223,154,79,250,10,49,249,16,198,17,42,210,78,210,226,200,229,191,98,157,211,71,200,96,118,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,69,221,169,92,165,83,34,53,123,93,55,127,206,167,112,175,13,233,196,118,68,137,156,246,219,49,159,137,25,37,30,157,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,230,45,110,13,23,30,183,181,207,2,83,189,57,102,108,187,129,131,15,211,66,27,50,133,4,85,54,44,86,221,109,158,0],[160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,0],[160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,0],[160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,0],[160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,0],[160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,0],[160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,0],[160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,0],[160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,0],[160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,0],[160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,0],[160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,0],[160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,0],[160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,0],[160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,0],[160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,0],[160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,189,78,17,3,103,251,67,209,231,7,107,34,75,249,112,207,143,183,4,253,86,33,145,44,155,125,33,243,72,193,143,176,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128],[249,2,17,160,0,206,33,240,101,251,90,188,73,10,150,144,56,188,30,27,85,139,94,5,74,204,46,227,225,161,245,164,212,123,119,17,160,158,197,146,195,133,234,84,43,152,85,76,221,237,86,132,255,115,79,61,107,23,194,92,56,75,113,216,10,200,183,87,26,160,194,152,14,169,119,137,64,54,162,181,197,145,208,235,167,184,70,163,196,232,144,255,116,16,132,177,77,174,101,172,104,104,160,49,47,172,152,7,7,6,11,232,103,121,231,161,101,145,71,211,123,164,44,71,10,103,248,185,164,232,204,165,45,250,102,160,68,19,96,150,137,200,112,23,100,65,2,179,154,130,167,209,205,114,87,189,201,71,56,52,59,176,142,55,246,33,222,198,160,154,160,226,122,150,161,250,227,154,127,249,5,115,168,213,204,10,210,96,165,110,239,21,181,237,166,107,108,251,168,143,202,160,153,56,68,205,140,247,250,231,180,188,89,107,54,149,145,83,147,173,184,162,137,156,161,58,69,102,85,11,26,243,192,247,160,230,45,110,13,23,30,183,181,207,2,83,189,57,102,108,187,129,131,15,211,66,27,50,133,4,85,54,44,86,221,109,158,160,21,204,109,8,193,125,112,192,47,37,182,82,90,109,229,234,172,243,83,193,102,230,190,180,211,203,242,20,246,16,116,37,160,2,110,30,248,38,115,226,23,53,13,149,185,153,44,145,216,62,245,29,160,176,11,217,110,165,94,251,184,155,55,249,242,160,167,46,230,43,234,32,209,151,178,230,220,223,167,95,226,105,101,123,1,163,65,37,73,49,185,130,26,88,87,252,241,42,160,137,62,202,192,116,223,58,179,189,121,20,106,116,93,190,135,19,188,37,163,59,107,40,241,88,142,206,9,234,163,219,69,160,74,166,255,37,80,208,11,236,208,85,44,196,213,203,218,41,43,59,35,132,56,206,202,50,27,77,241,165,33,96,71,223,160,145,245,133,65,255,26,96,140,173,209,133,207,36,36,151,166,254,245,244,101,139,185,231,35,159,31,57,31,33,18,45,78,160,60,217,92,4,104,103,148,169,116,98,182,50,210,45,100,120,94,64,85,175,168,151,183,14,126,152,234,94,158,106,32,112,160,79,71,88,62,75,54,226,220,72,114,42,84,193,10,153,112,156,49,56,210,107,120,3,176,215,31,85,113,94,10,176,0,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":14,"drifted_index":14,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,71,100,171,20,217,22,14,161,33,183,185,165,222,91,120,80,202,165,62,145,39,173,206,247,209,147,209,200,189,12,222,246,0],[160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,0],[160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,0],[160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,0],[160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,0],[160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,0],[160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,0],[160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,0],[160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,0],[160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,0],[160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,0],[160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,0],[160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,0],[160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,0],[160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,0],[160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,0],[160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,144,123,255,172,41,40,194,142,145,80,162,200,191,159,7,73,79,206,17,217,24,98,194,85,129,132,239,71,63,59,211,223,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128],[249,2,17,160,212,143,221,246,161,1,73,30,246,86,186,122,155,108,153,180,120,119,12,174,197,170,107,83,135,106,189,52,51,124,152,116,160,147,167,17,120,9,130,238,148,40,147,85,106,45,163,69,77,73,121,62,19,102,72,55,187,171,113,229,207,32,251,227,242,160,218,184,131,23,31,196,21,172,54,135,202,182,149,158,98,185,253,104,83,188,246,49,238,110,18,200,78,182,251,42,182,84,160,31,59,227,250,248,209,21,236,216,182,51,138,27,48,53,64,120,152,255,213,166,140,139,222,136,238,236,7,87,232,140,212,160,42,27,163,254,227,206,102,89,56,253,2,17,246,181,95,202,138,49,111,31,128,0,223,228,156,84,191,136,176,73,195,201,160,89,40,117,212,213,171,9,115,24,150,103,120,244,131,88,142,51,129,187,98,225,20,69,112,26,79,229,86,21,109,181,187,160,172,218,32,237,14,52,49,152,152,102,176,226,161,180,114,77,185,188,23,50,188,217,213,149,126,168,145,158,248,86,38,223,160,168,153,128,165,94,67,2,173,111,240,100,150,205,57,132,173,107,135,213,53,27,254,241,85,205,123,82,250,189,205,200,8,160,190,86,69,75,109,231,120,217,148,41,43,17,80,52,126,189,27,146,11,161,231,143,194,33,24,150,153,177,194,192,101,108,160,237,202,150,67,28,233,56,89,34,141,228,54,77,6,20,142,150,159,21,14,6,68,214,48,202,121,0,121,230,230,68,184,160,146,120,166,112,95,202,69,181,46,253,56,215,122,6,22,58,150,203,40,33,67,39,58,147,200,58,148,60,44,22,121,156,160,30,14,11,193,133,139,12,67,238,164,188,141,79,119,174,75,198,254,101,220,161,49,183,206,118,61,78,90,21,128,181,241,160,84,238,52,23,86,211,77,162,10,193,4,238,161,200,17,206,222,204,29,231,105,72,154,205,230,105,212,90,3,13,27,40,160,63,185,55,194,230,92,205,112,240,42,112,19,114,186,72,224,124,221,232,55,196,78,183,39,105,208,80,42,145,228,26,140,160,71,100,171,20,217,22,14,161,33,183,185,165,222,91,120,80,202,165,62,145,39,173,206,247,209,147,209,200,189,12,222,246,160,214,64,120,166,159,104,248,26,23,197,136,82,245,211,251,229,16,19,0,65,139,234,102,212,80,12,9,98,189,148,123,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":7,"drifted_index":7,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,30,119,37,47,59,45,27,73,246,35,152,136,21,50,238,178,96,160,131,160,235,208,170,62,113,242,3,80,106,204,15,224,0],[160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,0],[160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,0],[160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,0],[160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,0],[160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,0],[160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,0],[160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,0],[160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,0],[160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,0],[160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,0],[160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,0],[160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,0],[160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,0],[160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,0],[160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,0],[160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,220,171,0,169,65,182,130,227,170,113,177,129,133,191,242,165,166,221,142,188,146,80,44,248,67,218,151,181,95,245,217,139,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128],[249,2,17,160,152,206,152,161,186,249,6,249,88,161,224,211,132,9,24,115,57,246,45,165,4,142,237,76,73,16,232,181,61,140,228,191,160,75,36,115,207,246,127,154,196,188,211,166,132,43,124,131,167,78,24,115,106,192,105,46,239,133,178,137,124,236,144,155,92,160,43,5,60,211,71,233,102,100,163,55,128,139,44,172,12,51,91,88,15,14,181,216,7,41,161,225,106,122,9,36,97,70,160,152,26,106,62,119,12,211,102,254,97,28,23,246,208,176,239,145,247,93,215,216,235,120,201,65,190,35,191,143,2,183,227,160,77,214,60,253,122,155,209,135,37,64,9,199,6,228,100,84,91,17,130,248,182,211,196,61,98,39,66,97,53,92,69,28,160,43,219,182,150,201,202,152,63,13,225,98,193,80,80,160,32,159,107,66,193,181,169,218,63,194,29,81,255,75,10,99,67,160,174,234,55,36,187,128,234,214,214,248,108,119,195,88,175,83,97,38,79,216,83,160,234,205,165,60,27,220,30,115,76,3,160,30,119,37,47,59,45,27,73,246,35,152,136,21,50,238,178,96,160,131,160,235,208,170,62,113,242,3,80,106,204,15,224,160,136,73,46,102,85,125,182,185,26,97,20,180,118,32,13,29,70,62,131,91,58,45,236,193,132,9,110,199,138,31,4,185,160,238,30,52,20,114,98,239,115,231,79,239,250,177,163,82,161,116,206,205,124,28,227,33,9,125,221,159,156,6,176,127,91,160,197,104,162,191,211,239,68,172,104,247,153,145,156,162,240,92,49,36,122,245,98,50,210,61,59,81,219,176,103,93,6,51,160,91,46,22,56,239,8,171,7,180,47,124,92,147,148,31,178,171,102,217,89,96,247,162,141,98,235,138,6,225,125,164,109,160,57,26,22,238,42,30,22,60,76,241,230,27,192,163,185,190,138,77,97,17,21,17,42,252,163,81,63,11,186,83,168,80,160,153,7,222,113,10,145,24,106,212,244,194,186,208,33,218,112,101,177,7,158,199,68,132,30,125,58,56,93,57,131,220,50,160,57,230,59,21,11,208,91,44,199,224,144,209,27,95,94,25,32,215,98,63,244,224,116,68,98,110,5,162,220,246,172,13,160,37,236,123,96,34,40,57,27,102,71,21,134,126,135,138,132,119,184,140,23,134,232,246,204,251,147,9,1,137,71,29,110,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,41,56,70,118,31,5,32,241,175,119,228,41,120,90,118,184,180,250,250,22,184,124,92,72,248,157,0,60,121,70,234,1,0],[160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,0],[160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,0],[160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,0],[160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,0],[160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,0],[160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,0],[160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,0],[160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,0],[160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,0],[160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,0],[160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,0],[160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,0],[160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,0],[160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,0],[160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,0],[160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,55,137,170,248,114,41,208,241,223,58,25,23,90,175,225,150,165,177,191,193,188,128,191,76,226,40,210,208,231,61,113,3,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128],[249,2,17,160,133,53,140,149,13,242,8,239,20,18,81,91,58,34,161,230,139,38,155,58,108,138,163,243,226,216,54,151,122,171,196,53,160,171,55,116,203,153,137,197,14,168,53,6,42,105,150,190,227,136,180,231,84,220,134,67,229,23,34,115,192,38,183,176,178,160,131,163,144,144,65,7,31,139,191,116,99,41,115,250,237,195,24,1,220,63,85,176,243,108,230,166,168,119,59,219,212,15,160,73,44,193,179,181,82,121,28,64,124,180,198,53,109,224,48,159,40,210,153,0,225,156,47,203,114,161,126,192,190,140,95,160,75,244,27,221,167,108,63,60,127,219,121,120,71,199,149,48,243,135,61,109,180,96,196,70,13,157,30,50,213,134,84,222,160,206,232,108,50,184,22,154,196,191,249,228,225,15,207,132,175,199,220,12,200,243,155,235,146,161,232,183,120,25,147,214,221,160,111,145,159,11,227,52,108,46,174,52,174,172,253,116,254,76,8,207,26,149,143,226,91,107,240,47,24,155,251,214,51,108,160,215,169,194,9,197,250,96,6,134,1,40,113,22,228,166,119,66,195,140,251,123,120,85,168,126,228,163,252,234,48,240,164,160,49,249,151,31,194,199,207,253,195,132,228,87,201,13,50,155,253,45,212,146,98,126,43,37,110,28,117,138,19,180,49,254,160,41,56,70,118,31,5,32,241,175,119,228,41,120,90,118,184,180,250,250,22,184,124,92,72,248,157,0,60,121,70,234,1,160,110,128,62,203,73,252,121,222,114,211,69,5,91,57,116,78,36,4,35,176,204,210,60,83,225,54,230,250,204,219,90,239,160,156,132,239,198,51,24,208,183,255,1,198,219,154,179,228,71,62,136,232,63,218,162,61,224,51,236,252,58,30,173,69,213,160,91,94,75,61,181,33,192,109,0,233,238,253,11,51,34,69,70,39,43,223,42,104,0,76,217,208,219,113,199,109,82,113,160,117,199,53,64,181,175,85,108,99,27,193,84,241,82,128,17,162,115,37,166,12,38,34,164,252,24,129,35,236,162,30,44,160,175,23,39,17,64,131,20,25,63,119,203,82,134,165,153,40,32,61,64,184,175,194,126,178,14,88,4,239,188,146,90,240,160,16,246,22,202,214,112,83,215,7,125,65,139,7,104,78,200,161,117,48,185,174,29,38,165,73,85,51,130,69,11,198,120,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,54,14,79,131,74,213,8,128,93,133,115,152,146,233,146,254,72,145,86,69,76,241,221,14,110,108,185,44,91,194,245,64,0],[160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,0],[160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,0],[160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,0],[160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,0],[160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,0],[160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,0],[160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,0],[160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,0],[160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,0],[160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,0],[160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,0],[160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,0],[160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,0],[160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,0],[160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,0],[160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,48,234,105,154,222,98,203,136,113,190,120,68,108,71,178,17,248,83,30,112,75,76,230,142,23,83,232,182,4,172,174,206,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128],[249,2,17,160,224,182,134,186,254,171,21,2,110,167,190,134,45,248,76,174,174,138,191,117,27,166,180,44,154,70,192,98,50,222,148,169,160,54,14,79,131,74,213,8,128,93,133,115,152,146,233,146,254,72,145,86,69,76,241,221,14,110,108,185,44,91,194,245,64,160,67,182,172,125,7,164,99,64,183,217,46,67,176,129,9,38,133,20,135,111,113,117,126,6,111,51,217,179,99,220,246,228,160,91,87,191,38,162,111,174,90,100,29,140,178,211,68,34,22,67,141,5,33,33,33,216,68,182,237,248,126,195,238,51,172,160,216,45,179,221,54,75,153,137,44,131,180,199,183,208,231,220,198,123,132,13,75,22,3,174,81,181,75,250,168,219,21,159,160,137,255,77,175,96,83,89,51,218,170,164,248,98,92,65,158,122,100,165,213,68,29,5,198,49,146,188,93,188,1,73,69,160,138,79,41,211,11,229,137,214,36,81,209,37,161,146,206,239,97,177,7,55,81,174,221,106,108,87,163,189,169,210,189,106,160,153,95,2,118,176,114,106,169,155,188,111,215,51,194,5,231,34,125,210,81,176,174,249,55,233,42,217,225,161,34,180,142,160,158,80,194,253,97,165,202,153,145,247,164,36,184,60,136,70,27,45,27,14,115,234,4,89,196,233,21,80,143,15,204,126,160,61,64,228,252,181,3,140,201,243,160,99,179,113,99,94,78,83,148,145,10,201,167,149,68,118,177,15,62,128,141,245,30,160,32,237,35,116,22,178,47,148,68,0,251,247,161,144,189,232,143,10,142,185,158,244,240,75,126,150,151,66,39,102,183,253,160,191,18,174,229,234,90,161,4,251,51,165,34,219,58,208,229,165,172,100,249,226,224,109,27,211,165,115,20,174,217,18,235,160,55,163,126,142,241,10,171,151,43,201,181,80,255,75,77,159,120,0,39,159,199,92,133,179,87,37,56,123,211,223,245,254,160,154,5,242,211,142,200,39,203,115,41,143,216,124,93,239,153,42,15,148,64,78,48,147,250,109,215,167,73,73,196,73,71,160,208,48,200,202,81,141,33,52,130,235,56,169,70,244,37,196,140,70,225,156,194,203,187,57,40,1,21,137,184,140,151,130,160,10,255,50,86,204,24,175,114,88,55,81,8,157,243,41,163,107,233,196,82,197,84,209,97,4,25,113,151,224,174,76,15,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,209],[248,209]]}},"account":null,"storage":null,"values":[[160,37,205,37,202,117,175,55,124,141,76,43,251,13,233,84,76,55,174,108,137,120,244,47,179,0,95,3,132,172,146,236,182,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,0],[160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,0],[160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,0],[160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,209,128,160,197,234,12,103,110,242,92,69,6,62,162,144,64,92,131,45,135,2,37,58,66,125,63,51,29,138,28,248,78,153,136,119,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128],[248,209,128,160,37,205,37,202,117,175,55,124,141,76,43,251,13,233,84,76,55,174,108,137,120,244,47,179,0,95,3,132,172,146,236,182,128,128,128,160,25,13,67,31,199,222,216,107,34,40,142,133,149,184,41,125,236,103,176,235,125,80,186,176,3,203,64,65,134,5,222,1,160,167,63,90,119,245,124,235,222,105,144,183,18,93,239,206,233,79,197,80,131,11,214,234,47,63,126,97,186,156,48,161,133,160,178,104,97,159,142,99,51,238,197,231,64,226,44,127,242,213,36,210,114,64,167,78,232,37,181,247,120,175,109,220,97,139,160,6,109,40,142,107,137,194,101,49,95,195,9,9,67,94,201,125,238,165,70,88,152,223,116,129,254,242,223,227,194,104,66,128,160,203,74,115,196,67,113,254,236,50,165,82,128,88,172,155,41,236,5,172,165,112,51,191,129,132,179,11,60,163,223,106,21,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,149,122,168,38,223,78,66,171,129,255],"key":[71,231,145,29,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,121,157,99,39,34,97,185,88,103,202,36,124,232,176,198,158,112,8,48,188,82,110,226,136,56,21,114,170,167,1,213,4,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,0,0,0,0]],"keccak_data":[[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,9,84,15,203,127,153,20,190,241,78,52,251,208,65,232,227,142,92,168,16,165,140,39,119,196,231,131,74,63,196,243,60,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,61,62,148,227,204,33,33,162,231,150,201,153,64,76,184,205,22,90,144,29,188,207,197,100,32,183,247,220,126,184,70,248,68,128,128,160,121,157,99,39,34,97,185,88,103,202,36,124,232,176,198,158,112,8,48,188,82,110,226,136,56,21,114,170,167,1,213,4,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,149,122,168,38,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,189,208,233,93,62,73,198,52,71,170,5,121,44,143,52,80,3,227,97,219,165,147,199,111,44,10,224,215,8,5,39,214,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,169,184,158,55,8,215,67,17,7,135,162,219,160,221,5,17,129,106,64,40,193,232,134,216,205,151,23,215,168,161,234,80,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128],[248,81,128,128,128,160,189,208,233,93,62,73,198,52,71,170,5,121,44,143,52,80,3,227,97,219,165,147,199,111,44,10,224,215,8,5,39,214,128,128,128,128,128,128,128,160,204,123,237,30,197,175,26,208,74,15,150,211,15,238,169,175,151,34,192,58,177,202,8,45,196,255,144,212,1,208,149,21,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,251,124,202,220,92,31,133,222,150,215,207,225,250,167,226,181,121,66,196,246,55,16,157,64,177,79,73,60,151,194,209,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128],[248,81,128,160,236,175,157,122,15,115,242,218,138,108,219,108,108,164,199,183,140,143,182,0,50,40,63,167,62,12,160,144,76,102,29,49,128,128,128,128,128,128,128,128,160,141,203,27,132,71,133,121,242,117,169,74,104,137,216,230,118,125,138,242,115,166,118,39,237,209,234,156,251,107,97,244,220,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17],"key":[49,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104],"list_rlp_bytes":[[226],[248,67]],"value_rlp_bytes":[[1],[161]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,0],[160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,1],[248,67,160,32,236,194,26,116,94,57,104,160,78,149,112,228,66,91,193,143,168,1,156,104,2,129,150,181,70,209,102,156,32,12,104,161,160,187,239,170,18,88,1,56,188,38,60,149,117,120,38,223,78,36,235,129,201,170,170,170,170,170,170,170,170,170,170,170,170],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoModifications.json b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoModifications.json index 11ad456931..d1889ef101 100644 --- a/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoModifications.json +++ b/zkevm-circuits/src/mpt_circuit/tests/UpdateTwoModifications.json @@ -1 +1 @@ -[{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,12,220,200,131,11,99,241,113,38,48,155,83,27,126,197,128,43,20,60,71,245,146,6,14,136,6,70,32,35,190,225,227,0],[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]},{"start":{"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0],[160,154,135,11,223,165,94,104,54,161,51,125,105,28,1,166,45,35,139,75,88,41,220,15,14,70,47,182,195,13,183,222,216,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,0,212,25,109,31,173,7,116,130,254,67,241,114,58,15,87,166,61,19,160,171,123,226,131,31,63,33,241,243,231,125,49,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,0,212,25,109,31,173,7,116,130,254,67,241,114,58,15,87,166,61,19,160,171,123,226,131,31,63,33,241,243,231,125,49,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,171,93,83,179,204,85,71,110,198,238,3,233,27,181,24,172,163,85,189,57,66,208,235,213,95,232,239,143,36,115,106,225,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,171,93,83,179,204,85,71,110,198,238,3,233,27,181,24,172,163,85,189,57,66,208,235,213,95,232,239,143,36,115,106,225,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,58,205,147,15,169,73,17,213,42,234,64,236,92,240,115,232,154,171,254,50,255,42,192,133,177,3,2,253,160,242,88,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,238,58,205,147,15,169,73,17,213,42,234,64,236,92,240,115,232,154,171,254,50,255,42,192,133,177,3,2,253,160,242,88,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,47,103,166,222,158,110,181,130,246,207,142,220,226,180,44,128,254,104,16,162,229,217,174,29,200,5,194,97,100,147,140,0],[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,38,47,103,166,222,158,110,181,130,246,207,142,220,226,180,44,128,254,104,16,162,229,217,174,29,200,5,194,97,100,147,140,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,236,75,249,198,41,150,171,8,137,114,163,151,150,71,170,155,193,92,73,237,126,101,253,86,159,97,60,24,245,107,97,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,89,236,75,249,198,41,150,171,8,137,114,163,151,150,71,170,155,193,92,73,237,126,101,253,86,159,97,60,24,245,107,97,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,192,227,190,11,37,208,16,139,112,244,29,86,74,246,75,208,86,244,24,95,169,208,191,141,176,239,26,113,163,212,245,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,80,192,227,190,11,37,208,16,139,112,244,29,86,74,246,75,208,86,244,24,95,169,208,191,141,176,239,26,113,163,212,245,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,28,48,199,244,40,102,134,3,48,196,89,19,142,136,163,203,246,144,44,30,112,183,74,134,113,224,175,193,151,84,221,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,28,48,199,244,40,102,134,3,48,196,89,19,142,136,163,203,246,144,44,30,112,183,74,134,113,224,175,193,151,84,221,100,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,203,75,155,2,92,98,158,134,128,81,101,193,235,150,99,58,83,202,29,54,172,18,237,102,46,80,2,77,38,138,194,72,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,203,75,155,2,92,98,158,134,128,81,101,193,235,150,99,58,83,202,29,54,172,18,237,102,46,80,2,77,38,138,194,72,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,229,69,2,72,204,218,133,9,174,116,191,29,135,209,173,175,51,242,60,121,99,159,225,202,236,166,142,108,116,46,175,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,25,229,69,2,72,204,218,133,9,174,116,191,29,135,209,173,175,51,242,60,121,99,159,225,202,236,166,142,108,116,46,175,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17]]},{"start":{"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file +[{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,12,220,200,131,11,99,241,113,38,48,155,83,27,126,197,128,43,20,60,71,245,146,6,14,136,6,70,32,35,190,225,227,0],[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,91,17,33,207,142,243,30,99,20,173,20,129,191,59,158,186,174,22,77,226,131,140,56,74,194,53,68,176,249,189,108,176,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,236,102,54,166,85,124,27,168,225,101,119,156,164,248,153,23,24,33,109,132,210,182,0,142,98,123,208,228,113,252,131,40,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,138,189,227,240,9,94,113,211,74,169,110,126,212,35,86,188,16,121,79,58,168,201,227,251,218,75,67,34,128,139,31,197,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,26,187,162,237,23,106,121,97,82,122,107,76,242,18,67,237,148,156,180,75,198,171,211,85,62,86,34,74,167,242,255,134,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,8,44,168,138,142,220,115,97,116,47,244,112,50,126,109,130,47,191,98,56,17,12,46,32,226,198,101,255,123,80,41,9,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,94,39,91,173,139,183,90,208,86,51,72,72,4,200,124,24,108,62,147,41,211,29,234,48,180,55,10,48,173,57,11,152,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,164,92,78,34,81,137,173,236,78,208,145,118,128,60,46,5,176,8,229,165,42,222,110,4,252,228,93,243,26,160,241,85,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,251,153,39,224,146,12,96,214,202,199,242,200,161,197,62,97,33,130,168,28,76,148,143,8,6,221,111,38,197,246,94,81,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255],"key":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,211,193,60,172,211,5,56,197,142,83,128,89,64,43,239,126,252,208,254,86,205,43,118,150,9,91,97,35,134,86,23,79,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,55,235,85,86,230,197,53,159,28,141,120,87,82,57,4,132,185,12,24,158,142,210,106,188,12,87,179,231,52,16,126,229,128,128,128,128,128],[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18],"key":[187,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[1],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,1],[226,160,59,138,106,70,105,186,37,13,38,205,122,69,158,202,157,33,95,131,7,227,58,235,229,3,121,188,90,54,23,236,52,68,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]},{"start":{"disable_preimage_check":false,"proof_type":"StorageChanged"},"extension_branch":null,"account":null,"storage":null,"values":[[160,188,253,56,169,100,2,17,242,243,234,103,159,67,42,132,225,56,107,6,1,254,5,79,2,128,110,168,245,3,1,122,124,0],[160,154,135,11,223,165,94,104,54,161,51,125,105,28,1,166,45,35,139,75,88,41,220,15,14,70,47,182,195,13,183,222,216,0]],"keccak_data":[]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,0,212,25,109,31,173,7,116,130,254,67,241,114,58,15,87,166,61,19,160,171,123,226,131,31,63,33,241,243,231,125,49,0],[160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,0],[160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,0],[160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,0],[160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,0],[160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,0],[160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,0],[160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,0],[160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,0],[160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,0],[160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,0],[160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,0],[160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,0],[160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,0],[160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,0],[160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,0],[160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,242,53,142,209,2,82,55,238,235,240,245,146,164,233,25,218,193,111,191,54,29,125,47,122,203,150,59,247,37,203,201,142,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128],[249,2,17,160,215,178,43,142,72,221,147,48,230,157,99,126,109,240,144,184,54,167,1,19,157,71,126,226,97,100,220,221,118,5,202,114,160,195,19,38,251,242,179,135,46,118,82,177,213,78,156,167,171,134,95,6,233,153,168,219,176,131,34,215,213,95,252,168,165,160,242,119,75,182,209,50,158,172,168,239,218,202,172,144,155,94,44,154,149,92,253,83,150,12,4,176,33,46,25,36,170,225,160,156,18,160,254,15,159,132,100,9,112,178,98,98,93,76,54,189,166,63,219,45,193,25,238,218,78,235,150,206,67,252,253,160,100,75,99,34,122,170,85,172,143,62,172,142,154,219,40,105,162,136,113,194,41,38,129,211,105,114,94,62,145,244,97,170,160,229,94,177,9,226,34,180,156,33,249,119,163,74,194,218,172,92,90,13,44,22,231,5,100,72,203,19,192,62,46,34,34,160,15,175,179,52,244,84,197,105,112,43,252,115,186,76,237,251,88,5,62,201,157,9,7,153,100,224,202,249,250,183,125,248,160,14,229,239,45,75,116,39,109,41,89,200,43,18,94,204,133,62,175,23,200,68,93,170,95,36,226,233,183,66,98,37,184,160,6,197,49,201,57,39,248,81,26,196,11,167,230,243,100,223,97,38,20,1,226,39,180,161,172,204,67,80,173,223,89,42,160,3,131,195,206,124,22,207,14,142,91,216,135,77,202,69,1,53,115,223,85,52,95,43,227,237,82,138,95,93,70,227,232,160,98,109,64,32,201,140,205,221,164,1,209,57,84,209,249,108,87,101,70,12,37,160,114,139,27,145,104,130,62,183,150,108,160,0,212,25,109,31,173,7,116,130,254,67,241,114,58,15,87,166,61,19,160,171,123,226,131,31,63,33,241,243,231,125,49,160,39,24,29,240,236,191,237,195,74,255,251,61,19,232,218,181,111,83,69,125,70,208,135,182,81,0,125,85,38,21,25,11,160,191,249,76,252,217,172,58,95,133,138,144,243,9,87,191,253,23,150,215,186,153,214,27,17,128,10,154,202,202,43,193,173,160,238,147,22,82,116,71,41,238,84,0,62,40,0,153,205,90,194,234,61,255,205,197,55,0,41,239,197,174,219,163,6,130,160,22,99,129,222,131,163,115,40,32,94,210,97,181,141,77,173,9,184,214,164,50,44,139,113,241,255,7,213,43,8,145,41,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,171,93,83,179,204,85,71,110,198,238,3,233,27,181,24,172,163,85,189,57,66,208,235,213,95,232,239,143,36,115,106,225,0],[160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,0],[160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,0],[160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,0],[160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,0],[160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,0],[160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,0],[160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,0],[160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,0],[160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,0],[160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,0],[160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,0],[160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,0],[160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,0],[160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,0],[160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,0],[160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,241,74,61,103,119,85,240,184,127,193,61,247,232,174,103,210,182,230,195,48,64,136,119,99,2,145,239,59,167,83,220,15,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128],[249,2,17,160,246,213,201,202,145,70,180,68,45,235,21,79,176,2,175,157,234,193,214,190,40,17,91,88,8,171,10,167,28,194,10,250,160,42,128,26,212,248,99,175,205,255,133,239,169,219,179,199,230,211,20,17,37,155,51,151,213,195,142,143,0,207,81,101,176,160,121,219,239,41,76,92,182,155,47,161,251,146,202,11,151,143,212,232,156,2,56,205,249,61,35,163,54,29,15,130,85,98,160,38,51,184,203,153,53,137,155,130,226,136,55,64,240,136,112,66,211,1,38,187,51,67,75,182,191,122,228,142,201,249,130,160,52,53,216,96,101,199,20,55,137,234,101,91,196,28,40,34,152,212,70,72,234,155,121,38,234,13,52,212,113,132,101,194,160,66,109,68,83,30,181,232,79,91,127,48,73,66,30,56,170,238,44,126,133,71,191,189,117,245,35,35,45,124,3,117,170,160,42,40,40,141,21,163,114,123,160,71,17,214,128,54,96,192,116,12,243,71,141,84,249,118,163,123,53,185,144,167,15,135,160,162,139,152,0,46,151,59,54,128,91,186,161,105,186,123,138,69,112,188,142,156,11,88,90,107,71,60,70,211,199,33,44,160,243,27,71,41,160,253,17,209,76,161,32,213,91,192,208,205,245,23,114,18,220,178,250,4,62,168,188,69,248,155,109,175,160,94,114,218,129,92,7,168,160,23,205,211,134,83,131,122,232,227,14,20,198,251,175,73,34,64,190,251,217,186,67,63,42,160,143,210,179,219,215,165,72,185,164,63,240,192,157,230,224,71,195,85,216,94,185,196,112,187,58,121,226,59,203,90,122,181,160,171,93,83,179,204,85,71,110,198,238,3,233,27,181,24,172,163,85,189,57,66,208,235,213,95,232,239,143,36,115,106,225,160,206,148,132,150,124,106,77,67,140,55,254,176,105,126,21,67,42,6,107,83,49,76,69,112,163,13,59,79,185,231,205,234,160,28,27,38,106,225,154,5,142,197,69,24,85,243,184,116,226,17,100,230,244,127,255,195,123,200,191,31,148,152,140,16,157,160,3,91,168,70,252,161,34,13,56,101,117,116,0,69,133,33,133,182,68,237,187,94,164,129,197,95,209,251,76,83,82,29,160,245,28,77,61,197,66,248,9,150,64,64,130,82,209,132,59,38,210,58,13,94,81,70,197,27,122,126,173,98,243,159,196,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":11,"drifted_index":11,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,238,58,205,147,15,169,73,17,213,42,234,64,236,92,240,115,232,154,171,254,50,255,42,192,133,177,3,2,253,160,242,88,0],[160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,0],[160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,0],[160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,0],[160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,0],[160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,0],[160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,0],[160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,0],[160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,0],[160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,0],[160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,0],[160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,0],[160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,0],[160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,0],[160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,0],[160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,0],[160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,202,102,232,164,91,235,102,94,47,16,91,198,211,144,46,93,209,140,29,37,115,203,45,117,166,202,188,147,19,105,250,95,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128],[249,2,17,160,125,134,21,25,148,76,34,108,129,31,190,172,71,105,212,63,117,183,81,247,255,183,238,123,146,18,144,145,23,134,83,181,160,71,157,157,105,224,228,218,1,206,168,66,253,0,205,140,224,117,16,128,248,14,36,178,23,60,194,198,76,132,198,235,103,160,126,222,206,77,7,198,17,169,62,197,24,56,231,50,35,186,202,92,137,109,23,136,85,228,55,56,55,161,173,203,85,157,160,109,150,134,113,91,227,132,232,93,110,56,241,195,74,144,111,104,86,58,32,150,26,246,229,43,169,139,109,147,88,36,197,160,251,95,167,241,15,84,41,26,61,74,17,201,110,210,86,89,93,62,68,72,69,195,152,174,222,208,92,219,112,214,137,230,160,49,166,29,87,20,89,8,214,78,231,18,215,65,84,45,69,196,72,80,169,30,25,141,197,1,189,226,241,66,68,241,96,160,252,125,31,240,143,109,232,181,126,64,79,18,103,37,118,29,21,105,134,132,247,116,248,188,52,101,65,172,197,52,167,129,160,80,1,249,119,135,11,97,101,169,4,42,49,134,235,172,146,253,186,150,169,40,103,161,163,39,50,250,26,69,3,221,165,160,195,61,77,110,236,12,101,138,100,60,5,180,193,127,47,53,120,124,71,65,128,188,84,142,189,76,104,252,246,161,232,246,160,226,128,149,68,248,109,20,97,198,65,80,34,87,75,208,175,255,214,158,219,53,119,181,174,243,165,73,205,200,94,9,59,160,118,145,214,158,5,191,203,190,235,3,196,239,16,127,36,59,71,193,26,85,65,171,168,40,160,21,83,240,218,220,61,68,160,238,58,205,147,15,169,73,17,213,42,234,64,236,92,240,115,232,154,171,254,50,255,42,192,133,177,3,2,253,160,242,88,160,199,5,45,220,63,186,237,162,158,226,123,151,65,104,207,81,113,152,226,234,210,190,218,15,197,224,143,1,118,30,78,136,160,227,220,156,104,221,90,241,110,74,52,161,231,21,157,246,48,148,249,8,39,63,79,142,234,10,10,121,10,139,13,143,87,160,210,188,81,157,60,138,175,117,27,0,51,226,168,174,40,87,104,94,34,232,123,145,186,235,195,20,87,132,36,196,121,184,160,230,20,66,16,216,220,179,92,37,100,104,78,223,146,1,150,15,180,89,34,144,3,21,220,21,38,249,71,142,12,122,31,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":0,"drifted_index":0,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,38,47,103,166,222,158,110,181,130,246,207,142,220,226,180,44,128,254,104,16,162,229,217,174,29,200,5,194,97,100,147,140,0],[160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,0],[160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,0],[160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,0],[160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,0],[160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,0],[160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,0],[160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,0],[160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,0],[160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,0],[160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,0],[160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,0],[160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,0],[160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,0],[160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,0],[160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,0],[160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,118,71,127,35,168,227,214,144,90,249,253,38,109,0,167,9,11,189,164,199,204,15,152,28,217,108,135,22,252,237,174,78,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128],[249,2,17,160,38,47,103,166,222,158,110,181,130,246,207,142,220,226,180,44,128,254,104,16,162,229,217,174,29,200,5,194,97,100,147,140,160,195,189,90,8,101,103,96,113,8,13,127,196,94,67,45,205,113,174,59,159,45,114,128,77,74,211,174,3,14,236,79,18,160,128,161,5,210,87,0,80,210,17,88,126,80,21,111,212,152,71,139,181,56,138,168,217,4,18,137,133,217,216,60,232,31,160,202,84,212,164,47,29,173,99,36,184,70,96,111,189,3,217,167,232,44,47,115,187,102,254,198,152,155,75,237,29,116,206,160,101,205,254,64,54,90,108,63,65,99,231,221,103,129,90,232,59,94,242,204,165,243,101,63,2,190,179,91,14,139,226,205,160,7,227,73,226,65,124,54,35,81,53,54,9,21,180,111,83,37,153,146,135,142,102,231,229,125,95,183,53,234,229,245,58,160,88,204,154,170,68,56,10,123,107,120,76,169,97,203,225,8,46,98,13,49,226,124,117,96,254,229,94,156,123,99,174,100,160,90,208,114,191,8,171,250,36,243,174,229,135,184,235,93,70,65,191,20,96,130,231,175,244,26,13,49,55,16,204,205,117,160,164,143,135,168,218,170,124,44,199,22,172,172,104,37,73,142,171,61,238,207,187,8,4,215,205,209,61,215,140,101,179,250,160,80,179,240,177,83,136,17,124,49,99,182,169,9,254,33,228,127,230,66,243,79,166,110,84,224,224,158,242,143,33,195,244,160,152,84,146,108,152,111,104,56,121,239,253,211,55,23,163,119,220,33,63,208,205,168,111,237,81,99,139,244,15,18,244,116,160,146,201,137,243,43,254,170,197,245,108,170,4,28,98,161,176,108,162,90,24,102,202,44,103,41,117,107,145,213,240,1,148,160,35,6,253,241,96,55,112,126,224,54,87,2,134,48,77,14,114,247,160,27,26,59,154,186,50,91,214,238,93,44,28,32,160,138,181,170,135,120,70,121,11,54,168,145,241,12,188,37,93,12,217,186,68,165,183,11,223,6,142,71,120,53,195,217,146,160,68,176,244,148,187,236,187,6,96,87,53,16,44,73,143,38,66,111,204,84,13,207,64,235,224,13,83,141,102,75,5,80,160,255,135,249,148,116,64,144,42,162,168,102,222,153,188,213,241,18,128,63,172,167,162,17,106,159,211,213,73,161,249,35,114,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":5,"drifted_index":5,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,89,236,75,249,198,41,150,171,8,137,114,163,151,150,71,170,155,193,92,73,237,126,101,253,86,159,97,60,24,245,107,97,0],[160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,0],[160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,0],[160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,0],[160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,0],[160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,0],[160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,0],[160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,0],[160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,0],[160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,0],[160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,0],[160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,0],[160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,0],[160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,0],[160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,0],[160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,0],[160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,155,177,169,178,207,25,115,178,220,237,213,105,61,99,63,204,11,40,200,146,38,126,99,253,174,82,103,206,143,115,171,178,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128],[249,2,17,160,201,74,13,88,41,184,70,77,128,44,60,141,143,0,249,230,36,175,159,57,82,243,216,53,24,144,85,58,51,3,221,192,160,30,252,92,85,186,88,238,59,120,224,213,142,217,57,166,9,110,91,44,215,176,156,103,42,21,149,35,201,163,53,161,214,160,182,131,81,90,235,179,229,171,82,90,216,94,104,92,118,199,28,217,251,33,72,34,214,219,112,250,144,230,66,161,235,124,160,38,36,255,222,210,228,111,43,108,59,6,129,142,143,164,16,101,68,73,158,137,156,252,36,97,111,2,47,11,88,74,137,160,86,108,16,212,154,199,179,123,7,68,140,79,186,19,178,72,5,108,78,199,184,66,55,122,236,94,45,111,152,209,100,204,160,89,236,75,249,198,41,150,171,8,137,114,163,151,150,71,170,155,193,92,73,237,126,101,253,86,159,97,60,24,245,107,97,160,149,66,87,246,81,7,169,104,20,176,78,172,62,67,199,177,247,222,147,50,139,14,163,168,81,5,127,143,32,179,202,124,160,156,35,147,112,152,222,157,250,178,31,105,229,151,90,242,78,224,8,90,166,248,203,138,217,249,98,101,187,69,208,195,186,160,235,70,63,42,145,65,172,52,149,163,110,28,162,64,38,10,45,148,136,98,143,146,202,23,147,56,249,91,33,61,7,180,160,41,176,152,154,156,79,96,95,106,117,53,179,16,166,126,139,128,5,76,236,225,140,233,147,93,130,38,96,36,211,102,147,160,33,174,166,200,193,116,43,170,104,204,122,205,211,139,211,132,16,152,249,200,223,211,198,16,145,240,213,161,103,114,103,247,160,246,131,82,23,125,78,177,92,5,35,11,239,241,30,114,3,173,48,117,59,221,162,34,41,195,136,188,39,101,158,41,26,160,165,205,63,186,2,162,214,26,42,213,218,184,107,178,211,130,46,5,51,134,230,7,44,65,51,247,32,178,110,10,36,11,160,192,226,195,87,143,249,17,187,202,196,51,79,225,75,32,243,167,21,80,20,8,79,66,11,254,98,251,153,51,106,103,69,160,115,7,228,239,195,15,90,20,25,106,49,253,95,138,5,51,143,22,159,156,200,242,230,21,36,168,65,144,147,65,129,100,160,84,157,218,127,239,160,140,65,236,101,138,169,111,204,65,187,133,68,170,212,72,238,19,168,181,30,128,108,91,219,149,183,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[249,2,17],[249,2,17]]}},"account":null,"storage":null,"values":[[160,80,192,227,190,11,37,208,16,139,112,244,29,86,74,246,75,208,86,244,24,95,169,208,191,141,176,239,26,113,163,212,245,0],[160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,0],[160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,0],[160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,0],[160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,0],[160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,0],[160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,0],[160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,0],[160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,0],[160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,0],[160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,0],[160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,0],[160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,0],[160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,0],[160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,0],[160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,0],[160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,123,171,42,213,155,121,113,37,156,12,93,15,148,14,156,94,140,247,237,156,1,226,58,29,74,49,252,242,231,92,226,186,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128],[249,2,17,160,0,60,239,195,90,41,35,145,71,234,254,226,95,214,157,137,249,69,51,46,116,43,172,197,209,106,62,107,13,134,118,12,160,7,214,73,225,45,125,70,176,49,93,46,135,187,246,2,61,183,208,247,221,171,46,83,6,128,133,22,210,225,167,12,37,160,29,88,219,67,109,5,1,241,225,154,220,207,78,188,163,225,231,89,62,34,116,154,46,13,83,23,24,59,159,65,38,74,160,130,244,97,0,144,113,26,189,84,140,251,10,58,239,176,49,52,232,144,60,157,64,196,120,135,238,127,214,211,2,113,50,160,4,137,113,20,238,132,102,100,100,29,39,244,133,178,220,183,170,31,35,178,129,205,69,155,252,119,243,44,166,230,179,70,160,158,112,50,206,63,122,189,110,174,190,192,159,219,94,187,205,2,19,6,149,233,30,249,214,239,88,42,47,241,158,212,241,160,139,177,70,74,121,27,54,183,246,177,214,132,90,25,96,203,123,48,130,3,201,77,179,186,165,180,193,11,103,111,250,67,160,119,185,133,18,119,245,43,92,66,104,198,123,172,48,56,26,148,253,76,127,186,243,26,34,29,135,57,229,42,190,35,242,160,49,199,77,37,182,66,131,145,200,81,42,32,117,88,165,127,108,181,220,174,253,22,61,73,37,219,95,162,125,30,202,47,160,80,192,227,190,11,37,208,16,139,112,244,29,86,74,246,75,208,86,244,24,95,169,208,191,141,176,239,26,113,163,212,245,160,38,74,194,250,157,49,162,80,68,11,249,87,137,126,205,203,198,124,212,5,80,21,173,34,105,17,232,53,229,184,112,169,160,214,242,56,104,19,113,93,205,196,168,196,139,239,159,220,184,92,225,43,223,135,164,201,197,243,18,57,180,227,22,97,223,160,238,12,160,145,45,78,200,230,235,210,199,203,205,223,25,224,105,52,161,176,115,72,6,35,236,182,72,52,155,199,54,219,160,111,118,2,77,94,56,177,212,139,134,29,143,147,111,81,240,101,171,10,232,166,243,98,134,217,253,123,216,2,110,210,105,160,198,81,63,253,42,110,69,175,197,188,81,39,194,60,176,138,85,220,164,47,130,126,45,169,71,172,210,173,243,220,141,141,160,160,167,52,10,186,217,166,143,254,229,248,207,108,139,204,25,40,89,252,48,113,47,218,210,101,203,152,120,152,146,118,47,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":1,"drifted_index":1,"list_rlp_bytes":[[248,241],[248,241]]}},"account":null,"storage":null,"values":[[160,28,48,199,244,40,102,134,3,48,196,89,19,142,136,163,203,246,144,44,30,112,183,74,134,113,224,175,193,151,84,221,100,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,0],[160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,0],[160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,0],[160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,241,128,160,95,174,59,239,229,74,221,53,227,115,207,137,94,29,119,126,56,209,55,198,212,179,38,213,219,36,111,62,46,43,176,168,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128],[248,241,128,160,28,48,199,244,40,102,134,3,48,196,89,19,142,136,163,203,246,144,44,30,112,183,74,134,113,224,175,193,151,84,221,100,128,160,60,157,212,182,167,69,206,32,151,2,14,23,149,67,58,187,84,249,195,159,106,68,203,199,199,65,194,33,215,102,71,138,128,128,160,21,230,18,20,253,84,192,151,178,53,157,0,9,105,229,121,222,71,120,109,159,109,9,218,254,1,50,139,117,216,194,252,160,229,29,220,149,183,173,68,40,11,103,39,76,251,20,162,242,21,49,103,245,160,99,143,218,74,196,2,61,51,34,105,123,128,160,0,140,67,252,58,164,68,143,34,163,138,133,54,27,218,38,80,20,142,115,221,100,73,161,165,75,83,53,8,58,236,1,160,149,169,206,0,129,86,168,48,42,127,100,73,109,90,171,56,216,28,132,44,167,14,46,189,224,213,37,0,234,165,140,236,160,42,63,45,28,165,209,201,220,231,99,153,208,48,174,250,66,196,18,123,250,55,107,64,178,159,49,190,84,159,179,138,235,128,128,128,128,128]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":9,"drifted_index":9,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,203,75,155,2,92,98,158,134,128,81,101,193,235,150,99,58,83,202,29,54,172,18,237,102,46,80,2,77,38,138,194,72,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,52,4,37,146,118,69,49,114,184,159,37,243,255,228,220,196,35,8,171,49,38,162,66,31,212,58,224,231,218,211,184,144,128,128,128,128,128,128,128],[248,81,128,160,144,48,115,239,88,53,180,108,71,36,183,251,218,38,71,26,8,89,197,32,24,4,70,152,114,2,183,162,126,72,33,227,128,128,128,128,128,128,128,160,203,75,155,2,92,98,158,134,128,81,101,193,235,150,99,58,83,202,29,54,172,18,237,102,46,80,2,77,38,138,194,72,128,128,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":{"address":[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255],"key":[187,176,89,25,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116],"list_rlp_bytes":[[248,102],[248,102]],"value_rlp_bytes":[[184,70],[184,70]],"value_list_rlp_bytes":[[248,68],[248,68]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[248,102]},"storage":null,"values":[[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,25,229,69,2,72,204,218,133,9,174,116,191,29,135,209,173,175,51,242,60,121,99,159,225,202,236,166,142,108,116,46,175,0],[160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,0,0,0,0]],"keccak_data":[[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,115,101,31,4,216,67,253,144,32,4,150,223,147,248,67,66,137,178,8,163,165,90,240,58,237,161,156,222,22,64,213,241,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[248,102,157,32,94,161,196,62,242,155,22,174,238,170,32,29,45,107,194,210,205,38,230,21,112,4,40,92,60,227,225,116,184,70,248,68,128,128,160,25,229,69,2,72,204,218,133,9,174,116,191,29,135,209,173,175,51,242,60,121,99,159,225,202,236,166,142,108,116,46,175,160,197,210,70,1,134,247,35,60,146,126,125,178,220,199,3,192,229,0,182,83,202,130,39,59,123,250,216,4,93,133,164,112],[170,172,207,18,88,1,56,188,43,188,238,234,161,17,223,78,66,171,129,255]]},{"start":null,"extension_branch":{"is_extension":false,"is_placeholder":[false,false],"extension":{"list_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"branch":{"modified_index":3,"drifted_index":3,"list_rlp_bytes":[[248,81],[248,81]]}},"account":null,"storage":null,"values":[[160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[248,81,128,128,128,160,32,34,39,131,73,65,47,37,211,142,206,231,172,16,11,203,33,107,30,7,213,226,2,174,55,216,4,117,220,10,186,68,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128],[248,81,128,128,128,160,165,81,83,100,145,26,113,232,41,53,70,133,150,134,150,98,49,6,4,21,47,83,120,193,112,83,162,217,156,146,203,31,128,128,128,128,128,128,128,160,88,197,127,237,244,146,28,57,104,36,96,69,159,84,254,170,28,196,41,183,253,107,213,32,170,141,111,191,30,100,117,55,128,128,128,128,128]]},{"start":null,"extension_branch":null,"account":null,"storage":{"address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33],"key":[58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112],"list_rlp_bytes":[[226],[226]],"value_rlp_bytes":[[2],[17]],"drifted_rlp_bytes":[0],"wrong_rlp_bytes":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"values":[[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,2],[226,160,58,99,87,1,44,26,58,224,161,125,48,76,153,32,49,3,130,217,104,235,204,75,23,113,244,28,107,48,66,5,181,112,17],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33]]},{"start":{"disable_preimage_check":false,"proof_type":"Disabled"},"extension_branch":null,"account":null,"storage":null,"values":[[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"keccak_data":[]}] \ No newline at end of file diff --git a/zkevm-circuits/src/mpt_circuit/witness_row.rs b/zkevm-circuits/src/mpt_circuit/witness_row.rs index cdb42a0e63..41356b69ae 100644 --- a/zkevm-circuits/src/mpt_circuit/witness_row.rs +++ b/zkevm-circuits/src/mpt_circuit/witness_row.rs @@ -2,6 +2,8 @@ use crate::table::MPTProofType; use serde::{Deserialize, Serialize}; +use super::RlpItemType; + #[derive(Debug, Eq, PartialEq)] pub(crate) enum StorageRowType { KeyS, @@ -10,6 +12,8 @@ pub(crate) enum StorageRowType { ValueC, Drifted, Wrong, + Address, + Key, Count, } @@ -27,6 +31,8 @@ pub(crate) enum AccountRowType { CodehashC, Drifted, Wrong, + Address, + Key, Count, } @@ -80,6 +86,7 @@ pub struct ExtensionNode { /// MPT start node #[derive(Clone, Debug, Serialize, Deserialize)] pub struct StartNode { + pub(crate) disable_preimage_check: bool, pub(crate) proof_type: MPTProofType, } @@ -96,6 +103,7 @@ pub struct ExtensionBranchNode { #[derive(Clone, Debug, Serialize, Deserialize)] pub struct AccountNode { pub(crate) address: Vec, + pub(crate) key: Vec, pub(crate) list_rlp_bytes: [Vec; 2], pub(crate) value_rlp_bytes: [Vec; 2], pub(crate) value_list_rlp_bytes: [Vec; 2], @@ -106,6 +114,8 @@ pub struct AccountNode { /// MPT storage node #[derive(Clone, Debug, Serialize, Deserialize)] pub struct StorageNode { + pub(crate) address: Vec, + pub(crate) key: Vec, pub(crate) list_rlp_bytes: [Vec; 2], pub(crate) value_rlp_bytes: [Vec; 2], pub(crate) drifted_rlp_bytes: Vec, @@ -124,3 +134,62 @@ pub struct Node { /// MPT keccak data pub keccak_data: Vec>, } + +/// RLP types start +pub const NODE_RLP_TYPES_START: [RlpItemType; StartRowType::Count as usize] = + [RlpItemType::Hash, RlpItemType::Hash]; + +/// RLP types branch +pub const NODE_RLP_TYPES_BRANCH: [RlpItemType; ExtensionBranchRowType::Count as usize] = [ + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Node, + RlpItemType::Key, + RlpItemType::Node, + RlpItemType::Nibbles, + RlpItemType::Node, +]; + +/// RLP types account +pub const NODE_RLP_TYPES_ACCOUNT: [RlpItemType; AccountRowType::Count as usize] = [ + RlpItemType::Key, + RlpItemType::Key, + RlpItemType::Value, + RlpItemType::Value, + RlpItemType::Hash, + RlpItemType::Hash, + RlpItemType::Value, + RlpItemType::Value, + RlpItemType::Hash, + RlpItemType::Hash, + RlpItemType::Key, + RlpItemType::Key, + RlpItemType::Value, + RlpItemType::Hash, +]; + +/// RLP types account +pub const NODE_RLP_TYPES_STORAGE: [RlpItemType; StorageRowType::Count as usize] = [ + RlpItemType::Key, + RlpItemType::Value, + RlpItemType::Key, + RlpItemType::Value, + RlpItemType::Key, + RlpItemType::Key, + RlpItemType::Value, + RlpItemType::Hash, +]; diff --git a/zkevm-circuits/src/pi_circuit.rs b/zkevm-circuits/src/pi_circuit.rs index cebe069cba..c4e482b97a 100644 --- a/zkevm-circuits/src/pi_circuit.rs +++ b/zkevm-circuits/src/pi_circuit.rs @@ -1,26 +1,38 @@ //! Public Input Circuit implementation mod param; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] -pub use dev::PiCircuit as TestPiCircuit; +use std::{cmp::min, iter, marker::PhantomData}; -use eth_types::{ - geth_types::{BlockConstants, Transaction}, - sign_types::SignData, - Address, BigEndianHash, Field, Keccak, ToBigEndian, ToLittleEndian, ToScalar, Word, H256, -}; -use halo2_proofs::plonk::{Instance, SecondPhase}; +#[cfg(feature = "test-circuits")] +pub use PiCircuit as TestPiCircuit; + +use eth_types::{self, Field, ToLittleEndian}; +use halo2_proofs::plonk::{Expression, Instance, SecondPhase}; +use itertools::Itertools; use param::*; -use std::marker::PhantomData; use crate::{ - table::{BlockTable, LookupTable, TxFieldTag, TxTable}, + evm_circuit::{ + param::{ + N_BYTES_BLOCK, N_BYTES_EXTRA_VALUE, N_BYTES_HALF_WORD, N_BYTES_TX, N_BYTES_U64, + N_BYTES_WORD, + }, + util::{ + constraint_builder::{BaseConstraintBuilder, ConstrainBuilderCommon}, + from_bytes, + }, + }, + instance::{ + public_data_convert, BlockValues, ExtraValues, PublicData, TxValues, NONZERO_BYTE_GAS_COST, + ZERO_BYTE_GAS_COST, + }, + table::{BlockTable, KeccakTable, LookupTable, TxFieldTag, TxTable}, tx_circuit::TX_LEN, - util::{random_linear_combine_word as rlc, Challenges, SubCircuit, SubCircuitConfig}, + util::{word::Word, Challenges, SubCircuit, SubCircuitConfig}, witness, }; use gadgets::{ @@ -33,142 +45,6 @@ use halo2_proofs::{ poly::Rotation, }; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] -use halo2_proofs::{circuit::SimpleFloorPlanner, plonk::Circuit}; - -/// Values of the block table (as in the spec) -#[derive(Clone, Default, Debug)] -pub struct BlockValues { - coinbase: Address, - gas_limit: u64, - number: u64, - timestamp: u64, - difficulty: Word, - base_fee: Word, // NOTE: BaseFee was added by EIP-1559 and is ignored in legacy headers. - chain_id: u64, - history_hashes: Vec, -} - -/// Values of the tx table (as in the spec) -#[derive(Default, Debug, Clone)] -pub struct TxValues { - nonce: u64, - gas: u64, // gas limit - gas_price: Word, - from_addr: Address, - to_addr: Address, - is_create: bool, - value: Word, - call_data_len: u64, - call_data_gas_cost: u64, - tx_sign_hash: [u8; 32], -} - -/// Extra values (not contained in block or tx tables) -#[derive(Default, Debug, Clone)] -pub struct ExtraValues { - // block_hash: H256, - state_root: H256, - prev_state_root: H256, -} - -/// PublicData contains all the values that the PiCircuit recieves as input -#[derive(Debug, Clone)] -pub struct PublicData { - /// chain id - pub chain_id: Word, - /// History hashes contains the most recent 256 block hashes in history, - /// where the latest one is at history_hashes[history_hashes.len() - 1]. - pub history_hashes: Vec, - /// Block Transactions - pub transactions: Vec, - /// Block State Root - pub state_root: H256, - /// Previous block root - pub prev_state_root: H256, - /// Constants related to Ethereum block - pub block_constants: BlockConstants, -} - -impl Default for PublicData { - fn default() -> Self { - PublicData { - chain_id: Word::default(), - history_hashes: vec![], - transactions: vec![], - state_root: H256::zero(), - prev_state_root: H256::zero(), - block_constants: BlockConstants::default(), - } - } -} - -impl PublicData { - /// Returns struct with values for the block table - pub fn get_block_table_values(&self) -> BlockValues { - let history_hashes = [ - vec![H256::zero(); 256 - self.history_hashes.len()], - self.history_hashes - .iter() - .map(|&hash| H256::from(hash.to_be_bytes())) - .collect(), - ] - .concat(); - BlockValues { - coinbase: self.block_constants.coinbase, - gas_limit: self.block_constants.gas_limit.as_u64(), - number: self.block_constants.number.as_u64(), - timestamp: self.block_constants.timestamp.as_u64(), - difficulty: self.block_constants.difficulty, - base_fee: self.block_constants.base_fee, - chain_id: self.chain_id.as_u64(), - history_hashes, - } - } - - /// Returns struct with values for the tx table - pub fn get_tx_table_values(&self) -> Vec { - let chain_id: u64 = self - .chain_id - .try_into() - .expect("Error converting chain_id to u64"); - let mut tx_vals = vec![]; - for tx in &self.txs() { - let sign_data: SignData = tx - .sign_data(chain_id) - .expect("Error computing tx_sign_hash"); - let mut msg_hash_le = [0u8; 32]; - msg_hash_le.copy_from_slice(sign_data.msg_hash.to_bytes().as_slice()); - tx_vals.push(TxValues { - nonce: tx.nonce.as_u64(), - gas_price: tx.gas_price, - gas: tx.gas_limit.as_u64(), - from_addr: tx.from, - to_addr: tx.to_or_zero(), - is_create: tx.is_create(), - value: tx.value, - call_data_len: tx.call_data.len() as u64, - call_data_gas_cost: tx.call_data_gas_cost(), - tx_sign_hash: msg_hash_le, - }); - } - tx_vals - } - - /// Returns struct with the extra values - pub fn get_extra_values(&self) -> ExtraValues { - ExtraValues { - // block_hash: self.hash.unwrap_or_else(H256::zero), - state_root: self.state_root, - prev_state_root: self.prev_state_root, - } - } - - fn txs(&self) -> Vec { - self.transactions.iter().map(Transaction::from).collect() - } -} - /// Config for PiCircuit #[derive(Clone, Debug)] pub struct PiCircuitConfig { @@ -177,34 +53,62 @@ pub struct PiCircuitConfig { /// Max number of supported calldata bytes max_calldata: usize, - q_block_table: Selector, + // q_digest_last: will be 1 on last byte of keccak digest, others are 0 + q_digest_last: Selector, + // q_bytes_last: will be 1 on last byte of raw public input last byte, others are 0 + q_bytes_last: Selector, + // q_tx_table: 1 on the rows where tx_table is activated, others are 0 q_tx_table: Selector, + // q_tx_calldata: 1 on the rows where tx_table calldata is activated, others are 0 q_tx_calldata: Selector, + // q_calldata_start: 1 on the starting row of calldata in tx_table, others are 0 q_calldata_start: Selector, + // q_rpi_keccak_lookup: enable keccak lookup + q_rpi_keccak_lookup: Selector, + // q_rpi_value_start: assure rpi_bytes sync with rpi_value_lc when cross boundary. + // because we layout rpi bytes vertically, which is concated from multiple original values. + // The value can be one byte or multiple bytes. The order of values is pre-defined and + // hardcode. can't use selector here because we need rotation + q_rpi_value_start: Column, + // q_digest_value_start: mark starting of hi and low. can't use selector here because we need + // rotation + q_digest_value_start: Column, tx_id_inv: Column, - tx_value_inv: Column, + // Do not need tx_value_hi_inv, because tx_value_inv only + // refer in tx_calldata constrains, and only need tx_value.lo() part + tx_value_lo_inv: Column, tx_id_diff_inv: Column, fixed_u16: Column, calldata_gas_cost: Column, is_final: Column, - raw_public_inputs: Column, - rpi_rlc_acc: Column, - rand_rpi: Column, - q_not_end: Selector, - q_end: Selector, + // rpi_bytes: raw public input bytes laid verticlly + rpi_bytes: Column, + // rpi_bytes_keccakrlc: rpi_bytes rlc by keccak challenge. This is for Keccak lookup input + // rlc + rpi_bytes_keccakrlc: Column, + // rpi_value_lc: This is similar with rpi_bytes_keccakrlc, while the key differences is + // it's linear combination with base 256. + rpi_value_lc: Column, + // rpi_digest_bytes: Keccak digest raw bytes laid verticlly in this column + rpi_digest_bytes: Column, + // rpi_digest_bytes_limbs: hi, lo limbs of digest + rpi_digest_bytes_limbs: Column, - pi: Column, // rpi_rand, rpi_rlc, chain_ID, state_root, prev_state_root + q_rpi_byte_enable: Selector, + + pi_instance: Column, // keccak_digest_hi, keccak_digest_lo _marker: PhantomData, // External tables block_table: BlockTable, tx_table: TxTable, + keccak_table: KeccakTable, } /// Circuit configuration arguments -pub struct PiCircuitConfigArgs { +pub struct PiCircuitConfigArgs { /// Max number of supported transactions pub max_txs: usize, /// Max number of supported calldata bytes @@ -213,10 +117,14 @@ pub struct PiCircuitConfigArgs { pub tx_table: TxTable, /// BlockTable pub block_table: BlockTable, + /// Keccak Table + pub keccak_table: KeccakTable, + /// Challenges + pub challenges: Challenges>, } impl SubCircuitConfig for PiCircuitConfig { - type ConfigArgs = PiCircuitConfigArgs; + type ConfigArgs = PiCircuitConfigArgs; /// Return a new PiCircuitConfig fn new( @@ -226,20 +134,21 @@ impl SubCircuitConfig for PiCircuitConfig { max_calldata, block_table, tx_table, + keccak_table, + challenges, }: Self::ConfigArgs, ) -> Self { - let q_block_table = meta.selector(); - let q_tx_table = meta.complex_selector(); let q_tx_calldata = meta.complex_selector(); let q_calldata_start = meta.complex_selector(); + let q_rpi_keccak_lookup = meta.complex_selector(); // Tx Table let tx_id = tx_table.tx_id; let tx_value = tx_table.value; let tag = tx_table.tag; let index = tx_table.index; let tx_id_inv = meta.advice_column(); - let tx_value_inv = meta.advice_column_in(SecondPhase); + let tx_value_lo_inv = meta.advice_column(); let tx_id_diff_inv = meta.advice_column(); // The difference of tx_id of adjacent rows in calldata part of tx table // lies in the interval [0, 2^16] if their tx_id both do not equal to zero. @@ -249,113 +158,145 @@ impl SubCircuitConfig for PiCircuitConfig { let calldata_gas_cost = meta.advice_column_in(SecondPhase); let is_final = meta.advice_column(); - let raw_public_inputs = meta.advice_column_in(SecondPhase); - let rpi_rlc_acc = meta.advice_column_in(SecondPhase); - let rand_rpi = meta.advice_column(); - let q_not_end = meta.selector(); - let q_end = meta.selector(); + let q_digest_last = meta.complex_selector(); + let q_bytes_last = meta.complex_selector(); + let q_rpi_byte_enable = meta.complex_selector(); + let q_rpi_value_start = meta.fixed_column(); + let q_digest_value_start = meta.fixed_column(); + + let rpi_bytes = meta.advice_column(); + let rpi_bytes_keccakrlc = meta.advice_column_in(SecondPhase); + let rpi_value_lc = meta.advice_column(); + let rpi_digest_bytes = meta.advice_column(); + let rpi_digest_bytes_limbs = meta.advice_column(); - let pi = meta.instance_column(); + let pi_instance = meta.instance_column(); // Annotate table columns tx_table.annotate_columns(meta); block_table.annotate_columns(meta); - meta.enable_equality(raw_public_inputs); - meta.enable_equality(rpi_rlc_acc); - meta.enable_equality(rand_rpi); - meta.enable_equality(pi); + meta.enable_equality(block_table.value.lo()); + meta.enable_equality(block_table.value.hi()); + meta.enable_equality(tx_table.tx_id); + meta.enable_equality(tx_table.index); + meta.enable_equality(tx_table.value.lo()); + meta.enable_equality(tx_table.value.hi()); - // 0.0 rpi_rlc_acc[0] == RLC(raw_public_inputs, rand_rpi) - meta.create_gate( - "rpi_rlc_acc[i] = rand_rpi * rpi_rlc_acc[i+1] + raw_public_inputs[i]", - |meta| { - // q_not_end * row.rpi_rlc_acc == - // (q_not_end * row_next.rpi_rlc_acc * row.rand_rpi + row.raw_public_inputs ) - let q_not_end = meta.query_selector(q_not_end); - let cur_rpi_rlc_acc = meta.query_advice(rpi_rlc_acc, Rotation::cur()); - let next_rpi_rlc_acc = meta.query_advice(rpi_rlc_acc, Rotation::next()); - let rand_rpi = meta.query_advice(rand_rpi, Rotation::cur()); - let raw_public_inputs = meta.query_advice(raw_public_inputs, Rotation::cur()); + meta.enable_equality(rpi_value_lc); + meta.enable_equality(rpi_bytes_keccakrlc); - vec![ - q_not_end * (next_rpi_rlc_acc * rand_rpi + raw_public_inputs - cur_rpi_rlc_acc), - ] - }, - ); - meta.create_gate("rpi_rlc_acc[last] = raw_public_inputs[last]", |meta| { - let q_end = meta.query_selector(q_end); - let raw_public_inputs = meta.query_advice(raw_public_inputs, Rotation::cur()); - let rpi_rlc_acc = meta.query_advice(rpi_rlc_acc, Rotation::cur()); - vec![q_end * (raw_public_inputs - rpi_rlc_acc)] - }); + meta.enable_equality(rpi_digest_bytes_limbs); - // 0.1 rand_rpi[i] == rand_rpi[j] - meta.create_gate("rand_pi = rand_rpi.next", |meta| { - // q_not_end * row.rand_rpi == q_not_end * row_next.rand_rpi - let q_not_end = meta.query_selector(q_not_end); - let cur_rand_rpi = meta.query_advice(rand_rpi, Rotation::cur()); - let next_rand_rpi = meta.query_advice(rand_rpi, Rotation::next()); + meta.enable_equality(pi_instance); - vec![q_not_end * (cur_rand_rpi - next_rand_rpi)] - }); + // gate 1 and gate 2 are compensation branch + // 1: rpi_bytes_keccakrlc[last] = rpi_bytes[last] + meta.create_gate("rpi_bytes_keccakrlc[last] = rpi_bytes[last]", |meta| { + let mut cb = BaseConstraintBuilder::default(); - // 0.2 Block table -> value column match with raw_public_inputs at expected - // offset - meta.create_gate("block_table[i] = raw_public_inputs[offset + i]", |meta| { - let q_block_table = meta.query_selector(q_block_table); - let block_value = meta.query_advice(block_table.value, Rotation::cur()); - let rpi_block_value = meta.query_advice(raw_public_inputs, Rotation::cur()); - vec![q_block_table * (block_value - rpi_block_value)] - }); + cb.require_equal( + "rpi_bytes_keccakrlc[last] = rpi_bytes[last]", + meta.query_advice(rpi_bytes_keccakrlc, Rotation::cur()), + meta.query_advice(rpi_bytes, Rotation::cur()), + ); - let offset = BLOCK_LEN + 1 + EXTRA_LEN; - let tx_table_len = max_txs * TX_LEN + 1; + cb.gate(meta.query_selector(q_bytes_last) * meta.query_selector(q_rpi_byte_enable)) + }); - // 0.3 Tx table -> {tx_id, index, value} column match with raw_public_inputs - // at expected offset + // 2: rpi_bytes_keccakrlc[i] = keccak_rand * rpi_bytes_keccakrlc[i+1] + rpi_bytes[i]" meta.create_gate( - "tx_table.tx_id[i] == raw_public_inputs[offset + i]", + "rpi_bytes_keccakrlc[i] = keccak_rand * rpi_bytes_keccakrlc[i+1] + rpi_bytes[i]", |meta| { - // row.q_tx_table * row.tx_table.tx_id - // == row.q_tx_table * row_offset_tx_table_tx_id.raw_public_inputs - let q_tx_table = meta.query_selector(q_tx_table); - let tx_id = meta.query_advice(tx_table.tx_id, Rotation::cur()); - let rpi_tx_id = meta.query_advice(raw_public_inputs, Rotation(offset as i32)); + let mut cb = BaseConstraintBuilder::default(); + + let rpi_bytes_keccakrlc_cur = + meta.query_advice(rpi_bytes_keccakrlc, Rotation::cur()); + let rpi_bytes_keccakrlc_next = + meta.query_advice(rpi_bytes_keccakrlc, Rotation::next()); + let rpi_bytes_cur = meta.query_advice(rpi_bytes, Rotation::cur()); + + let keccak_rand = challenges.keccak_input(); + cb.require_equal( + "rpi_bytes_keccakrlc[i] = keccak_rand * rpi_bytes_keccakrlc[i+1] + rpi_bytes[i]", + rpi_bytes_keccakrlc_cur, + rpi_bytes_keccakrlc_next * keccak_rand + rpi_bytes_cur, + ); - vec![q_tx_table * (tx_id - rpi_tx_id)] + cb.gate( + not::expr(meta.query_selector(q_bytes_last)) * + meta.query_selector(q_rpi_byte_enable) + ) }, ); + // gate 3 and gate 4 are compensation branch + // 3: rpi_value_lc[i] = rpi_value_lc[i+1] * byte_pow_base + // + rpi_bytes[i] meta.create_gate( - "tx_table.index[i] == raw_public_inputs[offset + tx_table_len + i]", + "rpi_value_lc[i] = rpi_value_lc[i-1] * byte_pow_base + rpi_bytes[i]", |meta| { - // row.q_tx_table * row.tx_table.tx_index - // == row.q_tx_table * row_offset_tx_table_tx_index.raw_public_inputs - let q_tx_table = meta.query_selector(q_tx_table); - let tx_index = meta.query_advice(tx_table.index, Rotation::cur()); - let rpi_tx_index = - meta.query_advice(raw_public_inputs, Rotation((offset + tx_table_len) as i32)); + let mut cb = BaseConstraintBuilder::default(); + let q_rpi_value_start_cur = meta.query_fixed(q_rpi_value_start, Rotation::cur()); + let rpi_value_lc_next = meta.query_advice(rpi_value_lc, Rotation::next()); + let rpi_value_lc_cur = meta.query_advice(rpi_value_lc, Rotation::cur()); + let rpi_bytes_cur = meta.query_advice(rpi_bytes, Rotation::cur()); + + cb.require_equal( + "rpi_value_lc[i] = rpi_value_lc[i+1] * r + rpi_bytes[i]", + rpi_value_lc_cur, + rpi_value_lc_next * BYTE_POW_BASE.expr() + rpi_bytes_cur, + ); - vec![q_tx_table * (tx_index - rpi_tx_index)] + cb.gate(not::expr(q_rpi_value_start_cur) * meta.query_selector(q_rpi_byte_enable)) }, ); - meta.create_gate( - "tx_table.tx_value[i] == raw_public_inputs[offset + 2* tx_table_len + i]", + // 4. rpi_value_lc[i] = rpi_bytes[i] + meta.create_gate("rpi_value_lc[i] = rpi_bytes[i]", |meta| { + let mut cb = BaseConstraintBuilder::default(); + let q_rpi_value_start_cur = meta.query_fixed(q_rpi_value_start, Rotation::cur()); + + cb.require_equal( + "rpi_value_lc[i] = rpi_bytes[i]", + meta.query_advice(rpi_bytes, Rotation::cur()), + meta.query_advice(rpi_value_lc, Rotation::cur()), + ); + + cb.gate(q_rpi_value_start_cur * meta.query_selector(q_rpi_byte_enable)) + }); + + // 5. lookup rpi_bytes_keccakrlc against rpi_digest_bytes_limbs + meta.lookup_any( + "lookup rpi_bytes_keccakrlc against rpi_digest_bytes_limbs", |meta| { - // (row.q_tx_calldata | row.q_tx_table) * row.tx_table.tx_value - // == (row.q_tx_calldata | row.q_tx_table) * - // row_offset_tx_table_tx_value.raw_public_inputs - let q_tx_table = meta.query_selector(q_tx_table); - let tx_value = meta.query_advice(tx_value, Rotation::cur()); - let q_tx_calldata = meta.query_selector(q_tx_calldata); - let rpi_tx_value = meta.query_advice( - raw_public_inputs, - Rotation((offset + 2 * tx_table_len) as i32), - ); + let circuit_len = + PiCircuitConfig::::circuit_len_by_txs_calldata(max_txs, max_calldata).expr(); + let is_enabled = meta.query_advice(keccak_table.is_enabled, Rotation::cur()); + let input_rlc = meta.query_advice(keccak_table.input_rlc, Rotation::cur()); + let input_len = meta.query_advice(keccak_table.input_len, Rotation::cur()); + let output_lo = meta.query_advice(keccak_table.output.lo(), Rotation::cur()); + let output_hi = meta.query_advice(keccak_table.output.hi(), Rotation::cur()); + + // is_enabled + let q_rpi_keccak_lookup = meta.query_selector(q_rpi_keccak_lookup); + // input_rlc + let rpi_bytes_keccakrlc_cur = + meta.query_advice(rpi_bytes_keccakrlc, Rotation::cur()); + // output + let rpi_digest_lo = meta.query_advice(rpi_digest_bytes_limbs, Rotation::cur()); + let rpi_digest_hi = meta.query_advice(rpi_digest_bytes_limbs, Rotation::next()); - vec![or::expr([q_tx_table, q_tx_calldata]) * (tx_value - rpi_tx_value)] + vec![ + (q_rpi_keccak_lookup.expr() * 1.expr(), is_enabled), + ( + q_rpi_keccak_lookup.expr() * rpi_bytes_keccakrlc_cur, + input_rlc, + ), + (q_rpi_keccak_lookup.expr() * circuit_len, input_len), + (q_rpi_keccak_lookup.expr() * rpi_digest_lo, output_lo), + (q_rpi_keccak_lookup * rpi_digest_hi, output_hi), + ] }, ); @@ -365,7 +306,8 @@ impl SubCircuitConfig for PiCircuitConfig { |meta| meta.query_advice(tx_table.tx_id, Rotation::cur()), tx_id_inv, ); - let tx_value_is_zero_config = IsZeroChip::configure( + + let tx_value_is_zero_lo_config = IsZeroChip::configure( meta, |meta| { or::expr([ @@ -373,9 +315,10 @@ impl SubCircuitConfig for PiCircuitConfig { meta.query_selector(q_tx_calldata), ]) }, - |meta| meta.query_advice(tx_value, Rotation::cur()), - tx_value_inv, + |meta| meta.query_advice(tx_value.lo(), Rotation::cur()), + tx_value_lo_inv, ); + let tx_value_is_zero_config = tx_value_is_zero_lo_config.expr(); let _tx_id_diff_is_zero_config = IsZeroChip::configure( meta, |meta| meta.query_selector(q_tx_calldata), @@ -412,8 +355,8 @@ impl SubCircuitConfig for PiCircuitConfig { let tx_idx_diff_inv = meta.query_advice(tx_id_diff_inv, Rotation::cur()); let idx = meta.query_advice(index, Rotation::cur()); let idx_next = meta.query_advice(index, Rotation::next()); - let value_next = meta.query_advice(tx_value, Rotation::next()); - let value_next_inv = meta.query_advice(tx_value_inv, Rotation::next()); + let value_next_lo = meta.query_advice(tx_value.lo(), Rotation::next()); + let value_inv_next_lo = meta.query_advice(tx_value_lo_inv, Rotation::next()); let gas_cost = meta.query_advice(calldata_gas_cost, Rotation::cur()); let gas_cost_next = meta.query_advice(calldata_gas_cost, Rotation::next()); @@ -425,7 +368,7 @@ impl SubCircuitConfig for PiCircuitConfig { let is_value_zero = tx_value_is_zero_config.expr(); let is_value_nonzero = not::expr(tx_value_is_zero_config.expr()); - let is_value_next_nonzero = value_next.expr() * value_next_inv.expr(); + let is_value_next_nonzero = value_next_lo.expr() * value_inv_next_lo.expr(); let is_value_next_zero = not::expr(is_value_next_nonzero.expr()); // gas = value == 0 ? 4 : 16 @@ -499,7 +442,7 @@ impl SubCircuitConfig for PiCircuitConfig { let is_calldata_length_zero = tx_value_is_zero_config.expr(); let is_calldata_length_row = tx_tag_is_cdl_config.expr(); - let calldata_cost = meta.query_advice(tx_value, Rotation::next()); + let calldata_cost = meta.query_advice(tx_value.lo(), Rotation::next()); vec![q_tx_table * is_calldata_length_row * is_calldata_length_zero * calldata_cost] }, @@ -513,7 +456,7 @@ impl SubCircuitConfig for PiCircuitConfig { // calldata gas cost assigned in the tx table // CallDataGasCost is on the next row of CallDataLength - let calldata_cost_assigned = meta.query_advice(tx_value, Rotation::next()); + let calldata_cost_assigned = meta.query_advice(tx_value.lo(), Rotation::next()); // calldata gas cost calculated in call data let calldata_cost_calc = meta.query_advice(calldata_gas_cost, Rotation::cur()); @@ -538,24 +481,30 @@ impl SubCircuitConfig for PiCircuitConfig { Self { max_txs, max_calldata, - q_block_table, block_table, - q_tx_table, + q_digest_last, + q_bytes_last, q_tx_calldata, q_calldata_start, + q_rpi_keccak_lookup, + q_rpi_value_start, + q_tx_table, + q_digest_value_start, tx_table, + keccak_table, tx_id_inv, - tx_value_inv, + tx_value_lo_inv, tx_id_diff_inv, fixed_u16, calldata_gas_cost, is_final, - raw_public_inputs, - rpi_rlc_acc, - rand_rpi, - q_not_end, - q_end, - pi, + rpi_bytes, + rpi_bytes_keccakrlc, + rpi_value_lc, + rpi_digest_bytes, + rpi_digest_bytes_limbs, + q_rpi_byte_enable, + pi_instance, _marker: PhantomData, } } @@ -565,20 +514,68 @@ impl PiCircuitConfig { /// Return the number of rows in the circuit #[inline] fn circuit_len(&self) -> usize { - // +1 empty row in block table, +1 empty row in tx_table - BLOCK_LEN + 1 + EXTRA_LEN + 3 * (TX_LEN * self.max_txs + 1) + self.max_calldata + Self::circuit_len_by_txs_calldata(self.max_txs, self.max_calldata) } - fn assign_tx_empty_row(&self, region: &mut Region<'_, F>, offset: usize) -> Result<(), Error> { + /// Return the number of rows for txs and calldata + #[inline] + fn circuit_len_by_txs_calldata(txs: usize, calldata: usize) -> usize { + N_BYTES_ONE + + N_BYTES_BLOCK + + N_BYTES_EXTRA_VALUE + + Self::circuit_len_tx_id(txs) + + Self::circuit_len_tx_index(txs) + + Self::circuit_len_tx_values(txs) + + calldata + } + + #[inline] + fn circuit_len_tx_values(txs: usize) -> usize { + N_BYTES_TX * (txs) + N_BYTES_ONE + } + + #[inline] + fn circuit_len_tx_id(txs: usize) -> usize { + N_BYTES_U64 * TX_LEN * txs + N_BYTES_U64 // empty row + } + + #[inline] + fn circuit_len_tx_index(txs: usize) -> usize { + N_BYTES_U64 * TX_LEN * txs + N_BYTES_U64 // empty row + } + + fn assign_empty_txtable_row( + &self, + region: &mut Region<'_, F>, + offset: usize, + ) -> Result<(), Error> { region.assign_advice( - || "tx_id", - self.tx_table.tx_id, + || "tx_id_inv", + self.tx_id_inv, offset, || Value::known(F::ZERO), )?; region.assign_advice( - || "tx_id_inv", - self.tx_id_inv, + || "tx_value_lo_inv", + self.tx_value_lo_inv, + offset, + || Value::known(F::ZERO), + )?; + region.assign_advice( + || "is_final", + self.is_final, + offset, + || Value::known(F::ZERO), + )?; + region.assign_advice( + || "gas_cost", + self.calldata_gas_cost, + offset, + || Value::known(F::ZERO), + )?; + region.assign_advice( + || "tx_id", + self.tx_table.tx_id, offset, || Value::known(F::ZERO), )?; @@ -594,32 +591,62 @@ impl PiCircuitConfig { offset, || Value::known(F::ZERO), )?; - region.assign_advice( + Word::default().into_value().assign_advice( + region, || "tx_value", self.tx_table.value, offset, + )?; + Ok(()) + } + + fn reset_rpi_digest_row(&self, region: &mut Region<'_, F>, offset: usize) -> Result<(), Error> { + region.assign_advice( + || "rpi_digest_bytes_limbs", + self.rpi_digest_bytes_limbs, + offset, || Value::known(F::ZERO), )?; + + Ok(()) + } + + fn reset_rpi_bytes_row(&self, region: &mut Region<'_, F>, offset: usize) -> Result<(), Error> { + // assign q_rpi_value_start + region.assign_fixed( + || "q_rpi_value_start", + self.q_rpi_value_start, + offset, + || Value::known(F::ZERO), + )?; + + // assign rpi bytes region.assign_advice( - || "tx_value_inv", - self.tx_value_inv, + || "rpi_bytes", + self.rpi_bytes, offset, || Value::known(F::ZERO), )?; + + // assign rpi_bytes_keccakrlc region.assign_advice( - || "is_final", - self.is_final, + || "rpi_bytes_keccakrlc", + self.rpi_bytes_keccakrlc, offset, || Value::known(F::ZERO), )?; + + // assign rpi_value_lc region.assign_advice( - || "gas_cost", - self.calldata_gas_cost, + || "rpi_value_lc", + self.rpi_value_lc, offset, || Value::known(F::ZERO), )?; + Ok(()) } + /// Assigns a tx_table row and stores the values in a vec for the /// raw_public_inputs column #[allow(clippy::too_many_arguments)] @@ -627,13 +654,16 @@ impl PiCircuitConfig { &self, region: &mut Region<'_, F>, offset: usize, - tx_id: usize, + tx_id: u64, tag: TxFieldTag, - index: usize, - tx_value: F, - raw_pi_vals: &mut [F], + index: u64, + tx_value_bytes_le: &[u8], + rpi_bytes_keccakrlc: &mut Value, + challenges: &Challenges>, + current_offset: &mut usize, + rpi_bytes: &mut [u8], + zero_cell: AssignedCell, ) -> Result<(), Error> { - let tx_id = F::from(tx_id as u64); // tx_id_inv = (tag - CallDataLength)^(-1) let tx_id_inv = if tag != TxFieldTag::CallDataLength { let x = F::from(tag as u64) - F::from(TxFieldTag::CallDataLength as u64); @@ -642,78 +672,92 @@ impl PiCircuitConfig { F::ZERO }; let tag = F::from(tag as u64); - let index = F::from(index as u64); - let tx_value = tx_value; - let tx_value_inv = tx_value.invert().unwrap_or(F::ZERO); + let tx_value = Word::new([ + from_bytes::value( + &tx_value_bytes_le[..min(N_BYTES_HALF_WORD, tx_value_bytes_le.len())], + ), + if tx_value_bytes_le.len() > N_BYTES_HALF_WORD { + from_bytes::value(&tx_value_bytes_le[N_BYTES_HALF_WORD..]) + } else { + F::ZERO + }, + ]) + .into_value(); + let tx_value_inv = tx_value.map(|t| t.map(|x| x.invert().unwrap_or(F::ZERO))); self.q_tx_table.enable(region, offset)?; // Assign vals to Tx_table - region.assign_advice( + let tx_id_assignedcell = region.assign_advice( || "tx_id", self.tx_table.tx_id, offset, - || Value::known(tx_id), + || Value::known(F::from(tx_id)), )?; region.assign_fixed(|| "tag", self.tx_table.tag, offset, || Value::known(tag))?; - region.assign_advice( + + let tx_index_assignedcell = region.assign_advice( || "index", self.tx_table.index, offset, - || Value::known(index), + || Value::known(F::from(index)), )?; - region.assign_advice( - || "tx_value", - self.tx_table.value, - offset, - || Value::known(tx_value), + + let tx_value_assignedcell = + tx_value.assign_advice(region, || "tx_value", self.tx_table.value, offset)?; + + // tx_id + let (_, raw_tx_id) = self.assign_raw_bytes( + region, + &tx_id.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), + )?; + region.constrain_equal(tx_id_assignedcell.cell(), raw_tx_id.lo().cell())?; + + // index + let (_, raw_tx_index) = self.assign_raw_bytes( + region, + &index.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; + region.constrain_equal(tx_index_assignedcell.cell(), raw_tx_index.lo().cell())?; + + // tx value + let (_, raw_tx_value) = self.assign_raw_bytes( + region, + tx_value_bytes_le, + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell, + )?; + region.constrain_equal(tx_value_assignedcell.lo().cell(), raw_tx_value.lo().cell())?; + region.constrain_equal(tx_value_assignedcell.hi().cell(), raw_tx_value.hi().cell())?; + + // derived inverse not belong to TxTable so do not need copy constraints region.assign_advice( || "tx_id_inv", self.tx_id_inv, offset, || Value::known(tx_id_inv), )?; + // tx_value_lo_inv have no use in tx table non-calldata row region.assign_advice( - || "tx_value_inverse", - self.tx_value_inv, + || "tx_value_lo_inv", + self.tx_value_lo_inv, offset, - || Value::known(tx_value_inv), - )?; - - // Assign vals to raw_public_inputs column - let tx_table_len = TX_LEN * self.max_txs + 1; - - let id_offset = BLOCK_LEN + 1 + EXTRA_LEN; - let index_offset = id_offset + tx_table_len; - let value_offset = index_offset + tx_table_len; - - region.assign_advice( - || "raw_pi.tx_id", - self.raw_public_inputs, - offset + id_offset, - || Value::known(tx_id), + || tx_value_inv.lo(), )?; - region.assign_advice( - || "raw_pi.tx_index", - self.raw_public_inputs, - offset + index_offset, - || Value::known(index), - )?; - - region.assign_advice( - || "raw_pi.tx_value", - self.raw_public_inputs, - offset + value_offset, - || Value::known(tx_value), - )?; - - // Add copy to vec - raw_pi_vals[offset + id_offset] = tx_id; - raw_pi_vals[offset + index_offset] = index; - raw_pi_vals[offset + value_offset] = tx_value; - Ok(()) } @@ -726,376 +770,510 @@ impl PiCircuitConfig { tx_id: usize, tx_id_next: usize, index: usize, - tx_value: F, + tx_value_byte: u8, + rpi_bytes_keccakrlc: &mut Value, + challenges: &Challenges>, + current_offset: &mut usize, + rpi_bytes: &mut [u8], is_final: bool, gas_cost: F, - raw_pi_vals: &mut [F], - ) -> Result<(), Error> { + zero_cell: AssignedCell, + ) -> Result, Error> { let tx_id = F::from(tx_id as u64); let tx_id_inv = tx_id.invert().unwrap_or(F::ZERO); let tx_id_diff = F::from(tx_id_next as u64) - tx_id; let tx_id_diff_inv = tx_id_diff.invert().unwrap_or(F::ZERO); let tag = F::from(TxFieldTag::CallData as u64); let index = F::from(index as u64); - let tx_value = tx_value; - let tx_value_inv = tx_value.invert().unwrap_or(F::ZERO); + let tx_value: Word> = Word::from(tx_value_byte).into_value(); + let tx_value_inv = tx_value.map(|t| t.map(|x| x.invert().unwrap_or(F::ZERO))); let is_final = if is_final { F::ONE } else { F::ZERO }; - // Assign vals to raw_public_inputs column - let tx_table_len = TX_LEN * self.max_txs + 1; - let calldata_offset = tx_table_len + offset; - - self.q_tx_calldata.enable(region, calldata_offset)?; + self.q_tx_calldata.enable(region, offset)?; // Assign vals to Tx_table region.assign_advice( || "tx_id", self.tx_table.tx_id, - calldata_offset, + offset, || Value::known(tx_id), )?; region.assign_advice( || "tx_id_inv", self.tx_id_inv, - calldata_offset, + offset, || Value::known(tx_id_inv), )?; - region.assign_fixed( - || "tag", - self.tx_table.tag, - calldata_offset, - || Value::known(tag), - )?; + region.assign_fixed(|| "tag", self.tx_table.tag, offset, || Value::known(tag))?; region.assign_advice( || "index", self.tx_table.index, - calldata_offset, + offset, || Value::known(index), )?; + + let tx_value_cell = + tx_value.assign_advice(region, || "tx_value", self.tx_table.value, offset)?; + region.assign_advice( - || "tx_value", - self.tx_table.value, - calldata_offset, - || Value::known(tx_value), - )?; - region.assign_advice( - || "tx_value_inv", - self.tx_value_inv, - calldata_offset, - || Value::known(tx_value_inv), + || "tx_value_lo_inv", + self.tx_value_lo_inv, + offset, + || tx_value_inv.lo(), )?; region.assign_advice( || "tx_id_diff_inv", self.tx_id_diff_inv, - calldata_offset, + offset, || Value::known(tx_id_diff_inv), )?; region.assign_advice( || "is_final", self.is_final, - calldata_offset, + offset, || Value::known(is_final), )?; region.assign_advice( || "gas_cost", self.calldata_gas_cost, - calldata_offset, + offset, || Value::known(gas_cost), )?; - let value_offset = BLOCK_LEN + 1 + EXTRA_LEN + 3 * tx_table_len; - - region.assign_advice( - || "raw_pi.tx_value", - self.raw_public_inputs, - offset + value_offset, - || Value::known(tx_value), + let (rpi_bytes_keccakrlc_cell, rpi_value_lc_cell) = self.assign_raw_bytes( + region, + &[tx_value_byte], + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell, )?; - // Add copy to vec - raw_pi_vals[offset + value_offset] = tx_value; + // constrain `value` field in calldata match with public input lc cell + // tx_id and index constrains will be on tx circuit + region.constrain_equal(rpi_value_lc_cell.lo().cell(), tx_value_cell.lo().cell())?; + region.constrain_equal(rpi_value_lc_cell.hi().cell(), tx_value_cell.hi().cell())?; - Ok(()) + Ok(rpi_bytes_keccakrlc_cell) + } + + /// assign raw bytes + #[allow(clippy::too_many_arguments)] + fn assign_raw_bytes( + &self, + region: &mut Region<'_, F>, + value_bytes_le: &[u8], + rpi_bytes_keccakrlc: &mut Value, + rpi_bytes: &mut [u8], + current_offset: &mut usize, + challenges: &Challenges>, + zero_cell: AssignedCell, + ) -> Result, Error> { + assert!(!value_bytes_le.is_empty()); + assert!(value_bytes_le.len() <= N_BYTES_WORD); + + let keccak_rand = challenges.keccak_input(); + + let mut rpi_value_lc_cells: Vec> = vec![]; + let mut rpi_bytes_keccakrlc_cells: Vec> = vec![]; + let start_offset = *current_offset; + + let value_bytes_be: Vec = value_bytes_le.iter().rev().copied().collect_vec(); + let value_bytes_chunk: Vec> = value_bytes_be + .rchunks(N_BYTES_HALF_WORD) + // chunks will go from right to left first, here we reverse the order to assure left to + // right + .rev() + .map(|x| x.to_vec()) + .collect(); + + *current_offset = value_bytes_chunk.iter().try_fold( + // after rchunk + start_offset, + |mut offset, bytes| -> Result { + bytes.iter().enumerate().try_fold( + Value::known(F::ZERO), + |rpi_value_lc, (i, byte)| -> Result, Error> { + // assign q_rpi_value_start when index match beginning of chunk size + region.assign_fixed( + || "q_rpi_value_start", + self.q_rpi_value_start, + offset, + || Value::known(if i == 0 { F::ONE } else { F::ZERO }), + )?; + + let rpi_value_lc = if i == 0 { + Value::known(F::ZERO) + } else { + rpi_value_lc + } + .zip(Value::known(F::from(BYTE_POW_BASE))) + .and_then(|(acc, rand)| Value::known(acc * rand + F::from(*byte as u64))); + + // assign rpi_value_lc + let rpi_value_lc_cell = region.assign_advice( + || "rpi_value_lc", + self.rpi_value_lc, + offset, + || rpi_value_lc, + )?; + + // for rpi_value_lc_cell, it accumulated per N_BYTES_HALF_WORD chunk size, + // and the remains + if i == bytes.len() - 1 { + rpi_value_lc_cells.push(rpi_value_lc_cell); + } + + rpi_bytes[offset] = *byte; + + // this is mutable for accumulated across value + *rpi_bytes_keccakrlc = + rpi_bytes_keccakrlc + .zip(keccak_rand) + .and_then(|(acc, rand)| { + Value::known(acc * rand + F::from(*byte as u64)) + }); + + // enable + self.q_rpi_byte_enable.enable(region, offset)?; + + // assign rpi bytes + region.assign_advice( + || "rpi_bytes", + self.rpi_bytes, + offset, + || Value::known(F::from(*byte as u64)), + )?; + + // assign rpi_bytes_keccakrlc + let rpi_bytes_keccakrlc_cell = region.assign_advice( + || "rpi_bytes_keccakrlc", + self.rpi_bytes_keccakrlc, + offset, + || *rpi_bytes_keccakrlc, + )?; + + if start_offset - offset == value_bytes_le.len() - 1 { + rpi_bytes_keccakrlc_cells.push(rpi_bytes_keccakrlc_cell); + } + + offset = offset.saturating_sub(1); + + Ok(rpi_value_lc) + }, + )?; + Ok(offset) + }, + )?; + + assert!(rpi_value_lc_cells.len() <= 2); // at most hi, lo 2 cells + rpi_value_lc_cells.reverse(); // reverse to lo, hi order + assert!(rpi_bytes_keccakrlc_cells.len() == 1); // keccak rlc only 1 cell + + Ok(( + rpi_bytes_keccakrlc_cells[0].clone(), + Word::new( + (0..2) // padding rpi_value_lc_cells to 2 limbs if less then 2 + .map(|i| rpi_value_lc_cells.get(i).unwrap_or(&zero_cell).clone()) + .collect_vec() + .try_into() + .unwrap(), + ), + )) } /// Assigns the values for block table in the block_table column - /// and in the raw_public_inputs column. A copy is also stored in - /// a vector for computing RLC(raw_public_inputs) + /// and rpi_bytes columns. Copy constraints will be enable + /// to assure block_table value cell equal with respective rpi_byte_rlc cell + #[allow(clippy::too_many_arguments)] fn assign_block_table( &self, region: &mut Region<'_, F>, + block_table_offset: &mut usize, block_values: BlockValues, - randomness: F, - raw_pi_vals: &mut [F], - ) -> Result, Error> { - let mut offset = 0; - for i in 0..BLOCK_LEN + 1 { - self.q_block_table.enable(region, offset + i)?; - } - - // zero row - region.assign_advice( - || "zero", - self.block_table.value, - offset, - || Value::known(F::ZERO), - )?; - region.assign_advice( - || "zero", - self.raw_public_inputs, - offset, - || Value::known(F::ZERO), - )?; - raw_pi_vals[offset] = F::ZERO; - offset += 1; + rpi_bytes_keccakrlc: &mut Value, + challenges: &Challenges>, + current_offset: &mut usize, + rpi_bytes: &mut [u8], + zero_cell: AssignedCell, + ) -> Result<(), Error> { + let mut block_copy_cells = vec![]; // coinbase - let coinbase = block_values.coinbase.to_scalar().unwrap(); - region.assign_advice( - || "coinbase", - self.block_table.value, - offset, - || Value::known(coinbase), - )?; - region.assign_advice( - || "coinbase", - self.raw_public_inputs, - offset, - || Value::known(coinbase), + let block_value = Word::from(block_values.coinbase) + .into_value() + .assign_advice( + region, + || "coinbase", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values + .coinbase + .to_fixed_bytes() + .iter() + .rev() + .copied() + .collect_vec(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = coinbase; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // gas_limit - let gas_limit = F::from(block_values.gas_limit); - region.assign_advice( - || "gas_limit", - self.block_table.value, - offset, - || Value::known(gas_limit), - )?; - region.assign_advice( - || "gas_limit", - self.raw_public_inputs, - offset, - || Value::known(gas_limit), + let block_value = Word::from(block_values.gas_limit) + .into_value() + .assign_advice( + region, + || "gas_limit", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values.gas_limit.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = gas_limit; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // number - let number = F::from(block_values.number); - region.assign_advice( + let block_value = Word::from(block_values.number).into_value().assign_advice( + region, || "number", self.block_table.value, - offset, - || Value::known(number), + *block_table_offset, )?; - region.assign_advice( - || "number", - self.raw_public_inputs, - offset, - || Value::known(number), + let (_, word) = self.assign_raw_bytes( + region, + &block_values.number.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = number; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // timestamp - let timestamp = F::from(block_values.timestamp); - region.assign_advice( - || "timestamp", - self.block_table.value, - offset, - || Value::known(timestamp), - )?; - region.assign_advice( - || "timestamp", - self.raw_public_inputs, - offset, - || Value::known(timestamp), + let block_value = Word::from(block_values.timestamp) + .into_value() + .assign_advice( + region, + || "timestamp", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values.timestamp.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = timestamp; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // difficulty - let difficulty = rlc(block_values.difficulty.to_le_bytes(), randomness); - region.assign_advice( - || "difficulty", - self.block_table.value, - offset, - || Value::known(difficulty), - )?; - region.assign_advice( - || "difficulty", - self.raw_public_inputs, - offset, - || Value::known(difficulty), + let block_value = Word::from(block_values.difficulty) + .into_value() + .assign_advice( + region, + || "difficulty", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values.difficulty.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = difficulty; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // base_fee - let base_fee = rlc(block_values.base_fee.to_le_bytes(), randomness); - region.assign_advice( - || "base_fee", - self.block_table.value, - offset, - || Value::known(base_fee), - )?; - region.assign_advice( - || "base_fee", - self.raw_public_inputs, - offset, - || Value::known(base_fee), + let block_value = Word::from(block_values.base_fee) + .into_value() + .assign_advice( + region, + || "base_fee", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values.base_fee.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = base_fee; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; // chain_id - let chain_id = F::from(block_values.chain_id); - region.assign_advice( - || "chain_id", - self.block_table.value, - offset, - || Value::known(chain_id), - )?; - let chain_id_cell = region.assign_advice( - || "chain_id", - self.raw_public_inputs, - offset, - || Value::known(chain_id), + let block_value = Word::from(block_values.chain_id) + .into_value() + .assign_advice( + region, + || "chain_id", + self.block_table.value, + *block_table_offset, + )?; + let (_, word) = self.assign_raw_bytes( + region, + &block_values.chain_id.to_le_bytes(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = chain_id; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; for prev_hash in block_values.history_hashes { - let prev_hash = rlc(prev_hash.to_fixed_bytes(), randomness); - region.assign_advice( + let block_value = Word::from(prev_hash).into_value().assign_advice( + region, || "prev_hash", self.block_table.value, - offset, - || Value::known(prev_hash), + *block_table_offset, )?; - region.assign_advice( - || "prev_hash", - self.raw_public_inputs, - offset, - || Value::known(prev_hash), + let (_, word) = self.assign_raw_bytes( + region, + &prev_hash + .to_fixed_bytes() + .iter() + .rev() + .copied() + .collect_vec(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = prev_hash; - offset += 1; + block_copy_cells.push((block_value, word)); + *block_table_offset += 1; } - Ok(chain_id_cell) + block_copy_cells.iter().try_for_each(|(left, right)| { + region.constrain_equal(left.lo().cell(), right.lo().cell())?; + region.constrain_equal(left.hi().cell(), right.hi().cell())?; + Ok::<(), Error>(()) + })?; + + Ok(()) } /// Assigns the extra fields (not in block or tx tables): + /// - block hash /// - state root /// - previous block state root - /// to the raw_public_inputs column and stores a copy in a - /// vector for computing RLC(raw_public_inputs). + /// to the rpi_byte column + #[allow(clippy::too_many_arguments)] fn assign_extra_fields( &self, region: &mut Region<'_, F>, extra: ExtraValues, - randomness: F, - raw_pi_vals: &mut [F], - ) -> Result<[AssignedCell; 2], Error> { - let mut offset = BLOCK_LEN + 1; + rpi_bytes_keccakrlc: &mut Value, + challenges: &Challenges>, + current_offset: &mut usize, + rpi_bytes: &mut [u8], + zero_cell: AssignedCell, + ) -> Result<(), Error> { // block hash - // let block_hash = rlc(extra.block_hash.to_fixed_bytes(), randomness); - // region.assign_advice( - // || "block.hash", - // self.raw_public_inputs, - // offset, - // || Ok(block_hash), - // )?; - // raw_pi_vals[offset] = block_hash; - // offset += 1; + self.assign_raw_bytes( + region, + &extra + .block_hash + .to_fixed_bytes() + .iter() + .copied() + .rev() + .collect_vec(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), + )?; // block state root - let state_root = rlc(extra.state_root.to_fixed_bytes(), randomness); - let state_root_cell = region.assign_advice( - || "state.root", - self.raw_public_inputs, - offset, - || Value::known(state_root), + self.assign_raw_bytes( + region, + &extra + .state_root + .to_fixed_bytes() + .iter() + .copied() + .rev() + .collect_vec(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell.clone(), )?; - raw_pi_vals[offset] = state_root; - offset += 1; // previous block state root - let prev_state_root = rlc(extra.prev_state_root.to_fixed_bytes(), randomness); - let prev_state_root_cell = region.assign_advice( - || "parent_block.hash", - self.raw_public_inputs, - offset, - || Value::known(prev_state_root), + self.assign_raw_bytes( + region, + &extra + .prev_state_root + .to_fixed_bytes() + .iter() + .copied() + .rev() + .collect_vec(), + rpi_bytes_keccakrlc, + rpi_bytes, + current_offset, + challenges, + zero_cell, )?; - raw_pi_vals[offset] = prev_state_root; - Ok([state_root_cell, prev_state_root_cell]) + + Ok(()) } - /// Assign `rpi_rlc_acc` and `rand_rpi` columns - #[allow(clippy::type_complexity)] - fn assign_rlc_pi( + /// Assign digest word + fn assign_rpi_digest_word( &self, region: &mut Region<'_, F>, - rand_rpi: F, - raw_pi_vals: Vec, - ) -> Result<(AssignedCell, AssignedCell), Error> { - let circuit_len = self.circuit_len(); - assert_eq!(circuit_len, raw_pi_vals.len()); - - // Last row - let offset = circuit_len - 1; - let mut rpi_rlc_acc = raw_pi_vals[offset]; - region.assign_advice( - || "rpi_rlc_acc", - self.rpi_rlc_acc, - offset, - || Value::known(rpi_rlc_acc), - )?; - region.assign_advice( - || "rand_rpi", - self.rand_rpi, - offset, - || Value::known(rand_rpi), - )?; - self.q_end.enable(region, offset)?; - - // Next rows - for offset in (1..circuit_len - 1).rev() { - rpi_rlc_acc *= rand_rpi; - rpi_rlc_acc += raw_pi_vals[offset]; - region.assign_advice( - || "rpi_rlc_acc", - self.rpi_rlc_acc, - offset, - || Value::known(rpi_rlc_acc), - )?; - region.assign_advice( - || "rand_rpi", - self.rand_rpi, - offset, - || Value::known(rand_rpi), - )?; - self.q_not_end.enable(region, offset)?; - } - - // First row - rpi_rlc_acc *= rand_rpi; - rpi_rlc_acc += raw_pi_vals[0]; - let rpi_rlc = region.assign_advice( - || "rpi_rlc_acc", - self.rpi_rlc_acc, + digest_word: Word, + ) -> Result>, Error> { + let lo_assigned_cell = region.assign_advice( + || "rpi_digest_bytes_limbs_lo", + self.rpi_digest_bytes_limbs, 0, - || Value::known(rpi_rlc_acc), + || digest_word.into_value().lo(), + )?; + let hi_assigned_cell = region.assign_advice( + || "rpi_digest_bytes_limbs_hi", + self.rpi_digest_bytes_limbs, + 1, + || digest_word.into_value().hi(), )?; - let rpi_rand = - region.assign_advice(|| "rand_rpi", self.rand_rpi, 0, || Value::known(rand_rpi))?; - self.q_not_end.enable(region, 0)?; - Ok((rpi_rand, rpi_rlc)) + Ok(Word::new([lo_assigned_cell, hi_assigned_cell])) } } @@ -1104,29 +1282,19 @@ impl PiCircuitConfig { pub struct PiCircuit { max_txs: usize, max_calldata: usize, - /// Randomness for RLC encdoing - pub randomness: F, - /// Randomness for PI encoding - pub rand_rpi: F, /// PublicInputs data known by the verifier pub public_data: PublicData, + _marker: PhantomData, } impl PiCircuit { /// Creates a new PiCircuit - pub fn new( - max_txs: usize, - max_calldata: usize, - randomness: impl Into, - rand_rpi: impl Into, - public_data: PublicData, - ) -> Self { + pub fn new(max_txs: usize, max_calldata: usize, public_data: PublicData) -> Self { Self { max_txs, max_calldata, - randomness: randomness.into(), - rand_rpi: rand_rpi.into(), public_data, + _marker: PhantomData, } } } @@ -1135,55 +1303,26 @@ impl SubCircuit for PiCircuit { type Config = PiCircuitConfig; fn unusable_rows() -> usize { - // Column raw_public_inputs is queried at 4 distinct rotations at - // - Rotation::cur() - // - Rotation(BLOCK_LEN + 1 + EXTRA_LEN) - // - Rotation(BLOCK_LEN + 1 + EXTRA_LEN + max_txs * TX_LEN + 1) - // - Rotation(BLOCK_LEN + 1 + EXTRA_LEN + 2 * (max_txs * TX_LEN + 1)) - // so returns 7 unusable rows. - 7 + // No column queried at more than 3 distinct rotations, so returns 6 as + // minimum unusable rows. + 6 } fn new_from_block(block: &witness::Block) -> Self { - let public_data = PublicData { - chain_id: block.context.chain_id, - history_hashes: block.context.history_hashes.clone(), - transactions: block.eth_block.transactions.clone(), - state_root: block.eth_block.state_root, - prev_state_root: H256::from_uint(&block.prev_state_root), - block_constants: BlockConstants { - coinbase: block.context.coinbase, - timestamp: block.context.timestamp, - number: block.context.number.as_u64().into(), - difficulty: block.context.difficulty, - gas_limit: block.context.gas_limit.into(), - base_fee: block.context.base_fee, - }, - }; - let rand_rpi = gen_rand_rpi::( - block.circuits_params.max_txs, - block.circuits_params.max_calldata, - &public_data, - block.randomness, - ); + let public_data = public_data_convert(block); PiCircuit::new( block.circuits_params.max_txs, block.circuits_params.max_calldata, - block.randomness, - rand_rpi, public_data, ) } /// Return the minimum number of rows required to prove the block fn min_num_rows_block(block: &witness::Block) -> (usize, usize) { - let row_num = |tx_num, calldata_len| { - BLOCK_LEN + 1 + EXTRA_LEN + 3 * (TX_LEN * tx_num + 1) + calldata_len - }; let calldata_len = block.txs.iter().map(|tx| tx.call_data.len()).sum(); ( - row_num(block.txs.len(), calldata_len), - row_num( + Self::Config::circuit_len_by_txs_calldata(block.txs.len(), calldata_len), + Self::Config::circuit_len_by_txs_calldata( block.circuits_params.max_txs, block.circuits_params.max_calldata, ), @@ -1192,50 +1331,18 @@ impl SubCircuit for PiCircuit { /// Compute the public inputs for this circuit. fn instance(&self) -> Vec> { - let rlc_rpi_col = raw_public_inputs_col::( - self.max_txs, - self.max_calldata, - &self.public_data, - self.randomness, - ); - assert_eq!( - rlc_rpi_col.len(), - BLOCK_LEN + 1 + EXTRA_LEN + 3 * (TX_LEN * self.max_txs + 1) + self.max_calldata - ); - - // Computation of raw_pulic_inputs - let rlc_rpi = rlc_rpi_col - .iter() - .rev() - .fold(F::ZERO, |acc, val| acc * self.rand_rpi + val); - - // let block_hash = public_data - // .eth_block - // .hash - // .unwrap_or_else(H256::zero) - // .to_fixed_bytes(); - let public_inputs = vec![ - self.rand_rpi, - rlc_rpi, - F::from(self.public_data.chain_id.as_u64()), - rlc( - self.public_data.state_root.to_fixed_bytes(), - self.randomness, - ), - rlc( - self.public_data.prev_state_root.to_fixed_bytes(), - self.randomness, - ), - ]; + let rpi_digest_byte_field = self + .public_data + .get_rpi_digest_word(self.max_txs, self.max_calldata); - vec![public_inputs] + vec![vec![rpi_digest_byte_field.lo(), rpi_digest_byte_field.hi()]] } /// Make the assignments to the PiCircuit fn synthesize_sub( &self, config: &Self::Config, - _challenges: &Challenges>, + challenges: &Challenges>, layouter: &mut impl Layouter, ) -> Result<(), Error> { layouter.assign_region( @@ -1253,116 +1360,206 @@ impl SubCircuit for PiCircuit { Ok(()) }, )?; - let pi_cells = layouter.assign_region( + let digest_word_assigned = layouter.assign_region( || "region 0", |mut region| { // Annotate columns config.tx_table.annotate_columns_in_region(&mut region); config.block_table.annotate_columns_in_region(&mut region); - - region.name_column(|| "raw_public_inputs", config.raw_public_inputs); + config.keccak_table.annotate_columns_in_region(&mut region); + + region.name_column(|| "q_rpi_value_start", config.q_rpi_value_start); + region.name_column(|| "rpi_bytes", config.rpi_bytes); + region.name_column(|| "rpi_bytes_keccakrlc", config.rpi_bytes_keccakrlc); + region.name_column(|| "rpi_value_lc", config.rpi_value_lc); + region.name_column(|| "q_digest_value_start", config.q_digest_value_start); + region.name_column(|| "rpi_digest_bytes", config.rpi_digest_bytes); + region.name_column(|| "rpi_digest_bytes_lc", config.rpi_digest_bytes_limbs); region.name_column(|| "tx_id_inv", config.tx_id_inv); - region.name_column(|| "tx_value_inv", config.tx_value_inv); + region.name_column(|| "tx_value_lo_inv", config.tx_value_lo_inv); region.name_column(|| "tx_id_diff_inv", config.tx_id_diff_inv); region.name_column(|| "fixed_u16", config.fixed_u16); region.name_column(|| "calldata_gas_cost", config.calldata_gas_cost); region.name_column(|| "is_final", config.is_final); - region.name_column(|| "rpi_rlc_acc", config.rpi_rlc_acc); - region.name_column(|| "rand_rpi", config.rand_rpi); - - region.name_column(|| "Public_Inputs", config.pi); + region.name_column(|| "Public_Inputs", config.pi_instance); let circuit_len = config.circuit_len(); - let mut raw_pi_vals = vec![F::ZERO; circuit_len]; + let mut rpi_bytes = vec![0u8; circuit_len]; + + let mut rpi_bytes_keccakrlc = Value::known(F::ZERO); + + // traverse reversely of the region + let mut current_offset: usize = circuit_len - 1; + let start_offset = current_offset; + + config.q_digest_last.enable(&mut region, N_BYTES_WORD - 1)?; // digest is 32 bytes + config.q_bytes_last.enable(&mut region, start_offset)?; + + // assign last + 1 to 0 to as wordaround to skip CellNotAssigned Error from + // Mock_prover + config.reset_rpi_bytes_row(&mut region, start_offset + 1)?; + config.reset_rpi_digest_row(&mut region, N_BYTES_WORD)?; // Assign block table let block_values = self.public_data.get_block_table_values(); - let chain_id = config.assign_block_table( + let mut block_table_offset = 0; + + // assign empty row in block table + let zero_word = Word::default().into_value().assign_advice( + &mut region, + || "zero", + config.block_table.value, + block_table_offset, + )?; + let zero_cell = zero_word.hi(); + let (_, _) = config.assign_raw_bytes( + &mut region, + &0u8.to_le_bytes(), + &mut rpi_bytes_keccakrlc, + &mut rpi_bytes, + &mut current_offset, + challenges, + zero_cell.clone(), + )?; + block_table_offset += 1; + config.assign_block_table( &mut region, + &mut block_table_offset, block_values, - self.randomness, - &mut raw_pi_vals, + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, + zero_cell.clone(), )?; + assert_eq!(start_offset - current_offset, N_BYTES_ONE + N_BYTES_BLOCK); // Assign extra fields let extra_vals = self.public_data.get_extra_values(); - let [state_root, prev_state_root] = config.assign_extra_fields( + config.assign_extra_fields( &mut region, extra_vals, - self.randomness, - &mut raw_pi_vals, + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, + zero_cell, )?; + assert_eq!( + start_offset - current_offset, + N_BYTES_ONE + N_BYTES_BLOCK + N_BYTES_EXTRA_VALUE + ); - let mut offset = 0; + let mut tx_table_offset = 0; // Assign Tx table let txs = self.public_data.get_tx_table_values(); assert!(txs.len() <= config.max_txs); let tx_default = TxValues::default(); // Add empty row + // assign first tx_value empty row, and to obtain zero cell via hi() part. + // we use hi() part to copy-constrains other tx_table value `hi` cells. + let zero_cell = Word::default() + .into_value() + .assign_advice(&mut region, || "tx_value", config.tx_table.value, 0)? + .hi(); config.assign_tx_row( &mut region, - offset, - 0, + tx_table_offset, + 0u64, TxFieldTag::Null, - 0, - F::ZERO, - &mut raw_pi_vals, + 0u64, + &[0u8; 1], + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, + zero_cell.clone(), )?; - offset += 1; - - for i in 0..config.max_txs { - let tx = if i < txs.len() { &txs[i] } else { &tx_default }; - - for (tag, value) in &[ - (TxFieldTag::Nonce, F::from(tx.nonce)), - (TxFieldTag::Gas, F::from(tx.gas)), - ( - TxFieldTag::GasPrice, - rlc(tx.gas_price.to_le_bytes(), self.randomness), - ), - ( - TxFieldTag::CallerAddress, - tx.from_addr.to_scalar().expect("tx.from too big"), - ), - ( - TxFieldTag::CalleeAddress, - tx.to_addr.to_scalar().expect("tx.to too big"), - ), - (TxFieldTag::IsCreate, F::from(tx.is_create as u64)), - ( - TxFieldTag::Value, - rlc(tx.value.to_le_bytes(), self.randomness), - ), - (TxFieldTag::CallDataLength, F::from(tx.call_data_len)), - (TxFieldTag::CallDataGasCost, F::from(tx.call_data_gas_cost)), - ( - TxFieldTag::TxSignHash, - rlc(tx.tx_sign_hash, self.randomness), - ), - ] { - config.assign_tx_row( - &mut region, - offset, - i + 1, - *tag, - 0, - *value, - &mut raw_pi_vals, - )?; - offset += 1; - } - } + tx_table_offset += 1; + + iter::empty() + .chain(&txs) + .chain((0..(config.max_txs - txs.len())).map(|_| &tx_default)) + .enumerate() + .try_for_each(|(i, tx)| -> Result<(), Error> { + for (tag, value_bytes) in &[ + (TxFieldTag::Nonce, tx.nonce.to_le_bytes().to_vec()), + (TxFieldTag::Gas, tx.gas_limit.to_le_bytes().to_vec()), + (TxFieldTag::GasPrice, tx.gas_price.to_le_bytes().to_vec()), + ( + TxFieldTag::CallerAddress, + tx.from_addr + .as_fixed_bytes() + .iter() + .copied() + .rev() + .collect_vec(), + ), + ( + TxFieldTag::CalleeAddress, + tx.to_addr + .as_fixed_bytes() + .iter() + .copied() + .rev() + .collect_vec(), + ), + (TxFieldTag::IsCreate, tx.is_create.to_le_bytes().to_vec()), + (TxFieldTag::Value, tx.value.to_le_bytes().to_vec()), + ( + TxFieldTag::CallDataLength, + tx.call_data_len.to_le_bytes().to_vec(), + ), + ( + TxFieldTag::CallDataGasCost, + tx.call_data_gas_cost.to_le_bytes().to_vec(), + ), + // TODO witness tx.tx_sign_hash + (TxFieldTag::TxSignHash, tx.tx_sign_hash.to_vec()), + ] { + let i: u64 = i.try_into().unwrap(); + // assign tx field + config.assign_tx_row( + &mut region, + tx_table_offset, + i + 1, + *tag, + 0, + value_bytes, + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, + zero_cell.clone(), + )?; + tx_table_offset += 1; + } + Ok(()) + })?; + assert_eq!( + start_offset - current_offset, + N_BYTES_ONE + + N_BYTES_BLOCK + + N_BYTES_EXTRA_VALUE + + Self::Config::circuit_len_tx_id(config.max_txs) + + Self::Config::circuit_len_tx_index(config.max_txs) + + Self::Config::circuit_len_tx_values(config.max_txs) + ); + // Tx Table CallData let mut calldata_count = 0; - config.q_calldata_start.enable(&mut region, offset)?; - // the call data bytes assignment starts at offset 0 - offset = 0; - let txs = self.public_data.txs(); - for (i, tx) in self.public_data.txs().iter().enumerate() { + config + .q_calldata_start + .enable(&mut region, tx_table_offset)?; + + let mut call_data_offset = TX_LEN * self.max_txs + EMPTY_TX_ROW_COUNT; + + let txs = self.public_data.transactions.clone(); + for (i, tx) in self.public_data.transactions.iter().enumerate() { let call_data_length = tx.call_data.0.len(); let mut gas_cost = F::ZERO; for (index, byte) in tx.call_data.0.iter().enumerate() { @@ -1389,185 +1586,68 @@ impl SubCircuit for PiCircuit { config.assign_tx_calldata_row( &mut region, - offset, + call_data_offset, i + 1, tx_id_next, index, - F::from(*byte as u64), + *byte, + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, is_final, gas_cost, - &mut raw_pi_vals, + zero_cell.clone(), )?; - offset += 1; + call_data_offset += 1; calldata_count += 1; } } + for _ in calldata_count..config.max_calldata { config.assign_tx_calldata_row( &mut region, - offset, + call_data_offset, 0, // tx_id 0, 0, - F::ZERO, + 0u8, + &mut rpi_bytes_keccakrlc, + challenges, + &mut current_offset, + &mut rpi_bytes, false, F::ZERO, - &mut raw_pi_vals, + zero_cell.clone(), )?; - offset += 1; + call_data_offset += 1; } - // NOTE: we add this empty row so as to pass mock prover's check - // otherwise it will emit CellNotAssigned Error - let tx_table_len = TX_LEN * self.max_txs + 1; - config.assign_tx_empty_row(&mut region, tx_table_len + offset)?; - - // rpi_rlc and rand_rpi cols - let (rpi_rand, rpi_rlc) = - config.assign_rlc_pi(&mut region, self.rand_rpi, raw_pi_vals)?; - - Ok(vec![ - rpi_rand, - rpi_rlc, - chain_id, - state_root, - prev_state_root, - ]) - }, - )?; + assert_eq!(current_offset, 0); - // Constrain raw_public_input cells to public inputs - for (i, pi_cell) in pi_cells.iter().enumerate() { - layouter.constrain_instance(pi_cell.cell(), config.pi, i)?; - } + // assign keccak digest + let digest_word = self + .public_data + .get_rpi_digest_word::(config.max_txs, config.max_calldata); - Ok(()) - } -} + let digest_word_assigned = + config.assign_rpi_digest_word(&mut region, digest_word)?; -/// Compute the raw_public_inputs column from the verifier's perspective. -fn raw_public_inputs_col( - max_txs: usize, - max_calldata: usize, - public_data: &PublicData, - randomness: F, // For RLC encoding -) -> Vec { - let block = public_data.get_block_table_values(); - let extra = public_data.get_extra_values(); - let txs = public_data.get_tx_table_values(); - - let mut offset = 0; - let mut result = - vec![F::ZERO; BLOCK_LEN + 1 + EXTRA_LEN + 3 * (TX_LEN * max_txs + 1) + max_calldata]; - - // Insert Block Values - // zero row - result[offset] = F::ZERO; - offset += 1; - // coinbase - result[offset] = block.coinbase.to_scalar().unwrap(); - offset += 1; - // gas_limit - result[offset] = F::from(block.gas_limit); - offset += 1; - // number - result[offset] = F::from(block.number); - offset += 1; - // timestamp - result[offset] = F::from(block.timestamp); - offset += 1; - // difficulty - result[offset] = rlc(block.difficulty.to_le_bytes(), randomness); - offset += 1; - // base_fee - result[offset] = rlc(block.base_fee.to_le_bytes(), randomness); - offset += 1; - // chain_id - result[offset] = F::from(block.chain_id); - offset += 1; - // Previous block hashes - for prev_hash in block.history_hashes { - result[offset] = rlc(prev_hash.to_fixed_bytes(), randomness); - offset += 1; - } + // lookup assignment + // also assign empty to last of TxTable + config.assign_empty_txtable_row(&mut region, call_data_offset)?; - // Insert Extra Values - // block Root - result[BLOCK_LEN + 1] = rlc(extra.state_root.to_fixed_bytes(), randomness); - // parent block hash - result[BLOCK_LEN + 2] = rlc(extra.prev_state_root.to_fixed_bytes(), randomness); - - // Insert Tx table - offset = 0; - assert!(txs.len() <= max_txs); - let tx_default = TxValues::default(); - - let tx_table_len = TX_LEN * max_txs + 1; - - let id_offset = BLOCK_LEN + 1 + EXTRA_LEN; - let index_offset = id_offset + tx_table_len; - let value_offset = index_offset + tx_table_len; - - // Insert zero row - result[id_offset + offset] = F::ZERO; - result[index_offset + offset] = F::ZERO; - result[value_offset + offset] = F::ZERO; - - offset += 1; - - for i in 0..max_txs { - let tx = if i < txs.len() { &txs[i] } else { &tx_default }; - - for val in &[ - F::from(tx.nonce), - F::from(tx.gas), - rlc(tx.gas_price.to_le_bytes(), randomness), - tx.from_addr.to_scalar().expect("tx.from too big"), - tx.to_addr.to_scalar().expect("tx.to too big"), - F::from(tx.is_create as u64), - rlc(tx.value.to_le_bytes(), randomness), - F::from(tx.call_data_len), - F::from(tx.call_data_gas_cost), - rlc(tx.tx_sign_hash, randomness), - ] { - result[id_offset + offset] = F::from((i + 1) as u64); - result[index_offset + offset] = F::ZERO; - result[value_offset + offset] = *val; - - offset += 1; - } - } - // Tx Table CallData - let mut calldata_count = 0; - for (_i, tx) in public_data.txs().iter().enumerate() { - for (_index, byte) in tx.call_data.0.iter().enumerate() { - assert!(calldata_count < max_calldata); - result[value_offset + offset] = F::from(*byte as u64); - offset += 1; - calldata_count += 1; - } - } - for _ in calldata_count..max_calldata { - result[value_offset + offset] = F::ZERO; - offset += 1; - } + // keccak lookup occur on offset 0 + config.q_rpi_keccak_lookup.enable(&mut region, 0)?; - result -} + Ok(digest_word_assigned) + }, + )?; -/// Computes `rand_rpi` - a commitment to the `raw_public_inputs_col` values. -pub fn gen_rand_rpi( - max_txs: usize, - max_calldata: usize, - public_data: &PublicData, - randomness: F, -) -> F { - let rlc_rpi_col = raw_public_inputs_col::(max_txs, max_calldata, public_data, randomness); - let mut keccak = Keccak::default(); - for value in rlc_rpi_col.iter() { - let mut tmp = value.to_repr(); - tmp.reverse(); - keccak.update(&tmp); + // Constrain raw_public_input cells to public inputs + + layouter.constrain_instance(digest_word_assigned.lo().cell(), config.pi_instance, 0)?; + layouter.constrain_instance(digest_word_assigned.hi().cell(), config.pi_instance, 1)?; + + Ok(()) } - let rand_rpi = Word::from(keccak.digest().as_slice()) % F::MODULUS; - rand_rpi.to_scalar().expect("rand_rpi.to_scalar") } diff --git a/zkevm-circuits/src/pi_circuit/dev.rs b/zkevm-circuits/src/pi_circuit/dev.rs index 2ca0345ecb..ad6ae3d1fc 100644 --- a/zkevm-circuits/src/pi_circuit/dev.rs +++ b/zkevm-circuits/src/pi_circuit/dev.rs @@ -1,5 +1,15 @@ -pub use super::PiCircuit; -use super::*; +use super::{PiCircuit, PiCircuitConfig, PiCircuitConfigArgs}; + +use eth_types::{self, Field}; + +use crate::{ + table::{BlockTable, KeccakTable, TxTable}, + util::{Challenges, SubCircuit, SubCircuitConfig}, +}; +use halo2_proofs::{ + circuit::{Layouter, SimpleFloorPlanner}, + plonk::{Circuit, ConstraintSystem, Error}, +}; /// Public Input Circuit configuration parameters #[derive(Default)] @@ -29,6 +39,9 @@ impl Circuit for PiCircuit { fn configure_with_params(meta: &mut ConstraintSystem, params: Self::Params) -> Self::Config { let block_table = BlockTable::construct(meta); let tx_table = TxTable::construct(meta); + let keccak_table = KeccakTable::construct(meta); + let challenges = Challenges::construct(meta); + let challenge_exprs = challenges.exprs(meta); ( PiCircuitConfig::new( meta, @@ -37,9 +50,11 @@ impl Circuit for PiCircuit { max_calldata: params.max_calldata, block_table, tx_table, + keccak_table, + challenges: challenge_exprs, }, ), - Challenges::construct(meta), + challenges, ) } @@ -53,6 +68,14 @@ impl Circuit for PiCircuit { mut layouter: impl Layouter, ) -> Result<(), Error> { let challenges = challenges.values(&mut layouter); + // assign keccak table + let rpi_bytes = self + .public_data + .get_pi_bytes(config.max_txs, config.max_calldata); + config + .keccak_table + .dev_load(&mut layouter, vec![&rpi_bytes], &challenges)?; + self.synthesize_sub(&config, &challenges, &mut layouter) } } diff --git a/zkevm-circuits/src/pi_circuit/param.rs b/zkevm-circuits/src/pi_circuit/param.rs index 8c05677fdd..fff7391e76 100644 --- a/zkevm-circuits/src/pi_circuit/param.rs +++ b/zkevm-circuits/src/pi_circuit/param.rs @@ -1,5 +1,10 @@ +use halo2_proofs::circuit::AssignedCell; + +use crate::util::word::Word; + /// Fixed by the spec -pub(super) const BLOCK_LEN: usize = 7 + 256; -pub(super) const EXTRA_LEN: usize = 2; -pub(super) const ZERO_BYTE_GAS_COST: u64 = 4; -pub(super) const NONZERO_BYTE_GAS_COST: u64 = 16; +pub(super) const BYTE_POW_BASE: u64 = 256; +pub(super) const EMPTY_TX_ROW_COUNT: usize = 1; +pub(super) const N_BYTES_ONE: usize = 1; + +pub(super) type AssignedByteCells = (AssignedCell, Word>); diff --git a/zkevm-circuits/src/pi_circuit/test.rs b/zkevm-circuits/src/pi_circuit/test.rs index 5b6db6499b..88c0c6b7f7 100644 --- a/zkevm-circuits/src/pi_circuit/test.rs +++ b/zkevm-circuits/src/pi_circuit/test.rs @@ -1,13 +1,18 @@ -#![allow(unused_imports)] -use super::{dev::*, *}; -use crate::util::unusable_rows; +use std::collections::HashMap; + +use crate::{pi_circuit::dev::PiCircuitParams, util::unusable_rows, witness::block_convert}; + +use super::*; +use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; +use eth_types::{bytecode, geth_types::GethData, Word, H160}; +use ethers_signers::{LocalWallet, Signer}; use halo2_proofs::{ dev::{MockProver, VerifyFailure}, halo2curves::bn256::Fr, }; -use mock::{CORRECT_MOCK_TXS, MOCK_CHAIN_ID}; +use mock::{eth, TestContext, CORRECT_MOCK_TXS, MOCK_ACCOUNTS, MOCK_CHAIN_ID}; use rand::SeedableRng; -use rand_chacha::ChaCha20Rng; +use rand_chacha::ChaChaRng; #[test] fn pi_circuit_unusable_rows() { @@ -26,13 +31,11 @@ fn run( max_calldata: usize, public_data: PublicData, ) -> Result<(), Vec> { - let mut rng = ChaCha20Rng::seed_from_u64(2); - let randomness = F::random(&mut rng); - let rand_rpi = F::random(&mut rng); let mut public_data = public_data; public_data.chain_id = *MOCK_CHAIN_ID; - let circuit = PiCircuit::::new(max_txs, max_calldata, randomness, rand_rpi, public_data); + let circuit = PiCircuit::::new(max_txs, max_calldata, public_data); + let public_inputs = circuit.instance(); let prover = match MockProver::run(k, &circuit, public_inputs) { @@ -59,6 +62,7 @@ fn test_simple_pi() { let mut public_data = PublicData::default(); + public_data.block_constants.coinbase = H160([1u8; 20]); let n_tx = 4; for i in 0..n_tx { public_data @@ -70,28 +74,78 @@ fn test_simple_pi() { assert_eq!(run::(k, max_txs, max_calldata, public_data), Ok(())); } +#[test] +fn test_1tx_1maxtx() { + const MAX_TXS: usize = 1; + const MAX_CALLDATA: usize = 32; + let mut rng = ChaChaRng::seed_from_u64(2); + let wallet_a = LocalWallet::new(&mut rng).with_chain_id(MOCK_CHAIN_ID.as_u64()); + + let addr_a = wallet_a.address(); + let addr_b = MOCK_ACCOUNTS[0]; + + let degree = 17; + let calldata = vec![]; + let code = bytecode! { + PUSH4(0x1000) // size + PUSH2(0x00) // offset + RETURN + }; + let test_ctx = TestContext::<2, 1>::new( + Some(vec![Word::from("0xdeadbeef")]), + |accs| { + accs[0].address(addr_b).balance(eth(10)).code(code); + accs[1].address(addr_a).balance(eth(10)); + }, + |mut txs, accs| { + txs[0] + .from(accs[1].address) + .to(accs[0].address) + .input(calldata.into()) + .gas((1e16 as u64).into()); + }, + |block, _txs| block.number(0xcafeu64).chain_id(*MOCK_CHAIN_ID), + ) + .unwrap(); + let mut wallets = HashMap::new(); + wallets.insert(wallet_a.address(), wallet_a); + + let mut block: GethData = test_ctx.into(); + let mut builder = BlockData::new_from_geth_data_with_params( + block.clone(), + FixedCParams { + max_txs: MAX_TXS, + max_calldata: MAX_CALLDATA, + max_rws: 1 << (degree - 1), + ..Default::default() + }, + ) + .new_circuit_input_builder(); + + block.sign(&wallets); + + builder + .handle_block(&block.eth_block, &block.geth_traces) + .unwrap(); + + let block = block_convert(&builder).unwrap(); + // MAX_TXS, MAX_TXS align with `CircuitsParams` + let circuit = PiCircuit::::new_from_block(&block); + let public_inputs = circuit.instance(); + + let prover = match MockProver::run(degree, &circuit, public_inputs) { + Ok(prover) => prover, + Err(e) => panic!("{:#?}", e), + }; + assert_eq!(prover.verify(), Ok(())); +} + fn run_size_check(max_txs: usize, max_calldata: usize, public_data: [PublicData; 2]) { - let mut rng = ChaCha20Rng::seed_from_u64(2); - let randomness = F::random(&mut rng); - let rand_rpi = F::random(&mut rng); - - let circuit = PiCircuit::::new( - max_txs, - max_calldata, - randomness, - rand_rpi, - public_data[0].clone(), - ); + let circuit = PiCircuit::::new(max_txs, max_calldata, public_data[0].clone()); let public_inputs = circuit.instance(); let prover1 = MockProver::run(20, &circuit, public_inputs).unwrap(); - let circuit2 = PiCircuit::new( - max_txs, - max_calldata, - randomness, - rand_rpi, - public_data[1].clone(), - ); + let circuit2 = PiCircuit::::new(max_txs, max_calldata, public_data[1].clone()); let public_inputs = circuit2.instance(); let prover2 = MockProver::run(20, &circuit, public_inputs).unwrap(); diff --git a/zkevm-circuits/src/root_circuit.rs b/zkevm-circuits/src/root_circuit.rs index d990f68b65..4badf32e87 100644 --- a/zkevm-circuits/src/root_circuit.rs +++ b/zkevm-circuits/src/root_circuit.rs @@ -9,38 +9,64 @@ use halo2_proofs::{ }; use itertools::Itertools; use maingate::MainGateInstructions; -use snark_verifier::{util::arithmetic::MultiMillerLoop, verifier::plonk::PlonkProtocol}; -use std::iter; + +use snark_verifier::{ + pcs::{ + kzg::{KzgAccumulator, KzgAsProvingKey, KzgAsVerifyingKey, KzgDecidingKey}, + AccumulationDecider, AccumulationScheme, AccumulationSchemeProver, + PolynomialCommitmentScheme, + }, + util::arithmetic::MultiMillerLoop, + verifier::plonk::PlonkProtocol, +}; +use std::{iter, marker::PhantomData, rc::Rc}; mod aggregation; -#[cfg(any(feature = "test", test))] +#[cfg(any(test, feature = "test-circuits"))] +mod dev; +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use self::RootCircuit as TestRootCircuit; +#[cfg(any(feature = "test-circuits", test))] +pub use dev::TestAggregationCircuit; + pub use aggregation::{ - aggregate, AggregationConfig, EccChip, Halo2Loader, KzgAs, KzgDk, KzgSvk, - PlonkSuccinctVerifier, PlonkVerifier, PoseidonTranscript, Snark, SnarkWitness, BITS, LIMBS, + aggregate, AggregationConfig, EccChip, Gwc, Halo2Loader, KzgDk, KzgSvk, PlonkSuccinctVerifier, + PlonkVerifier, PoseidonTranscript, Shplonk, Snark, SnarkWitness, BITS, LIMBS, +}; +pub use snark_verifier::{ + loader::native::NativeLoader, + system::halo2::{compile, transcript::evm::EvmTranscript, Config}, }; -pub use snark_verifier::system::halo2::{compile, Config}; - -#[cfg(any(feature = "test", test))] -pub use aggregation::TestAggregationCircuit; /// RootCircuit for aggregating SuperCircuit into a much smaller proof. #[derive(Clone)] -pub struct RootCircuit<'a, M: MultiMillerLoop> { +pub struct RootCircuit<'a, M: MultiMillerLoop, As> { svk: KzgSvk, snark: SnarkWitness<'a, M::G1Affine>, instance: Vec, + _marker: PhantomData, } -impl<'a, M: MultiMillerLoop> RootCircuit<'a, M> +impl<'a, M, As> RootCircuit<'a, M, As> where + M: MultiMillerLoop, M::G1Affine: SerdeObject, M::G2Affine: SerdeObject, M::Scalar: Field, + As: PolynomialCommitmentScheme< + M::G1Affine, + NativeLoader, + VerifyingKey = KzgSvk, + Output = KzgAccumulator, + > + AccumulationSchemeProver< + M::G1Affine, + Accumulator = KzgAccumulator, + ProvingKey = KzgAsProvingKey, + > + AccumulationDecider>, { /// Create a `RootCircuit` with accumulator computed given a `SuperCircuit` /// proof and its instance. Returns `None` if given proof is invalid. @@ -62,7 +88,7 @@ where super_circuit_instances, super_circuit_proof, ); - instance = aggregate::(params, [snark]).map(|accumulator_limbs| { + instance = aggregate::(params, [snark]).map(|accumulator_limbs| { iter::empty() // Propagate `SuperCircuit`'s instance .chain(super_circuit_instances.iter().flatten().cloned()) @@ -83,6 +109,7 @@ where super_circuit_proof, ), instance, + _marker: PhantomData, }) } @@ -104,9 +131,21 @@ where } } -impl<'a, M: MultiMillerLoop> Circuit for RootCircuit<'a, M> +impl<'a, M, As> Circuit for RootCircuit<'a, M, As> where + M: MultiMillerLoop, M::Scalar: Field, + for<'b> As: PolynomialCommitmentScheme< + M::G1Affine, + Rc>, + VerifyingKey = KzgSvk, + Output = KzgAccumulator>>, + > + AccumulationScheme< + M::G1Affine, + Rc>, + Accumulator = KzgAccumulator>>, + VerifyingKey = KzgAsVerifyingKey, + >, { type Config = AggregationConfig; type FloorPlanner = SimpleFloorPlanner; @@ -117,6 +156,7 @@ where svk: self.svk, snark: self.snark.without_witnesses(), instance: vec![M::Scalar::ZERO; self.instance.len()], + _marker: PhantomData, } } @@ -131,7 +171,7 @@ where ) -> Result<(), Error> { config.load_table(&mut layouter)?; let (instance, accumulator_limbs) = - config.aggregate::(&mut layouter, &self.svk, [self.snark])?; + config.aggregate::(&mut layouter, &self.svk, [self.snark])?; // Constrain equality to instance values let main_gate = config.main_gate(); diff --git a/zkevm-circuits/src/root_circuit/aggregation.rs b/zkevm-circuits/src/root_circuit/aggregation.rs index 5e51ad5d9f..2c078013e3 100644 --- a/zkevm-circuits/src/root_circuit/aggregation.rs +++ b/zkevm-circuits/src/root_circuit/aggregation.rs @@ -1,11 +1,10 @@ use eth_types::Field; use halo2_proofs::{ - circuit::{AssignedCell, Layouter, SimpleFloorPlanner, Value}, + circuit::{AssignedCell, Layouter, Value}, halo2curves::{ - ff::Field as Halo2Field, group::prime::PrimeCurveAffine, pairing::Engine, - serde::SerdeObject, CurveAffine, + group::prime::PrimeCurveAffine, pairing::Engine, serde::SerdeObject, CurveAffine, }, - plonk::{Circuit, ConstraintSystem, Error}, + plonk::{ConstraintSystem, Error}, poly::{commitment::ParamsProver, kzg::commitment::ParamsKZG}, }; use itertools::Itertools; @@ -20,8 +19,8 @@ use snark_verifier::{ native::NativeLoader, }, pcs::{ - kzg::{self, *}, - AccumulationDecider, AccumulationScheme, AccumulationSchemeProver, + kzg::*, AccumulationDecider, AccumulationScheme, AccumulationSchemeProver, + PolynomialCommitmentScheme, }, system::halo2::transcript, util::arithmetic::{fe_to_limbs, MultiMillerLoop}, @@ -35,15 +34,17 @@ pub const LIMBS: usize = 4; pub const BITS: usize = 68; /// KZG accumulation scheme with GWC19 multiopen. -pub type KzgAs = kzg::KzgAs; +pub type Gwc = KzgAs; +/// KZG accumulation scheme with BDFG21 multiopen. +pub type Shplonk = KzgAs; /// KZG succinct verifying key pub type KzgSvk = KzgSuccinctVerifyingKey<::G1Affine>; /// KZG deciding key pub type KzgDk = KzgDecidingKey; /// Plonk succinct verifier with `KzgAs` -pub type PlonkSuccinctVerifier = verifier::plonk::PlonkSuccinctVerifier>; +pub type PlonkSuccinctVerifier = verifier::plonk::PlonkSuccinctVerifier; /// Plonk verifier with `KzgAs` and `LimbsEncoding`. -pub type PlonkVerifier = verifier::plonk::PlonkVerifier, LimbsEncoding>; +pub type PlonkVerifier = verifier::plonk::PlonkVerifier>; const T: usize = 5; const RATE: usize = 4; @@ -63,7 +64,7 @@ pub type PoseidonTranscript = #[derive(Clone, Copy)] pub struct Snark<'a, C: CurveAffine> { protocol: &'a PlonkProtocol, - instances: &'a Vec>, + pub(crate) instances: &'a Vec>, proof: &'a [u8], } @@ -205,7 +206,7 @@ impl AggregationConfig { /// `4 * LIMBS` limbs. /// Returns assigned instances of snarks and aggregated accumulator limbs. #[allow(clippy::type_complexity)] - pub fn aggregate<'a, M: MultiMillerLoop>( + pub fn aggregate<'a, M, As>( &self, layouter: &mut impl Layouter, svk: &KzgSvk, @@ -218,7 +219,19 @@ impl AggregationConfig { Error, > where + M: MultiMillerLoop, M::Scalar: Field, + for<'b> As: PolynomialCommitmentScheme< + M::G1Affine, + Rc>, + VerifyingKey = KzgSvk, + Output = KzgAccumulator>>, + > + AccumulationScheme< + M::G1Affine, + Rc>, + Accumulator = KzgAccumulator>>, + VerifyingKey = KzgAsVerifyingKey, + >, { type PoseidonTranscript<'a, C, S> = transcript::halo2::PoseidonTranscript>, S, T, RATE, R_F, R_P>; @@ -245,7 +258,7 @@ impl AggregationConfig { let protocol = snark.protocol.loaded(&loader); let instances = snark.loaded_instances(&loader); let mut transcript = PoseidonTranscript::new(&loader, snark.proof()); - let proof = PlonkSuccinctVerifier::::read_proof( + let proof = PlonkSuccinctVerifier::::read_proof( svk, &protocol, &instances, @@ -268,9 +281,13 @@ impl AggregationConfig { let accumulators = accumulators.into_iter().flatten().collect_vec(); let mut transcript = PoseidonTranscript::new(&loader, Value::known(as_proof.as_slice())); - let proof = - KzgAs::::read_proof(&as_vk, &accumulators, &mut transcript).unwrap(); - KzgAs::::verify(&as_vk, &accumulators, &proof).unwrap() + let proof = >::read_proof( + &as_vk, + &accumulators, + &mut transcript, + ) + .unwrap(); + >::verify(&as_vk, &accumulators, &proof).unwrap() }; let instances = instances @@ -308,14 +325,25 @@ impl AggregationConfig { /// Aggregate snarks into a single accumulator and decompose it into /// `4 * LIMBS` limbs. /// Returns `None` if any given snarks is invalid. -pub fn aggregate<'a, M: MultiMillerLoop>( +pub fn aggregate<'a, M, As>( params: &ParamsKZG, snarks: impl IntoIterator>, ) -> Result<[M::Scalar; 4 * LIMBS], snark_verifier::Error> where + M: MultiMillerLoop, M::G1Affine: SerdeObject, M::G2Affine: SerdeObject, M::Scalar: Field, + for<'b> As: PolynomialCommitmentScheme< + M::G1Affine, + NativeLoader, + VerifyingKey = KzgSvk, + Output = KzgAccumulator, + > + AccumulationSchemeProver< + M::G1Affine, + Accumulator = KzgAccumulator, + ProvingKey = KzgAsProvingKey, + > + AccumulationDecider>, { let svk = KzgSvk::::new(params.get_g()[0]); let dk = KzgDk::new(svk, params.g2(), params.s_g2()); @@ -326,7 +354,7 @@ where .into_iter() .map(|snark| { let mut transcript = PoseidonTranscript::new(snark.proof); - let proof = PlonkSuccinctVerifier::::read_proof( + let proof = PlonkSuccinctVerifier::::read_proof( &svk, snark.protocol, snark.instances, @@ -358,11 +386,11 @@ where let as_pk = Default::default(); let rng = StdRng::from_seed(Default::default()); let mut transcript = PoseidonTranscript::new(Vec::new()); - let accumulator = KzgAs::::create_proof(&as_pk, &accumulators, &mut transcript, rng)?; + let accumulator = As::create_proof(&as_pk, &accumulators, &mut transcript, rng)?; assert!(transcript.finalize().is_empty()); accumulator }; - KzgAs::::decide(&dk, accumulator.clone())?; + As::decide(&dk, accumulator.clone())?; let KzgAccumulator { lhs, rhs } = accumulator; let accumulator_limbs = [lhs, rhs] @@ -378,122 +406,13 @@ where Ok(accumulator_limbs) } -/// Aggregation circuit for testing purpose. -#[derive(Clone)] -pub struct TestAggregationCircuit<'a, M: MultiMillerLoop> { - svk: KzgSvk, - snarks: Vec>, - instances: Vec, -} - -impl<'a, M: MultiMillerLoop> TestAggregationCircuit<'a, M> -where - M::G1Affine: SerdeObject, - M::G2Affine: SerdeObject, - M::Scalar: Field, -{ - /// Create an Aggregation circuit with aggregated accumulator computed. - /// Returns `None` if any given snark is invalid. - pub fn new( - params: &ParamsKZG, - snarks: impl IntoIterator>, - ) -> Result { - let snarks = snarks.into_iter().collect_vec(); - - let accumulator_limbs = aggregate(params, snarks.clone())?; - let instances = iter::empty() - // Propagate aggregated snarks' instances - .chain( - snarks - .iter() - .flat_map(|snark| snark.instances.clone()) - .flatten(), - ) - // Output aggregated accumulator - .chain(accumulator_limbs) - .collect_vec(); - - Ok(Self { - svk: KzgSvk::::new(params.get_g()[0]), - snarks: snarks.into_iter().map_into().collect(), - instances, - }) - } - - /// Returns accumulator indices in instance columns, which will be in - /// the last 4 * LIMBS rows of MainGate's instance column. - pub fn accumulator_indices(&self) -> Vec<(usize, usize)> { - (self.instances.len() - 4 * LIMBS..) - .map(|idx| (0, idx)) - .take(4 * LIMBS) - .collect() - } - - /// Returns number of instance - pub fn num_instance(&self) -> Vec { - vec![self.instances.len()] - } - - /// Returns instances - pub fn instances(&self) -> Vec> { - vec![self.instances.clone()] - } -} - -impl<'a, M: MultiMillerLoop> Circuit for TestAggregationCircuit<'a, M> -where - M::Scalar: Field, -{ - type Config = AggregationConfig; - type FloorPlanner = SimpleFloorPlanner; - type Params = (); - - fn without_witnesses(&self) -> Self { - Self { - svk: self.svk, - snarks: self - .snarks - .iter() - .map(SnarkWitness::without_witnesses) - .collect(), - instances: vec![M::Scalar::ZERO; self.instances.len()], - } - } - - fn configure(meta: &mut ConstraintSystem) -> Self::Config { - AggregationConfig::configure::(meta) - } - - fn synthesize( - &self, - config: Self::Config, - mut layouter: impl Layouter, - ) -> Result<(), Error> { - config.load_table(&mut layouter)?; - let (instances, accumulator_limbs) = - config.aggregate::(&mut layouter, &self.svk, self.snarks.clone())?; - - // Constrain equality to instance values - let main_gate = config.main_gate(); - for (row, limb) in instances - .into_iter() - .flatten() - .flatten() - .chain(accumulator_limbs) - .enumerate() - { - main_gate.expose_public(layouter.namespace(|| ""), limb, row)?; - } - - Ok(()) - } -} - /// Contains TestAggregationCircuit to test whether aggregation is working for /// any given inputs. #[cfg(test)] pub mod test { - use crate::root_circuit::{PoseidonTranscript, Snark, TestAggregationCircuit}; + use crate::root_circuit::{ + aggregation::Gwc, PoseidonTranscript, Snark, TestAggregationCircuit, + }; use eth_types::Field; use halo2_proofs::{ arithmetic::Field as Halo2Field, @@ -700,9 +619,11 @@ pub mod test { // Create Aggregation circuit and compute aggregated accumulator let snarks = rand_standard_plonk_snarks(¶ms, 2); - let aggregation = - TestAggregationCircuit::::new(¶ms, snarks.iter().map(SnarkOwned::as_snark)) - .unwrap(); + let aggregation = TestAggregationCircuit::>::new( + ¶ms, + snarks.iter().map(SnarkOwned::as_snark), + ) + .unwrap(); let instances = aggregation.instances(); assert_eq!( MockProver::run(21, &aggregation, instances) @@ -718,9 +639,11 @@ pub mod test { // Create Aggregation circuit and compute aggregated accumulator let snarks = rand_standard_plonk_snarks(¶ms, 2); - let aggregation = - TestAggregationCircuit::::new(¶ms, snarks.iter().map(SnarkOwned::as_snark)) - .unwrap(); + let aggregation = TestAggregationCircuit::>::new( + ¶ms, + snarks.iter().map(SnarkOwned::as_snark), + ) + .unwrap(); let mut instances = aggregation.instances(); // Change the propagated inner snark's instance instances[0][0] += Fr::ONE; diff --git a/zkevm-circuits/src/root_circuit/dev.rs b/zkevm-circuits/src/root_circuit/dev.rs new file mode 100644 index 0000000000..c3a8d778d1 --- /dev/null +++ b/zkevm-circuits/src/root_circuit/dev.rs @@ -0,0 +1,154 @@ +use super::{aggregate, AggregationConfig, Halo2Loader, KzgSvk, Snark, SnarkWitness, LIMBS}; +use eth_types::Field; +use halo2_proofs::{ + circuit::{Layouter, SimpleFloorPlanner}, + halo2curves::{ff::Field as Halo2Field, serde::SerdeObject}, + plonk::{Circuit, ConstraintSystem, Error}, + poly::{commitment::ParamsProver, kzg::commitment::ParamsKZG}, +}; +use itertools::Itertools; +use maingate::MainGateInstructions; +use snark_verifier::{ + loader::native::NativeLoader, + pcs::{ + kzg::*, AccumulationDecider, AccumulationScheme, AccumulationSchemeProver, + PolynomialCommitmentScheme, + }, + util::arithmetic::MultiMillerLoop, +}; +use std::{iter, marker::PhantomData, rc::Rc}; + +/// Aggregation circuit for testing purpose. +#[derive(Clone)] +pub struct TestAggregationCircuit<'a, M: MultiMillerLoop, As> { + svk: KzgSvk, + snarks: Vec>, + instances: Vec, + _marker: PhantomData, +} + +impl<'a, M: MultiMillerLoop, As> TestAggregationCircuit<'a, M, As> +where + M::G1Affine: SerdeObject, + M::G2Affine: SerdeObject, + M::Scalar: Field, + for<'b> As: PolynomialCommitmentScheme< + M::G1Affine, + NativeLoader, + VerifyingKey = KzgSvk, + Output = KzgAccumulator, + > + AccumulationSchemeProver< + M::G1Affine, + Accumulator = KzgAccumulator, + ProvingKey = KzgAsProvingKey, + > + AccumulationDecider>, +{ + /// Create an Aggregation circuit with aggregated accumulator computed. + /// Returns `None` if any given snark is invalid. + pub fn new( + params: &ParamsKZG, + snarks: impl IntoIterator>, + ) -> Result { + let snarks = snarks.into_iter().collect_vec(); + + let accumulator_limbs = aggregate::(params, snarks.clone())?; + let instances = iter::empty() + // Propagate aggregated snarks' instances + .chain( + snarks + .iter() + .flat_map(|snark| snark.instances.clone()) + .flatten(), + ) + // Output aggregated accumulator + .chain(accumulator_limbs) + .collect_vec(); + + Ok(Self { + svk: KzgSvk::::new(params.get_g()[0]), + snarks: snarks.into_iter().map_into().collect(), + instances, + _marker: PhantomData, + }) + } + + /// Returns accumulator indices in instance columns, which will be in + /// the last 4 * LIMBS rows of MainGate's instance column. + pub fn accumulator_indices(&self) -> Vec<(usize, usize)> { + (self.instances.len() - 4 * LIMBS..) + .map(|idx| (0, idx)) + .take(4 * LIMBS) + .collect() + } + + /// Returns number of instance + pub fn num_instance(&self) -> Vec { + vec![self.instances.len()] + } + + /// Returns instances + pub fn instances(&self) -> Vec> { + vec![self.instances.clone()] + } +} + +impl<'a, M: MultiMillerLoop, As> Circuit for TestAggregationCircuit<'a, M, As> +where + M::Scalar: Field, + for<'b> As: PolynomialCommitmentScheme< + M::G1Affine, + Rc>, + VerifyingKey = KzgSvk, + Output = KzgAccumulator>>, + > + AccumulationScheme< + M::G1Affine, + Rc>, + Accumulator = KzgAccumulator>>, + VerifyingKey = KzgAsVerifyingKey, + >, +{ + type Config = AggregationConfig; + type FloorPlanner = SimpleFloorPlanner; + type Params = (); + + fn without_witnesses(&self) -> Self { + Self { + svk: self.svk, + snarks: self + .snarks + .iter() + .map(SnarkWitness::without_witnesses) + .collect(), + instances: vec![M::Scalar::ZERO; self.instances.len()], + _marker: PhantomData, + } + } + + fn configure(meta: &mut ConstraintSystem) -> Self::Config { + AggregationConfig::configure::(meta) + } + + fn synthesize( + &self, + config: Self::Config, + mut layouter: impl Layouter, + ) -> Result<(), Error> { + config.load_table(&mut layouter)?; + let (instances, accumulator_limbs) = + config.aggregate::(&mut layouter, &self.svk, self.snarks.clone())?; + + // Constrain equality to instance values + let main_gate = config.main_gate(); + for (row, limb) in instances + .into_iter() + .flatten() + .flatten() + .chain(accumulator_limbs) + .enumerate() + { + main_gate.expose_public(layouter.namespace(|| ""), limb, row)?; + } + + Ok(()) + } +} diff --git a/zkevm-circuits/src/root_circuit/test.rs b/zkevm-circuits/src/root_circuit/test.rs index 0f372fe629..70a11bbf34 100644 --- a/zkevm-circuits/src/root_circuit/test.rs +++ b/zkevm-circuits/src/root_circuit/test.rs @@ -1,7 +1,8 @@ -#![allow(unused_imports)] -pub use super::*; -use crate::super_circuit::{test::block_1tx, SuperCircuit}; -use bus_mapping::circuit_input_builder::CircuitsParams; +use crate::{ + root_circuit::{compile, Config, Gwc, PoseidonTranscript, RootCircuit}, + super_circuit::{test::block_1tx, SuperCircuit}, +}; +use bus_mapping::circuit_input_builder::FixedCParams; use halo2_proofs::{ circuit::Value, dev::MockProver, @@ -21,7 +22,7 @@ fn test_root_circuit() { let (params, protocol, proof, instance) = { // Preprocess const TEST_MOCK_RANDOMNESS: u64 = 0x100; - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 1, max_calldata: 32, max_rws: 256, @@ -61,7 +62,7 @@ fn test_root_circuit() { (params, protocol, proof, instance) }; - let root_circuit = RootCircuit::new( + let root_circuit = RootCircuit::>::new( ¶ms, &protocol, Value::known(&instance), diff --git a/zkevm-circuits/src/state_circuit.rs b/zkevm-circuits/src/state_circuit.rs index baa02a75dc..d48d836b77 100644 --- a/zkevm-circuits/src/state_circuit.rs +++ b/zkevm-circuits/src/state_circuit.rs @@ -4,14 +4,13 @@ mod lexicographic_ordering; mod lookups; mod multiple_precision_integer; mod param; -mod random_linear_combination; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; use bus_mapping::operation::Target; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::StateCircuit as TestStateCircuit; use self::{ @@ -19,13 +18,12 @@ use self::{ lexicographic_ordering::LimbIndex, }; use crate::{ - evm_circuit::{param::N_BYTES_WORD, util::rlc}, - table::{AccountFieldTag, LookupTable, MPTProofType, MptTable, RwTable}, - util::{Challenges, Expr, SubCircuit, SubCircuitConfig}, + table::{AccountFieldTag, LookupTable, MPTProofType, MptTable, RwTable, UXTable}, + util::{word, Challenges, Expr, SubCircuit, SubCircuitConfig}, witness::{self, MptUpdates, Rw, RwMap}, }; use constraint_builder::{ConstraintBuilder, Queries}; -use eth_types::{Address, Field, ToLittleEndian}; +use eth_types::{Address, Field, Word}; use gadgets::{ batched_is_zero::{BatchedIsZeroChip, BatchedIsZeroConfig}, binary_number::{BinaryNumberChip, BinaryNumberConfig}, @@ -33,7 +31,8 @@ use gadgets::{ use halo2_proofs::{ circuit::{Layouter, Region, Value}, plonk::{ - Advice, Column, ConstraintSystem, Error, Expression, Fixed, SecondPhase, VirtualCells, + Advice, Column, ConstraintSystem, Error, Expression, FirstPhase, Fixed, SecondPhase, + VirtualCells, }, poly::Rotation, }; @@ -41,10 +40,9 @@ use lexicographic_ordering::Config as LexicographicOrderingConfig; use lookups::{Chip as LookupsChip, Config as LookupsConfig, Queries as LookupsQueries}; use multiple_precision_integer::{Chip as MpiChip, Config as MpiConfig, Queries as MpiQueries}; use param::*; -use random_linear_combination::{Chip as RlcChip, Config as RlcConfig, Queries as RlcQueries}; use std::marker::PhantomData; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(test)] use std::collections::HashMap; /// Config for StateCircuit @@ -58,20 +56,20 @@ pub struct StateCircuitConfig { // Assigned value at the start of the block. For Rw::Account and // Rw::AccountStorage rows this is the committed value in the MPT, for // others, it is 0. - initial_value: Column, + initial_value: word::Word>, // For Rw::AccountStorage, identify non-existing if both committed value and // new value are zero. Will do lookup for MPTProofType::StorageDoesNotExist if // non-existing, otherwise do lookup for MPTProofType::StorageChanged. is_non_exist: BatchedIsZeroConfig, // Intermediary witness used to reduce mpt lookup expression degree mpt_proof_type: Column, - state_root: Column, + state_root: word::Word>, lexicographic_ordering: LexicographicOrderingConfig, not_first_access: Column, lookups: LookupsConfig, - power_of_randomness: [Expression; N_BYTES_WORD - 1], // External tables mpt_table: MptTable, + _marker: PhantomData, } /// Circuit configuration arguments @@ -80,6 +78,12 @@ pub struct StateCircuitConfigArgs { pub rw_table: RwTable, /// MptTable pub mpt_table: MptTable, + /// U8Table + pub u8_table: UXTable<8>, + /// U10Table + pub u10_table: UXTable<10>, + /// U16Table + pub u16_table: UXTable<16>, /// Challenges pub challenges: Challenges>, } @@ -93,40 +97,44 @@ impl SubCircuitConfig for StateCircuitConfig { Self::ConfigArgs { rw_table, mpt_table, + u8_table, + u10_table, + u16_table, challenges, }: Self::ConfigArgs, ) -> Self { let selector = meta.fixed_column(); - let lookups = LookupsChip::configure(meta); - let power_of_randomness: [Expression; 31] = challenges.evm_word_powers_of_randomness(); + let lookups = LookupsChip::configure(meta, u8_table, u10_table, u16_table); - let rw_counter = MpiChip::configure(meta, selector, rw_table.rw_counter, lookups); + let rw_counter = MpiChip::configure(meta, selector, [rw_table.rw_counter], lookups); let tag = BinaryNumberChip::configure(meta, selector, Some(rw_table.tag)); - let id = MpiChip::configure(meta, selector, rw_table.id, lookups); - let address = MpiChip::configure(meta, selector, rw_table.address, lookups); + let id = MpiChip::configure(meta, selector, [rw_table.id], lookups); + + let address = MpiChip::configure(meta, selector, [rw_table.address], lookups); - let storage_key = RlcChip::configure( + let storage_key = MpiChip::configure( meta, selector, - rw_table.storage_key, + [rw_table.storage_key.lo(), rw_table.storage_key.hi()], lookups, - challenges.evm_word(), ); + let initial_value = word::Word::new([meta.advice_column(), meta.advice_column()]); - let initial_value = meta.advice_column_in(SecondPhase); let is_non_exist = BatchedIsZeroChip::configure( meta, - (SecondPhase, SecondPhase), + (FirstPhase, FirstPhase), |meta| meta.query_fixed(selector, Rotation::cur()), |meta| { [ - meta.query_advice(initial_value, Rotation::cur()), - meta.query_advice(rw_table.value, Rotation::cur()), + meta.query_advice(initial_value.lo(), Rotation::cur()), + meta.query_advice(initial_value.hi(), Rotation::cur()), + meta.query_advice(rw_table.value.lo(), Rotation::cur()), + meta.query_advice(rw_table.value.hi(), Rotation::cur()), ] }, ); let mpt_proof_type = meta.advice_column_in(SecondPhase); - let state_root = meta.advice_column_in(SecondPhase); + let state_root = word::Word::new([meta.advice_column(), meta.advice_column()]); let sort_keys = SortKeysConfig { tag, @@ -137,16 +145,16 @@ impl SubCircuitConfig for StateCircuitConfig { rw_counter, }; - let lexicographic_ordering = LexicographicOrderingConfig::configure( - meta, - sort_keys, - lookups, - power_of_randomness.clone(), - ); + let power_of_randomness: [Expression; 31] = challenges.keccak_powers_of_randomness(); + let lexicographic_ordering = + LexicographicOrderingConfig::configure(meta, sort_keys, lookups, power_of_randomness); // annotate columns rw_table.annotate_columns(meta); mpt_table.annotate_columns(meta); + u8_table.annotate_columns(meta); + u10_table.annotate_columns(meta); + u16_table.annotate_columns(meta); let config = Self { selector, @@ -158,9 +166,9 @@ impl SubCircuitConfig for StateCircuitConfig { lexicographic_ordering, not_first_access: meta.advice_column(), lookups, - power_of_randomness, rw_table, mpt_table, + _marker: PhantomData::default(), }; let mut constraint_builder = ConstraintBuilder::new(); @@ -189,14 +197,11 @@ impl StateCircuitConfig { layouter: &mut impl Layouter, rows: &[Rw], n_rows: usize, // 0 means dynamically calculated from `rows`. - challenges: &Challenges>, ) -> Result<(), Error> { let updates = MptUpdates::mock_from(rows); layouter.assign_region( || "state circuit", - |mut region| { - self.assign_with_region(&mut region, rows, &updates, n_rows, challenges.evm_word()) - }, + |mut region| self.assign_with_region(&mut region, rows, &updates, n_rows), ) } @@ -206,15 +211,13 @@ impl StateCircuitConfig { rows: &[Rw], updates: &MptUpdates, n_rows: usize, // 0 means dynamically calculated from `rows`. - randomness: Value, ) -> Result<(), Error> { let tag_chip = BinaryNumberChip::construct(self.sort_keys.tag); let (rows, padding_length) = RwMap::table_assignments_prepad(rows, n_rows); let rows_len = rows.len(); - let mut state_root = - randomness.map(|randomness| rlc::value(&updates.old_root().to_le_bytes(), randomness)); + let mut state_root = updates.old_root(); // annotate columns self.annotate_circuit_in_region(region); @@ -248,7 +251,7 @@ impl StateCircuitConfig { if let Some(storage_key) = row.storage_key() { self.sort_keys .storage_key - .assign(region, offset, randomness, storage_key)?; + .assign(region, offset, storage_key)?; } if offset > 0 { @@ -268,107 +271,106 @@ impl StateCircuitConfig { if is_first_access { // If previous row was a last access, we need to update the state root. - state_root = randomness - .zip(state_root) - .map(|(randomness, mut state_root)| { - if let Some(update) = updates.get(prev_row) { - let (new_root, old_root) = update.root_assignments(randomness); - assert_eq!(state_root, old_root); - state_root = new_root; - } - if matches!(row.tag(), Target::CallContext) && !row.is_write() { - assert_eq!(row.value_assignment(randomness), F::ZERO, "{:?}", row); - } - state_root - }); + if let Some(update) = updates.get(prev_row) { + let (new_root, old_root) = update.root_assignments(); + assert_eq!(state_root, old_root); + state_root = new_root; + } + if matches!(row.tag(), Target::CallContext) && !row.is_write() { + assert_eq!(row.value_assignment(), 0.into(), "{:?}", row); + } } } // The initial value can be determined from the mpt updates or is 0. - let initial_value = randomness.map(|randomness| { + let initial_value = word::Word::::from( updates .get(row) - .map(|u| u.value_assignments(randomness).1) - .unwrap_or_default() - }); - region.assign_advice( + .map(|u| u.value_assignments().1) + .unwrap_or_default(), + ); + + initial_value.into_value().assign_advice( + region, || "initial_value", self.initial_value, offset, - || initial_value, )?; // Identify non-existing if both committed value and new value are zero. - let committed_value_value = randomness.map(|randomness| { + let (committed_value, value) = { let (_, committed_value) = updates .get(row) - .map(|u| u.value_assignments(randomness)) + .map(|u| u.value_assignments()) .unwrap_or_default(); - let value = row.value_assignment(randomness); - [committed_value, value] - }); + let value = row.value_assignment(); + ( + word::Word::::from(committed_value), + word::Word::::from(value), + ) + }; + BatchedIsZeroChip::construct(self.is_non_exist.clone()).assign( region, offset, - committed_value_value, + Value::known([ + committed_value.lo(), + committed_value.hi(), + value.lo(), + value.hi(), + ]), )?; - let mpt_proof_type = committed_value_value.map(|pair| { - F::from(match row { - Rw::AccountStorage { .. } => { - if pair[0].is_zero_vartime() && pair[1].is_zero_vartime() { - MPTProofType::StorageDoesNotExist as u64 - } else { - MPTProofType::StorageChanged as u64 - } + + let mpt_proof_type = match row { + Rw::AccountStorage { .. } => { + if committed_value.is_zero_vartime() && value.is_zero_vartime() { + MPTProofType::StorageDoesNotExist as u64 + } else { + MPTProofType::StorageChanged as u64 } - Rw::Account { field_tag, .. } => { - if pair[0].is_zero_vartime() - && pair[1].is_zero_vartime() - && matches!(field_tag, AccountFieldTag::CodeHash) - { - MPTProofType::AccountDoesNotExist as u64 - } else { - *field_tag as u64 - } + } + Rw::Account { field_tag, .. } => { + if committed_value.is_zero_vartime() + && value.is_zero_vartime() + && matches!(field_tag, AccountFieldTag::CodeHash) + { + MPTProofType::AccountDoesNotExist as u64 + } else { + *field_tag as u64 } - _ => 0, - }) - }); + } + _ => 0, + }; + region.assign_advice( || "mpt_proof_type", self.mpt_proof_type, offset, - || mpt_proof_type, + || Value::known(F::from(mpt_proof_type)), )?; // TODO: Switch from Rw::Start -> Rw::Padding to simplify this logic. // State root assignment is at previous row (offset - 1) because the state root // changes on the last access row. if offset != 0 { - region.assign_advice( - || "state_root", - self.state_root, - offset - 1, - || state_root, - )?; + word::Word::::from(state_root) + .into_value() + .assign_advice(region, || "state root", self.state_root, offset - 1)?; } if offset == rows_len - 1 { // The last row is always a last access, so we need to handle the case where the // state root changes because of an mpt lookup on the last row. if let Some(update) = updates.get(row) { - state_root = randomness.zip(state_root).map(|(randomness, state_root)| { - let (new_root, old_root) = update.root_assignments(randomness); + state_root = { + let (new_root, old_root) = update.root_assignments(); assert_eq!(state_root, old_root); new_root - }); + }; } - region.assign_advice( - || "last row state_root", - self.state_root, - offset, - || state_root, - )?; + word::Word::::from(state_root) + .into_value() + .assign_advice(region, || "last row state_root", self.state_root, offset)?; } } @@ -385,9 +387,11 @@ impl StateCircuitConfig { self.sort_keys.annotate_columns_in_region(region, "STATE"); region.name_column(|| "STATE_selector", self.selector); region.name_column(|| "STATE_not_first_access", self.not_first_access); - region.name_column(|| "STATE_phase2_initial_value", self.initial_value); - region.name_column(|| "STATE_phase2_mpt_proof_type", self.mpt_proof_type); - region.name_column(|| "STATE_phase2_state_root", self.state_root); + region.name_column(|| "STATE_initial_value lo", self.initial_value.lo()); + region.name_column(|| "STATE_initial_value hi", self.initial_value.hi()); + region.name_column(|| "STATE_mpt_proof_type", self.mpt_proof_type); + region.name_column(|| "STATE_state_root lo", self.state_root.lo()); + region.name_column(|| "STATE_state_root hi", self.state_root.hi()); } } @@ -398,7 +402,7 @@ pub struct SortKeysConfig { id: MpiConfig, address: MpiConfig, field_tag: Column, - storage_key: RlcConfig, + storage_key: MpiConfig, rw_counter: MpiConfig, } @@ -414,8 +418,6 @@ impl SortKeysConfig { } } -type Lookup = (&'static str, Expression, Expression); - /// State Circuit for proving RwTable is valid #[derive(Default, Clone, Debug)] pub struct StateCircuit { @@ -423,7 +425,7 @@ pub struct StateCircuit { pub rows: Vec, updates: MptUpdates, pub(crate) n_rows: usize, - #[cfg(any(feature = "test", test, feature = "test-circuits"))] + #[cfg(test)] overrides: HashMap<(dev::AdviceColumn, isize), F>, _marker: PhantomData, } @@ -437,7 +439,7 @@ impl StateCircuit { rows, updates, n_rows, - #[cfg(any(feature = "test", test, feature = "test-circuits"))] + #[cfg(test)] overrides: HashMap::new(), _marker: PhantomData::default(), } @@ -469,41 +471,36 @@ impl SubCircuit for StateCircuit { fn synthesize_sub( &self, config: &Self::Config, - challenges: &Challenges>, + _challenges: &Challenges>, layouter: &mut impl Layouter, ) -> Result<(), Error> { config.load_aux_tables(layouter)?; - let randomness = challenges.evm_word(); - // Assigning to same columns in different regions should be avoided. // Here we use one single region to assign `overrides` to both rw table and // other parts. layouter.assign_region( || "state circuit", |mut region| { - config.rw_table.load_with_region( - &mut region, - &self.rows, - self.n_rows, - randomness, - )?; + config + .rw_table + .load_with_region(&mut region, &self.rows, self.n_rows)?; - config.assign_with_region( - &mut region, - &self.rows, - &self.updates, - self.n_rows, - randomness, - )?; - #[cfg(any(feature = "test", test, feature = "test-circuits"))] + config.assign_with_region(&mut region, &self.rows, &self.updates, self.n_rows)?; + #[cfg(test)] { - let padding_length = RwMap::padding_len(self.rows.len(), self.n_rows); + let first_non_padding_index = if self.rows.len() < self.n_rows { + RwMap::padding_len(self.rows.len(), self.n_rows) + } else { + 1 // at least 1 StartOp padding in idx 0, so idx 1 is first non-padding row + }; + for ((column, row_offset), &f) in &self.overrides { let advice_column = column.value(config); - let offset = - usize::try_from(isize::try_from(padding_length).unwrap() + *row_offset) - .unwrap(); + let offset = usize::try_from( + isize::try_from(first_non_padding_index).unwrap() + *row_offset, + ) + .unwrap(); region.assign_advice( || "override", advice_column, @@ -529,6 +526,15 @@ fn queries(meta: &mut VirtualCells<'_, F>, c: &StateCircuitConfig) let final_bits_sum = meta.query_advice(first_different_limb.bits[3], Rotation::cur()) + meta.query_advice(first_different_limb.bits[4], Rotation::cur()); let mpt_update_table_expressions = c.mpt_table.table_exprs(meta); + assert_eq!(mpt_update_table_expressions.len(), 12); + + let meta_query_word = + |metap: &mut VirtualCells<'_, F>, word_column: word::Word>, at: Rotation| { + word::Word::new([ + metap.query_advice(word_column.lo(), at), + metap.query_advice(word_column.hi(), at), + ]) + }; Queries { selector: meta.query_fixed(c.selector, Rotation::cur()), @@ -543,20 +549,35 @@ fn queries(meta: &mut VirtualCells<'_, F>, c: &StateCircuitConfig) address: meta.query_advice(c.rw_table.address, Rotation::cur()), prev_address: meta.query_advice(c.rw_table.address, Rotation::prev()), field_tag: meta.query_advice(c.rw_table.field_tag, Rotation::cur()), - storage_key: meta.query_advice(c.rw_table.storage_key, Rotation::cur()), - value: meta.query_advice(c.rw_table.value, Rotation::cur()), - value_prev: meta.query_advice(c.rw_table.value, Rotation::prev()), - value_prev_column: meta.query_advice(c.rw_table.value_prev, Rotation::cur()), + storage_key: meta_query_word(meta, c.rw_table.storage_key, Rotation::cur()), + value: meta_query_word(meta, c.rw_table.value, Rotation::cur()), + value_prev: meta_query_word(meta, c.rw_table.value, Rotation::prev()), + value_prev_column: meta_query_word(meta, c.rw_table.value_prev, Rotation::cur()), }, // TODO: clean this up mpt_update_table: MptUpdateTableQueries { address: mpt_update_table_expressions[0].clone(), - storage_key: mpt_update_table_expressions[1].clone(), - proof_type: mpt_update_table_expressions[2].clone(), - new_root: mpt_update_table_expressions[3].clone(), - old_root: mpt_update_table_expressions[4].clone(), - new_value: mpt_update_table_expressions[5].clone(), - old_value: mpt_update_table_expressions[6].clone(), + storage_key: word::Word::new([ + mpt_update_table_expressions[1].clone(), + mpt_update_table_expressions[2].clone(), + ]), + proof_type: mpt_update_table_expressions[3].clone(), + new_root: word::Word::new([ + mpt_update_table_expressions[4].clone(), + mpt_update_table_expressions[5].clone(), + ]), + old_root: word::Word::new([ + mpt_update_table_expressions[6].clone(), + mpt_update_table_expressions[7].clone(), + ]), + new_value: word::Word::new([ + mpt_update_table_expressions[8].clone(), + mpt_update_table_expressions[9].clone(), + ]), + old_value: word::Word::new([ + mpt_update_table_expressions[10].clone(), + mpt_update_table_expressions[11].clone(), + ]), }, lexicographic_ordering_selector: meta .query_fixed(c.lexicographic_ordering.selector, Rotation::cur()), @@ -577,18 +598,17 @@ fn queries(meta: &mut VirtualCells<'_, F>, c: &StateCircuitConfig) + meta.query_advice(first_different_limb.bits[2], Rotation::cur())) + final_bits_sum.clone() * (1.expr() - final_bits_sum), address: MpiQueries::new(meta, c.sort_keys.address), - storage_key: RlcQueries::new(meta, c.sort_keys.storage_key), - initial_value: meta.query_advice(c.initial_value, Rotation::cur()), - initial_value_prev: meta.query_advice(c.initial_value, Rotation::prev()), + storage_key: MpiQueries::new(meta, c.sort_keys.storage_key), + initial_value: meta_query_word(meta, c.initial_value, Rotation::cur()), + initial_value_prev: meta_query_word(meta, c.initial_value, Rotation::prev()), is_non_exist: meta.query_advice(c.is_non_exist.is_zero, Rotation::cur()), mpt_proof_type: meta.query_advice(c.mpt_proof_type, Rotation::cur()), lookups: LookupsQueries::new(meta, c.lookups), - power_of_randomness: c.power_of_randomness.clone(), first_different_limb: [0, 1, 2, 3] .map(|idx| meta.query_advice(first_different_limb.bits[idx], Rotation::cur())), not_first_access: meta.query_advice(c.not_first_access, Rotation::cur()), last_access: 1.expr() - meta.query_advice(c.not_first_access, Rotation::next()), - state_root: meta.query_advice(c.state_root, Rotation::cur()), - state_root_prev: meta.query_advice(c.state_root, Rotation::prev()), + state_root: meta_query_word(meta, c.state_root, Rotation::cur()), + state_root_prev: meta_query_word(meta, c.state_root, Rotation::prev()), } } diff --git a/zkevm-circuits/src/state_circuit/constraint_builder.rs b/zkevm-circuits/src/state_circuit/constraint_builder.rs index 58a5e66169..1fb866cc0e 100644 --- a/zkevm-circuits/src/state_circuit/constraint_builder.rs +++ b/zkevm-circuits/src/state_circuit/constraint_builder.rs @@ -1,14 +1,10 @@ use super::{ - lookups::Queries as LookupsQueries, multiple_precision_integer::Queries as MpiQueries, - param::*, random_linear_combination::Queries as RlcQueries, + lookups::Queries as LookupsQueries, multiple_precision_integer::Queries as MpiQueries, param::*, }; use crate::{ - evm_circuit::{ - param::N_BYTES_WORD, - util::{math_gadget::generate_lagrange_base_polynomial, not}, - }, + evm_circuit::util::{math_gadget::generate_lagrange_base_polynomial, not}, table::{AccountFieldTag, MPTProofType}, - util::Expr, + util::{word, Expr}, }; use bus_mapping::operation::Target; use eth_types::Field; @@ -27,22 +23,21 @@ pub struct RwTableQueries { pub address: Expression, pub prev_address: Expression, pub field_tag: Expression, - pub storage_key: Expression, - pub value: Expression, - pub value_prev: Expression, // meta.query(value, Rotation::prev()) - pub value_prev_column: Expression, /* meta.query(prev_value, Rotation::cur()) - * TODO: aux1 and aux2 */ + pub storage_key: word::Word>, + pub value: word::Word>, + pub value_prev: word::Word>, // meta.query(value, Rotation::prev()) + pub value_prev_column: word::Word>, // meta.query(prev_value, Rotation::cur()) } #[derive(Clone)] pub struct MptUpdateTableQueries { pub address: Expression, - pub storage_key: Expression, + pub storage_key: word::Word>, pub proof_type: Expression, - pub new_root: Expression, - pub old_root: Expression, - pub new_value: Expression, - pub old_value: Expression, + pub new_root: word::Word>, + pub old_root: word::Word>, + pub new_value: word::Word>, + pub old_value: word::Word>, } #[derive(Clone)] @@ -56,18 +51,17 @@ pub struct Queries { pub id: MpiQueries, pub is_tag_and_id_unchanged: Expression, pub address: MpiQueries, - pub storage_key: RlcQueries, - pub initial_value: Expression, - pub initial_value_prev: Expression, + pub storage_key: MpiQueries, + pub initial_value: word::Word>, + pub initial_value_prev: word::Word>, pub is_non_exist: Expression, pub mpt_proof_type: Expression, pub lookups: LookupsQueries, - pub power_of_randomness: [Expression; N_BYTES_WORD - 1], pub first_different_limb: [Expression; 4], pub not_first_access: Expression, pub last_access: Expression, - pub state_root: Expression, - pub state_root_prev: Expression, + pub state_root: word::Word>, + pub state_root_prev: word::Word>, } type Constraint = (&'static str, Expression); @@ -79,6 +73,25 @@ pub struct ConstraintBuilder { condition: Expression, } +struct LookupBuilder(Vec<(Expression, Expression)>); +impl LookupBuilder { + fn new() -> Self { + Self(vec![]) + } + fn add(mut self, e1: &Expression, e2: &Expression) -> Self { + self.0.push((e1.clone(), e2.clone())); + self + } + fn add_word(mut self, e1: &word::Word>, e2: &word::Word>) -> Self { + self.0.push((e1.lo(), e2.lo())); + self.0.push((e1.hi(), e2.hi())); + self + } + fn build(self) -> Vec<(Expression, Expression)> { + self.0 + } +} + impl ConstraintBuilder { pub fn new() -> Self { Self { @@ -153,10 +166,14 @@ impl ConstraintBuilder { // in the current row differs from the previous row. self.condition(q.first_access(), |cb| { cb.require_zero( - "first access reads don't change value", - q.is_read() * (q.rw_table.value.clone() - q.initial_value()), + "first access reads don't change value (hi)", + q.is_read() * (q.rw_table.value.hi() - q.initial_value().hi()), + ); + cb.require_zero( + "first access reads don't change value (lo)", + q.is_read() * (q.rw_table.value.lo() - q.initial_value().lo()), ); - cb.require_equal( + cb.require_word_equal( "value_prev column is initial_value for first access", q.value_prev_column(), q.initial_value.clone(), @@ -166,12 +183,20 @@ impl ConstraintBuilder { // When all the keys in the current row and previous row are equal. self.condition(q.not_first_access.clone(), |cb| { cb.require_zero( - "non-first access reads don't change value", - q.is_read() * (q.rw_table.value.clone() - q.rw_table.value_prev.clone()), + "non-first access reads don't change value (hi)", + q.is_read() * (q.rw_table.value.hi() - q.rw_table.value_prev.hi()), ); cb.require_zero( - "initial value doesn't change in an access group", - q.initial_value.clone() - q.initial_value_prev(), + "non-first access reads don't change value (lo)", + q.is_read() * (q.rw_table.value.lo() - q.rw_table.value_prev.lo()), + ); + cb.require_zero( + "initial value doesn't change in an access group (hi)", + q.initial_value.hi() - q.initial_value_prev().hi(), + ); + cb.require_zero( + "initial value doesn't change in an access group (lo)", + q.initial_value.lo() - q.initial_value_prev().lo(), ); }); } @@ -181,39 +206,41 @@ impl ConstraintBuilder { self.require_zero("field_tag is 0 for Start", q.field_tag()); self.require_zero("address is 0 for Start", q.rw_table.address.clone()); self.require_zero("id is 0 for Start", q.id()); - self.require_zero("storage_key is 0 for Start", q.rw_table.storage_key.clone()); + self.require_word_zero("storage_key is 0 for Start", q.rw_table.storage_key.clone()); // 1.1. rw_counter increases by 1 for every non-first row self.require_zero( "rw_counter increases by 1 for every non-first row", q.lexicographic_ordering_selector.clone() * (q.rw_counter_change() - 1.expr()), ); // 1.2. Start value is 0 - self.require_zero("Start value is 0", q.value()); + self.require_word_zero("Start value is 0", q.value()); // 1.3. Start initial value is 0 - self.require_zero("Start initial_value is 0", q.initial_value()); + self.require_word_zero("Start initial_value is 0", q.initial_value()); // 1.4. state_root is unchanged for every non-first row self.condition(q.lexicographic_ordering_selector.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "state_root is unchanged for Start", q.state_root(), q.state_root_prev(), ) }); - self.require_zero("value_prev column is 0 for Start", q.value_prev_column()); + self.require_word_zero("value_prev column is 0 for Start", q.value_prev_column()); } fn build_memory_constraints(&mut self, q: &Queries) { // 2.0. Unused keys are 0 self.require_zero("field_tag is 0 for Memory", q.field_tag()); - self.require_zero( + self.require_word_zero( "storage_key is 0 for Memory", q.rw_table.storage_key.clone(), ); // 2.1. First access for a set of all keys are 0 if READ - self.require_zero( - "first access for a set of all keys are 0 if READ", - q.first_access() * q.is_read() * q.value(), - ); + self.condition(q.first_access() * q.is_read(), |cb| { + cb.require_word_zero( + "first access for a set of all keys are 0 if READ", + q.value(), + ); + }); // could do this more efficiently by just asserting address = limb0 + 2^16 * // limb1? // 2.2. mem_addr in range @@ -222,18 +249,19 @@ impl ConstraintBuilder { } // 2.3. value is a byte self.add_lookup( - "memory value is a byte", - vec![(q.rw_table.value.clone(), q.lookups.u8.clone())], + "memory value is a byte (lo is u8)", + vec![(q.rw_table.value.lo(), q.lookups.u8.clone())], ); + self.require_zero("memory value is a byte (hi is 0)", q.rw_table.value.hi()); // 2.4. Start initial value is 0 - self.require_zero("initial Memory value is 0", q.initial_value()); + self.require_word_zero("initial Memory value is 0", q.initial_value()); // 2.5. state root does not change - self.require_equal( + self.require_word_equal( "state_root is unchanged for Memory", q.state_root(), q.state_root_prev(), ); - self.require_equal( + self.require_word_equal( "value_prev column equals initial_value for Memory", q.value_prev_column(), q.initial_value(), @@ -243,7 +271,7 @@ impl ConstraintBuilder { fn build_stack_constraints(&mut self, q: &Queries) { // 3.0. Unused keys are 0 self.require_zero("field_tag is 0 for Stack", q.field_tag()); - self.require_zero("storage_key is 0 for Stack", q.rw_table.storage_key.clone()); + self.require_word_zero("storage_key is 0 for Stack", q.rw_table.storage_key.clone()); // 3.1. First access for a set of all keys self.require_zero( "first access to new stack address is a write", @@ -262,14 +290,14 @@ impl ConstraintBuilder { ) }); // 3.4. Stack initial value is 0 - self.require_zero("initial Stack value is 0", q.initial_value.clone()); + self.require_word_zero("initial Stack value is 0", q.initial_value.clone()); // 3.5 state root does not change - self.require_equal( + self.require_word_equal( "state_root is unchanged for Stack", q.state_root(), q.state_root_prev(), ); - self.require_equal( + self.require_word_equal( "value_prev column equals initial_value for Stack", q.value_prev_column(), q.initial_value(), @@ -295,26 +323,20 @@ impl ConstraintBuilder { self.condition(q.last_access(), |cb| { cb.add_lookup( "mpt_update exists in mpt circuit for AccountStorage last access", - vec![ - ( - q.rw_table.address.clone(), - q.mpt_update_table.address.clone(), - ), - ( - q.rw_table.storage_key.clone(), - q.mpt_update_table.storage_key.clone(), - ), - (q.mpt_proof_type(), q.mpt_update_table.proof_type.clone()), - (q.state_root(), q.mpt_update_table.new_root.clone()), - (q.state_root_prev(), q.mpt_update_table.old_root.clone()), - (q.value(), q.mpt_update_table.new_value.clone()), - (q.initial_value(), q.mpt_update_table.old_value.clone()), - ], + LookupBuilder::new() + .add(&q.rw_table.address, &q.mpt_update_table.address) + .add_word(&q.rw_table.storage_key, &q.mpt_update_table.storage_key) + .add(&q.mpt_proof_type(), &q.mpt_update_table.proof_type) + .add_word(&q.state_root(), &q.mpt_update_table.new_root) + .add_word(&q.state_root_prev(), &q.mpt_update_table.old_root) + .add_word(&q.value(), &q.mpt_update_table.new_value) + .add_word(&q.initial_value(), &q.mpt_update_table.old_value) + .build(), ); }); self.condition(q.not_first_access.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "value column at Rotation::prev() equals value_prev at Rotation::cur()", q.rw_table.value_prev.clone(), q.value_prev_column(), @@ -324,24 +346,24 @@ impl ConstraintBuilder { fn build_tx_access_list_account_constraints(&mut self, q: &Queries) { self.require_zero("field_tag is 0 for TxAccessListAccount", q.field_tag()); - self.require_zero( + self.require_word_zero( "storage_key is 0 for TxAccessListAccount", q.rw_table.storage_key.clone(), ); - self.require_boolean("TxAccessListAccount value is boolean", q.value()); - self.require_zero( + self.require_word_boolean("TxAccessListAccount value is boolean", q.value()); + self.require_word_zero( "initial TxAccessListAccount value is false", q.initial_value(), ); - self.require_equal( + self.require_word_equal( "state_root is unchanged for TxAccessListAccount", q.state_root(), q.state_root_prev(), ); self.condition(q.not_first_access.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "value column at Rotation::prev() equals value_prev at Rotation::cur()", q.rw_table.value_prev.clone(), q.value_prev_column(), @@ -354,20 +376,20 @@ impl ConstraintBuilder { "field_tag is 0 for TxAccessListAccountStorage", q.field_tag(), ); - self.require_boolean("TxAccessListAccountStorage value is boolean", q.value()); - self.require_zero( + self.require_word_boolean("TxAccessListAccountStorage value is boolean", q.value()); + self.require_word_zero( "initial TxAccessListAccountStorage value is false", q.initial_value(), ); - self.require_equal( + self.require_word_equal( "state_root is unchanged for TxAccessListAccountStorage", q.state_root(), q.state_root_prev(), ); self.condition(q.not_first_access.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "value column at Rotation::prev() equals value_prev at Rotation::cur()", q.rw_table.value_prev.clone(), q.value_prev_column(), @@ -379,32 +401,32 @@ impl ConstraintBuilder { // 7.0. `address`, `field_tag` and `storage_key` are 0 self.require_zero("address is 0 for TxRefund", q.rw_table.address.clone()); self.require_zero("field_tag is 0 for TxRefund", q.field_tag()); - self.require_zero( + self.require_word_zero( "storage_key is 0 for TxRefund", q.rw_table.storage_key.clone(), ); // 7.1. `state root` is not changed - self.require_equal( + self.require_word_equal( "state_root is unchanged for TxRefund", q.state_root(), q.state_root_prev(), ); self.condition(q.not_first_access.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "value column at Rotation::prev() equals value_prev at Rotation::cur()", q.rw_table.value_prev.clone(), q.value_prev_column(), ); }); // 7.2. `initial value` is 0 - self.require_zero("initial TxRefund value is 0", q.initial_value()); + self.require_word_zero("initial TxRefund value is 0", q.initial_value()); } fn build_account_constraints(&mut self, q: &Queries) { // ref. spec 6.0. Unused keys are 0 self.require_zero("id is 0 for Account", q.id()); - self.require_zero( + self.require_word_zero( "storage_key is 0 for Account", q.rw_table.storage_key.clone(), ); @@ -443,26 +465,20 @@ impl ConstraintBuilder { self.condition(q.last_access(), |cb| { cb.add_lookup( "mpt_update exists in mpt circuit for Account last access", - vec![ - ( - q.rw_table.address.clone(), - q.mpt_update_table.address.clone(), - ), - ( - q.rw_table.storage_key.clone(), - q.mpt_update_table.storage_key.clone(), - ), - (q.mpt_proof_type(), q.mpt_update_table.proof_type.clone()), - (q.state_root(), q.mpt_update_table.new_root.clone()), - (q.state_root_prev(), q.mpt_update_table.old_root.clone()), - (q.value(), q.mpt_update_table.new_value.clone()), - (q.initial_value(), q.mpt_update_table.old_value.clone()), - ], + LookupBuilder::new() + .add(&q.rw_table.address, &q.mpt_update_table.address) + .add_word(&q.rw_table.storage_key, &q.mpt_update_table.storage_key) + .add(&q.mpt_proof_type(), &q.mpt_update_table.proof_type) + .add_word(&q.state_root(), &q.mpt_update_table.new_root) + .add_word(&q.state_root_prev(), &q.mpt_update_table.old_root) + .add_word(&q.value(), &q.mpt_update_table.new_value) + .add_word(&q.initial_value(), &q.mpt_update_table.old_value) + .build(), ); }); self.condition(q.not_first_access.clone(), |cb| { - cb.require_equal( + cb.require_word_equal( "value column at Rotation::prev() equals value_prev at Rotation::cur()", q.rw_table.value_prev.clone(), q.value_prev_column(), @@ -472,7 +488,7 @@ impl ConstraintBuilder { fn build_call_context_constraints(&mut self, q: &Queries) { self.require_zero("address is 0 for CallContext", q.rw_table.address.clone()); - self.require_zero( + self.require_word_zero( "storage_key is 0 for CallContext", q.rw_table.storage_key.clone(), ); @@ -480,13 +496,13 @@ impl ConstraintBuilder { "field_tag in CallContextFieldTag range", vec![(q.field_tag(), q.lookups.call_context_field_tag.clone())], ); - self.require_zero("initial CallContext value is 0", q.initial_value()); - self.require_equal( + self.require_word_zero("initial CallContext value is 0", q.initial_value()); + self.require_word_equal( "state_root is unchanged for CallContext", q.state_root(), q.state_root_prev(), ); - self.require_zero( + self.require_word_zero( "value_prev column is 0 for CallContext", q.value_prev_column(), ); @@ -498,47 +514,56 @@ impl ConstraintBuilder { q.rw_table.is_write.clone(), 1.expr(), ); - self.require_zero("initial TxLog value is 0", q.initial_value()); + self.require_word_zero("initial TxLog value is 0", q.initial_value()); - self.require_equal( + self.require_word_equal( "state_root is unchanged for TxLog", q.state_root(), q.state_root_prev(), ); - self.require_equal( + self.require_word_equal( "value_prev column equals initial_value for TxLog", q.value_prev_column(), q.initial_value(), ); } - fn build_tx_receipt_constraints(&mut self, q: &Queries) { - // TODO: implement TxReceipt constraints - self.require_equal("TxReceipt rows not implemented", 1.expr(), 0.expr()); - - self.require_equal( - "state_root is unchanged for TxReceipt", - q.state_root(), - q.state_root_prev(), - ); - self.require_zero( - "value_prev_column is 0 for TxReceipt", - q.value_prev_column(), - ); - } - fn require_zero(&mut self, name: &'static str, e: Expression) { self.constraints.push((name, self.condition.clone() * e)); } + fn require_word_zero(&mut self, name: &'static str, e: word::Word>) { + let (lo, hi) = e.into_lo_hi(); + self.constraints.push((name, self.condition.clone() * hi)); + self.constraints.push((name, self.condition.clone() * lo)); + } + fn require_equal(&mut self, name: &'static str, left: Expression, right: Expression) { self.require_zero(name, left - right) } + fn require_word_equal( + &mut self, + name: &'static str, + left: word::Word>, + right: word::Word>, + ) { + let (left_lo, left_hi) = left.into_lo_hi(); + let (right_lo, right_hi) = right.into_lo_hi(); + self.require_zero(name, left_hi - right_hi); + self.require_zero(name, left_lo - right_lo); + } + fn require_boolean(&mut self, name: &'static str, e: Expression) { self.require_zero(name, e.clone() * (1.expr() - e)) } + fn require_word_boolean(&mut self, name: &'static str, e: word::Word>) { + let (lo, hi) = e.into_lo_hi(); + self.require_zero(name, hi); + self.require_zero(name, lo.clone() * (1.expr() - lo)); + } + fn require_in_set(&mut self, name: &'static str, item: Expression, set: Vec>) { self.require_zero( name, @@ -565,10 +590,6 @@ impl ConstraintBuilder { } impl Queries { - fn selector(&self) -> Expression { - self.selector.clone() - } - fn is_write(&self) -> Expression { self.rw_table.is_write.clone() } @@ -577,35 +598,23 @@ impl Queries { not::expr(self.is_write()) } - fn tag(&self) -> Expression { - self.rw_table.tag.clone() - } - fn id(&self) -> Expression { self.rw_table.id.clone() } - fn id_change(&self) -> Expression { - self.id() - self.rw_table.prev_id.clone() - } - fn field_tag(&self) -> Expression { self.rw_table.field_tag.clone() } - fn value(&self) -> Expression { + fn value(&self) -> word::Word> { self.rw_table.value.clone() } - fn value_prev(&self) -> Expression { - self.rw_table.value_prev.clone() - } - - fn initial_value(&self) -> Expression { + fn initial_value(&self) -> word::Word> { self.initial_value.clone() } - fn initial_value_prev(&self) -> Expression { + fn initial_value_prev(&self) -> word::Word> { self.initial_value_prev.clone() } @@ -633,48 +642,23 @@ impl Queries { self.rw_table.rw_counter.clone() - self.rw_table.prev_rw_counter.clone() } - fn tx_log_index(&self) -> Expression { - from_digits(&self.address.limbs[0..2], (1u64 << 16).expr()) - } - - fn tx_log_index_prev(&self) -> Expression { - from_digits(&self.address.limbs_prev[0..2], (1u64 << 16).expr()) - } - - fn tx_log_id(&self) -> Expression { - from_digits(&self.address.limbs[3..5], (1u64 << 16).expr()) - } - - fn tx_log_id_prev(&self) -> Expression { - from_digits(&self.address.limbs_prev[3..5], (1u64 << 16).expr()) - } - fn last_access(&self) -> Expression { self.last_access.clone() } - fn state_root(&self) -> Expression { + fn state_root(&self) -> word::Word> { self.state_root.clone() } - fn state_root_prev(&self) -> Expression { + fn state_root_prev(&self) -> word::Word> { self.state_root_prev.clone() } - fn value_prev_column(&self) -> Expression { + fn value_prev_column(&self) -> word::Word> { self.rw_table.value_prev_column.clone() } } -fn from_digits(digits: &[Expression], base: Expression) -> Expression { - digits - .iter() - .rev() - .fold(Expression::Constant(F::ZERO), |result, digit| { - digit.clone() + result * base.clone() - }) -} - fn set>() -> Vec> { T::iter().map(|x| x.expr()).collect() // you don't need this collect if you // can figure out the return type diff --git a/zkevm-circuits/src/state_circuit/dev.rs b/zkevm-circuits/src/state_circuit/dev.rs index 83769a9057..193cf2e52c 100644 --- a/zkevm-circuits/src/state_circuit/dev.rs +++ b/zkevm-circuits/src/state_circuit/dev.rs @@ -2,13 +2,13 @@ pub use super::StateCircuit; use crate::{ state_circuit::{StateCircuitConfig, StateCircuitConfigArgs}, - table::{MptTable, RwTable}, + table::{MptTable, RwTable, UXTable}, util::{Challenges, SubCircuit, SubCircuitConfig}, }; use eth_types::Field; use halo2_proofs::{ circuit::{Layouter, SimpleFloorPlanner}, - plonk::{Advice, Circuit, Column, ConstraintSystem, Error}, + plonk::{Circuit, ConstraintSystem, Error}, }; impl Circuit for StateCircuit @@ -27,6 +27,9 @@ where let rw_table = RwTable::construct(meta); let mpt_table = MptTable::construct(meta); let challenges = Challenges::construct(meta); + let u8_table = UXTable::construct(meta); + let u10_table = UXTable::construct(meta); + let u16_table = UXTable::construct(meta); let config = { let challenges = challenges.exprs(meta); @@ -35,6 +38,9 @@ where StateCircuitConfigArgs { rw_table, mpt_table, + u8_table, + u10_table, + u16_table, challenges, }, ) @@ -49,70 +55,81 @@ where mut layouter: impl Layouter, ) -> Result<(), Error> { let challenges = challenges.values(&mut layouter); - config - .mpt_table - .load(&mut layouter, &self.updates, challenges.evm_word())?; + config.mpt_table.load(&mut layouter, &self.updates)?; self.synthesize_sub(&config, &challenges, &mut layouter) } } +#[cfg(test)] +use halo2_proofs::plonk::{Advice, Column}; + +#[cfg(test)] #[derive(Hash, Eq, PartialEq, Clone, Debug)] -pub enum AdviceColumn { +pub(crate) enum AdviceColumn { IsWrite, - Address, + _Address, AddressLimb0, AddressLimb1, - StorageKey, - StorageKeyByte0, - StorageKeyByte1, - Value, - ValuePrev, + _StorageKeyLo, + _StorageKeyHi, + StorageKeyLimb0, + _StorageKeyLimb1, + ValueLo, + ValueHi, + ValuePrevLo, + ValuePrevHi, RwCounter, RwCounterLimb0, - RwCounterLimb1, + _RwCounterLimb1, Tag, TagBit0, TagBit1, TagBit2, TagBit3, - LimbIndexBit0, // most significant bit + _LimbIndexBit0, // most significant bit LimbIndexBit1, LimbIndexBit2, - LimbIndexBit3, - LimbIndexBit4, // least significant bit - InitialValue, + _LimbIndexBit3, + _LimbIndexBit4, // least significant bit + InitialValueLo, + InitialValueHi, IsZero, // committed_value and value are 0 // NonEmptyWitness is the BatchedIsZero chip witness that contains the // inverse of the non-zero value if any in [committed_value, value] NonEmptyWitness, } +#[cfg(test)] impl AdviceColumn { - pub fn value(&self, config: &StateCircuitConfig) -> Column { + pub(crate) fn value(&self, config: &StateCircuitConfig) -> Column { match self { Self::IsWrite => config.rw_table.is_write, - Self::Address => config.rw_table.address, + Self::_Address => config.rw_table.address, Self::AddressLimb0 => config.sort_keys.address.limbs[0], Self::AddressLimb1 => config.sort_keys.address.limbs[1], - Self::StorageKey => config.rw_table.storage_key, - Self::StorageKeyByte0 => config.sort_keys.storage_key.bytes[0], - Self::StorageKeyByte1 => config.sort_keys.storage_key.bytes[1], - Self::Value => config.rw_table.value, - Self::ValuePrev => config.rw_table.value_prev, + Self::_StorageKeyLo => config.rw_table.storage_key.lo(), + Self::_StorageKeyHi => config.rw_table.storage_key.hi(), + Self::StorageKeyLimb0 => config.sort_keys.storage_key.limbs[0], + Self::_StorageKeyLimb1 => config.sort_keys.storage_key.limbs[1], + Self::ValueLo => config.rw_table.value.lo(), + Self::ValueHi => config.rw_table.value.hi(), + Self::ValuePrevLo => config.rw_table.value_prev.lo(), + Self::ValuePrevHi => config.rw_table.value_prev.hi(), Self::RwCounter => config.rw_table.rw_counter, Self::RwCounterLimb0 => config.sort_keys.rw_counter.limbs[0], - Self::RwCounterLimb1 => config.sort_keys.rw_counter.limbs[1], + Self::_RwCounterLimb1 => config.sort_keys.rw_counter.limbs[1], Self::Tag => config.rw_table.tag, Self::TagBit0 => config.sort_keys.tag.bits[0], Self::TagBit1 => config.sort_keys.tag.bits[1], Self::TagBit2 => config.sort_keys.tag.bits[2], Self::TagBit3 => config.sort_keys.tag.bits[3], - Self::LimbIndexBit0 => config.lexicographic_ordering.first_different_limb.bits[0], + Self::_LimbIndexBit0 => config.lexicographic_ordering.first_different_limb.bits[0], Self::LimbIndexBit1 => config.lexicographic_ordering.first_different_limb.bits[1], Self::LimbIndexBit2 => config.lexicographic_ordering.first_different_limb.bits[2], - Self::LimbIndexBit3 => config.lexicographic_ordering.first_different_limb.bits[3], - Self::LimbIndexBit4 => config.lexicographic_ordering.first_different_limb.bits[4], - Self::InitialValue => config.initial_value, + Self::_LimbIndexBit3 => config.lexicographic_ordering.first_different_limb.bits[3], + Self::_LimbIndexBit4 => config.lexicographic_ordering.first_different_limb.bits[4], + Self::InitialValueLo => config.initial_value.lo(), + Self::InitialValueHi => config.initial_value.hi(), Self::IsZero => config.is_non_exist.is_zero, Self::NonEmptyWitness => config.is_non_exist.nonempty_witness, } diff --git a/zkevm-circuits/src/state_circuit/lexicographic_ordering.rs b/zkevm-circuits/src/state_circuit/lexicographic_ordering.rs index bea63c2d5c..062a85cb00 100644 --- a/zkevm-circuits/src/state_circuit/lexicographic_ordering.rs +++ b/zkevm-circuits/src/state_circuit/lexicographic_ordering.rs @@ -252,7 +252,7 @@ struct Queries { field_tag: Expression, // 8 bits, so we can pack tag + field_tag into one limb. id_limbs: [Expression; N_LIMBS_ID], address_limbs: [Expression; N_LIMBS_ACCOUNT_ADDRESS], - storage_key_bytes: [Expression; N_BYTES_WORD], + storage_key_limbs: [Expression; N_LIMBS_WORD], rw_counter_limbs: [Expression; N_LIMBS_RW_COUNTER], } @@ -265,18 +265,13 @@ impl Queries { id_limbs: keys.id.limbs.map(&mut query_advice), address_limbs: keys.address.limbs.map(&mut query_advice), field_tag: query_advice(keys.field_tag), - storage_key_bytes: keys.storage_key.bytes.map(&mut query_advice), + storage_key_limbs: keys.storage_key.limbs.map(&mut query_advice), rw_counter_limbs: keys.rw_counter.limbs.map(query_advice), } } fn storage_key_be_limbs(&self) -> Vec> { - self.storage_key_bytes - .iter() - .rev() - .tuples() - .map(|(hi, lo)| (1u64 << 8).expr() * hi.clone() + lo.clone()) - .collect() + self.storage_key_limbs.iter().rev().cloned().collect() } fn be_limbs(&self) -> Vec> { diff --git a/zkevm-circuits/src/state_circuit/lookups.rs b/zkevm-circuits/src/state_circuit/lookups.rs index 5bea09914d..41b45a3fb1 100644 --- a/zkevm-circuits/src/state_circuit/lookups.rs +++ b/zkevm-circuits/src/state_circuit/lookups.rs @@ -1,10 +1,11 @@ -use crate::table::CallContextFieldTag; +use crate::table::{CallContextFieldTag, LookupTable, UXTable}; use eth_types::Field; use halo2_proofs::{ circuit::{Layouter, Value}, plonk::{Column, ConstraintSystem, Error, Expression, Fixed, VirtualCells}, poly::Rotation, }; +use itertools::Itertools; use std::marker::PhantomData; use strum::IntoEnumIterator; @@ -12,35 +13,13 @@ use strum::IntoEnumIterator; pub struct Config { // Can these be TableColumn's? // https://github.com/zcash/halo2/blob/642efc1536d3ea2566b04814bd60a00c4745ae22/halo2_proofs/src/plonk/circuit.rs#L266 - u8: Column, - u10: Column, - u16: Column, + u8_table: UXTable<8>, + u10_table: UXTable<10>, + u16_table: UXTable<16>, pub call_context_field_tag: Column, } impl Config { - pub fn range_check_u8( - &self, - meta: &mut ConstraintSystem, - msg: &'static str, - exp_fn: impl FnOnce(&mut VirtualCells<'_, F>) -> Expression, - ) { - meta.lookup_any(msg, |meta| { - let exp = exp_fn(meta); - vec![(exp, meta.query_fixed(self.u8, Rotation::cur()))] - }); - } - pub fn range_check_u10( - &self, - meta: &mut ConstraintSystem, - msg: &'static str, - exp_fn: impl FnOnce(&mut VirtualCells<'_, F>) -> Expression, - ) { - meta.lookup_any(msg, |meta| { - let exp = exp_fn(meta); - vec![(exp, meta.query_fixed(self.u10, Rotation::cur()))] - }); - } pub fn range_check_u16( &self, meta: &mut ConstraintSystem, @@ -49,7 +28,11 @@ impl Config { ) { meta.lookup_any(msg, |meta| { let exp = exp_fn(meta); - vec![(exp, meta.query_fixed(self.u16, Rotation::cur()))] + vec![exp] + .into_iter() + .zip_eq(self.u16_table.table_exprs(meta)) + .map(|(exp, table_expr)| (exp, table_expr)) + .collect() }); } } @@ -65,9 +48,9 @@ pub struct Queries { impl Queries { pub fn new(meta: &mut VirtualCells<'_, F>, c: Config) -> Self { Self { - u8: meta.query_fixed(c.u8, Rotation::cur()), - u10: meta.query_fixed(c.u10, Rotation::cur()), - u16: meta.query_fixed(c.u16, Rotation::cur()), + u8: c.u8_table.table_exprs(meta)[0].clone(), + u10: c.u10_table.table_exprs(meta)[0].clone(), + u16: c.u16_table.table_exprs(meta)[0].clone(), call_context_field_tag: meta.query_fixed(c.call_context_field_tag, Rotation::cur()), } } @@ -86,16 +69,18 @@ impl Chip { } } - pub fn configure(meta: &mut ConstraintSystem) -> Config { + pub fn configure( + meta: &mut ConstraintSystem, + u8_table: UXTable<8>, + u10_table: UXTable<10>, + u16_table: UXTable<16>, + ) -> Config { let config = Config { - u8: meta.fixed_column(), - u10: meta.fixed_column(), - u16: meta.fixed_column(), + u8_table, + u10_table, + u16_table, call_context_field_tag: meta.fixed_column(), }; - meta.annotate_lookup_any_column(config.u8, || "LOOKUP_u8"); - meta.annotate_lookup_any_column(config.u10, || "LOOKUP_u10"); - meta.annotate_lookup_any_column(config.u16, || "LOOKUP_u16"); meta.annotate_lookup_any_column(config.call_context_field_tag, || { "LOOKUP_call_context_field_tag" }); @@ -103,26 +88,9 @@ impl Chip { } pub fn load(&self, layouter: &mut impl Layouter) -> Result<(), Error> { - for (column, exponent) in [ - (self.config.u8, 8), - (self.config.u10, 10), - (self.config.u16, 16), - ] { - layouter.assign_region( - || format!("assign u{} fixed column", exponent), - |mut region| { - for i in 0..(1 << exponent) { - region.assign_fixed( - || format!("assign {} in u{} fixed column", i, exponent), - column, - i, - || Value::known(F::from(i as u64)), - )?; - } - Ok(()) - }, - )?; - } + self.config.u8_table.load(layouter)?; + self.config.u10_table.load(layouter)?; + self.config.u16_table.load(layouter)?; layouter.assign_region( || "assign call_context_field_tags fixed column", |mut region| { diff --git a/zkevm-circuits/src/state_circuit/multiple_precision_integer.rs b/zkevm-circuits/src/state_circuit/multiple_precision_integer.rs index 2a8d963baa..89cffa0bee 100644 --- a/zkevm-circuits/src/state_circuit/multiple_precision_integer.rs +++ b/zkevm-circuits/src/state_circuit/multiple_precision_integer.rs @@ -1,8 +1,8 @@ use super::{lookups, param::*}; use crate::util::Expr; -use eth_types::{Address, Field}; +use eth_types::{Address, Field, ToLittleEndian, Word}; use halo2_proofs::{ - circuit::{Layouter, Region, Value}, + circuit::{Region, Value}, plonk::{Advice, Column, ConstraintSystem, Error, Expression, Fixed, VirtualCells}, poly::Rotation, }; @@ -11,22 +11,38 @@ use std::marker::PhantomData; pub trait ToLimbs { fn to_limbs(&self) -> [u16; N]; + fn annotation() -> &'static str; } impl ToLimbs for Address { - fn to_limbs(&self) -> [u16; 10] { + fn to_limbs(&self) -> [u16; N_LIMBS_ACCOUNT_ADDRESS] { // address bytes are be.... maybe just have everything be later? // you will need this in the future later because it makes the key ordering more // obvious let le_bytes: Vec<_> = self.0.iter().rev().cloned().collect(); le_bytes_to_limbs(&le_bytes).try_into().unwrap() } + fn annotation() -> &'static str { + "Address" + } } impl ToLimbs for u32 { - fn to_limbs(&self) -> [u16; 2] { + fn to_limbs(&self) -> [u16; N_LIMBS_RW_COUNTER] { le_bytes_to_limbs(&self.to_le_bytes()).try_into().unwrap() } + fn annotation() -> &'static str { + "u32" + } +} + +impl ToLimbs for Word { + fn to_limbs(&self) -> [u16; N_LIMBS_WORD] { + le_bytes_to_limbs(&self.to_le_bytes()).try_into().unwrap() + } + fn annotation() -> &'static str { + "Word" + } } #[derive(Clone, Copy)] @@ -58,47 +74,19 @@ impl Queries { } } -impl Config { - pub fn assign( - &self, - region: &mut Region<'_, F>, - offset: usize, - value: Address, - ) -> Result<(), Error> { - for (i, &limb) in value.to_limbs().iter().enumerate() { - region.assign_advice( - || format!("limb[{}] in address mpi", i), - self.limbs[i], - offset, - || Value::known(F::from(limb as u64)), - )?; - } - Ok(()) - } - - /// Annotates columns of this gadget embedded within a circuit region. - pub fn annotate_columns_in_region(&self, region: &mut Region, prefix: &str) { - let mut annotations = Vec::new(); - for (i, _) in self.limbs.iter().enumerate() { - annotations.push(format!("MPI_limbs_address_{}", i)); - } - self.limbs - .iter() - .zip(annotations.iter()) - .for_each(|(col, ann)| region.name_column(|| format!("{}_{}", prefix, ann), *col)); - } -} - -impl Config { +impl Config +where + T: ToLimbs, +{ pub fn assign( &self, region: &mut Region<'_, F>, offset: usize, - value: u32, + value: T, ) -> Result<(), Error> { for (i, &limb) in value.to_limbs().iter().enumerate() { region.assign_advice( - || format!("limb[{}] in u32 mpi", i), + || format!("limb[{}] in {} mpi", i, T::annotation()), self.limbs[i], offset, || Value::known(F::from(limb as u64)), @@ -111,7 +99,7 @@ impl Config { pub fn annotate_columns_in_region(&self, region: &mut Region, prefix: &str) { let mut annotations = Vec::new(); for (i, _) in self.limbs.iter().enumerate() { - annotations.push(format!("MPI_limbs_u32_{}", i)); + annotations.push(format!("MPI_limbs_{}_{}", T::annotation(), i)); } self.limbs .iter() @@ -120,54 +108,52 @@ impl Config { } } -pub struct Chip +pub struct Chip where - T: ToLimbs, + T: ToLimbs, { - config: Config, + _config: Config, _marker: PhantomData, } -impl Chip +impl Chip where - T: ToLimbs, + T: ToLimbs, { - pub fn construct(config: Config) -> Self { - Self { - config, - _marker: PhantomData, - } - } - pub fn configure( meta: &mut ConstraintSystem, selector: Column, - value: Column, + values: [Column; N_VALUES], lookup: lookups::Config, - ) -> Config { - let limbs = [0; N].map(|_| meta.advice_column()); + ) -> Config { + assert_eq!(N_LIMBS & N_VALUES, 0); + let limbs_per_value = N_LIMBS / N_VALUES; + + let limbs = [0; N_LIMBS].map(|_| meta.advice_column()); for &limb in &limbs { lookup.range_check_u16(meta, "mpi limb fits into u16", |meta| { meta.query_advice(limb, Rotation::cur()) }); } - meta.create_gate("mpi value matches claimed limbs", |meta| { - let selector = meta.query_fixed(selector, Rotation::cur()); - let value = meta.query_advice(value, Rotation::cur()); - let limbs = limbs.map(|limb| meta.query_advice(limb, Rotation::cur())); - vec![selector * (value - value_from_limbs(&limbs))] - }); + + for (n, value) in values.iter().enumerate() { + meta.create_gate("mpi value matches claimed limbs", |meta| { + let selector = meta.query_fixed(selector, Rotation::cur()); + let value_expr = meta.query_advice(*value, Rotation::cur()); + let value_limbs = &limbs[n * limbs_per_value..(n + 1) * limbs_per_value]; + let limbs_expr = value_limbs + .iter() + .map(|limb| meta.query_advice(*limb, Rotation::cur())); + vec![selector * (value_expr - value_from_limbs(&limbs_expr.collect::>()))] + }); + } Config { limbs, _marker: PhantomData, } } - - pub fn load(&self, _layouter: &mut impl Layouter) -> Result<(), Error> { - Ok(()) - } } fn le_bytes_to_limbs(bytes: &[u8]) -> Vec { diff --git a/zkevm-circuits/src/state_circuit/param.rs b/zkevm-circuits/src/state_circuit/param.rs index fb30860c12..e80cc0ef25 100644 --- a/zkevm-circuits/src/state_circuit/param.rs +++ b/zkevm-circuits/src/state_circuit/param.rs @@ -1,3 +1,4 @@ pub(super) const N_LIMBS_RW_COUNTER: usize = 2; pub(super) const N_LIMBS_ACCOUNT_ADDRESS: usize = 10; pub(super) const N_LIMBS_ID: usize = 2; +pub(super) const N_LIMBS_WORD: usize = 16; diff --git a/zkevm-circuits/src/state_circuit/random_linear_combination.rs b/zkevm-circuits/src/state_circuit/random_linear_combination.rs deleted file mode 100644 index edeed2688f..0000000000 --- a/zkevm-circuits/src/state_circuit/random_linear_combination.rs +++ /dev/null @@ -1,105 +0,0 @@ -use crate::evm_circuit::util::rlc; -use eth_types::{Field, ToLittleEndian, U256}; -use halo2_proofs::{ - circuit::{Layouter, Region, Value}, - plonk::{Advice, Column, ConstraintSystem, Error, Expression, Fixed, VirtualCells}, - poly::Rotation, -}; -use std::marker::PhantomData; - -use super::lookups; - -#[derive(Clone, Debug, Copy)] -pub struct Config { - // bytes are little endian - pub bytes: [Column; N], -} - -#[derive(Clone)] -pub struct Queries { - pub bytes: [Expression; N], -} - -impl Queries { - pub fn new(meta: &mut VirtualCells<'_, F>, c: Config) -> Self { - Self { - bytes: c.bytes.map(|byte| meta.query_advice(byte, Rotation::cur())), - } - } -} - -impl Config { - pub fn assign( - &self, - region: &mut Region<'_, F>, - offset: usize, - _randomness: Value, // kept for future use - value: U256, - ) -> Result<(), Error> { - let bytes = value.to_le_bytes(); - for (i, &byte) in bytes.iter().enumerate() { - region.assign_advice( - || format!("byte[{}] in rlc", i), - self.bytes[i], - offset, - || Value::known(F::from(byte as u64)), - )?; - } - Ok(()) - } - - /// Annotates columns of this gadget embedded within a circuit region. - pub fn annotate_columns_in_region(&self, region: &mut Region, prefix: &str) { - let mut annotations = Vec::new(); - for (i, _) in self.bytes.iter().enumerate() { - annotations.push(format!("RLC_byte{}", i)); - } - self.bytes - .iter() - .zip(annotations.iter()) - .for_each(|(col, ann)| region.name_column(|| format!("{}_{}", prefix, ann), *col)); - } -} - -pub struct Chip { - config: Config, - _marker: PhantomData, -} - -impl Chip { - pub fn construct(config: Config) -> Self { - Self { - config, - _marker: PhantomData, - } - } - - pub fn configure( - meta: &mut ConstraintSystem, - selector: Column, - encoded: Column, - lookup: lookups::Config, - randomness: Expression, - ) -> Config { - let bytes = [0; N].map(|_| meta.advice_column()); - - for &byte in &bytes { - lookup.range_check_u8(meta, "rlc bytes fit into u8", |meta| { - meta.query_advice(byte, Rotation::cur()) - }); - } - - meta.create_gate("rlc encoded value matches bytes", |meta| { - let selector = meta.query_fixed(selector, Rotation::cur()); - let encoded = meta.query_advice(encoded, Rotation::cur()); - let bytes = bytes.map(|c| meta.query_advice(c, Rotation::cur())); - vec![selector * (encoded - rlc::expr(&bytes, randomness))] - }); - - Config { bytes } - } - - pub fn load(&self, _layouter: &mut impl Layouter) -> Result<(), Error> { - Ok(()) - } -} diff --git a/zkevm-circuits/src/state_circuit/test.rs b/zkevm-circuits/src/state_circuit/test.rs index 8656bab364..8456d8113e 100644 --- a/zkevm-circuits/src/state_circuit/test.rs +++ b/zkevm-circuits/src/state_circuit/test.rs @@ -1,4 +1,3 @@ -#![allow(unused_imports)] pub use super::{dev::*, *}; use crate::{ table::{AccountFieldTag, CallContextFieldTag, TxLogFieldTag, TxReceiptFieldTag}, @@ -11,15 +10,14 @@ use bus_mapping::operation::{ use eth_types::{ address, evm_types::{MemoryAddress, StackAddress}, - Address, Field, ToAddress, Word, U256, + Address, ToAddress, Word, U256, }; use gadgets::binary_number::AsBits; use halo2_proofs::{ arithmetic::Field as Halo2Field, - circuit::SimpleFloorPlanner, dev::{MockProver, VerifyFailure}, halo2curves::bn256::{Bn256, Fr}, - plonk::{keygen_vk, Advice, Circuit, Column, ConstraintSystem}, + plonk::{keygen_vk, Circuit, ConstraintSystem}, poly::kzg::commitment::ParamsKZG, }; use rand::SeedableRng; @@ -60,7 +58,7 @@ fn test_state_circuit_ok( fn degree() { let mut meta = ConstraintSystem::::default(); StateCircuit::::configure(&mut meta); - assert_eq!(meta.degree(), 9); + assert_eq!(meta.degree(), 10); } #[test] @@ -281,21 +279,6 @@ fn diff_1_problem_repro() { assert_eq!(verify(rows), Ok(())); } -#[test] -fn storage_key_rlc() { - let rows = vec![Rw::AccountStorage { - rw_counter: 1, - is_write: false, - account_address: Address::default(), - storage_key: U256::from(256), - value: U256::from(300), - value_prev: U256::from(300), - tx_id: 4, - committed_value: U256::from(300), - }]; - assert_eq!(verify(rows), Ok(())); -} - #[test] fn tx_log_ok() { let rows = vec![ @@ -421,38 +404,11 @@ fn storage_key_mismatch() { tx_id: 4, committed_value: U256::from(34), }]; - let overrides = HashMap::from([((AdviceColumn::StorageKeyByte1, 0), Fr::ONE)]); + let overrides = HashMap::from([((AdviceColumn::StorageKeyLimb0, 0), Fr::ONE)]); let result = verify_with_overrides(rows, overrides); - assert_error_matches(result, "rlc encoded value matches bytes"); -} - -#[test] -fn storage_key_byte_out_of_range() { - let rows = vec![Rw::AccountStorage { - rw_counter: 1, - is_write: false, - account_address: Address::default(), - storage_key: U256::from(256), - value: U256::from(500), - value_prev: U256::from(500), - tx_id: 4, - committed_value: U256::from(500), - }]; - let overrides = HashMap::from([ - ((AdviceColumn::StorageKeyByte0, 0), Fr::from(0xcafeu64)), - ((AdviceColumn::StorageKeyByte1, 0), Fr::ZERO), - ]); - - // This will trigger two errors: an RLC encoding error and the "fit into u8", we - // remove the first one - let result = verify_with_overrides(rows, overrides).map_err(|mut err| { - err.remove(0); - err - }); - - assert_error_matches(result, "rlc bytes fit into u8"); + assert_error_matches(result, "mpi value matches claimed limbs"); } #[test] @@ -738,11 +694,14 @@ fn bad_initial_memory_value() { let v = Fr::from(200); let overrides = HashMap::from([ - ((AdviceColumn::Value, 0), v), - ((AdviceColumn::ValuePrev, 0), v), + ((AdviceColumn::ValueLo, 0), v), + ((AdviceColumn::ValueHi, 0), Fr::ZERO), + ((AdviceColumn::ValuePrevLo, 0), v), + ((AdviceColumn::ValuePrevHi, 0), Fr::ZERO), ((AdviceColumn::IsZero, 0), Fr::ZERO), ((AdviceColumn::NonEmptyWitness, 0), v.invert().unwrap()), - ((AdviceColumn::InitialValue, 0), v), + ((AdviceColumn::InitialValueLo, 0), v), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), ]); let result = verify_with_overrides(rows, overrides); @@ -761,13 +720,14 @@ fn invalid_memory_value() { }]; let v = Fr::from(256); let overrides = HashMap::from([ - ((AdviceColumn::Value, 0), v), + ((AdviceColumn::ValueHi, 0), Fr::ZERO), + ((AdviceColumn::ValueLo, 0), v), ((AdviceColumn::NonEmptyWitness, 0), v.invert().unwrap()), ]); let result = verify_with_overrides(rows, overrides); - assert_error_matches(result, "memory value is a byte"); + assert_error_matches(result, "memory value is a byte (lo is u8)"); } #[test] @@ -855,8 +815,10 @@ fn bad_initial_stack_value() { }]; let overrides = HashMap::from([ - ((AdviceColumn::InitialValue, 0), Fr::from(10)), - ((AdviceColumn::ValuePrev, 0), Fr::from(10)), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), + ((AdviceColumn::InitialValueLo, 0), Fr::from(10)), + ((AdviceColumn::ValuePrevHi, 0), Fr::ZERO), + ((AdviceColumn::ValuePrevLo, 0), Fr::from(10)), ]); assert_error_matches( @@ -877,8 +839,10 @@ fn bad_initial_tx_access_list_account_value() { }]; let overrides = HashMap::from([ - ((AdviceColumn::InitialValue, 0), Fr::from(1)), - ((AdviceColumn::ValuePrev, 0), Fr::from(1)), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), + ((AdviceColumn::InitialValueLo, 0), Fr::from(1)), + ((AdviceColumn::ValuePrevHi, 0), Fr::ZERO), + ((AdviceColumn::ValuePrevLo, 0), Fr::from(1)), ]); assert_error_matches( @@ -899,11 +863,14 @@ fn bad_initial_tx_refund_value() { let v = Fr::from(10); let overrides = HashMap::from([ ((AdviceColumn::IsWrite, 0), Fr::from(1)), - ((AdviceColumn::Value, 0), v), - ((AdviceColumn::ValuePrev, 0), v), + ((AdviceColumn::ValueHi, 0), Fr::ZERO), + ((AdviceColumn::ValueLo, 0), v), + ((AdviceColumn::ValuePrevHi, 0), Fr::ZERO), + ((AdviceColumn::ValuePrevLo, 0), v), ((AdviceColumn::IsZero, 0), Fr::ZERO), ((AdviceColumn::NonEmptyWitness, 0), v.invert().unwrap()), - ((AdviceColumn::InitialValue, 0), v), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), + ((AdviceColumn::InitialValueLo, 0), v), ]); assert_error_matches( @@ -925,8 +892,10 @@ fn bad_initial_tx_log_value() { }]; let overrides = HashMap::from([ - ((AdviceColumn::InitialValue, 0), Fr::from(10)), - ((AdviceColumn::ValuePrev, 0), Fr::from(10)), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), + ((AdviceColumn::InitialValueLo, 0), Fr::from(10)), + ((AdviceColumn::ValuePrevHi, 0), Fr::ZERO), + ((AdviceColumn::ValuePrevLo, 0), Fr::from(10)), ]); assert_error_matches( @@ -1009,8 +978,10 @@ fn bad_initial_tx_receipt_value() { }]; let overrides = HashMap::from([ - ((AdviceColumn::Value, 0), Fr::from(1900)), - ((AdviceColumn::InitialValue, 0), Fr::from(1900)), + ((AdviceColumn::ValueHi, 0), Fr::ZERO), + ((AdviceColumn::ValueLo, 0), Fr::from(1900)), + ((AdviceColumn::InitialValueHi, 0), Fr::ZERO), + ((AdviceColumn::InitialValueLo, 0), Fr::from(1900)), ]); assert_error_matches( diff --git a/zkevm-circuits/src/super_circuit.rs b/zkevm-circuits/src/super_circuit.rs index cb5deac7f7..35c6357aee 100644 --- a/zkevm-circuits/src/super_circuit.rs +++ b/zkevm-circuits/src/super_circuit.rs @@ -50,7 +50,7 @@ //! - [x] Tx Circuit //! - [ ] MPT Circuit -#[cfg(any(feature = "test", test))] +#[cfg(test)] pub(crate) mod test; use crate::{ @@ -65,13 +65,14 @@ use crate::{ state_circuit::{StateCircuit, StateCircuitConfig, StateCircuitConfigArgs}, table::{ BlockTable, BytecodeTable, CopyTable, ExpTable, KeccakTable, MptTable, RwTable, TxTable, + UXTable, }, tx_circuit::{TxCircuit, TxCircuitConfig, TxCircuitConfigArgs}, util::{log2_ceil, Challenges, SubCircuit, SubCircuitConfig}, witness::{block_convert, Block, MptUpdates}, }; use bus_mapping::{ - circuit_input_builder::{CircuitInputBuilder, CircuitsParams}, + circuit_input_builder::{CircuitInputBuilder, FixedCParams}, mock::BlockData, }; use eth_types::{geth_types::GethData, Field}; @@ -87,6 +88,9 @@ use std::array; pub struct SuperCircuitConfig { block_table: BlockTable, mpt_table: MptTable, + u8_table: UXTable<8>, + u10_table: UXTable<10>, + u16_table: UXTable<16>, evm_circuit: EvmCircuitConfig, state_circuit: StateCircuitConfig, tx_circuit: TxCircuitConfig, @@ -128,6 +132,9 @@ impl SubCircuitConfig for SuperCircuitConfig { let copy_table = CopyTable::construct(meta, q_copy_table); let exp_table = ExpTable::construct(meta); let keccak_table = KeccakTable::construct(meta); + let u8_table = UXTable::construct(meta); + let u10_table = UXTable::construct(meta); + let u16_table = UXTable::construct(meta); // Use a mock randomness instead of the randomness derived from the challange // (either from mock or real prover) to help debugging assignments. @@ -137,7 +144,6 @@ impl SubCircuitConfig for SuperCircuitConfig { let challenges = Challenges::mock( power_of_randomness[0].clone(), power_of_randomness[0].clone(), - power_of_randomness[0].clone(), ); let keccak_circuit = KeccakCircuitConfig::new( @@ -155,6 +161,8 @@ impl SubCircuitConfig for SuperCircuitConfig { max_calldata, block_table: block_table.clone(), tx_table: tx_table.clone(), + keccak_table: keccak_table.clone(), + challenges: challenges.clone(), }, ); let tx_circuit = TxCircuitConfig::new( @@ -189,6 +197,9 @@ impl SubCircuitConfig for SuperCircuitConfig { StateCircuitConfigArgs { rw_table, mpt_table, + u8_table, + u10_table, + u16_table, challenges: challenges.clone(), }, ); @@ -204,12 +215,17 @@ impl SubCircuitConfig for SuperCircuitConfig { copy_table, keccak_table, exp_table, + u8_table, + u16_table, }, ); Self { block_table, mpt_table, + u8_table, + u10_table, + u16_table, evm_circuit, state_circuit, copy_circuit, @@ -242,7 +258,7 @@ pub struct SuperCircuit { /// Keccak Circuit pub keccak_circuit: KeccakCircuit, /// Circuits Parameters - pub circuits_params: CircuitsParams, + pub circuits_params: FixedCParams, /// Mock randomness pub mock_randomness: F, } @@ -412,21 +428,18 @@ impl Circuit for SuperCircuit { let challenges = Challenges::mock( Value::known(block.randomness), Value::known(block.randomness), - Value::known(block.randomness), ); let rws = &self.state_circuit.rows; - config.block_table.load( - &mut layouter, - &block.context, - Value::known(block.randomness), - )?; + config.block_table.load(&mut layouter, &block.context)?; - config.mpt_table.load( - &mut layouter, - &MptUpdates::mock_from(rws), - Value::known(block.randomness), - )?; + config + .mpt_table + .load(&mut layouter, &MptUpdates::mock_from(rws))?; + + config.u8_table.load(&mut layouter)?; + config.u10_table.load(&mut layouter)?; + config.u16_table.load(&mut layouter)?; self.synthesize_sub(&config, &challenges, &mut layouter) } @@ -441,9 +454,10 @@ impl SuperCircuit { #[allow(clippy::type_complexity)] pub fn build( geth_data: GethData, - circuits_params: CircuitsParams, + circuits_params: FixedCParams, mock_randomness: F, - ) -> Result<(u32, Self, Vec>, CircuitInputBuilder), bus_mapping::Error> { + ) -> Result<(u32, Self, Vec>, CircuitInputBuilder), bus_mapping::Error> + { let block_data = BlockData::new_from_geth_data_with_params(geth_data.clone(), circuits_params); let mut builder = block_data.new_circuit_input_builder(); @@ -461,10 +475,10 @@ impl SuperCircuit { /// Also, return with it the minimum required SRS degree for the circuit and /// the Public Inputs needed. pub fn build_from_circuit_input_builder( - builder: &CircuitInputBuilder, + builder: &CircuitInputBuilder, mock_randomness: F, ) -> Result<(u32, Self, Vec>), bus_mapping::Error> { - let mut block = block_convert(&builder.block, &builder.code_db).unwrap(); + let mut block = block_convert(builder).unwrap(); block.randomness = mock_randomness; let (_, rows_needed) = Self::min_num_rows_block(&block); diff --git a/zkevm-circuits/src/super_circuit/test.rs b/zkevm-circuits/src/super_circuit/test.rs index 697da5cb0c..fa003f040b 100644 --- a/zkevm-circuits/src/super_circuit/test.rs +++ b/zkevm-circuits/src/super_circuit/test.rs @@ -20,10 +20,10 @@ fn super_circuit_degree() { SuperCircuit::configure_with_params(&mut cs, params); log::info!("super circuit degree: {}", cs.degree()); log::info!("super circuit minimum_rows: {}", cs.minimum_rows()); - assert!(cs.degree() <= 9); + assert!(cs.degree() <= 10); } -fn test_super_circuit(block: GethData, circuits_params: CircuitsParams, mock_randomness: Fr) { +fn test_super_circuit(block: GethData, circuits_params: FixedCParams, mock_randomness: Fr) { let (k, circuit, instance, _) = SuperCircuit::::build(block, circuits_params, mock_randomness).unwrap(); let prover = MockProver::run(k, &circuit, instance).unwrap(); @@ -128,7 +128,7 @@ const TEST_MOCK_RANDOMNESS: u64 = 0x100; #[test] fn serial_test_super_circuit_1tx_1max_tx() { let block = block_1tx(); - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 1, max_calldata: 32, max_rws: 256, @@ -144,7 +144,7 @@ fn serial_test_super_circuit_1tx_1max_tx() { #[test] fn serial_test_super_circuit_1tx_2max_tx() { let block = block_1tx(); - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 2, max_calldata: 32, max_rws: 256, @@ -160,7 +160,7 @@ fn serial_test_super_circuit_1tx_2max_tx() { #[test] fn serial_test_super_circuit_2tx_2max_tx() { let block = block_2tx(); - let circuits_params = CircuitsParams { + let circuits_params = FixedCParams { max_txs: 2, max_calldata: 32, max_rws: 256, diff --git a/zkevm-circuits/src/table.rs b/zkevm-circuits/src/table.rs index 8ae4b2d90a..2d64b58750 100644 --- a/zkevm-circuits/src/table.rs +++ b/zkevm-circuits/src/table.rs @@ -1,17 +1,21 @@ //! Table definitions used cross-circuits use crate::{ - copy_circuit::util::number_or_hash_to_field, + copy_circuit::util::number_or_hash_to_word, evm_circuit::util::rlc, impl_expr, - util::{build_tx_log_address, Challenges}, + util::{ + build_tx_log_address, keccak, + word::{self, Word}, + Challenges, + }, witness::{ Block, BlockContext, Bytecode, MptUpdateRow, MptUpdates, Rw, RwMap, RwRow, Transaction, }, }; use bus_mapping::circuit_input_builder::{CopyDataType, CopyEvent, CopyStep}; use core::iter::once; -use eth_types::{Field, Keccak, ToLittleEndian, ToScalar, Word, U256}; +use eth_types::{Field, ToScalar, U256}; use gadgets::{ binary_number::{BinaryNumberChip, BinaryNumberConfig}, util::{split_u256, split_u256_limb64}, @@ -41,12 +45,15 @@ pub(crate) mod mpt_table; pub(crate) mod rw_table; /// tx table pub(crate) mod tx_table; +/// ux table +pub(crate) mod ux_table; pub(crate) use block_table::{BlockContextFieldTag, BlockTable}; pub(crate) use bytecode_table::{BytecodeFieldTag, BytecodeTable}; pub(crate) use copy_table::CopyTable; pub(crate) use exp_table::ExpTable; pub(crate) use keccak_table::KeccakTable; +pub(crate) use ux_table::UXTable; pub(crate) use mpt_table::{MPTProofType, MptTable}; pub(crate) use rw_table::RwTable; diff --git a/zkevm-circuits/src/table/block_table.rs b/zkevm-circuits/src/table/block_table.rs index 443e993673..e384a398dd 100644 --- a/zkevm-circuits/src/table/block_table.rs +++ b/zkevm-circuits/src/table/block_table.rs @@ -32,7 +32,7 @@ pub struct BlockTable { /// Index pub index: Column, /// Value - pub value: Column, + pub value: word::Word>, } impl BlockTable { @@ -41,7 +41,7 @@ impl BlockTable { Self { tag: meta.advice_column(), index: meta.advice_column(), - value: meta.advice_column_in(SecondPhase), + value: word::Word::new([meta.advice_column(), meta.advice_column()]), } } @@ -50,7 +50,6 @@ impl BlockTable { &self, layouter: &mut impl Layouter, block: &BlockContext, - randomness: Value, ) -> Result<(), Error> { layouter.assign_region( || "block table", @@ -67,7 +66,7 @@ impl BlockTable { offset += 1; let block_table_columns = >::advice_columns(self); - for row in block.table_assignments(randomness) { + for row in block.table_assignments::() { for (&column, value) in block_table_columns.iter().zip_eq(row) { region.assign_advice( || format!("block table row {}", offset), @@ -87,14 +86,20 @@ impl BlockTable { impl LookupTable for BlockTable { fn columns(&self) -> Vec> { - vec![self.tag.into(), self.index.into(), self.value.into()] + vec![ + self.tag.into(), + self.index.into(), + self.value.lo().into(), + self.value.hi().into(), + ] } fn annotations(&self) -> Vec { vec![ String::from("tag"), String::from("index"), - String::from("value"), + String::from("value_lo"), + String::from("value_hi"), ] } } diff --git a/zkevm-circuits/src/table/bytecode_table.rs b/zkevm-circuits/src/table/bytecode_table.rs index 2b6a8a5d27..d96443deb7 100644 --- a/zkevm-circuits/src/table/bytecode_table.rs +++ b/zkevm-circuits/src/table/bytecode_table.rs @@ -14,7 +14,7 @@ impl_expr!(BytecodeFieldTag); #[derive(Clone, Debug)] pub struct BytecodeTable { /// Code Hash - pub code_hash: Column, + pub code_hash: word::Word>, /// Tag pub tag: Column, /// Index @@ -29,7 +29,7 @@ impl BytecodeTable { /// Construct a new BytecodeTable pub fn construct(meta: &mut ConstraintSystem) -> Self { let [tag, index, is_code, value] = array::from_fn(|_| meta.advice_column()); - let code_hash = meta.advice_column_in(SecondPhase); + let code_hash = word::Word::new([meta.advice_column(), meta.advice_column()]); Self { code_hash, tag, @@ -45,7 +45,6 @@ impl BytecodeTable { &self, layouter: &mut impl Layouter, bytecodes: impl IntoIterator + Clone, - challenges: &Challenges>, ) -> Result<(), Error> { layouter.assign_region( || "bytecode table", @@ -64,7 +63,7 @@ impl BytecodeTable { let bytecode_table_columns = >::advice_columns(self); for bytecode in bytecodes.clone() { - for row in bytecode.table_assignments(challenges) { + for row in bytecode.table_assignments::() { for (&column, value) in bytecode_table_columns.iter().zip_eq(row) { region.assign_advice( || format!("bytecode table row {}", offset), @@ -85,7 +84,8 @@ impl BytecodeTable { impl LookupTable for BytecodeTable { fn columns(&self) -> Vec> { vec![ - self.code_hash.into(), + self.code_hash.lo().into(), + self.code_hash.hi().into(), self.tag.into(), self.index.into(), self.is_code.into(), @@ -95,7 +95,8 @@ impl LookupTable for BytecodeTable { fn annotations(&self) -> Vec { vec![ - String::from("code_hash"), + String::from("code_hash_lo"), + String::from("code_hash_hi"), String::from("tag"), String::from("index"), String::from("is_code"), diff --git a/zkevm-circuits/src/table/copy_table.rs b/zkevm-circuits/src/table/copy_table.rs index a48761229d..392b916502 100644 --- a/zkevm-circuits/src/table/copy_table.rs +++ b/zkevm-circuits/src/table/copy_table.rs @@ -1,6 +1,6 @@ use super::*; -type CopyTableRow = [(Value, &'static str); 8]; +type CopyTableRow = [(Value, &'static str); 9]; type CopyCircuitRow = [(Value, &'static str); 5]; /// Copy Table, used to verify copies of byte chunks between Memory, Bytecode, @@ -12,9 +12,9 @@ pub struct CopyTable { /// The relevant ID for the read-write row, represented as a random linear /// combination. The ID may be one of the below: /// 1. Call ID/Caller ID for CopyDataType::Memory - /// 2. RLC encoding of bytecode hash for CopyDataType::Bytecode + /// 2. The hi/lo limbs of bytecode hash for CopyDataType::Bytecode /// 3. Transaction ID for CopyDataType::TxCalldata, CopyDataType::TxLog - pub id: Column, + pub id: word::Word>, /// The source/destination address for this copy step. Can be memory /// address, byte index in the bytecode, tx call data, and tx log data. pub addr: Column, @@ -32,6 +32,8 @@ pub struct CopyTable { pub rw_counter: Column, /// Decrementing counter denoting reverse read-write counter. pub rwc_inc_left: Column, + /// Selector for the tag BinaryNumberChip + pub q_enable: Column, /// Binary chip to constrain the copy table conditionally depending on the /// current row's tag, whether it is Bytecode, Memory, TxCalldata or /// TxLog. @@ -43,7 +45,8 @@ impl CopyTable { pub fn construct(meta: &mut ConstraintSystem, q_enable: Column) -> Self { Self { is_first: meta.advice_column(), - id: meta.advice_column_in(SecondPhase), + id: word::Word::new([meta.advice_column(), meta.advice_column()]), + q_enable, tag: BinaryNumberChip::configure(meta, q_enable, None), addr: meta.advice_column(), src_addr_end: meta.advice_column(), @@ -107,9 +110,9 @@ impl CopyTable { // id let id = if is_read_step { - number_or_hash_to_field(©_event.src_id, challenges.evm_word()) + number_or_hash_to_word(©_event.src_id) } else { - number_or_hash_to_field(©_event.dst_id, challenges.evm_word()) + number_or_hash_to_word(©_event.dst_id) }; // tag binary bumber chip @@ -161,7 +164,8 @@ impl CopyTable { tag, [ (is_first, "is_first"), - (id, "id"), + (id.lo(), "id_lo"), + (id.hi(), "id_hi"), (addr, "addr"), ( Value::known(F::from(copy_event.src_addr_end)), @@ -235,6 +239,17 @@ impl CopyTable { } } + // Enable selector at all rows + let max_copy_rows = block.circuits_params.max_copy_rows; + for offset in 0..max_copy_rows { + region.assign_fixed( + || "q_enable", + self.q_enable, + offset, + || Value::known(F::ONE), + )?; + } + Ok(()) }, ) @@ -245,7 +260,8 @@ impl LookupTable for CopyTable { fn columns(&self) -> Vec> { vec![ self.is_first.into(), - self.id.into(), + self.id.lo().into(), + self.id.hi().into(), self.addr.into(), self.src_addr_end.into(), self.bytes_left.into(), @@ -258,7 +274,8 @@ impl LookupTable for CopyTable { fn annotations(&self) -> Vec { vec![ String::from("is_first"), - String::from("id"), + String::from("id_lo"), + String::from("id_hi"), String::from("addr"), String::from("src_addr_end"), String::from("bytes_left"), @@ -271,13 +288,15 @@ impl LookupTable for CopyTable { fn table_exprs(&self, meta: &mut VirtualCells) -> Vec> { vec![ meta.query_advice(self.is_first, Rotation::cur()), - meta.query_advice(self.id, Rotation::cur()), // src_id - self.tag.value(Rotation::cur())(meta), // src_tag - meta.query_advice(self.id, Rotation::next()), // dst_id - self.tag.value(Rotation::next())(meta), // dst_tag - meta.query_advice(self.addr, Rotation::cur()), // src_addr + meta.query_advice(self.id.lo(), Rotation::cur()), // src_id + meta.query_advice(self.id.hi(), Rotation::cur()), // src_id + self.tag.value(Rotation::cur())(meta), // src_tag + meta.query_advice(self.id.lo(), Rotation::next()), // dst_id + meta.query_advice(self.id.hi(), Rotation::next()), // dst_id + self.tag.value(Rotation::next())(meta), // dst_tag + meta.query_advice(self.addr, Rotation::cur()), // src_addr meta.query_advice(self.src_addr_end, Rotation::cur()), // src_addr_end - meta.query_advice(self.addr, Rotation::next()), // dst_addr + meta.query_advice(self.addr, Rotation::next()), // dst_addr meta.query_advice(self.bytes_left, Rotation::cur()), // length meta.query_advice(self.rlc_acc, Rotation::cur()), // rlc_acc meta.query_advice(self.rw_counter, Rotation::cur()), // rw_counter diff --git a/zkevm-circuits/src/table/exp_table.rs b/zkevm-circuits/src/table/exp_table.rs index c2ee645e53..628a4c30ff 100644 --- a/zkevm-circuits/src/table/exp_table.rs +++ b/zkevm-circuits/src/table/exp_table.rs @@ -134,17 +134,6 @@ impl ExpTable { || Value::known(value), )?; } - let is_step = if offset % OFFSET_INCREMENT == 0 { - F::ONE - } else { - F::ZERO - }; - region.assign_fixed( - || format!("exponentiation table row {}", offset), - self.is_step, - offset, - || Value::known(is_step), - )?; offset += 1; } } @@ -160,6 +149,22 @@ impl ExpTable { )?; } + // Enable selector at all rows + let max_exp_steps = block.circuits_params.max_exp_steps; + for offset in 0..max_exp_steps * OFFSET_INCREMENT { + let is_step = if offset % OFFSET_INCREMENT == 0 { + F::ONE + } else { + F::ZERO + }; + region.assign_fixed( + || format!("exponentiation table row {}", offset), + self.is_step, + offset, + || Value::known(is_step), + )?; + } + Ok(()) }, ) diff --git a/zkevm-circuits/src/table/keccak_table.rs b/zkevm-circuits/src/table/keccak_table.rs index 0c520d67e5..7f36be98a1 100644 --- a/zkevm-circuits/src/table/keccak_table.rs +++ b/zkevm-circuits/src/table/keccak_table.rs @@ -9,8 +9,8 @@ pub struct KeccakTable { pub input_rlc: Column, // RLC of input bytes /// Byte array input length pub input_len: Column, - /// RLC of the hash result - pub output_rlc: Column, // RLC of hash of input bytes + /// Output hash word + pub output: word::Word>, } impl LookupTable for KeccakTable { @@ -19,7 +19,8 @@ impl LookupTable for KeccakTable { self.is_enabled.into(), self.input_rlc.into(), self.input_len.into(), - self.output_rlc.into(), + self.output.lo().into(), + self.output.hi().into(), ] } @@ -28,7 +29,8 @@ impl LookupTable for KeccakTable { String::from("is_enabled"), String::from("input_rlc"), String::from("input_len"), - String::from("output_rlc"), + String::from("output_lo"), + String::from("output_hi"), ] } } @@ -40,7 +42,7 @@ impl KeccakTable { is_enabled: meta.advice_column(), input_rlc: meta.advice_column_in(SecondPhase), input_len: meta.advice_column(), - output_rlc: meta.advice_column_in(SecondPhase), + output: word::Word::new([meta.advice_column(), meta.advice_column()]), } } @@ -48,37 +50,19 @@ impl KeccakTable { pub fn assignments( input: &[u8], challenges: &Challenges>, - is_big_endian: bool, - ) -> Vec<[Value; 4]> { - let bytes = if is_big_endian { - input.iter().cloned().rev().collect::>() - } else { - input.to_owned() - }; + ) -> Vec<[Value; 5]> { let input_rlc = challenges .keccak_input() - .map(|challenge| rlc::value(&bytes, challenge)); + .map(|challenge| rlc::value(input.iter().rev(), challenge)); let input_len = F::from(input.len() as u64); - let mut keccak = Keccak::default(); - keccak.update(input); - let output = keccak.digest(); - let output_rlc = challenges.evm_word().map(|challenge| { - rlc::value( - &if is_big_endian { - Word::from_big_endian(output.as_slice()) - } else { - Word::from_little_endian(output.as_slice()) - } - .to_le_bytes(), - challenge, - ) - }); + let output = word::Word::from(keccak(input)); vec![[ Value::known(F::ONE), input_rlc, Value::known(input_len), - output_rlc, + Value::known(output.lo()), + Value::known(output.hi()), ]] } @@ -87,7 +71,7 @@ impl KeccakTable { &self, region: &mut Region, offset: usize, - values: [Value; 4], + values: [Value; 5], ) -> Result<(), Error> { for (&column, value) in >::advice_columns(self) .iter() @@ -105,7 +89,6 @@ impl KeccakTable { layouter: &mut impl Layouter, inputs: impl IntoIterator> + Clone, challenges: &Challenges>, - is_big_endian: bool, ) -> Result<(), Error> { layouter.assign_region( || "keccak table", @@ -123,7 +106,7 @@ impl KeccakTable { let keccak_table_columns = >::advice_columns(self); for input in inputs.clone() { - for row in Self::assignments(input, challenges, is_big_endian) { + for row in Self::assignments(input, challenges) { // let mut column_index = 0; for (&column, value) in keccak_table_columns.iter().zip_eq(row) { region.assign_advice( @@ -147,12 +130,13 @@ impl KeccakTable { &self, value_rlc: Column, length: Column, - code_hash: Column, + code_hash: Word>, ) -> Vec<(Column, Column)> { vec![ (value_rlc, self.input_rlc), (length, self.input_len), - (code_hash, self.output_rlc), + (code_hash.lo(), self.output.lo()), + (code_hash.hi(), self.output.hi()), ] } } diff --git a/zkevm-circuits/src/table/mpt_table.rs b/zkevm-circuits/src/table/mpt_table.rs index eeabc4e3bb..118cbbbb8a 100644 --- a/zkevm-circuits/src/table/mpt_table.rs +++ b/zkevm-circuits/src/table/mpt_table.rs @@ -1,14 +1,11 @@ -use serde::{Deserialize, Serialize}; - use super::*; use crate::{ circuit, circuit_tools::{ - cached_region::{CachedRegion, ChallengeSet}, - cell_manager::CellType, - constraint_builder::ConstraintBuilder, + cached_region::CachedRegion, cell_manager::CellType, constraint_builder::ConstraintBuilder, }, }; +use serde::{Deserialize, Serialize}; /// The types of proofs in the MPT table #[derive(Clone, Copy, Debug, Serialize, Deserialize)] @@ -19,8 +16,8 @@ pub enum MPTProofType { NonceChanged = AccountFieldTag::Nonce as isize, /// Balance updated BalanceChanged = AccountFieldTag::Balance as isize, - /// Code hash exists - CodeHashExists = AccountFieldTag::CodeHash as isize, + /// Code hash updated + CodeHashChanged = AccountFieldTag::CodeHash as isize, /// Account destroyed AccountDestructed, /// Account does not exist @@ -37,7 +34,7 @@ impl From for MPTProofType { match tag { AccountFieldTag::Nonce => Self::NonceChanged, AccountFieldTag::Balance => Self::BalanceChanged, - AccountFieldTag::CodeHash => Self::CodeHashExists, + AccountFieldTag::CodeHash => Self::CodeHashChanged, AccountFieldTag::NonExisting => Self::AccountDoesNotExist, } } @@ -47,31 +44,36 @@ impl From for MPTProofType { #[derive(Clone, Copy, Debug)] pub struct MptTable { /// Account address - pub address_rlc: Column, + pub address: Column, + /// Storage address + pub storage_key: word::Word>, /// Proof type pub proof_type: Column, - /// Storage address - pub key_rlc: Column, - /// Old value - pub value_prev: Column, - /// New value - pub value: Column, - /// Previous MPT root - pub root_prev: Column, /// New MPT root - pub root: Column, + pub new_root: word::Word>, + /// Previous MPT root + pub old_root: word::Word>, + /// New value + pub new_value: word::Word>, + /// Old value + pub old_value: word::Word>, } impl LookupTable for MptTable { fn columns(&self) -> Vec> { vec![ - self.address_rlc, + self.address, + self.storage_key.lo(), + self.storage_key.hi(), self.proof_type, - self.key_rlc, - self.value_prev, - self.value, - self.root_prev, - self.root, + self.new_root.lo(), + self.new_root.hi(), + self.old_root.lo(), + self.old_root.hi(), + self.new_value.lo(), + self.new_value.hi(), + self.old_value.lo(), + self.old_value.hi(), ] .into_iter() .map(|col| col.into()) @@ -81,12 +83,17 @@ impl LookupTable for MptTable { fn annotations(&self) -> Vec { vec![ String::from("address"), + String::from("storage_key_lo"), + String::from("storage_key_hi"), String::from("proof_type"), - String::from("storage_key"), - String::from("old_value"), - String::from("new_value"), - String::from("old_root"), - String::from("new_root"), + String::from("new_root_lo"), + String::from("new_root_hi"), + String::from("old_root_lo"), + String::from("old_root_hi"), + String::from("new_value_lo"), + String::from("new_value_hi"), + String::from("old_value_lo"), + String::from("old_value_hi"), ] } } @@ -94,16 +101,14 @@ impl LookupTable for MptTable { impl MptTable { /// Construct a new MptTable pub(crate) fn construct(meta: &mut ConstraintSystem) -> Self { - // TODO(Brecht): everything except address and proof type needs to be - // advice_column_in(SecondPhase) Self { - address_rlc: meta.advice_column(), + address: meta.advice_column(), + storage_key: word::Word::new([meta.advice_column(), meta.advice_column()]), proof_type: meta.advice_column(), - key_rlc: meta.advice_column(), - value_prev: meta.advice_column(), - value: meta.advice_column(), - root_prev: meta.advice_column(), - root: meta.advice_column(), + new_root: word::Word::new([meta.advice_column(), meta.advice_column()]), + old_root: word::Word::new([meta.advice_column(), meta.advice_column()]), + new_value: word::Word::new([meta.advice_column(), meta.advice_column()]), + old_value: word::Word::new([meta.advice_column(), meta.advice_column()]), } } @@ -112,22 +117,22 @@ impl MptTable { &self, meta: &mut VirtualCells<'_, F>, cb: &mut ConstraintBuilder, - address_rlc: Expression, + address: Expression, proof_type: Expression, - key_rlc: Expression, - value_prev: Expression, - value: Expression, - root_prev: Expression, - root: Expression, + storage_key: word::Word>, + new_root: word::Word>, + old_root: word::Word>, + new_value: word::Word>, + old_value: word::Word>, ) { circuit!([meta, cb], { + require!(a!(self.address) => address); + require!([a!(self.storage_key.lo()), a!(self.storage_key.hi())] => storage_key); require!(a!(self.proof_type) => proof_type); - require!(a!(self.address_rlc) => address_rlc); - require!(a!(self.key_rlc) => key_rlc); - require!(a!(self.value_prev) => value_prev); - require!(a!(self.value) => value); - require!(a!(self.root_prev) => root_prev); - require!(a!(self.root) => root); + require!([a!(self.new_root.lo()), a!(self.new_root.hi())] => new_root); + require!([a!(self.old_root.lo()), a!(self.old_root.hi())] => old_root); + require!([a!(self.new_value.lo()), a!(self.new_value.hi())] => new_value); + require!([a!(self.old_value.lo()), a!(self.old_value.hi())] => old_value); }) } @@ -146,9 +151,9 @@ impl MptTable { Ok(()) } - pub(crate) fn assign_cached>( + pub(crate) fn assign_cached( &self, - region: &mut CachedRegion<'_, '_, F, S>, + region: &mut CachedRegion<'_, '_, F>, offset: usize, row: &MptUpdateRow>, ) -> Result<(), Error> { @@ -165,11 +170,10 @@ impl MptTable { &self, layouter: &mut impl Layouter, updates: &MptUpdates, - randomness: Value, ) -> Result<(), Error> { layouter.assign_region( || "mpt table", - |mut region| self.load_with_region(&mut region, updates, randomness), + |mut region| self.load_with_region(&mut region, updates), ) } @@ -177,9 +181,8 @@ impl MptTable { &self, region: &mut Region<'_, F>, updates: &MptUpdates, - randomness: Value, ) -> Result<(), Error> { - for (offset, row) in updates.table_assignments(randomness).iter().enumerate() { + for (offset, row) in updates.table_assignments().iter().enumerate() { self.assign(region, offset, row)?; } Ok(()) diff --git a/zkevm-circuits/src/table/rw_table.rs b/zkevm-circuits/src/table/rw_table.rs index ca56b1f89b..6e8ffc4257 100644 --- a/zkevm-circuits/src/table/rw_table.rs +++ b/zkevm-circuits/src/table/rw_table.rs @@ -17,15 +17,13 @@ pub struct RwTable { /// Key3 (FieldTag) pub field_tag: Column, /// Key3 (StorageKey) - pub storage_key: Column, + pub storage_key: word::Word>, /// Value - pub value: Column, + pub value: word::Word>, /// Value Previous - pub value_prev: Column, - /// Aux1 - pub aux1: Column, - /// Aux2 (Committed Value) - pub aux2: Column, + pub value_prev: word::Word>, + /// InitVal (Committed Value) + pub init_val: word::Word>, } impl LookupTable for RwTable { @@ -37,11 +35,14 @@ impl LookupTable for RwTable { self.id.into(), self.address.into(), self.field_tag.into(), - self.storage_key.into(), - self.value.into(), - self.value_prev.into(), - self.aux1.into(), - self.aux2.into(), + self.storage_key.lo().into(), + self.storage_key.hi().into(), + self.value.lo().into(), + self.value.hi().into(), + self.value_prev.lo().into(), + self.value_prev.hi().into(), + self.init_val.lo().into(), + self.init_val.hi().into(), ] } @@ -53,11 +54,14 @@ impl LookupTable for RwTable { String::from("id"), String::from("address"), String::from("field_tag"), - String::from("storage_key"), - String::from("value"), - String::from("value_prev"), - String::from("aux1"), - String::from("aux2"), + String::from("storage_key_lo"), + String::from("storage_key_hi"), + String::from("value_lo"), + String::from("value_hi"), + String::from("value_prev_lo"), + String::from("value_prev_hi"), + String::from("init_val_lo"), + String::from("init_val_hi"), ] } } @@ -71,13 +75,10 @@ impl RwTable { id: meta.advice_column(), address: meta.advice_column(), field_tag: meta.advice_column(), - storage_key: meta.advice_column_in(SecondPhase), - value: meta.advice_column_in(SecondPhase), - value_prev: meta.advice_column_in(SecondPhase), - // It seems that aux1 for the moment is not using randomness - // TODO check in a future review - aux1: meta.advice_column_in(SecondPhase), - aux2: meta.advice_column_in(SecondPhase), + storage_key: word::Word::new([meta.advice_column(), meta.advice_column()]), + value: word::Word::new([meta.advice_column(), meta.advice_column()]), + value_prev: word::Word::new([meta.advice_column(), meta.advice_column()]), + init_val: word::Word::new([meta.advice_column(), meta.advice_column()]), } } fn assign( @@ -93,14 +94,18 @@ impl RwTable { (self.id, row.id), (self.address, row.address), (self.field_tag, row.field_tag), + ] { + region.assign_advice(|| "assign rw row on rw table", column, offset, || value)?; + } + for (column, value) in [ (self.storage_key, row.storage_key), (self.value, row.value), (self.value_prev, row.value_prev), - (self.aux1, row.aux1), - (self.aux2, row.aux2), + (self.init_val, row.init_val), ] { - region.assign_advice(|| "assign rw row on rw table", column, offset, || value)?; + value.assign_advice(region, || "assign rw row on rw table", column, offset)?; } + Ok(()) } @@ -111,11 +116,10 @@ impl RwTable { layouter: &mut impl Layouter, rws: &[Rw], n_rows: usize, - challenges: Value, ) -> Result<(), Error> { layouter.assign_region( || "rw table", - |mut region| self.load_with_region(&mut region, rws, n_rows, challenges), + |mut region| self.load_with_region(&mut region, rws, n_rows), ) } @@ -124,11 +128,10 @@ impl RwTable { region: &mut Region<'_, F>, rws: &[Rw], n_rows: usize, - challenges: Value, ) -> Result<(), Error> { let (rows, _) = RwMap::table_assignments_prepad(rws, n_rows); for (offset, row) in rows.iter().enumerate() { - self.assign(region, offset, &row.table_assignment(challenges))?; + self.assign(region, offset, &row.table_assignment())?; } Ok(()) } diff --git a/zkevm-circuits/src/table/tx_table.rs b/zkevm-circuits/src/table/tx_table.rs index 017007a614..dfff34204f 100644 --- a/zkevm-circuits/src/table/tx_table.rs +++ b/zkevm-circuits/src/table/tx_table.rs @@ -69,7 +69,7 @@ pub struct TxTable { /// Index for Tag = CallData pub index: Column, /// Value - pub value: Column, + pub value: word::Word>, } impl TxTable { @@ -79,7 +79,7 @@ impl TxTable { tx_id: meta.advice_column(), tag: meta.fixed_column(), index: meta.advice_column(), - value: meta.advice_column_in(SecondPhase), + value: word::Word::new([meta.advice_column(), meta.advice_column()]), } } @@ -91,7 +91,6 @@ impl TxTable { txs: &[Transaction], max_txs: usize, max_calldata: usize, - challenges: &Challenges>, ) -> Result<(), Error> { assert!( txs.len() <= max_txs, @@ -112,7 +111,7 @@ impl TxTable { offset: usize, advice_columns: &[Column], tag: &Column, - row: &[Value; 4], + row: &[Value; 5], msg: &str, ) -> Result<(), Error> { for (index, column) in advice_columns.iter().enumerate() { @@ -136,13 +135,13 @@ impl TxTable { || "tx table", |mut region| { let mut offset = 0; - let advice_columns = [self.tx_id, self.index, self.value]; + let advice_columns = [self.tx_id, self.index, self.value.lo(), self.value.hi()]; assign_row( &mut region, offset, &advice_columns, &self.tag, - &[(); 4].map(|_| Value::known(F::ZERO)), + &[(); 5].map(|_| Value::known(F::ZERO)), "all-zero", )?; offset += 1; @@ -152,16 +151,64 @@ impl TxTable { // region that has a size parametrized by max_calldata with all // the tx calldata. This is required to achieve a constant fixed column tag // regardless of the number of input txs or the calldata size of each tx. - let mut calldata_assignments: Vec<[Value; 4]> = Vec::new(); + let mut calldata_assignments: Vec<[Value; 5]> = Vec::new(); // Assign Tx data (all tx fields except for calldata) let padding_txs: Vec<_> = (txs.len()..max_txs) - .map(|i| Transaction { - id: i + 1, - ..Default::default() - }) + .map(|i| Transaction::padding_tx(i + 1)) .collect(); for tx in txs.iter().chain(padding_txs.iter()) { - let [tx_data, tx_calldata] = tx.table_assignments(*challenges); + let tx_id = Value::known(F::from(tx.id)); + let tx_data = vec![ + ( + TxContextFieldTag::Nonce, + word::Word::from(tx.nonce.as_u64()), + ), + (TxContextFieldTag::Gas, word::Word::from(tx.gas())), + (TxContextFieldTag::GasPrice, word::Word::from(tx.gas_price)), + (TxContextFieldTag::CallerAddress, word::Word::from(tx.from)), + ( + TxContextFieldTag::CalleeAddress, + word::Word::from(tx.to_or_contract_addr()), + ), + ( + TxContextFieldTag::IsCreate, + word::Word::from(tx.is_create()), + ), + (TxContextFieldTag::Value, word::Word::from(tx.value)), + ( + TxContextFieldTag::CallDataLength, + word::Word::from(tx.call_data.len() as u64), + ), + ( + TxContextFieldTag::CallDataGasCost, + word::Word::from(tx.call_data_gas_cost()), + ), + ] + .iter() + .map(|&(tag, word)| { + [ + tx_id, + Value::known(F::from(tag as u64)), + Value::known(F::ZERO), + Value::known(word.lo()), + Value::known(word.hi()), + ] + }) + .collect_vec(); + let tx_calldata = tx + .call_data + .iter() + .enumerate() + .map(|(idx, byte)| { + [ + tx_id, + Value::known(F::from(TxContextFieldTag::CallData as u64)), + Value::known(F::from(idx as u64)), + Value::known(F::from(*byte as u64)), + Value::known(F::ZERO), + ] + }) + .collect_vec(); for row in tx_data { assign_row(&mut region, offset, &advice_columns, &self.tag, &row, "")?; offset += 1; @@ -175,6 +222,7 @@ impl TxTable { Value::known(F::from(TxContextFieldTag::CallData as u64)), Value::known(F::ZERO), Value::known(F::ZERO), + Value::known(F::ZERO), ] }); for row in calldata_assignments.into_iter().chain(padding_calldata) { @@ -193,7 +241,8 @@ impl LookupTable for TxTable { self.tx_id.into(), self.tag.into(), self.index.into(), - self.value.into(), + self.value.lo().into(), + self.value.hi().into(), ] } @@ -202,7 +251,8 @@ impl LookupTable for TxTable { String::from("tx_id"), String::from("tag"), String::from("index"), - String::from("value"), + String::from("value_lo"), + String::from("value_hi"), ] } @@ -211,7 +261,8 @@ impl LookupTable for TxTable { meta.query_advice(self.tx_id, Rotation::cur()), meta.query_fixed(self.tag, Rotation::cur()), meta.query_advice(self.index, Rotation::cur()), - meta.query_advice(self.value, Rotation::cur()), + meta.query_advice(self.value.lo(), Rotation::cur()), + meta.query_advice(self.value.hi(), Rotation::cur()), ] } } diff --git a/zkevm-circuits/src/table/ux_table.rs b/zkevm-circuits/src/table/ux_table.rs new file mode 100644 index 0000000000..11281f3cc1 --- /dev/null +++ b/zkevm-circuits/src/table/ux_table.rs @@ -0,0 +1,49 @@ +use super::*; + +/// Lookup table for max n bits range check +#[derive(Clone, Copy, Debug)] +pub struct UXTable { + col: Column, +} + +impl UXTable { + /// Construct the UXTable. + pub fn construct(meta: &mut ConstraintSystem) -> Self { + Self { + col: meta.fixed_column(), + } + } + + /// Load the `UXTable` for range check + pub fn load(&self, layouter: &mut impl Layouter) -> Result<(), Error> { + layouter.assign_region( + || format!("assign u{} fixed column", 8), + |mut region| { + for i in 0..(1 << N_BITS) { + region.assign_fixed( + || format!("assign {} in u{} fixed column", i, N_BITS), + self.col, + i, + || Value::known(F::from(i as u64)), + )?; + } + Ok(()) + }, + )?; + Ok(()) + } +} + +impl LookupTable for UXTable { + fn columns(&self) -> Vec> { + vec![self.col.into()] + } + + fn annotations(&self) -> Vec { + vec![format!("u{}_col", N_BITS)] + } + + fn table_exprs(&self, meta: &mut VirtualCells) -> Vec> { + vec![meta.query_fixed(self.col, Rotation::cur())] + } +} diff --git a/zkevm-circuits/src/test_util.rs b/zkevm-circuits/src/test_util.rs index 99ba2dfd56..0cffa92f9a 100644 --- a/zkevm-circuits/src/test_util.rs +++ b/zkevm-circuits/src/test_util.rs @@ -6,7 +6,7 @@ use crate::{ util::SubCircuit, witness::{Block, Rw}, }; -use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; +use bus_mapping::{circuit_input_builder::FixedCParams, mock::BlockData}; use eth_types::geth_types::GethData; use std::cmp; @@ -76,7 +76,7 @@ const NUM_BLINDING_ROWS: usize = 64; /// ``` pub struct CircuitTestBuilder { test_ctx: Option>, - circuits_params: Option, + circuits_params: Option, block: Option>, evm_checks: Box, &Vec, &Vec)>, state_checks: Box, &Vec, &Vec)>, @@ -125,9 +125,9 @@ impl CircuitTestBuilder { self } - /// Allows to pass a non-default [`CircuitsParams`] to the builder. + /// Allows to pass a non-default [`FixedCParams`] to the builder. /// This means that we can increase for example, the `max_rws` or `max_txs`. - pub fn params(mut self, params: CircuitsParams) -> Self { + pub fn params(mut self, params: FixedCParams) -> Self { assert!( self.block.is_none(), "circuit_params already provided in the block" @@ -181,24 +181,16 @@ impl CircuitTestBuilder { /// into a [`Block`] and apply the default or provided block_modifiers or /// circuit checks to the provers generated for the State and EVM circuits. pub fn run(self) { - let params = if let Some(block) = self.block.as_ref() { - block.circuits_params - } else { - self.circuits_params.unwrap_or_default() - }; - let block: Block = if self.block.is_some() { self.block.unwrap() } else if self.test_ctx.is_some() { let block: GethData = self.test_ctx.unwrap().into(); - let mut builder = BlockData::new_from_geth_data_with_params(block.clone(), params) - .new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(block.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&block.eth_block, &block.geth_traces) .unwrap(); // Build a witness block from trace result. - let mut block = - crate::witness::block_convert(&builder.block, &builder.code_db).unwrap(); + let mut block = crate::witness::block_convert(&builder).unwrap(); for modifier_fn in self.block_modifiers { modifier_fn.as_ref()(&mut block); @@ -207,6 +199,7 @@ impl CircuitTestBuilder { } else { panic!("No attribute to build a block was passed to the CircuitTestBuilder") }; + let params = block.circuits_params; // Run evm circuit test { @@ -214,7 +207,7 @@ impl CircuitTestBuilder { let (active_gate_rows, active_lookup_rows) = EvmCircuit::::get_active_rows(&block); - let circuit = EvmCircuitCached::get_test_cicuit_from_block(block.clone()); + let circuit = EvmCircuitCached::get_test_circuit_from_block(block.clone()); let prover = MockProver::::run(k, &circuit, vec![]).unwrap(); self.evm_checks.as_ref()(prover, &active_gate_rows, &active_lookup_rows) diff --git a/zkevm-circuits/src/tx_circuit.rs b/zkevm-circuits/src/tx_circuit.rs index ffd60993aa..162d00c5c2 100644 --- a/zkevm-circuits/src/tx_circuit.rs +++ b/zkevm-circuits/src/tx_circuit.rs @@ -6,19 +6,19 @@ pub mod sign_verify; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(any(test, feature = "test-circuits"))] mod dev; -#[cfg(any(feature = "test", test))] +#[cfg(test)] mod test; -#[cfg(any(feature = "test", test, feature = "test-circuits"))] +#[cfg(feature = "test-circuits")] pub use dev::TxCircuit as TestTxCircuit; use crate::{ table::{KeccakTable, TxFieldTag, TxTable}, - util::{random_linear_combine_word as rlc, Challenges, SubCircuit, SubCircuitConfig}, + util::{word::Word, Challenges, SubCircuit, SubCircuitConfig}, witness, }; -use eth_types::{geth_types::Transaction, sign_types::SignData, Field, ToLittleEndian, ToScalar}; +use eth_types::{geth_types::Transaction, sign_types::SignData, Field}; use halo2_proofs::{ circuit::{AssignedCell, Layouter, Region, Value}, plonk::{Advice, Column, ConstraintSystem, Error, Expression, Fixed}, @@ -26,7 +26,7 @@ use halo2_proofs::{ use itertools::Itertools; use log::error; use sign_verify::{AssignedSignatureVerify, SignVerifyChip, SignVerifyConfig}; -use std::marker::PhantomData; +use std::{marker::PhantomData, ops::Deref}; /// Number of static fields per tx: [nonce, gas, gas_price, /// caller_address, callee_address, is_create, value, call_data_length, @@ -41,11 +41,9 @@ pub struct TxCircuitConfig { tx_id: Column, tag: Column, index: Column, - value: Column, + value: Word>, sign_verify: SignVerifyConfig, _marker: PhantomData, - // External tables - keccak_table: KeccakTable, } /// Circuit configuration arguments @@ -74,9 +72,10 @@ impl SubCircuitConfig for TxCircuitConfig { let tag = tx_table.tag; let index = tx_table.index; let value = tx_table.value; - meta.enable_equality(value); + meta.enable_equality(value.lo()); + meta.enable_equality(value.hi()); - let sign_verify = SignVerifyConfig::new(meta, keccak_table.clone(), challenges); + let sign_verify = SignVerifyConfig::new(meta, keccak_table, challenges); Self { tx_id, @@ -84,7 +83,6 @@ impl SubCircuitConfig for TxCircuitConfig { index, value, sign_verify, - keccak_table, _marker: PhantomData, } } @@ -96,7 +94,7 @@ impl TxCircuitConfig { self.sign_verify.load_range(layouter) } - /// Assigns a tx circuit row and returns the assigned cell of the value in + /// Assigns a tx circuit row and returns the assigned cell of the value in `word` in /// the row. fn assign_row( &self, @@ -105,8 +103,8 @@ impl TxCircuitConfig { tx_id: usize, tag: TxFieldTag, index: usize, - value: Value, - ) -> Result, Error> { + value: Word>, + ) -> Result>, Error> { region.assign_advice( || "tx_id", self.tx_id, @@ -125,7 +123,7 @@ impl TxCircuitConfig { offset, || Value::known(F::from(index as u64)), )?; - region.assign_advice(|| "value", self.value, offset, || value) + value.assign_advice(region, || "value", self.value, offset) } /// Get number of rows required. @@ -174,7 +172,6 @@ impl TxCircuit { fn assign_tx_table( &self, config: &TxCircuitConfig, - challenges: &Challenges>, layouter: &mut impl Layouter, assigned_sig_verifs: Vec>, ) -> Result<(), Error> { @@ -189,10 +186,10 @@ impl TxCircuit { 0, TxFieldTag::Null, 0, - Value::known(F::ZERO), + Word::default().into_value(), )?; offset += 1; - // Assign al Tx fields except for call data + // Assign all Tx fields except for call data let tx_default = Transaction::default(); for (i, assigned_sig_verif) in assigned_sig_verifs.iter().enumerate() { let tx = if i < self.txs.len() { @@ -202,46 +199,33 @@ impl TxCircuit { }; for (tag, value) in [ - (TxFieldTag::Nonce, Value::known(F::from(tx.nonce.as_u64()))), - ( - TxFieldTag::Gas, - Value::known(F::from(tx.gas_limit.as_u64())), - ), ( - TxFieldTag::GasPrice, - challenges - .evm_word() - .map(|challenge| rlc(tx.gas_price.to_le_bytes(), challenge)), - ), - ( - TxFieldTag::CallerAddress, - Value::known(tx.from.to_scalar().expect("tx.from too big")), + TxFieldTag::Nonce, + Word::from(tx.nonce.as_u64()).into_value(), ), + (TxFieldTag::Gas, Word::from(tx.gas()).into_value()), + (TxFieldTag::GasPrice, Word::from(tx.gas_price).into_value()), + (TxFieldTag::CallerAddress, Word::from(tx.from).into_value()), ( TxFieldTag::CalleeAddress, - Value::known(tx.to_or_zero().to_scalar().expect("tx.to too big")), + Word::from(tx.to_or_zero()).into_value(), ), ( TxFieldTag::IsCreate, - Value::known(F::from(tx.is_create() as u64)), - ), - ( - TxFieldTag::Value, - challenges - .evm_word() - .map(|challenge| rlc(tx.value.to_le_bytes(), challenge)), + Word::from(tx.is_create() as u64).into_value(), ), + (TxFieldTag::Value, Word::from(tx.value).into_value()), ( TxFieldTag::CallDataLength, - Value::known(F::from(tx.call_data.0.len() as u64)), + Word::from(tx.call_data.0.len() as u64).into_value(), ), ( TxFieldTag::CallDataGasCost, - Value::known(F::from(tx.call_data_gas_cost())), + Word::from(tx.call_data_gas_cost()).into_value(), ), ( TxFieldTag::TxSignHash, - assigned_sig_verif.msg_hash_rlc.value().copied(), + assigned_sig_verif.msg_hash.map(|x| x.value().copied()), ), ] { let assigned_cell = @@ -251,14 +235,26 @@ impl TxCircuit { // Ref. spec 0. Copy constraints using fixed offsets between the tx rows and // the SignVerifyChip match tag { - TxFieldTag::CallerAddress => region.constrain_equal( - assigned_cell.cell(), - assigned_sig_verif.address.cell(), - )?, - TxFieldTag::TxSignHash => region.constrain_equal( - assigned_cell.cell(), - assigned_sig_verif.msg_hash_rlc.cell(), - )?, + TxFieldTag::CallerAddress => { + region.constrain_equal( + assigned_cell.lo().cell(), + assigned_sig_verif.address.lo().cell(), + )?; + region.constrain_equal( + assigned_cell.hi().cell(), + assigned_sig_verif.address.hi().cell(), + )? + } + TxFieldTag::TxSignHash => { + region.constrain_equal( + assigned_cell.lo().cell(), + assigned_sig_verif.msg_hash.lo().cell(), + )?; + region.constrain_equal( + assigned_cell.hi().cell(), + assigned_sig_verif.msg_hash.hi().cell(), + )? + } _ => (), } } @@ -275,7 +271,7 @@ impl TxCircuit { i + 1, // tx_id TxFieldTag::CallData, index, - Value::known(F::from(*byte as u64)), + Word::from(*byte as u64).into_value(), )?; offset += 1; calldata_count += 1; @@ -288,7 +284,7 @@ impl TxCircuit { 0, // tx_id TxFieldTag::CallData, 0, - Value::known(F::ZERO), + Word::default().into_value(), )?; offset += 1; } @@ -312,12 +308,7 @@ impl SubCircuit for TxCircuit { block.circuits_params.max_txs, block.circuits_params.max_calldata, block.context.chain_id.as_u64(), - block - .eth_block - .transactions - .iter() - .map(|tx| tx.into()) - .collect(), + block.txs.iter().map(|tx| tx.deref().clone()).collect_vec(), ) } @@ -358,7 +349,7 @@ impl SubCircuit for TxCircuit { let assigned_sig_verifs = self.sign_verify .assign(&config.sign_verify, layouter, &sign_datas, challenges)?; - self.assign_tx_table(config, challenges, layouter, assigned_sig_verifs)?; + self.assign_tx_table(config, layouter, assigned_sig_verifs)?; Ok(()) } diff --git a/zkevm-circuits/src/tx_circuit/dev.rs b/zkevm-circuits/src/tx_circuit/dev.rs index a286d554a6..fa4f4e3288 100644 --- a/zkevm-circuits/src/tx_circuit/dev.rs +++ b/zkevm-circuits/src/tx_circuit/dev.rs @@ -14,7 +14,7 @@ use halo2_proofs::{ use log::error; impl Circuit for TxCircuit { - type Config = (TxCircuitConfig, Challenges); + type Config = (TxCircuitConfig, Challenges, KeccakTable); type FloorPlanner = SimpleFloorPlanner; type Params = (); @@ -33,30 +33,29 @@ impl Circuit for TxCircuit { meta, TxCircuitConfigArgs { tx_table, - keccak_table, + keccak_table: keccak_table.clone(), challenges, }, ) }; - (config, challenges) + (config, challenges, keccak_table) } fn synthesize( &self, - (config, challenges): Self::Config, + (config, challenges, keccak_table): Self::Config, mut layouter: impl Layouter, ) -> Result<(), Error> { let challenges = challenges.values(&mut layouter); - config.keccak_table.dev_load( + keccak_table.dev_load( &mut layouter, &keccak_inputs_tx_circuit(&self.txs[..], self.chain_id).map_err(|e| { error!("keccak_inputs_tx_circuit error: {:?}", e); Error::Synthesis })?, &challenges, - true, )?; self.synthesize_sub(&config, &challenges, &mut layouter) } diff --git a/zkevm-circuits/src/tx_circuit/sign_verify.rs b/zkevm-circuits/src/tx_circuit/sign_verify.rs index b69b5624a9..2e9be76297 100644 --- a/zkevm-circuits/src/tx_circuit/sign_verify.rs +++ b/zkevm-circuits/src/tx_circuit/sign_verify.rs @@ -5,9 +5,12 @@ // - *_le: Little-Endian bytes use crate::{ - evm_circuit::util::{not, rlc}, + evm_circuit::{ + param::N_BYTES_ACCOUNT_ADDRESS, + util::{from_bytes, not, rlc}, + }, table::KeccakTable, - util::{Challenges, Expr}, + util::{word::Word, Challenges, Expr}, }; use ecc::{maingate, EccConfig, GeneralEccChip}; use ecdsa::ecdsa::{AssignedEcdsaSig, AssignedPublicKey, EcdsaChip}; @@ -28,7 +31,7 @@ use halo2_proofs::{ plonk::{Advice, Column, ConstraintSystem, Error, Expression, SecondPhase, Selector}, poly::Rotation, }; -use integer::{AssignedInteger, IntegerChip, IntegerConfig, IntegerInstructions, Range}; +use integer::{AssignedInteger, IntegerChip, IntegerInstructions, Range}; use rand::SeedableRng; use rand_chacha::ChaCha20Rng; @@ -59,7 +62,7 @@ impl SignVerifyChip { /// Return a new SignVerifyChip pub fn new(max_verif: usize) -> Self { // TODO: Investigate if it is safe to use a random point as aux generator that - // is choosen by the prover. If this is unsafe, we will need to update the + // is chosen by the prover. If this is unsafe, we will need to update the // EccChip to calculate an aux generator using the challange API. // https://github.com/privacy-scaling-explorations/halo2wrong/issues/53 let mut rng = ChaCha20Rng::seed_from_u64(0); @@ -81,7 +84,7 @@ impl SignVerifyChip { // the tx circuit with max_txs=1. For example: // `RUST_LOG=debug RUST_BACKTRACE=1 cargo test tx_circuit_1tx_1max_tx --release // --all-features -- --nocapture` - // The value rows_range_chip_table has been optained by patching the halo2 + // The value rows_range_chip_table has been obtained by patching the halo2 // library to report the number of rows used in the range chip table // region. TODO: Figure out a way to get these numbers automatically. let rows_range_chip_table = 295188; @@ -118,12 +121,11 @@ pub(crate) struct SignVerifyConfig { main_gate_config: MainGateConfig, range_config: RangeConfig, // RLC - q_rlc_evm_word: Selector, q_rlc_keccak_input: Selector, rlc: Column, // Keccak q_keccak: Selector, - keccak_table: KeccakTable, + _keccak_table: KeccakTable, } impl SignVerifyConfig { @@ -144,19 +146,10 @@ impl SignVerifyConfig { ); // RLC - let q_rlc_evm_word = meta.selector(); let q_rlc_keccak_input = meta.selector(); let rlc = meta.advice_column_in(SecondPhase); meta.enable_equality(rlc); - Self::configure_rlc( - meta, - "evm_word_rlc", - main_gate_config.clone(), - q_rlc_evm_word, - rlc, - challenges.evm_word(), - ); Self::configure_rlc( meta, "keccak_input_rlc", @@ -172,28 +165,29 @@ impl SignVerifyConfig { let q_keccak = meta.complex_selector(); meta.lookup_any("keccak", |meta| { // When address is 0, we disable the signature verification by using a dummy pk, - // msg_hash and signature which is not constrainted to match msg_hash_rlc nor - // the address. + // msg_hash and signature which is not constrained to match msg_hash nor the address. // Layout: - // | q_keccak | a | rlc | - // | -------- | --------------- | ----------- | - // | 1 | is_address_zero | pk_rlc | - // | | | pk_hash_rlc | + // | q_keccak | a | b | c | rlc | + // | -------- | --------------- |--------- | --------- | ------- | + // | 1 | is_addr_zero | word_lo | word_hi | pk_rlc | let q_keccak = meta.query_selector(q_keccak); let is_address_zero = meta.query_advice(main_gate_config.advices()[0], Rotation::cur()); let is_enable = q_keccak * not::expr(is_address_zero); - + let word_lo = meta.query_advice(main_gate_config.advices()[1], Rotation::cur()); + let word_hi = meta.query_advice(main_gate_config.advices()[2], Rotation::cur()); let input = [ is_enable.clone(), is_enable.clone() * meta.query_advice(rlc, Rotation::cur()), is_enable.clone() * 64usize.expr(), - is_enable * meta.query_advice(rlc, Rotation::next()), + is_enable.clone() * word_lo, + is_enable * word_hi, ]; let table = [ keccak_table.is_enabled, keccak_table.input_rlc, keccak_table.input_len, - keccak_table.output_rlc, + keccak_table.output.lo(), + keccak_table.output.hi(), ] .map(|column| meta.query_advice(column, Rotation::cur())); @@ -203,11 +197,10 @@ impl SignVerifyConfig { Self { range_config, main_gate_config, - keccak_table, - q_rlc_evm_word, q_rlc_keccak_input, rlc, q_keccak, + _keccak_table: keccak_table.clone(), } } @@ -255,10 +248,6 @@ impl SignVerifyConfig { pub(crate) fn ecc_chip_config(&self) -> EccConfig { EccConfig::new(self.range_config.clone(), self.main_gate_config.clone()) } - - pub(crate) fn integer_chip_config(&self) -> IntegerConfig { - IntegerConfig::new(self.range_config.clone(), self.main_gate_config.clone()) - } } /// Term provides a wrapper of possible assigned cell with value or unassigned @@ -272,7 +261,7 @@ impl SignVerifyConfig { #[derive(Clone, Debug)] pub(crate) enum Term { Assigned(Cell, Value), - Unassigned(Value), + _Unassigned(Value), } impl Term { @@ -280,21 +269,17 @@ impl Term { Self::Assigned(cell, value) } - fn unassigned(value: Value) -> Self { - Self::Unassigned(value) - } - fn cell(&self) -> Option { match self { Self::Assigned(cell, _) => Some(*cell), - Self::Unassigned(_) => None, + Self::_Unassigned(_) => None, } } fn value(&self) -> Value { match self { Self::Assigned(_, value) => *value, - Self::Unassigned(value) => *value, + Self::_Unassigned(value) => *value, } } } @@ -307,8 +292,8 @@ pub(crate) struct AssignedECDSA { #[derive(Debug)] pub(crate) struct AssignedSignatureVerify { - pub(crate) address: AssignedValue, - pub(crate) msg_hash_rlc: AssignedValue, + pub(crate) address: Word>, + pub(crate) msg_hash: Word>, } // Return an array of bytes that corresponds to the little endian representation @@ -336,7 +321,7 @@ fn integer_to_bytes_le( } /// Helper structure pass around references to all the chips required for an -/// ECDSA veficication. +/// ECDSA verification. struct ChipsRef<'a, F: Field, const NUMBER_OF_LIMBS: usize, const BIT_LEN_LIMB: usize> { main_gate: &'a MainGate, range_chip: &'a RangeChip, @@ -466,7 +451,7 @@ impl SignVerifyChip { ctx: &mut RegionCtx, is_address_zero: &AssignedCell, pk_rlc: &AssignedCell, - pk_hash_rlc: &AssignedCell, + pk_hash: &Word>, ) -> Result<(), Error> { let copy = |ctx: &mut RegionCtx, name, column, assigned: &AssignedCell| { let copied = ctx.assign_advice(|| name, column, assigned.value().copied())?; @@ -474,12 +459,26 @@ impl SignVerifyChip { Ok::<_, Error>(()) }; - let a = config.main_gate_config.advices()[0]; ctx.enable(config.q_keccak)?; - copy(ctx, "is_address_zero", a, is_address_zero)?; + copy( + ctx, + "is_address_zero", + config.main_gate_config.advices()[0], + is_address_zero, + )?; copy(ctx, "pk_rlc", config.rlc, pk_rlc)?; - ctx.next(); - copy(ctx, "pk_hash_rlc", config.rlc, pk_hash_rlc)?; + copy( + ctx, + "pk_hash_lo", + config.main_gate_config.advices()[1], + &pk_hash.lo(), + )?; + copy( + ctx, + "pk_hash_hi", + config.main_gate_config.advices()[2], + &pk_hash.hi(), + )?; ctx.next(); Ok(()) @@ -496,6 +495,7 @@ impl SignVerifyChip { challenges: &Challenges>, ) -> Result, Error> { let main_gate = chips.main_gate; + let range_chip = chips.range_chip; let (padding, sign_data) = match sign_data { Some(sign_data) => (false, sign_data.clone()), @@ -504,60 +504,97 @@ impl SignVerifyChip { let pk_le = pk_bytes_le(&sign_data.pk); let pk_be = pk_bytes_swap_endianness(&pk_le); - let pk_hash = (!padding) - .then(|| keccak256(&pk_be)) - .unwrap_or_default() - .map(|byte| Value::known(F::from(byte as u64))); - let pk_hash_hi = pk_hash[..12].to_vec(); + let mut pk_hash = (!padding).then(|| keccak256(&pk_be)).unwrap_or_default(); + pk_hash.reverse(); + + let powers_of_256 = iter::successors(Some(F::ONE), |coeff| Some(F::from(256) * coeff)) + .take(16) + .collect_vec(); + // Ref. spec SignVerifyChip 2. Verify that the first 20 bytes of the // pub_key_hash equal the address - let (address, pk_hash_lo) = { - let powers_of_256 = iter::successors(Some(F::ONE), |coeff| Some(F::from(256) * coeff)) - .take(20) - .collect_vec(); - let terms = pk_hash[12..] - .iter() - .zip(powers_of_256.into_iter().rev()) - .map(|(byte, coeff)| maingate::Term::Unassigned(*byte, coeff)) - .collect_vec(); - let (address, pk_hash_lo) = main_gate.decompose(ctx, &terms, F::ZERO, |_, _| Ok(()))?; + let (address_cells, pk_hash_cells) = { + // Diagram of byte decomposition of little-endian pk_hash, and how address is built + // from it: + // + // byte 0 15 16 20 21 32 + // [ address_lo ] [ address_hi ] [ ] + // [ pk_hash_lo ] [ pk_hash_hi ] + + let pk_hash_lo_bytes = &pk_hash[..16]; + let pk_hash_hi_bytes = &pk_hash[16..]; + let pk_hash_lo = from_bytes::value::(pk_hash_lo_bytes); + let pk_hash_hi = from_bytes::value::(pk_hash_hi_bytes); + // Assign all bytes of pk_hash to cells which are range constrained to be 8 bits. Then + // constrain the lower 16 cell bytes to build the lo cell, and the higher 16 bytes to + // build the hi cell. + let (pk_hash_cell_lo, pk_hash_lo_cell_bytes) = + range_chip.decompose(ctx, Value::known(pk_hash_lo), 8, 128)?; + let (pk_hash_cell_hi, pk_hash_hi_cell_bytes) = + range_chip.decompose(ctx, Value::known(pk_hash_hi), 8, 128)?; + + // Take the 20 lowest assigned byte cells of pk_hash and constrain them to build + // address. From the lower 16 build the lo cell, and from the higher 4 build the hi + // cell. + let (address_cell_lo, _) = main_gate.decompose( + ctx, + &pk_hash_lo_cell_bytes + .iter() + .zip_eq(&powers_of_256) + .map(|(cell, coeff)| maingate::Term::Assigned(cell, *coeff)) + .collect_vec(), + F::ZERO, + |_, _| Ok(()), + )?; + let (address_cell_hi, _) = main_gate.decompose( + ctx, + &pk_hash_hi_cell_bytes + .iter() + .take(N_BYTES_ACCOUNT_ADDRESS - 16) + .zip(&powers_of_256) + .map(|(cell, coeff)| maingate::Term::Assigned(cell, *coeff)) + .collect_vec(), + F::ZERO, + |_, _| Ok(()), + )?; ( - address, - pk_hash_lo - .into_iter() - .zip(pk_hash[12..].iter()) - .map(|(assigned, byte)| Term::assigned(assigned.cell(), *byte)) - .collect_vec(), + Word::new([address_cell_lo, address_cell_hi]), + Word::new([pk_hash_cell_lo, pk_hash_cell_hi]), ) }; - let is_address_zero = main_gate.is_zero(ctx, &address)?; + + let iz_zero_hi = main_gate.is_zero(ctx, &address_cells.hi())?; + let iz_zero_lo = main_gate.is_zero(ctx, &address_cells.lo())?; + let is_address_zero = main_gate.and(ctx, &iz_zero_lo, &iz_zero_hi)?; // Ref. spec SignVerifyChip 3. Verify that the signed message in the ecdsa_chip - // with RLC encoding corresponds to msg_hash_rlc - let msg_hash_rlc = { - let zero = main_gate.assign_constant(ctx, F::ZERO)?; - let assigned_msg_hash_le = assigned_ecdsa - .msg_hash_le - .iter() - .map(|byte| main_gate.select(ctx, &zero, byte, &is_address_zero)) - .collect::, _>>()?; - let msg_hash_le = (!padding) - .then(|| sign_data.msg_hash.to_bytes()) - .unwrap_or_default() - .map(|byte| Value::known(F::from(byte as u64))); - self.assign_rlc_le( - config, + // corresponds to msg_hash + let msg_hash_cells = { + let msg_hash_lo_cell_bytes = &assigned_ecdsa.msg_hash_le[..16]; + let msg_hash_hi_cell_bytes = &assigned_ecdsa.msg_hash_le[16..]; + let (msg_hash_cell_lo, _) = main_gate.decompose( ctx, - chips, - "msg_hash", - config.q_rlc_evm_word, - challenges.evm_word(), - assigned_msg_hash_le + &msg_hash_lo_cell_bytes .iter() - .zip(msg_hash_le) - .map(|(assigned, byte)| Term::assigned(assigned.cell(), byte)), - )? + .zip_eq(&powers_of_256) + .map(|(cell, coeff)| maingate::Term::Assigned(cell, *coeff)) + .collect_vec(), + F::ZERO, + |_, _| Ok(()), + )?; + let (msg_hash_cell_hi, _) = main_gate.decompose( + ctx, + &msg_hash_hi_cell_bytes + .iter() + .zip_eq(&powers_of_256) + .map(|(cell, coeff)| maingate::Term::Assigned(cell, *coeff)) + .collect_vec(), + F::ZERO, + |_, _| Ok(()), + )?; + + Word::new([msg_hash_cell_lo, msg_hash_cell_hi]) }; let pk_rlc = { @@ -581,23 +618,10 @@ impl SignVerifyChip { )? }; - let pk_hash_rlc = self.assign_rlc_le( - config, - ctx, - chips, - "pk_hash_rlc", - config.q_rlc_evm_word, - challenges.evm_word(), - iter::empty() - .chain(pk_hash_lo.into_iter().rev()) - .chain(pk_hash_hi.into_iter().rev().map(Term::unassigned)), - )?; - - self.enable_keccak_lookup(config, ctx, &is_address_zero, &pk_rlc, &pk_hash_rlc)?; - + self.enable_keccak_lookup(config, ctx, &is_address_zero, &pk_rlc, &pk_hash_cells)?; Ok(AssignedSignatureVerify { - address, - msg_hash_rlc, + address: address_cells, + msg_hash: msg_hash_cells, }) } @@ -688,12 +712,6 @@ impl SignVerifyChip { } } -fn pub_key_hash_to_address(pk_hash: &[u8]) -> F { - pk_hash[32 - 20..] - .iter() - .fold(F::ZERO, |acc, b| acc * F::from(256) + F::from(*b as u64)) -} - #[cfg(test)] mod sign_verify_tests { use super::*; @@ -711,7 +729,6 @@ mod sign_verify_tests { }, plonk::Circuit, }; - use pretty_assertions::assert_eq; use rand::{RngCore, SeedableRng}; use rand_xorshift::XorShiftRng; @@ -770,11 +787,10 @@ mod sign_verify_tests { &self.signatures, &challenges, )?; - config.sign_verify.keccak_table.dev_load( + config.sign_verify._keccak_table.dev_load( &mut layouter, &keccak_inputs_sign_verify(&self.signatures), &challenges, - true, )?; config.sign_verify.load_range(&mut layouter)?; Ok(()) @@ -801,7 +817,7 @@ mod sign_verify_tests { Ok(prover) => prover, Err(e) => panic!("{:#?}", e), }; - assert_eq!(prover.verify(), Ok(())); + prover.assert_satisfied_par(); } // Generate a test key pair diff --git a/zkevm-circuits/src/tx_circuit/test.rs b/zkevm-circuits/src/tx_circuit/test.rs index 102b32c11d..ba8bf70682 100644 --- a/zkevm-circuits/src/tx_circuit/test.rs +++ b/zkevm-circuits/src/tx_circuit/test.rs @@ -1,4 +1,3 @@ -#![allow(unused_imports)] use super::*; use crate::util::{log2_ceil, unusable_rows}; use eth_types::address; diff --git a/zkevm-circuits/src/util.rs b/zkevm-circuits/src/util.rs index 4603df4a21..037d0a9a16 100644 --- a/zkevm-circuits/src/util.rs +++ b/zkevm-circuits/src/util.rs @@ -1,19 +1,27 @@ //! Common utility traits and functions. +pub mod int_decomposition; +pub mod word; + use bus_mapping::evm::OpcodeId; use halo2_proofs::{ circuit::{Layouter, Value}, plonk::{ - Challenge, Circuit, ConstraintSystem, Error, Expression, FirstPhase, SecondPhase, - VirtualCells, + Challenge, ConstraintSystem, Error, Expression, FirstPhase, SecondPhase, VirtualCells, }, }; -use crate::{evm_circuit::util::rlc, table::TxLogFieldTag, witness}; +use crate::{table::TxLogFieldTag, witness}; use eth_types::{keccak256, Field, ToAddress, Word}; pub use ethers_core::types::{Address, U256}; pub use gadgets::util::Expr; -pub(crate) fn query_expression( +/// Cell Manager +pub mod cell_manager; +/// Cell Manager strategies +pub mod cell_manager_strategy; + +/// Steal the expression from gate +pub fn query_expression( meta: &mut ConstraintSystem, mut f: impl FnMut(&mut VirtualCells) -> T, ) -> T { @@ -25,14 +33,9 @@ pub(crate) fn query_expression( expr.unwrap() } -pub(crate) fn random_linear_combine_word(bytes: [u8; 32], randomness: F) -> F { - rlc::value(&bytes, randomness) -} - /// All challenges used in `SuperCircuit`. #[derive(Default, Clone, Copy, Debug)] pub struct Challenges { - evm_word: T, keccak_input: T, lookup_input: T, } @@ -40,15 +43,14 @@ pub struct Challenges { impl Challenges { /// Construct `Challenges` by allocating challenges in specific phases. pub fn construct(meta: &mut ConstraintSystem) -> Self { - #[cfg(any(feature = "test", test, feature = "test-circuits"))] - let _dummy_cols = [ - meta.advice_column(), - meta.advice_column_in(SecondPhase), - meta.advice_column_in(halo2_proofs::plonk::ThirdPhase), - ]; + // Dummy columns are required in the test circuits + // In some tests there might be no advice columns before the phase, so Halo2 will panic with + // "No Column is used in phase Phase(1) while allocating a new 'Challenge usable + // after phase Phase(1)'" + #[cfg(any(test, feature = "test-circuits"))] + let _dummy_cols = [meta.advice_column(), meta.advice_column_in(SecondPhase)]; Self { - evm_word: meta.challenge_usable_after(FirstPhase), keccak_input: meta.challenge_usable_after(FirstPhase), lookup_input: meta.challenge_usable_after(SecondPhase), } @@ -56,12 +58,10 @@ impl Challenges { /// Returns `Expression` of challenges from `ConstraintSystem`. pub fn exprs(&self, meta: &mut ConstraintSystem) -> Challenges> { - let [evm_word, keccak_input, lookup_input] = query_expression(meta, |meta| { - [self.evm_word, self.keccak_input, self.lookup_input] - .map(|challenge| meta.query_challenge(challenge)) + let [keccak_input, lookup_input] = query_expression(meta, |meta| { + [self.keccak_input, self.lookup_input].map(|challenge| meta.query_challenge(challenge)) }); Challenges { - evm_word, keccak_input, lookup_input, } @@ -70,7 +70,6 @@ impl Challenges { /// Returns `Value` of challenges from `Layouter`. pub fn values(&self, layouter: &mut impl Layouter) -> Challenges> { Challenges { - evm_word: layouter.get_challenge(self.evm_word), keccak_input: layouter.get_challenge(self.keccak_input), lookup_input: layouter.get_challenge(self.lookup_input), } @@ -78,11 +77,6 @@ impl Challenges { } impl Challenges { - /// Returns challenge of `evm_word`. - pub fn evm_word(&self) -> T { - self.evm_word.clone() - } - /// Returns challenge of `keccak_input`. pub fn keccak_input(&self) -> T { self.keccak_input.clone() @@ -94,13 +88,12 @@ impl Challenges { } /// Returns the challenges indexed by the challenge index - pub fn indexed(&self) -> [&T; 3] { - [&self.evm_word, &self.keccak_input, &self.lookup_input] + pub fn indexed(&self) -> [&T; 2] { + [&self.keccak_input, &self.lookup_input] } - pub(crate) fn mock(evm_word: T, keccak_input: T, lookup_input: T) -> Self { + pub(crate) fn mock(keccak_input: T, lookup_input: T) -> Self { Self { - evm_word, keccak_input, lookup_input, } @@ -119,11 +112,6 @@ impl Challenges> { .unwrap() } - /// Returns powers of randomness for word RLC encoding - pub fn evm_word_powers_of_randomness(&self) -> [Expression; S] { - Self::powers_of(self.evm_word.clone()) - } - /// Returns powers of randomness for keccak circuit's input pub fn keccak_powers_of_randomness(&self) -> [Expression; S] { Self::powers_of(self.keccak_input.clone()) @@ -214,6 +202,10 @@ pub(crate) fn get_push_size(byte: u8) -> u64 { } } +#[cfg(test)] +use halo2_proofs::plonk::Circuit; + +#[cfg(test)] /// Returns number of unusable rows of the Circuit. /// The minimum unusable rows of a circuit is currently 6, where /// - 3 comes from minimum number of distinct queries to permutation argument witness column diff --git a/zkevm-circuits/src/util/cell_manager.rs b/zkevm-circuits/src/util/cell_manager.rs index 97a7ee493f..bf3b2a36d6 100644 --- a/zkevm-circuits/src/util/cell_manager.rs +++ b/zkevm-circuits/src/util/cell_manager.rs @@ -1,8 +1,283 @@ -trait CellManagerStrategy { - fn query_top_aligned_cell(&mut self, cell_type: CellType) -> Cell; - fn query_cell(&mut self, cell_type: CellType) -> Cell; - fn query_cells(&mut self, cell_type: CellType, count: usize) -> Vec>; - fn columns(&self) -> &[CellColumn]; - fn get_width(&self) -> usize; +use std::collections::HashMap; + +use eth_types::Field; +use gadgets::util::Expr; +use halo2_proofs::{ + circuit::{AssignedCell, Value}, + plonk::{Advice, Column, ConstraintSystem, Error, Expression, VirtualCells}, + poly::Rotation, +}; + +use crate::{ + evm_circuit::{table::Table, util::CachedRegion}, + util::query_expression, +}; + +pub(crate) use super::cell_manager_strategy::*; + +#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] +/// CellType represent a category of cell (and column). +pub(crate) enum CellType { + StoragePhase1, + StoragePhase2, + StoragePermutation, + Lookup(Table), +} + +impl CellType { + // The phase that given `Expression` becomes evaluateable. + pub(crate) fn expr_phase(expr: &Expression) -> u8 { + use Expression::*; + match expr { + Challenge(challenge) => challenge.phase() + 1, + Advice(query) => query.phase(), + Constant(_) | Selector(_) | Fixed(_) | Instance(_) => 0, + Negated(a) | Expression::Scaled(a, _) => Self::expr_phase(a), + Sum(a, b) | Product(a, b) => std::cmp::max(Self::expr_phase(a), Self::expr_phase(b)), + } + } + + /// Return the storage phase of phase. + pub(crate) fn storage_for_phase(phase: u8) -> CellType { + match phase { + 0 => CellType::StoragePhase1, + 1 => CellType::StoragePhase2, + _ => unreachable!(), + } + } + + /// Return the storage cell of the expression. + pub(crate) fn storage_for_expr(expr: &Expression) -> CellType { + Self::storage_for_phase(Self::expr_phase::(expr)) + } +} + +#[derive(Clone, Debug)] +/// Cell is a (column, rotation) pair that has been placed and queried by the Cell Manager. +pub struct Cell { + pub(crate) expression: Expression, + _column_expression: Expression, + pub(crate) column: Column, + _column_idx: usize, + pub(crate) rotation: usize, +} + +impl Cell { + /// Creates a Cell from VirtualCells. + pub fn new( + meta: &mut VirtualCells, + column: Column, + _column_idx: usize, + rotation: usize, + ) -> Cell { + Cell { + expression: meta.query_advice(column, Rotation(rotation as i32)), + _column_expression: meta.query_advice(column, Rotation::cur()), + column, + _column_idx, + rotation, + } + } + + /// Creates a Cell from ConstraintSystem. + pub fn new_from_cs( + meta: &mut ConstraintSystem, + column: Column, + column_idx: usize, + rotation: usize, + ) -> Cell { + query_expression(meta, |meta| Cell::new(meta, column, column_idx, rotation)) + } + + /// Assigns a Cell during witness generation. + pub(crate) fn assign( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + value: Value, + ) -> Result, Error> { + region.assign_advice( + || { + format!( + "Cell column: {:?} and rotation: {}", + self.column, self.rotation + ) + }, + self.column, + offset + self.rotation, + || value, + ) + } +} + +impl Expr for Cell { + fn expr(&self) -> Expression { + self.expression.clone() + } +} + +impl Expr for &Cell { + fn expr(&self) -> Expression { + self.expression.clone() + } +} + +#[derive(Debug, Clone)] +/// CellColumn represent a column that is managed by a Cell Manager. +pub(crate) struct CellColumn { + pub advice: Column, + pub cell_type: CellType, + pub idx: usize, +} + +impl CellColumn { + // Creates a CellColumn from a Column and Cell Type. + pub fn new(advice: Column, cell_type: CellType, idx: usize) -> CellColumn { + CellColumn { + advice, + cell_type, + idx, + } + } + + /// Queries column at rotation 0. + pub fn expr(&self, meta: &mut ConstraintSystem) -> Expression { + query_expression(meta, |meta| meta.query_advice(self.advice, Rotation::cur())) + } +} + +/// CellManagerStrategy is a strategy to place cells by the Cell Manager. +pub(crate) trait CellManagerStrategy { + type Stats; + + /// The cell manager will call on_creation when built, so the columns can be set up by the + /// strategy. + fn on_creation(&mut self, columns: &mut CellManagerColumns); + + /// Queries a cell from the strategy. + fn query_cell( + &mut self, + columns: &mut CellManagerColumns, + meta: &mut ConstraintSystem, + cell_type: CellType, + ) -> Cell; + + /// Gets the current height of the cell manager, the max rotation of any cell (without + /// considering offset). fn get_height(&self) -> usize; + + /// Returns stats about this cells placement. + fn get_stats(&self, columns: &CellManagerColumns) -> Self::Stats; +} + +/// CellManagerColumns contains the columns of the Cell Manager and is the main interface between +/// the Cell Manager and the used strategy. +#[derive(Default, Debug, Clone)] +pub(crate) struct CellManagerColumns { + columns: HashMap>, + columns_list: Vec, +} + +impl CellManagerColumns { + /// Adds a column. + pub fn add_column(&mut self, cell_type: CellType, column: Column) { + let idx = self.columns_list.len(); + let cell_column = CellColumn::new(column, cell_type, idx); + + self.columns_list.push(cell_column.clone()); + self.columns + .entry(cell_type) + .and_modify(|columns| columns.push(cell_column.clone())) + .or_insert(vec![cell_column]); + } + + /// Get the number of columns for a given Cell Type. + pub fn get_cell_type_width(&self, cell_type: CellType) -> usize { + if let Some(columns) = self.columns.get(&cell_type) { + columns.len() + } else { + 0 + } + } + + /// Returns a column of a given cell type and index amoung all columns of that cell type. + pub fn get_column(&self, cell_type: CellType, column_idx: usize) -> Option<&CellColumn> { + if let Some(columns) = self.columns.get(&cell_type) { + columns.get(column_idx) + } else { + None + } + } + + /// Returns an array with all the columns. + pub fn columns(&self) -> Vec { + self.columns_list.clone() + } + + #[allow(dead_code, reason = "under active development")] + /// Returns the number of columns. + pub fn get_width(&self) -> usize { + self.columns_list.len() + } +} + +/// CellManager places and return cells in an area of the plonkish table given a strategy. +#[derive(Clone, Debug)] +pub(crate) struct CellManager { + columns: CellManagerColumns, + strategy: S, +} + +impl> CellManager { + /// Creates a Cell Manager with a given strategy. + pub fn new(mut strategy: S) -> CellManager { + let mut columns = CellManagerColumns::default(); + + strategy.on_creation(&mut columns); + + CellManager { columns, strategy } + } + + /// Places, and returns a Cell for a given cell type following the strategy. + pub fn query_cell( + &mut self, + meta: &mut ConstraintSystem, + cell_type: CellType, + ) -> Cell { + self.strategy.query_cell(&mut self.columns, meta, cell_type) + } + + /// Places, and returns `count` Cells for a given cell type following the strategy. + pub fn query_cells( + &mut self, + meta: &mut ConstraintSystem, + cell_type: CellType, + count: usize, + ) -> Vec> { + (0..count) + .map(|_| self.query_cell(meta, cell_type)) + .collect() + } + + /// Gets the current height of the cell manager, the max rotation of any cell (without + /// considering offset). + pub fn get_height(&self) -> usize { + self.strategy.get_height() + } + + /// Returns all the columns managed by this Cell Manager. + pub fn columns(&self) -> Vec { + self.columns.columns() + } + + #[allow(dead_code, reason = "under active development")] + /// Returns the number of columns managed by this Cell Manager. + pub fn get_width(&self) -> usize { + self.columns.get_width() + } + + /// Returns the statistics about this Cell Manager. + pub fn get_stats(&self) -> Stats { + self.strategy.get_stats(&self.columns) + } } diff --git a/zkevm-circuits/src/util/cell_manager_strategy.rs b/zkevm-circuits/src/util/cell_manager_strategy.rs new file mode 100644 index 0000000000..3fdb486df0 --- /dev/null +++ b/zkevm-circuits/src/util/cell_manager_strategy.rs @@ -0,0 +1,277 @@ +use std::collections::{BTreeMap, HashMap}; + +use eth_types::Field; +use halo2_proofs::plonk::{Advice, Column, ConstraintSystem}; + +use super::cell_manager::{Cell, CellManagerColumns, CellManagerStrategy, CellType}; + +#[derive(Clone, Debug, Default)] +pub(crate) struct CMFixedWidthStrategyDistribution(HashMap>>); + +impl CMFixedWidthStrategyDistribution { + pub(crate) fn add(&mut self, cell_type: CellType, advice: Column) { + if let Some(v) = self.0.get_mut(&cell_type) { + v.push(advice); + } else { + self.0.insert(cell_type, vec![advice]); + } + } + + #[allow(dead_code, reason = "this method will be used outside tests")] + pub(crate) fn get(&self, cell_type: CellType) -> Option<&Vec>> { + self.0.get(&cell_type) + } +} + +/// CMFixedWidthStrategy is a Cell Manager strategy that places the cells in the column that has +/// less height for a given CellType. +/// When a cell is queried for a CellType the strategy will find the column of that Cell Type that +/// has a lower height and add it there. +#[derive(Clone, Debug)] +pub(crate) struct CMFixedWidthStrategy { + advices: CMFixedWidthStrategyDistribution, + height_offset: usize, + + next: HashMap, + + perm_substitution: bool, + max_height: usize, +} + +impl CMFixedWidthStrategy { + /// Creates a CMFixedWidthStrategy from a CMFixedWidthStrategyDistribution that contains advice + /// columns categorized by Cell Type. + /// The argument height_offset will be added to the rotation of the Cells, which is useful for a + /// next step. + pub fn new( + advices: CMFixedWidthStrategyDistribution, + height_offset: usize, + ) -> CMFixedWidthStrategy { + CMFixedWidthStrategy { + advices, + height_offset, + next: HashMap::default(), + perm_substitution: false, + max_height: usize::max_value(), + } + } + + /// Enables the StoragePhase1 to StoragePermutation. + /// When enabled if a StoragePhase1 Cell is requested but the height would be lower if placed + /// on a StoragePermutation column, then the StoragePermutation is used. + pub fn with_perm_substitution(mut self) -> Self { + self.perm_substitution = true; + + self + } + + /// Sets a max height, if the strategy chooses a height that is over this, it will panic. + pub fn with_max_height(mut self, max_height: usize) -> Self { + self.max_height = max_height; + + self + } + + fn get_next(&self, cell_type: &CellType) -> (usize, usize) { + *self.next.get(cell_type).unwrap_or(&(0, 0)) + } + + fn set_next(&mut self, cell_type: &CellType, column_idx: usize, row: usize) { + self.next.insert(*cell_type, (column_idx, row)); + } + + fn cells_used(&self, cell_type: &CellType, columns: &CellManagerColumns) -> usize { + let (next_column_idx, next_row) = self.get_next(cell_type); + let current_row = if next_column_idx == 0 { + if next_row == 0 { + return 0; + } + + next_row - 1 + } else { + next_row + }; + + let filled_rows_cells = if current_row == 0 { + 0 + } else { + (current_row - 1) * columns.get_cell_type_width(*cell_type) + }; + + filled_rows_cells + next_column_idx + } +} + +impl CellManagerStrategy for CMFixedWidthStrategy { + type Stats = BTreeMap; + + fn on_creation(&mut self, columns: &mut CellManagerColumns) { + for (cell_type, advices) in self.advices.0.iter() { + for column in advices.iter() { + columns.add_column(*cell_type, *column) + } + } + } + + fn query_cell( + &mut self, + columns: &mut CellManagerColumns, + meta: &mut ConstraintSystem, + cell_type: CellType, + ) -> Cell { + let (mut column_idx, mut row) = self.get_next(&cell_type); + if self.perm_substitution && cell_type == CellType::StoragePhase1 { + let (_, row_perm) = self.get_next(&CellType::StoragePermutation); + if row_perm < row { + return self.query_cell(columns, meta, CellType::StoragePermutation); + } + } + + if row > self.max_height { + panic!( + "CMFixedWidthStrategy: max_height reached ({})", + self.max_height + ) + } + + let column = columns + .get_column(cell_type, column_idx) + .expect("column not found"); + + let cell = Cell::new_from_cs(meta, column.advice, column.idx, self.height_offset + row); + + column_idx += 1; + if column_idx >= columns.get_cell_type_width(cell_type) { + column_idx = 0; + row += 1; + } + + self.set_next(&cell_type, column_idx, row); + + cell + } + + fn get_height(&self) -> usize { + self.next + .keys() + .map(|cell_type| { + let next = self.get_next(cell_type); + if next.0 == 0 { + next.1 + } else { + next.1 + 1 + } + }) + .max() + .unwrap_or(0) + } + + fn get_stats(&self, columns: &CellManagerColumns) -> Self::Stats { + let mut data = BTreeMap::new(); + for cell_type in self.next.keys() { + let next = self.get_next(cell_type); + let height = if next.0 == 0 { next.1 } else { next.1 + 1 }; + data.insert( + *cell_type, + ( + columns.get_cell_type_width(*cell_type), + height, + self.cells_used(cell_type, columns), + ), + ); + } + data + } +} + +// TODO: This strategy is unfinished. +pub(crate) struct CMFixedHeigthStrategy { + row_width: Vec, + cell_type: CellType, +} + +impl CMFixedHeigthStrategy { + #[allow(dead_code, reason = "under active development")] + pub(crate) fn new(height: usize, cell_type: CellType) -> CMFixedHeigthStrategy { + CMFixedHeigthStrategy { + row_width: vec![0; height], + cell_type, + } + } +} + +impl CellManagerStrategy for CMFixedHeigthStrategy { + fn on_creation(&mut self, _columns: &mut CellManagerColumns) {} + + fn query_cell( + &mut self, + columns: &mut CellManagerColumns, + meta: &mut ConstraintSystem, + cell_type: CellType, + ) -> Cell { + assert_eq!( + cell_type, self.cell_type, + "CMFixedHeigthStrategy can only work with one cell type" + ); + + let (row_idx, column_idx) = self.get_next(); + + let cell = self.query_cell_at_pos(columns, meta, row_idx, column_idx); + + self.inc_row_width(row_idx); + + cell + } + + fn get_height(&self) -> usize { + todo!() + } + + type Stats = (); + + fn get_stats(&self, _columns: &CellManagerColumns) -> Self::Stats { + todo!() + } +} + +impl CMFixedHeigthStrategy { + fn get_next(&mut self) -> (usize, usize) { + let mut best_row_idx = 0usize; + let mut best_row_pos = 100000usize; // TODO: eliminate this magic number? + for (row_idx, row) in self.row_width.iter().enumerate() { + if *row < best_row_pos { + best_row_pos = *row; + best_row_idx = row_idx; + } + } + + (best_row_idx, best_row_pos) + } + + fn inc_row_width(&mut self, row_idx: usize) { + self.row_width[row_idx] += 1; + } + + fn query_cell_at_pos( + &mut self, + columns: &mut CellManagerColumns, + meta: &mut ConstraintSystem, + row_idx: usize, + column_idx: usize, + ) -> Cell { + let advice = if column_idx < columns.get_cell_type_width(self.cell_type) { + columns + .get_column(self.cell_type, column_idx) + .expect("column not found") + .advice + } else { + let advice = meta.advice_column(); + + columns.add_column(self.cell_type, advice); + + advice + }; + + Cell::new_from_cs(meta, advice, column_idx, row_idx) + } +} diff --git a/zkevm-circuits/src/util/int_decomposition.rs b/zkevm-circuits/src/util/int_decomposition.rs new file mode 100644 index 0000000000..8f0950537d --- /dev/null +++ b/zkevm-circuits/src/util/int_decomposition.rs @@ -0,0 +1,108 @@ +//! Define IntDecomposition to decompose int into byte limbs +use eth_types::{Field, ToLittleEndian, H160, U256}; +use gadgets::util::{sum, Expr}; +use halo2_proofs::{ + circuit::{AssignedCell, Value}, + plonk::{Error, Expression}, +}; +use itertools::Itertools; + +use crate::evm_circuit::{ + param::{MAX_N_BYTES_INTEGER, N_BYTES_HALF_WORD}, + util::{rlc, CachedRegion, Cell}, +}; + +use super::word::{Word, WordExpr}; + +#[derive(Clone, Debug)] +/// IntDecomposition decompose integer into byte limbs +pub struct IntDecomposition { + /// inner cells in little-endian for synthesis + pub limbs: [Cell; N_LIMBS], +} + +impl IntDecomposition { + /// new by cell limbs + pub fn new(limbs: [Cell; N_LIMBS]) -> Self { + Self { limbs } + } + + /// assign bytes to cells + pub fn assign( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + bytes: Option<[u8; N_BYTES]>, + ) -> Result>, Error> { + assert!(N_BYTES >= N_LIMBS); + if let Some(bytes) = bytes { + if N_BYTES > N_LIMBS { + for byte in &bytes[N_LIMBS..] { + assert_eq!(*byte, 0); + } + } + } + bytes.map_or(Err(Error::Synthesis), |bytes| { + self.limbs + .iter() + .zip(bytes.iter()) + .map(|(cell, byte)| { + cell.assign(region, offset, Value::known(F::from(*byte as u64))) + }) + .collect() + }) + } + + /// assign h160 to cells + pub fn assign_h160( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + h160: H160, + ) -> Result>, Error> { + let mut bytes = *h160.as_fixed_bytes(); + bytes.reverse(); + self.assign(region, offset, Some(bytes)) + } + + /// assign u256 to cells + pub fn assign_u256( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + u256: U256, + ) -> Result>, Error> { + self.assign(region, offset, Some(u256.to_le_bytes())) + } + + /// assign all limbs into one expression + pub fn sum_expr(&self) -> Expression { + sum::expr(self.limbs.clone()) + } +} + +impl Expr for IntDecomposition { + fn expr(&self) -> Expression { + assert!(N_LIMBS <= MAX_N_BYTES_INTEGER); + rlc::expr(&self.limbs.clone().map(|limb| limb.expr()), 256.expr()) + } +} + +impl WordExpr for IntDecomposition { + fn to_word(&self) -> Word> { + let exprs = self + .limbs + .clone() + .map(|x| x.expr()) + .chunks(N_BYTES_HALF_WORD) + .map(|chunk| rlc::expr(chunk, 256.expr())) + .collect::>>(); + Word::new( + (0..2) + .map(|id| exprs.get(id).unwrap_or(&0.expr()).clone()) + .collect_vec() + .try_into() + .unwrap(), + ) + } +} diff --git a/zkevm-circuits/src/util/word.rs b/zkevm-circuits/src/util/word.rs new file mode 100644 index 0000000000..bc70baaecf --- /dev/null +++ b/zkevm-circuits/src/util/word.rs @@ -0,0 +1,453 @@ +//! Define generic Word type with utility functions +// Naming Convesion +// - Limbs: An EVN word is 256 bits. Limbs N means split 256 into N limb. For example, N = 4, each +// limb is 256/4 = 64 bits + +use bus_mapping::state_db::CodeDB; +use eth_types::{Field, ToLittleEndian, H160, H256}; +use gadgets::util::{not, or, Expr}; +use halo2_proofs::{ + circuit::{AssignedCell, Region, Value}, + plonk::{Advice, Column, Error, Expression, VirtualCells}, + poly::Rotation, +}; +use itertools::Itertools; + +use crate::evm_circuit::util::{from_bytes, CachedRegion, Cell}; + +/// evm word 32 bytes, half word 16 bytes +const N_BYTES_HALF_WORD: usize = 16; + +/// The EVM word for witness +#[derive(Clone, Debug, Copy)] +pub struct WordLimbs { + /// The limbs of this word. + pub limbs: [T; N], +} + +pub(crate) type Word2 = WordLimbs; + +pub(crate) type Word4 = WordLimbs; + +pub(crate) type Word32 = WordLimbs; + +pub(crate) type WordCell = Word>; + +pub(crate) type Word32Cell = Word32>; + +impl WordLimbs { + /// Constructor + pub fn new(limbs: [T; N]) -> Self { + Self { limbs } + } + /// The number of limbs + pub fn n() -> usize { + N + } +} + +impl WordLimbs, N> { + /// Query advice of WordLibs of columns advice + pub fn query_advice( + &self, + meta: &mut VirtualCells, + at: Rotation, + ) -> WordLimbs, N> { + WordLimbs::new(self.limbs.map(|column| meta.query_advice(column, at))) + } +} + +impl WordLimbs { + /// Convert WordLimbs of u8 to WordLimbs of expressions + pub fn to_expr(&self) -> WordLimbs, N> { + WordLimbs::new(self.limbs.map(|v| Expression::Constant(F::from(v as u64)))) + } +} + +impl Default for WordLimbs { + fn default() -> Self { + Self { + limbs: [(); N].map(|_| T::default()), + } + } +} + +/// Get the word expression +pub trait WordExpr { + /// Get the word expression + fn to_word(&self) -> Word>; +} + +impl WordLimbs, N> { + /// assign bytes to wordlimbs first half/second half respectively + // N_LO, N_HI are number of bytes to assign to first half and second half of size N limbs, + // respectively N_LO and N_HI can be different size, the only requirement is N_LO % (N/2) + // and N_HI % (N/2) [N/2] limbs will be assigned separately. + // E.g. N_LO = 4 => [nl1, nl2, nl3, nl4] + // N_HI = 2 => [nh1, nh2] + // N = 2 => [l1, l2] + // it equivalent l1.assign(nl1.expr() + nl2.expr() * 256 + nl3.expr() * 256^2 + nl3.expr() * + // 256^3) and l2.assign(nh1.expr() + nh2.expr() * 256) + fn assign_lo_hi( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + bytes_lo_le: [u8; N_LO], + bytes_hi_le: Option<[u8; N_HI]>, + ) -> Result>, Error> { + assert_eq!(N % 2, 0); // TODO use static_assertion instead + assert_eq!(N_LO % (N / 2), 0); + assert_eq!(N_HI % (N / 2), 0); + let half_limb_size = N / 2; + + // assign lo + let bytes_lo_assigned = bytes_lo_le + .chunks(N_LO / half_limb_size) // chunk in little endian + .map(|chunk| from_bytes::value(chunk)) + .zip_eq(self.limbs[0..half_limb_size].iter()) + .map(|(value, cell)| cell.assign(region, offset, Value::known(value))) + .collect::>, _>>()?; + + // assign hi + let bytes_hi_assigned = bytes_hi_le.map(|bytes| { + bytes + .chunks(N_HI / half_limb_size) // chunk in little endian + .map(|chunk| from_bytes::value(chunk)) + .zip_eq(self.limbs[half_limb_size..].iter()) + .map(|(value, cell)| cell.assign(region, offset, Value::known(value))) + .collect::>, _>>() + }); + + Ok([ + bytes_lo_assigned.to_vec(), + match bytes_hi_assigned { + Some(hi_assigned) => hi_assigned?.to_vec(), + None => vec![], + }, + ] + .concat()) + } + + /// assign u256 to wordlimbs + pub fn assign_u256( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + word: eth_types::Word, + ) -> Result>, Error> { + self.assign_lo_hi::( + region, + offset, + word.to_le_bytes()[0..N_BYTES_HALF_WORD].try_into().unwrap(), + word.to_le_bytes()[N_BYTES_HALF_WORD..].try_into().ok(), + ) + } + + /// assign h160 to wordlimbs + pub fn assign_h160( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + h160: H160, + ) -> Result>, Error> { + let mut bytes = *h160.as_fixed_bytes(); + bytes.reverse(); + self.assign_lo_hi::( + region, + offset, + bytes[0..N_BYTES_HALF_WORD].try_into().unwrap(), + bytes[N_BYTES_HALF_WORD..].try_into().ok(), + ) + } + + /// assign u64 to wordlimbs + pub fn assign_u64( + &self, + region: &mut CachedRegion<'_, '_, F>, + offset: usize, + value: u64, + ) -> Result>, Error> { + self.assign_lo_hi(region, offset, value.to_le_bytes(), Option::<[u8; 0]>::None) + } + + /// word expr + fn word_expr(&self) -> WordLimbs, N> { + WordLimbs::new(self.limbs.clone().map(|cell| cell.expr())) + } + + /// convert from N cells to N2 expressions limbs + pub fn to_word_n(&self) -> WordLimbs, N2> { + self.word_expr().to_word_n() + } +} + +impl WordExpr for WordLimbs, N> { + fn to_word(&self) -> Word> { + Word(self.word_expr().to_word_n()) + } +} + +impl WordLimbs { + /// Check if zero + pub fn is_zero_vartime(&self) -> bool { + self.limbs.iter().all(|limb| limb.is_zero_vartime()) + } +} + +/// `Word`, special alias for Word2. +#[derive(Clone, Debug, Copy, Default)] +pub struct Word(Word2); + +impl Word { + /// Construct the word from 2 limbs + pub fn new(limbs: [T; 2]) -> Self { + Self(WordLimbs::::new(limbs)) + } + /// The high 128 bits limb + pub fn hi(&self) -> T { + self.0.limbs[1].clone() + } + /// the low 128 bits limb + pub fn lo(&self) -> T { + self.0.limbs[0].clone() + } + /// number of limbs + pub fn n() -> usize { + 2 + } + /// word to low and high 128 bits + pub fn to_lo_hi(&self) -> (T, T) { + (self.0.limbs[0].clone(), self.0.limbs[1].clone()) + } + + /// Extract (move) lo and hi values + pub fn into_lo_hi(self) -> (T, T) { + let [lo, hi] = self.0.limbs; + (lo, hi) + } + + /// Wrap `Word` into `Word` + pub fn into_value(self) -> Word> { + let [lo, hi] = self.0.limbs; + Word::new([Value::known(lo), Value::known(hi)]) + } + + /// Map the word to other types + pub fn map(&self, mut func: impl FnMut(T) -> T2) -> Word { + Word(WordLimbs::::new([func(self.lo()), func(self.hi())])) + } +} + +impl std::ops::Deref for Word { + type Target = WordLimbs; + + fn deref(&self) -> &Self::Target { + &self.0 + } +} + +impl PartialEq for Word { + fn eq(&self, other: &Self) -> bool { + self.lo() == other.lo() && self.hi() == other.hi() + } +} + +impl From for Word { + /// Construct the word from u256 + fn from(value: eth_types::Word) -> Self { + let bytes = value.to_le_bytes(); + Word::new([ + from_bytes::value(&bytes[..N_BYTES_HALF_WORD]), + from_bytes::value(&bytes[N_BYTES_HALF_WORD..]), + ]) + } +} + +impl From for Word { + /// Construct the word from H256 + fn from(h: H256) -> Self { + let le_bytes = { + let mut b = h.to_fixed_bytes(); + b.reverse(); + b + }; + Word::new([ + from_bytes::value(&le_bytes[..N_BYTES_HALF_WORD]), + from_bytes::value(&le_bytes[N_BYTES_HALF_WORD..]), + ]) + } +} + +impl From for Word { + /// Construct the word from u64 + fn from(value: u64) -> Self { + let bytes = value.to_le_bytes(); + Word::new([from_bytes::value(&bytes), F::from(0)]) + } +} + +impl From for Word { + /// Construct the word from u8 + fn from(value: u8) -> Self { + Word::new([F::from(value as u64), F::from(0)]) + } +} + +impl From for Word { + fn from(value: bool) -> Self { + Word::new([F::from(value as u64), F::from(0)]) + } +} + +impl From for Word { + /// Construct the word from h160 + fn from(value: H160) -> Self { + let mut bytes = *value.as_fixed_bytes(); + bytes.reverse(); + Word::new([ + from_bytes::value(&bytes[..N_BYTES_HALF_WORD]), + from_bytes::value(&bytes[N_BYTES_HALF_WORD..]), + ]) + } +} + +impl Word> { + /// Assign advice + pub fn assign_advice( + &self, + region: &mut Region<'_, F>, + annotation: A, + column: Word>, + offset: usize, + ) -> Result>, Error> + where + A: Fn() -> AR, + AR: Into, + { + let annotation: String = annotation().into(); + let lo = region.assign_advice(|| &annotation, column.lo(), offset, || self.lo())?; + let hi = region.assign_advice(|| &annotation, column.hi(), offset, || self.hi())?; + + Ok(Word::new([lo, hi])) + } +} + +impl Word> { + /// Query advice of Word of columns advice + pub fn query_advice( + &self, + meta: &mut VirtualCells, + at: Rotation, + ) -> Word> { + self.0.query_advice(meta, at).to_word() + } +} + +impl WordExpr for Word> { + fn to_word(&self) -> Word> { + self.word_expr().to_word() + } +} + +impl Word> { + /// create word from lo limb with hi limb as 0. caller need to guaranteed to be 128 bits. + pub fn from_lo_unchecked(lo: Expression) -> Self { + Self(WordLimbs::, 2>::new([lo, 0.expr()])) + } + /// zero word + pub fn zero() -> Self { + Self(WordLimbs::, 2>::new([0.expr(), 0.expr()])) + } + + /// one word + pub fn one() -> Self { + Self(WordLimbs::, 2>::new([1.expr(), 0.expr()])) + } + + /// select based on selector. Here assume selector is 1/0 therefore no overflow check + pub fn select + Clone>( + selector: T, + when_true: Word, + when_false: Word, + ) -> Word> { + let (true_lo, true_hi) = when_true.to_lo_hi(); + + let (false_lo, false_hi) = when_false.to_lo_hi(); + Word::new([ + selector.expr() * true_lo.expr() + (1.expr() - selector.expr()) * false_lo.expr(), + selector.expr() * true_hi.expr() + (1.expr() - selector.expr()) * false_hi.expr(), + ]) + } + + /// Assume selector is 1/0 therefore no overflow check + pub fn mul_selector(&self, selector: Expression) -> Self { + Word::new([self.lo() * selector.clone(), self.hi() * selector]) + } + + /// No overflow check on lo/hi limbs + pub fn add_unchecked(self, rhs: Self) -> Self { + Word::new([self.lo() + rhs.lo(), self.hi() + rhs.hi()]) + } + + /// No underflow check on lo/hi limbs + pub fn sub_unchecked(self, rhs: Self) -> Self { + Word::new([self.lo() - rhs.lo(), self.hi() - rhs.hi()]) + } + + /// No overflow check on lo/hi limbs + pub fn mul_unchecked(self, rhs: Self) -> Self { + Word::new([self.lo() * rhs.lo(), self.hi() * rhs.hi()]) + } +} + +impl WordExpr for Word> { + fn to_word(&self) -> Word> { + self.clone() + } +} + +impl WordLimbs, N1> { + /// to_wordlimbs will aggregate nested expressions, which implies during expression evaluation + /// it need more recursive call. if the converted limbs word will be used in many places, + /// consider create new low limbs word, have equality constrain, then finally use low limbs + /// elsewhere. + // TODO static assertion. wordaround https://github.com/nvzqz/static-assertions-rs/issues/40 + pub fn to_word_n(&self) -> WordLimbs, N2> { + assert_eq!(N1 % N2, 0); + let limbs = self + .limbs + .chunks(N1 / N2) + .map(|chunk| from_bytes::expr(chunk)) + .collect_vec() + .try_into() + .unwrap(); + WordLimbs::, N2>::new(limbs) + } + + /// Equality expression + // TODO static assertion. wordaround https://github.com/nvzqz/static-assertions-rs/issues/40 + pub fn eq(&self, others: &WordLimbs, N2>) -> Expression { + assert_eq!(N1 % N2, 0); + not::expr(or::expr( + self.limbs + .chunks(N1 / N2) + .map(|chunk| from_bytes::expr(chunk)) + .zip(others.limbs.clone()) + .map(|(expr1, expr2)| expr1 - expr2) + .collect_vec(), + )) + } +} + +impl WordExpr for WordLimbs, N1> { + fn to_word(&self) -> Word> { + Word(self.to_word_n()) + } +} + +/// Return the hash of the empty code as a Word> in little-endian. +pub fn empty_code_hash_word_value() -> Word> { + Word::from(CodeDB::empty_code_hash()).into_value() +} + +// TODO unittest diff --git a/zkevm-circuits/src/witness.rs b/zkevm-circuits/src/witness.rs index dde790dd39..8a1211e3fc 100644 --- a/zkevm-circuits/src/witness.rs +++ b/zkevm-circuits/src/witness.rs @@ -9,8 +9,5 @@ pub use bytecode::Bytecode; mod mpt; pub use mpt::{MptUpdate, MptUpdateRow, MptUpdates}; mod rw; -pub use bus_mapping::circuit_input_builder::ExecStep; +pub use bus_mapping::circuit_input_builder::{Call, ExecStep, Transaction}; pub use rw::{Rw, RwMap, RwRow}; -mod tx; -pub use bus_mapping::circuit_input_builder::Call; -pub use tx::Transaction; diff --git a/zkevm-circuits/src/witness/block.rs b/zkevm-circuits/src/witness/block.rs index e3c4de3764..f2d93faaf7 100644 --- a/zkevm-circuits/src/witness/block.rs +++ b/zkevm-circuits/src/witness/block.rs @@ -1,19 +1,20 @@ use std::collections::HashMap; use crate::{ - evm_circuit::{detect_fixed_table_tags, util::rlc, EvmCircuit}, + evm_circuit::{detect_fixed_table_tags, EvmCircuit}, exp_circuit::param::OFFSET_INCREMENT, + instance::public_data_convert, table::BlockContextFieldTag, - util::{log2_ceil, SubCircuit}, + util::{log2_ceil, word, SubCircuit}, }; use bus_mapping::{ - circuit_input_builder::{self, CircuitsParams, CopyEvent, ExpEvent}, + circuit_input_builder::{self, CopyEvent, ExpEvent, FixedCParams}, Error, }; -use eth_types::{Address, Field, ToLittleEndian, ToScalar, Word}; +use eth_types::{Address, Field, ToScalar, Word}; use halo2_proofs::circuit::Value; -use super::{tx::tx_convert, Bytecode, ExecStep, Rw, RwMap, Transaction}; +use super::{Bytecode, ExecStep, Rw, RwMap, Transaction}; // TODO: Remove fields that are duplicated in`eth_block` /// Block is the struct used by all circuits, which contains all the needed @@ -42,7 +43,7 @@ pub struct Block { /// Pad exponentiation circuit to make selectors fixed. pub exp_circuit_pad_to: usize, /// Circuit Setup Parameters - pub circuits_params: CircuitsParams, + pub circuits_params: FixedCParams, /// Inputs to the SHA3 opcode pub sha3_inputs: Vec>, /// State root of the previous block @@ -56,10 +57,11 @@ pub struct Block { impl Block { /// For each tx, for each step, print the rwc at the beginning of the step, /// and all the rw operations of the step. + #[allow(dead_code, reason = "useful debug function")] pub(crate) fn debug_print_txs_steps_rw_ops(&self) { for (tx_idx, tx) in self.txs.iter().enumerate() { println!("tx {}", tx_idx); - for step in &tx.steps { + for step in tx.steps() { println!(" step {:?} rwc: {}", step.exec_state, step.rwc.0); for rw_idx in 0..step.bus_mapping_instance.len() { println!(" - {:?}", self.get_rws(step, rw_idx)); @@ -109,6 +111,7 @@ impl Block { num_rows_required_for_keccak_table, num_rows_required_for_tx_table, num_rows_required_for_exp_table, + 1 << 16, // u16 range lookup ]) .unwrap(); @@ -152,46 +155,50 @@ pub struct BlockContext { impl BlockContext { /// Assignments for block table - pub fn table_assignments(&self, randomness: Value) -> Vec<[Value; 3]> { + pub fn table_assignments(&self) -> Vec<[Value; 4]> { [ vec![ [ Value::known(F::from(BlockContextFieldTag::Coinbase as u64)), Value::known(F::ZERO), - Value::known(self.coinbase.to_scalar().unwrap()), + Value::known(word::Word::from(self.coinbase).lo()), + Value::known(word::Word::from(self.coinbase).hi()), ], [ Value::known(F::from(BlockContextFieldTag::Timestamp as u64)), Value::known(F::ZERO), Value::known(self.timestamp.to_scalar().unwrap()), + Value::known(F::ZERO), ], [ Value::known(F::from(BlockContextFieldTag::Number as u64)), Value::known(F::ZERO), Value::known(self.number.to_scalar().unwrap()), + Value::known(F::ZERO), ], [ Value::known(F::from(BlockContextFieldTag::Difficulty as u64)), Value::known(F::ZERO), - randomness - .map(|randomness| rlc::value(&self.difficulty.to_le_bytes(), randomness)), + Value::known(word::Word::from(self.difficulty).lo()), + Value::known(word::Word::from(self.difficulty).hi()), ], [ Value::known(F::from(BlockContextFieldTag::GasLimit as u64)), Value::known(F::ZERO), Value::known(F::from(self.gas_limit)), + Value::known(F::ZERO), ], [ Value::known(F::from(BlockContextFieldTag::BaseFee as u64)), Value::known(F::ZERO), - randomness - .map(|randomness| rlc::value(&self.base_fee.to_le_bytes(), randomness)), + Value::known(word::Word::from(self.base_fee).lo()), + Value::known(word::Word::from(self.base_fee).hi()), ], [ Value::known(F::from(BlockContextFieldTag::ChainId as u64)), Value::known(F::ZERO), - randomness - .map(|randomness| rlc::value(&self.chain_id.to_le_bytes(), randomness)), + Value::known(word::Word::from(self.chain_id).lo()), + Value::known(word::Word::from(self.chain_id).hi()), ], ], { @@ -203,8 +210,8 @@ impl BlockContext { [ Value::known(F::from(BlockContextFieldTag::BlockHash as u64)), Value::known((self.number - len_history + idx).to_scalar().unwrap()), - randomness - .map(|randomness| rlc::value(&hash.to_le_bytes(), randomness)), + Value::known(word::Word::from(*hash).lo()), + Value::known(word::Word::from(*hash).hi()), ] }) .collect() @@ -231,22 +238,18 @@ impl From<&circuit_input_builder::Block> for BlockContext { /// Convert a block struct in bus-mapping to a witness block used in circuits pub fn block_convert( - block: &circuit_input_builder::Block, - code_db: &bus_mapping::state_db::CodeDB, + builder: &circuit_input_builder::CircuitInputBuilder, ) -> Result, Error> { + let block = &builder.block; + let code_db = &builder.code_db; let rws = RwMap::from(&block.container); rws.check_value(); - Ok(Block { + let mut block = Block { // randomness: F::from(0x100), // Special value to reveal elements after RLC randomness: F::from(0xcafeu64), context: block.into(), rws, - txs: block - .txs() - .iter() - .enumerate() - .map(|(idx, tx)| tx_convert(tx, idx + 1)) - .collect(), + txs: block.txs().to_vec(), end_block_not_last: block.block_steps.end_block_not_last.clone(), end_block_last: block.block_steps.end_block_last.clone(), bytecodes: code_db @@ -260,10 +263,18 @@ pub fn block_convert( copy_events: block.copy_events.clone(), exp_events: block.exp_events.clone(), sha3_inputs: block.sha3_inputs.clone(), - circuits_params: block.circuits_params, + circuits_params: builder.circuits_params, exp_circuit_pad_to: ::default(), prev_state_root: block.prev_state_root, keccak_inputs: circuit_input_builder::keccak_inputs(block, code_db)?, eth_block: block.eth_block.clone(), - }) + }; + let public_data = public_data_convert(&block); + let rpi_bytes = public_data.get_pi_bytes( + block.circuits_params.max_txs, + block.circuits_params.max_calldata, + ); + // PI Circuit + block.keccak_inputs.extend_from_slice(&[rpi_bytes]); + Ok(block) } diff --git a/zkevm-circuits/src/witness/bytecode.rs b/zkevm-circuits/src/witness/bytecode.rs index 4e945dc380..c3531629d2 100644 --- a/zkevm-circuits/src/witness/bytecode.rs +++ b/zkevm-circuits/src/witness/bytecode.rs @@ -1,9 +1,9 @@ use bus_mapping::evm::OpcodeId; -use eth_types::{Field, ToLittleEndian, Word}; +use eth_types::{Field, Word}; use halo2_proofs::circuit::Value; use sha3::{Digest, Keccak256}; -use crate::{evm_circuit::util::rlc, table::BytecodeFieldTag, util::Challenges}; +use crate::{table::BytecodeFieldTag, util::word}; /// Bytecode #[derive(Clone, Debug)] @@ -22,18 +22,13 @@ impl Bytecode { } /// Assignments for bytecode table - pub fn table_assignments( - &self, - challenges: &Challenges>, - ) -> Vec<[Value; 5]> { + pub fn table_assignments(&self) -> Vec<[Value; 6]> { let n = 1 + self.bytes.len(); let mut rows = Vec::with_capacity(n); - let hash = challenges - .evm_word() - .map(|challenge| rlc::value(&self.hash.to_le_bytes(), challenge)); rows.push([ - hash, + Value::known(word::Word::from(self.hash).lo()), + Value::known(word::Word::from(self.hash).hi()), Value::known(F::from(BytecodeFieldTag::Header as u64)), Value::known(F::ZERO), Value::known(F::ZERO), @@ -52,7 +47,8 @@ impl Bytecode { }; rows.push([ - hash, + Value::known(word::Word::from(self.hash).lo()), + Value::known(word::Word::from(self.hash).hi()), Value::known(F::from(BytecodeFieldTag::Byte as u64)), Value::known(F::from(idx as u64)), Value::known(F::from(is_code as u64)), diff --git a/zkevm-circuits/src/witness/mpt.rs b/zkevm-circuits/src/witness/mpt.rs index 922a1f1e76..df7b1ddebb 100644 --- a/zkevm-circuits/src/witness/mpt.rs +++ b/zkevm-circuits/src/witness/mpt.rs @@ -1,8 +1,9 @@ use crate::{ - evm_circuit::{util::rlc, witness::Rw}, + evm_circuit::witness::Rw, table::{AccountFieldTag, MPTProofType}, + util::word, }; -use eth_types::{Address, Field, ToLittleEndian, ToScalar, Word}; +use eth_types::{Address, Field, ToScalar, Word}; use halo2_proofs::circuit::Value; use itertools::Itertools; use std::collections::BTreeMap; @@ -43,13 +44,13 @@ pub struct MptUpdates { /// The field element encoding of an MPT update, which is used by the MptTable #[derive(Default, Clone, Copy, Debug)] pub struct MptUpdateRow { - pub(crate) address_rlc: F, + pub(crate) address: F, + pub(crate) storage_key: word::Word, pub(crate) proof_type: F, - pub(crate) key_rlc: F, - pub(crate) value_prev: F, - pub(crate) value: F, - pub(crate) root_prev: F, - pub(crate) root: F, + pub(crate) new_root: word::Word, + pub(crate) old_root: word::Word, + pub(crate) new_value: word::Word, + pub(crate) old_value: word::Word, } impl MptUpdates { @@ -92,27 +93,20 @@ impl MptUpdates { } } - pub(crate) fn table_assignments( - &self, - randomness: Value, - ) -> Vec>> { + pub(crate) fn table_assignments(&self) -> Vec>> { self.updates .values() .map(|update| { - let (new_root, old_root) = randomness - .map(|randomness| update.root_assignments(randomness)) - .unzip(); - let (new_value, old_value) = randomness - .map(|randomness| update.value_assignments(randomness)) - .unzip(); + let (new_root, old_root) = update.root_assignments(); + let (new_value, old_value) = update.value_assignments(); MptUpdateRow { - address_rlc: Value::known(update.key.address()), - key_rlc: randomness.map(|randomness| update.key.storage_key(randomness)), + address: Value::known(update.key.address().to_scalar().unwrap()), + storage_key: word::Word::::from(update.key.storage_key()).into_value(), proof_type: Value::known(update.proof_type()), - root: new_root, - root_prev: old_root, - value: new_value, - value_prev: old_value, + new_root: word::Word::::from(new_root).into_value(), + old_root: word::Word::::from(old_root).into_value(), + new_value: word::Word::::from(new_value).into_value(), + old_value: word::Word::::from(old_value).into_value(), } }) .collect() @@ -120,23 +114,11 @@ impl MptUpdates { } impl MptUpdate { - pub(crate) fn value_assignments(&self, word_randomness: F) -> (F, F) { - let assign = |x: Word| match self.key { - Key::Account { - field_tag: AccountFieldTag::Nonce | AccountFieldTag::NonExisting, - .. - } => x.to_scalar().unwrap(), - _ => rlc::value(&x.to_le_bytes(), word_randomness), - }; - - (assign(self.new_value), assign(self.old_value)) + pub(crate) fn value_assignments(&self) -> (Word, Word) { + (self.new_value, self.old_value) } - - pub(crate) fn root_assignments(&self, word_randomness: F) -> (F, F) { - ( - rlc::value(&self.new_root.to_le_bytes(), word_randomness), - rlc::value(&self.old_root.to_le_bytes(), word_randomness), - ) + pub(crate) fn root_assignments(&self) -> (Word, Word) { + (self.new_root, self.old_root) } } @@ -187,19 +169,15 @@ impl Key { self } } - fn address(&self) -> F { + fn address(&self) -> Address { match self { - Self::Account { address, .. } | Self::AccountStorage { address, .. } => { - address.to_scalar().unwrap() - } + Self::Account { address, .. } | Self::AccountStorage { address, .. } => *address, } } - fn storage_key(&self, randomness: F) -> F { + fn storage_key(&self) -> Word { match self { - Self::Account { .. } => F::ZERO, - Self::AccountStorage { storage_key, .. } => { - rlc::value(&storage_key.to_le_bytes(), randomness) - } + Self::Account { .. } => Word::zero(), + Self::AccountStorage { storage_key, .. } => *storage_key, } } } @@ -207,15 +185,20 @@ impl Key { impl MptUpdateRow { /// The individual values of the row, in the column order used by the /// MptTable - pub fn values(&self) -> [F; 7] { + pub fn values(&self) -> [F; 12] { [ - self.address_rlc.clone(), + self.address.clone(), + self.storage_key.lo(), + self.storage_key.hi(), self.proof_type.clone(), - self.key_rlc.clone(), - self.value_prev.clone(), - self.value.clone(), - self.root_prev.clone(), - self.root.clone(), + self.new_root.lo(), + self.new_root.hi(), + self.old_root.lo(), + self.old_root.hi(), + self.new_value.lo(), + self.new_value.hi(), + self.old_value.lo(), + self.old_value.hi(), ] } } diff --git a/zkevm-circuits/src/witness/rw.rs b/zkevm-circuits/src/witness/rw.rs index a01bf1e7ea..859c25e924 100644 --- a/zkevm-circuits/src/witness/rw.rs +++ b/zkevm-circuits/src/witness/rw.rs @@ -1,18 +1,17 @@ -#![allow(missing_docs)] +//! The Read-Write table related structs use std::collections::HashMap; use bus_mapping::{ exec_trace::OperationRef, operation::{self, AccountField, CallContextField, Target, TxLogField, TxReceiptField}, }; -use eth_types::{Address, Field, ToAddress, ToLittleEndian, ToScalar, Word, U256}; -use halo2_proofs::{circuit::Value, halo2curves::bn256::Fr}; +use eth_types::{Address, Field, ToAddress, ToScalar, Word, U256}; +use halo2_proofs::circuit::Value; use itertools::Itertools; use crate::{ - evm_circuit::util::rlc, table::{AccountFieldTag, CallContextFieldTag, TxLogFieldTag, TxReceiptFieldTag}, - util::build_tx_log_address, + util::{build_tx_log_address, word}, }; use super::MptUpdates; @@ -54,7 +53,6 @@ impl RwMap { } /// Check value in the same way like StateCircuit pub fn check_value(&self) { - let mock_rand = Fr::from(0x1000u64); let err_msg_first = "first access reads don't change value"; let err_msg_non_first = "non-first access reads don't change value"; let rows = self.table_assignments(); @@ -76,19 +74,19 @@ impl RwMap { key(prev_row) != key(row) }; if !row.is_write() { - let value = row.value_assignment::(mock_rand); + let value = row.value_assignment(); if is_first { // value == init_value let init_value = updates .get(row) - .map(|u| u.value_assignments(mock_rand).1) + .map(|u| u.value_assignments().1) .unwrap_or_default(); if value != init_value { errs.push((idx, err_msg_first, *row, *prev_row)); } } else { // value == prev_value - let prev_value = prev_row.value_assignment::(mock_rand); + let prev_value = prev_row.value_assignment(); if value != prev_value { errs.push((idx, err_msg_non_first, *row, *prev_row)); @@ -117,10 +115,9 @@ impl RwMap { target_len - rows_len } else { if target_len != 0 { - log::error!( + panic!( "RwMap::padding_len overflow, target_len: {}, rows_len: {}", - target_len, - rows_len + target_len, rows_len ); } 1 @@ -155,6 +152,10 @@ impl RwMap { } } +#[allow( + missing_docs, + reason = "Some of the docs are tedious and can be found at https://github.com/privacy-scaling-explorations/zkevm-specs/blob/master/specs/tables.md" +)] /// Read-write records in execution. Rws are used for connecting evm circuit and /// state circuits. #[derive(Clone, Copy, Debug)] @@ -239,11 +240,12 @@ pub enum Rw { tx_id: usize, log_id: u64, // pack this can index together into address? field_tag: TxLogFieldTag, - // topic index (0..4) if field_tag is TxLogFieldTag:Topic - // byte index if field_tag is TxLogFieldTag:Data - // 0 for other field tags + /// index has 3 usages depends on [`crate::table::TxLogFieldTag`] + /// - topic index (0..4) if field_tag is TxLogFieldTag::Topic + /// - byte index if field_tag is TxLogFieldTag:Data + /// - 0 for other field tags index: usize, - // when it is topic field, value can be word type + /// when it is topic field, value can be word type value: Word, }, /// TxReceipt @@ -265,15 +267,14 @@ pub struct RwRow { pub(crate) id: F, pub(crate) address: F, pub(crate) field_tag: F, - pub(crate) storage_key: F, - pub(crate) value: F, - pub(crate) value_prev: F, - pub(crate) aux1: F, - pub(crate) aux2: F, + pub(crate) storage_key: word::Word, + pub(crate) value: word::Word, + pub(crate) value_prev: word::Word, + pub(crate) init_val: word::Word, } impl RwRow { - pub(crate) fn values(&self) -> [F; 11] { + pub(crate) fn values(&self) -> [F; 14] { [ self.rw_counter, self.is_write, @@ -281,13 +282,17 @@ impl RwRow { self.id, self.address, self.field_tag, - self.storage_key, - self.value, - self.value_prev, - self.aux1, - self.aux2, + self.storage_key.lo(), + self.storage_key.hi(), + self.value.lo(), + self.value.hi(), + self.value_prev.lo(), + self.value_prev.hi(), + self.init_val.lo(), + self.init_val.hi(), ] } + pub(crate) fn rlc(&self, randomness: F) -> F { let values = self.values(); values @@ -295,9 +300,34 @@ impl RwRow { .rev() .fold(F::ZERO, |acc, value| acc * randomness + value) } +} + +impl RwRow> { + pub(crate) fn unwrap(self) -> RwRow { + let unwrap_f = |f: Value| { + let mut inner = None; + _ = f.map(|v| { + inner = Some(v); + }); + inner.unwrap() + }; + let unwrap_w = |f: word::Word>| { + let (lo, hi) = f.into_lo_hi(); + word::Word::new([unwrap_f(lo), unwrap_f(hi)]) + }; - pub(crate) fn rlc_value(&self, randomness: Value) -> Value { - randomness.map(|randomness| self.rlc(randomness)) + RwRow { + rw_counter: unwrap_f(self.rw_counter), + is_write: unwrap_f(self.is_write), + tag: unwrap_f(self.tag), + id: unwrap_f(self.id), + address: unwrap_f(self.address), + field_tag: unwrap_f(self.field_tag), + storage_key: unwrap_w(self.storage_key), + value: unwrap_w(self.value), + value_prev: unwrap_w(self.value_prev), + init_val: unwrap_w(self.init_val), + } } } @@ -374,13 +404,6 @@ impl Rw { } } - pub(crate) fn log_value(&self) -> Word { - match self { - Self::TxLog { value, .. } => *value, - _ => unreachable!(), - } - } - pub(crate) fn receipt_value(&self) -> u64 { match self { Self::TxReceipt { value, .. } => *value, @@ -395,30 +418,7 @@ impl Rw { } } - // At this moment is a helper for the EVM circuit until EVM challange API is - // applied - pub(crate) fn table_assignment_aux(&self, randomness: F) -> RwRow { - RwRow { - rw_counter: F::from(self.rw_counter() as u64), - is_write: F::from(self.is_write() as u64), - tag: F::from(self.tag() as u64), - id: F::from(self.id().unwrap_or_default() as u64), - address: self.address().unwrap_or_default().to_scalar().unwrap(), - field_tag: F::from(self.field_tag().unwrap_or_default()), - storage_key: rlc::value( - &self.storage_key().unwrap_or_default().to_le_bytes(), - randomness, - ), - value: self.value_assignment(randomness), - value_prev: self.value_prev_assignment(randomness).unwrap_or_default(), - aux1: F::ZERO, // only used for AccountStorage::tx_id, which moved to key1. - aux2: self - .committed_value_assignment(randomness) - .unwrap_or_default(), - } - } - - pub(crate) fn table_assignment(&self, randomness: Value) -> RwRow> { + pub(crate) fn table_assignment(&self) -> RwRow> { RwRow { rw_counter: Value::known(F::from(self.rw_counter() as u64)), is_write: Value::known(F::from(self.is_write() as u64)), @@ -426,21 +426,12 @@ impl Rw { id: Value::known(F::from(self.id().unwrap_or_default() as u64)), address: Value::known(self.address().unwrap_or_default().to_scalar().unwrap()), field_tag: Value::known(F::from(self.field_tag().unwrap_or_default())), - storage_key: randomness.map(|randomness| { - rlc::value( - &self.storage_key().unwrap_or_default().to_le_bytes(), - randomness, - ) - }), - value: randomness.map(|randomness| self.value_assignment(randomness)), - value_prev: randomness - .map(|randomness| self.value_prev_assignment(randomness).unwrap_or_default()), - aux1: Value::known(F::ZERO), /* only used for AccountStorage::tx_id, which moved to - * key1. */ - aux2: randomness.map(|randomness| { - self.committed_value_assignment(randomness) - .unwrap_or_default() - }), + storage_key: word::Word::from(self.storage_key().unwrap_or_default()).into_value(), + value: word::Word::from(self.value_assignment()).into_value(), + value_prev: word::Word::from(self.value_prev_assignment().unwrap_or_default()) + .into_value(), + init_val: word::Word::from(self.committed_value_assignment().unwrap_or_default()) + .into_value(), } } @@ -573,69 +564,31 @@ impl Rw { } } - pub(crate) fn value_assignment(&self, randomness: F) -> F { + pub(crate) fn value_assignment(&self) -> Word { match self { - Self::Start { .. } => F::ZERO, - Self::CallContext { - field_tag, value, .. - } => { - match field_tag { - // Only these two tags have values that may not fit into a scalar, so we need to - // RLC. - CallContextFieldTag::CodeHash | CallContextFieldTag::Value => { - rlc::value(&value.to_le_bytes(), randomness) - } - _ => value.to_scalar().unwrap(), - } - } - Self::Account { - value, field_tag, .. - } => match field_tag { - AccountFieldTag::CodeHash | AccountFieldTag::Balance => { - rlc::value(&value.to_le_bytes(), randomness) - } - AccountFieldTag::Nonce | AccountFieldTag::NonExisting => value.to_scalar().unwrap(), - }, - Self::AccountStorage { value, .. } | Self::Stack { value, .. } => { - rlc::value(&value.to_le_bytes(), randomness) - } - - Self::TxLog { - field_tag, value, .. - } => match field_tag { - TxLogFieldTag::Topic => rlc::value(&value.to_le_bytes(), randomness), - _ => value.to_scalar().unwrap(), - }, - + Self::Start { .. } => U256::zero(), + Self::CallContext { value, .. } + | Self::Account { value, .. } + | Self::AccountStorage { value, .. } + | Self::Stack { value, .. } + | Self::TxLog { value, .. } => *value, Self::TxAccessListAccount { is_warm, .. } - | Self::TxAccessListAccountStorage { is_warm, .. } => F::from(*is_warm as u64), - Self::Memory { byte, .. } => F::from(u64::from(*byte)), - Self::TxRefund { value, .. } | Self::TxReceipt { value, .. } => F::from(*value), + | Self::TxAccessListAccountStorage { is_warm, .. } => U256::from(*is_warm as u64), + Self::Memory { byte, .. } => U256::from(u64::from(*byte)), + Self::TxRefund { value, .. } | Self::TxReceipt { value, .. } => U256::from(*value), } } - pub(crate) fn value_prev_assignment(&self, randomness: F) -> Option { + pub(crate) fn value_prev_assignment(&self) -> Option { match self { - Self::Account { - value_prev, - field_tag, - .. - } => Some(match field_tag { - AccountFieldTag::CodeHash | AccountFieldTag::Balance => { - rlc::value(&value_prev.to_le_bytes(), randomness) - } - AccountFieldTag::Nonce | AccountFieldTag::NonExisting => { - value_prev.to_scalar().unwrap() - } - }), - Self::AccountStorage { value_prev, .. } => { - Some(rlc::value(&value_prev.to_le_bytes(), randomness)) + Self::Account { value_prev, .. } | Self::AccountStorage { value_prev, .. } => { + Some(*value_prev) } Self::TxAccessListAccount { is_warm_prev, .. } | Self::TxAccessListAccountStorage { is_warm_prev, .. } => { - Some(F::from(*is_warm_prev as u64)) + Some(U256::from(*is_warm_prev as u64)) } - Self::TxRefund { value_prev, .. } => Some(F::from(*value_prev)), + Self::TxRefund { value_prev, .. } => Some(U256::from(*value_prev)), Self::Start { .. } | Self::Stack { .. } | Self::Memory { .. } @@ -645,11 +598,11 @@ impl Rw { } } - fn committed_value_assignment(&self, randomness: F) -> Option { + fn committed_value_assignment(&self) -> Option { match self { Self::AccountStorage { committed_value, .. - } => Some(rlc::value(&committed_value.to_le_bytes(), randomness)), + } => Some(*committed_value), _ => None, } } diff --git a/zkevm-circuits/src/witness/tx.rs b/zkevm-circuits/src/witness/tx.rs deleted file mode 100644 index 38be201d3f..0000000000 --- a/zkevm-circuits/src/witness/tx.rs +++ /dev/null @@ -1,140 +0,0 @@ -use bus_mapping::circuit_input_builder; -use eth_types::{Address, Field, ToLittleEndian, ToScalar, Word}; -use halo2_proofs::circuit::Value; - -use crate::{evm_circuit::util::rlc, table::TxContextFieldTag, util::Challenges}; - -use super::{Call, ExecStep}; - -/// Transaction in a witness block -#[derive(Debug, Default, Clone)] -pub struct Transaction { - /// The transaction identifier in the block - pub id: usize, - /// The sender account nonce of the transaction - pub nonce: u64, - /// The gas limit of the transaction - pub gas: u64, - /// The gas price - pub gas_price: Word, - /// The caller address - pub caller_address: Address, - /// The callee address - pub callee_address: Address, - /// Whether it's a create transaction - pub is_create: bool, - /// The ether amount of the transaction - pub value: Word, - /// The call data - pub call_data: Vec, - /// The call data length - pub call_data_length: usize, - /// The gas cost for transaction call data - pub call_data_gas_cost: u64, - /// The calls made in the transaction - pub calls: Vec, - /// The steps executioned in the transaction - pub steps: Vec, -} - -impl Transaction { - /// Assignments for tx table, split into tx_data (all fields except - /// calldata) and tx_calldata - pub fn table_assignments( - &self, - challenges: Challenges>, - ) -> [Vec<[Value; 4]>; 2] { - let tx_data = vec![ - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::Nonce as u64)), - Value::known(F::ZERO), - Value::known(F::from(self.nonce)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::Gas as u64)), - Value::known(F::ZERO), - Value::known(F::from(self.gas)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::GasPrice as u64)), - Value::known(F::ZERO), - challenges - .evm_word() - .map(|challenge| rlc::value(&self.gas_price.to_le_bytes(), challenge)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::CallerAddress as u64)), - Value::known(F::ZERO), - Value::known(self.caller_address.to_scalar().unwrap()), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::CalleeAddress as u64)), - Value::known(F::ZERO), - Value::known(self.callee_address.to_scalar().unwrap()), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::IsCreate as u64)), - Value::known(F::ZERO), - Value::known(F::from(self.is_create as u64)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::Value as u64)), - Value::known(F::ZERO), - challenges - .evm_word() - .map(|challenge| rlc::value(&self.value.to_le_bytes(), challenge)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::CallDataLength as u64)), - Value::known(F::ZERO), - Value::known(F::from(self.call_data_length as u64)), - ], - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::CallDataGasCost as u64)), - Value::known(F::ZERO), - Value::known(F::from(self.call_data_gas_cost)), - ], - ]; - let tx_calldata = self - .call_data - .iter() - .enumerate() - .map(|(idx, byte)| { - [ - Value::known(F::from(self.id as u64)), - Value::known(F::from(TxContextFieldTag::CallData as u64)), - Value::known(F::from(idx as u64)), - Value::known(F::from(*byte as u64)), - ] - }) - .collect(); - [tx_data, tx_calldata] - } -} - -pub(super) fn tx_convert(tx: &circuit_input_builder::Transaction, id: usize) -> Transaction { - Transaction { - id, - nonce: tx.tx.nonce.as_u64(), - gas: tx.gas(), - gas_price: tx.tx.gas_price, - caller_address: tx.tx.from, - callee_address: tx.tx.to_or_contract_addr(), - is_create: tx.is_create(), - value: tx.tx.value, - call_data: tx.tx.call_data.to_vec(), - call_data_length: tx.tx.call_data.len(), - call_data_gas_cost: tx.tx.call_data_gas_cost(), - calls: tx.calls().to_vec(), - steps: tx.steps().to_vec(), - } -} diff --git a/zkevm-circuits/tests/prover_error.rs b/zkevm-circuits/tests/prover_error.rs index ef70f98246..397de64695 100644 --- a/zkevm-circuits/tests/prover_error.rs +++ b/zkevm-circuits/tests/prover_error.rs @@ -3,7 +3,7 @@ // as `block` and run via `cargo test -p zkevm-circuits --features test // prover_error -- --nocapture --ignored`. Change any circuit parameters like // `max_txs` to suit your needs. -use bus_mapping::{circuit_input_builder::CircuitsParams, mock::BlockData}; +use bus_mapping::mock::BlockData; use env_logger::Env; use eth_types::{ geth_types::{Account, GethData}, @@ -39,12 +39,6 @@ fn prover_error() { const MOCK_RANDOMNESS: u64 = 0x100; let k = 19; let chain_id = Word::from(99); - let circuit_params = CircuitsParams { - max_txs: 1, - max_calldata: 256, - max_rws: 16388, - ..Default::default() - }; env_logger::Builder::from_env(Env::default().default_filter_or("trace")).init(); let eth_block = load_json("../block/block.json"); @@ -92,13 +86,12 @@ fn prover_error() { geth_traces, accounts, }; - let mut builder = BlockData::new_from_geth_data_with_params(geth_data.clone(), circuit_params) - .new_circuit_input_builder(); - builder + let builder = BlockData::new_from_geth_data(geth_data.clone()).new_circuit_input_builder(); + let builder = builder .handle_block(&geth_data.eth_block, &geth_data.geth_traces) .expect("handle_block"); let block_witness = { - let mut block = block_convert(&builder.block, &builder.code_db).expect("block_convert"); + let mut block = block_convert(&builder).expect("block_convert"); block.randomness = Fr::from(MOCK_RANDOMNESS); block };